Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
Update ios.yml
  • Loading branch information
blueloveTH committed Mar 25, 2024
1 parent 33ccfd9 commit ed861d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
cd projects/Xcode15
curl -L https://github.com/raysan5/raylib/files/14743869/libEGL.xcframework.zip --output libEGL.xcframework.zip
curl -L https://github.com/raysan5/raylib/files/14743873/libGLESv2.xcframework.zip --output libGLESv2.xcframework.zip
unzip libEGL.xcframework.zip -d libEGL.xcframework
unzip libGLESv2.xcframework.zip -d libGLESv2.xcframework
unzip -q libEGL.xcframework.zip -d libEGL.xcframework
unzip -q libGLESv2.xcframework.zip -d libGLESv2.xcframework
rm libEGL.xcframework.zip
rm libGLESv2.xcframework.zip
ls
xcodebuild -project raylib.xcodeproj -scheme raylib -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12,OS=15.0' build
xcodebuild -project raylib.xcodeproj -scheme raylib -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14' build

0 comments on commit ed861d0

Please sign in to comment.