File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,11 @@ jobs:
59
59
ruby-version : ' 3.2' # Not needed with a .ruby-version file
60
60
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
61
61
62
- - name : 🔏 Setup code signing
62
+ - name : 🍭 Setup XCode
63
+ uses :
maxim-lobanov/[email protected]
63
64
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
69
67
70
68
- name : 🍹 Prepare ios build env
71
69
if : ${{ env.SENTRY_AUTH_TOKEN != '' }}
92
90
with :
93
91
python-version : ' 3.11'
94
92
95
- - name : 🍭 Setup XCode
96
- uses :
maxim-lobanov/[email protected]
97
- if : ${{ env.SENTRY_AUTH_TOKEN != '' }}
98
- with :
99
- xcode-version : latest-stable
100
-
101
93
- name : 🍮 ccache
102
94
uses : hendrikmuhs/ccache-action@v1
103
95
if : ${{ env.SENTRY_AUTH_TOKEN != '' }}
@@ -151,6 +143,13 @@ jobs:
151
143
path : |
152
144
/Users/runner/builddir/**/*.log
153
145
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
+
154
153
- name : 📦 Package
155
154
if : ${{ env.SENTRY_AUTH_TOKEN != '' }}
156
155
run : |
You can’t perform that action at this time.
0 commit comments