File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
cd projects/Xcode15
27
27
curl -L https://github.com/raysan5/raylib/files/14743869/libEGL.xcframework.zip --output libEGL.xcframework.zip
28
28
curl -L https://github.com/raysan5/raylib/files/14743873/libGLESv2.xcframework.zip --output libGLESv2.xcframework.zip
29
- unzip libEGL.xcframework.zip -d libEGL.xcframework
30
- unzip libGLESv2.xcframework.zip -d libGLESv2.xcframework
29
+ unzip libEGL.xcframework.zip -d libEGL.xcframework -q
30
+ unzip libGLESv2.xcframework.zip -d libGLESv2.xcframework -q
31
31
rm libEGL.xcframework.zip
32
32
rm libGLESv2.xcframework.zip
33
33
ls
34
- xcodebuild -project raylib.xcodeproj -scheme raylib -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12,OS=15.0 ' build
34
+ xcodebuild -project raylib.xcodeproj -scheme raylib -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 ' build
35
35
You can’t perform that action at this time.
0 commit comments