From 7a6bee491b19454c94c8c9e0ad4a40be39ff4e05 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Wed, 26 Jul 2023 10:39:15 +0200 Subject: [PATCH] Update versions to lib version --- .github/workflows/release-ios-testflight.yaml | 10 +++++++--- mobile/ios-src/Info.plist | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-ios-testflight.yaml b/.github/workflows/release-ios-testflight.yaml index 7011ee0..bcb19d3 100644 --- a/.github/workflows/release-ios-testflight.yaml +++ b/.github/workflows/release-ios-testflight.yaml @@ -1,5 +1,11 @@ name: release-ios-testflight +# This workflow builds, archives, exports, validates and uploads your ios app. +# The version from tag or input is only used for artifact names. +# Bump the versions in `mobile/ios-src/Info.plist` to change the version of your app bundle. + +# Special setup and Apple Developer Program membership (99$/year) is required for this workflow! (docs are in work; Todo) + on: push: tags: @@ -13,8 +19,6 @@ on: # ToDo: adapt names env: - # heads-up: this value is used as a pattern in an sed command as a workaround for a trunk issue - # if you use special characters, take a look at the 'Make paths relative' step in the 'build-web' job GAME_EXECUTABLE_NAME: bevy_game GAME_OSX_APP_NAME: BevyGame @@ -84,7 +88,7 @@ jobs: - name: Upload ipa uses: actions/upload-artifact@v3 with: - path: ${{ runner.temp }}/export/mobile.ipa + path: ${{ runner.temp }}/export/ name: ${{ env.GAME_EXECUTABLE_NAME }}_${{ env.VERSION }}_ios - name: decode API key env: diff --git a/mobile/ios-src/Info.plist b/mobile/ios-src/Info.plist index 087e8d4..15959ac 100644 --- a/mobile/ios-src/Info.plist +++ b/mobile/ios-src/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 0.1.0 CFBundleIconName AppIcon CFBundleVersion - 1 + 0.1.0 UILaunchStoryboardName LaunchScreen UIRequiresFullScreen