Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Oct 13, 2024
1 parent 2087fe6 commit 2888ebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- platform: 'macos-latest'
platform_name: iOS
build: 'pnpm tauri ios build --export-method app-store-connect'
build_dev: 'pnpm tauri ios build --export-method release-testing'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -119,11 +120,10 @@ jobs:
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_KEY_PATH: ~/private_keys/AuthKey_${{ secrets.APPLE_API_KEY_ID }}.p8
IOS_MOBILE_PROVISION: ${{ secrets.IOS_MOBILE_PROVISION }}
CI: true

- name: Unnotarized build
run: ${{ matrix.build }}
if: ${{ !(startsWith(github.event.ref, 'refs/tags/v') && matrix.platform == 'macos-latest') }}
run: ${{ matrix.build_dev || matrix.build }}
env:
IOS_MOBILE_PROVISION: ${{ secrets.IOS_MOBILE_PROVISION }}
CI: true
2 changes: 1 addition & 1 deletion src-tauri/gen/apple/sage-tauri_iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>0.1.0</string>
<string>0.2.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 2888ebb

Please sign in to comment.