Skip to content

Commit

Permalink
enable testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Nov 4, 2024
1 parent bbcd526 commit f416d9b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
28 changes: 14 additions & 14 deletions code/ci_actions/06_deploy_testflight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ xcodebuild -exportArchive \
-exportOptionsPlist "$EXPORT_OPTIONS_FILE" \
-exportPath "$BUILD_PATH" | $BREW_PATH/xcbeautify

# echo "Verify Archive"
# xcrun altool \
# --validate-app \
# -f "$BUILD_PATH/$SCHEME.ipa" \
# -t ios \
# -u $APPLE_ID \
# -p @env:APPLE_SECRET
echo "Verify Archive"
xcrun altool \
--validate-app \
-f "$BUILD_PATH/$SCHEME.ipa" \
-t ios \
-u $APPLE_ID \
-p @env:APPLE_SECRET

# echo "Upload to AppStore Connect"
# xcrun altool \
# --upload-app \
# -f "$BUILD_PATH/$SCHEME.ipa" \
# -t ios \
# -u $APPLE_ID \
# -p @env:APPLE_SECRET
echo "Upload to AppStore Connect"
xcrun altool \
--upload-app \
-f "$BUILD_PATH/$SCHEME.ipa" \
-t ios \
-u $APPLE_ID \
-p @env:APPLE_SECRET

popd
1 change: 1 addition & 0 deletions code/cli-build/import_secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ aws --region $REGION secretsmanager update-secret --secret-id amplify-getting-st

# aws --region $REGION secretsmanager create-secret --name apple-id --secret-string [email protected]
# aws --region $REGION secretsmanager create-secret --name apple-secret --secret-string aaaa-aaaa-aaaa-aaaa
# aws --region $REGION secretsmanager update-secret --secret-id apple-secret --secret-string bbbb-bbbb-bbbb-bbbb

0 comments on commit f416d9b

Please sign in to comment.