mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-19 04:26:52 -04:00
Manually select older xcode version
This commit is contained in:
parent
ff84934559
commit
a3b4a6dc03
1
.github/workflows/build_ios.yml
vendored
1
.github/workflows/build_ios.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
id: compile
|
||||
run: |
|
||||
cd misc/ios
|
||||
sudo xcode-select -s /Applications/Xcode_14.1.app/Contents/Developer
|
||||
xcodebuild -sdk iphoneos -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
||||
cd build/Release-iphoneos
|
||||
mkdir Payload
|
||||
|
Loading…
x
Reference in New Issue
Block a user