mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
Replace deprecated altool (removed in Xcode 14) with xcodebuild -exportArchive using App Store Connect API authentication. Changes: - upload_testflight.sh: Use xcodebuild with destination=upload and API key authentication instead of altool - ios_testflight.yml: Pass xcarchive path and use new API key secrets Required new GitHub secrets: - APP_STORE_CONNECT_API_KEY_ID - APP_STORE_CONNECT_API_ISSUER_ID - APP_STORE_CONNECT_API_KEY (contents of .p8 file) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>