Skip to content

Commit

Permalink
Enable full apple ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Oct 22, 2023
1 parent 1b13ed2 commit 7d6f469
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
build_ios_app:
name: Deploy to test flight
runs-on: macos-13
#if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down
10 changes: 10 additions & 0 deletions app/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ platform :ios do
keychain_password = TEMP_KEYCHAIN_PASSWORD
ensure_temp_keychain(keychain_name, keychain_password)

increment_build_number(
build_number: "#{BUILD_NUMER}",
xcodeproj: "iosApp.xcodeproj"
)

increment_version_number(
version_number: "#{VERSION}",
xcodeproj: "iosApp.xcodeproj"
)

api_key = app_store_connect_api_key(
key_id: APPLE_KEY_ID,
issuer_id: APPLE_ISSUER_ID,
Expand Down

0 comments on commit 7d6f469

Please sign in to comment.