File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-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.4.app
46
+ # sudo xcodebuild -downloadPlatform iOS
47
+ # sudo xcodebuild -downloadPlatform iOS -platform iOS -version 18.4
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.4.app
39
+ # sudo xcodebuild -downloadPlatform iOS
40
+ # sudo xcodebuild -downloadPlatform iOS -platform iOS -version 18.4
41
+
36
42
- name : " Fastlane Tests"
37
43
run : fastlane tests
38
44
env :
Original file line number Diff line number Diff line change 466
466
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
467
467
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
468
468
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
469
+ IPHONEOS_DEPLOYMENT_TARGET = 18.0;
469
470
LD_RUNPATH_SEARCH_PATHS = (
470
471
"$(inherited)",
471
472
"@executable_path/Frameworks",
512
513
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
513
514
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
514
515
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
516
+ IPHONEOS_DEPLOYMENT_TARGET = 18.0;
515
517
LD_RUNPATH_SEARCH_PATHS = (
516
518
"$(inherited)",
517
519
"@executable_path/Frameworks",
You can’t perform that action at this time.
0 commit comments