Skip to content

Commit 9878bce

Browse files
committed
Setup right xcode, and move signing post vcpkg package building
1 parent 9be243f commit 9878bce

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/ios.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@ jobs:
5959
ruby-version: '3.2' # Not needed with a .ruby-version file
6060
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
6161

62-
- name: 🔏 Setup code signing
62+
- name: 🍭 Setup XCode
63+
uses: maxim-lobanov/[email protected]
6364
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
64-
env:
65-
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
66-
run: |
67-
bundle exec fastlane ios setup_signing type:${{ env.IOS_SIGN_TYPE }} app_identifier:${{ env.IOS_APP_IDENTIFIER }} # --verbose
68-
65+
with:
66+
xcode-version: 16.2
6967

7068
- name: 🍹 Prepare ios build env
7169
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
@@ -92,12 +90,6 @@ jobs:
9290
with:
9391
python-version: '3.11'
9492

95-
- name: 🍭 Setup XCode
96-
uses: maxim-lobanov/[email protected]
97-
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
98-
with:
99-
xcode-version: latest-stable
100-
10193
- name: 🍮 ccache
10294
uses: hendrikmuhs/ccache-action@v1
10395
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
@@ -151,6 +143,13 @@ jobs:
151143
path: |
152144
/Users/runner/builddir/**/*.log
153145
146+
- name: 🔏 Setup code signing
147+
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
148+
env:
149+
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
150+
run: |
151+
bundle exec fastlane ios setup_signing type:${{ env.IOS_SIGN_TYPE }} app_identifier:${{ env.IOS_APP_IDENTIFIER }} # --verbose
152+
154153
- name: 📦 Package
155154
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
156155
run: |

0 commit comments

Comments
 (0)