MiniPlayer/.gitignore
yumoqing 6c21bdbef7 fix: iOS .ipa 打包成功 - 修复 Team ID、Bundle.module、@main 入口点
- build-ios.sh: 设置正确 Team ID (LR8YT5M53U), 添加 GENERATE_INFOPLIST_FILE
- MiniPlayerApp.swift: Bundle.module → Bundle.main (非SPM), @main 条件编译
- 签名: Apple Development + Personal Team provisioning profile
- 产物: MiniPlayer.ipa (584K)
2026-07-01 21:38:52 +08:00

14 lines
141 B
Plaintext

.build/
build/
*.xcodeproj
.DS_Store
MiniPlayer.app/
# Build artifacts
*.dmg
MiniPlayer.app/
.build-ios/
*.xcodeproj/
project.yml
.swiftpm/