File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 40
40
run : |
41
41
echo "${{ secrets.GOOGLE_SERVICES }}" | base64 --decode > "Django Files/GoogleService-Info.plist"
42
42
43
+ - name : " Install iOS 18.3 Platform"
44
+ run : |
45
+ sudo xcode-select --switch /Applications/Xcode_16.3.app
46
+ sudo xcodebuild -downloadPlatform iOS
47
+ sudo xcodebuild -downloadPlatform iOS -platform iOS -version 18.3
48
+
43
49
- name : " Fastlane ${{ env.command }}"
44
50
run : fastlane ${{ env.command }}
45
51
env :
Original file line number Diff line number Diff line change 33
33
run : |
34
34
echo "${{ secrets.GOOGLE_SERVICES }}" | base64 --decode > "Django Files/GoogleService-Info.plist"
35
35
36
+ - name : " Install iOS 18.3 Platform"
37
+ run : |
38
+ sudo xcode-select --switch /Applications/Xcode_16.3.app
39
+ sudo xcodebuild -downloadPlatform iOS
40
+ sudo xcodebuild -downloadPlatform iOS -platform iOS -version 18.3
41
+
36
42
- name : " Fastlane Tests"
37
43
run : fastlane tests
38
44
env :
You can’t perform that action at this time.
0 commit comments