We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707b5b3 commit ec1fd65Copy full SHA for ec1fd65
.github/workflows/ios.yml
@@ -39,7 +39,6 @@ jobs:
39
run: |
40
git clone https://github.com/libsdl-org/SDL.git && \
41
pushd SDL && \
42
- git checkout release-3.2.24 && \
43
xcodebuild -project Xcode/SDL/SDL.xcodeproj -target "SDL3.xcframework" -configuration Release SYMROOT="build/" && \
44
mkdir build && \
45
cp -r Xcode/SDL/build/SDL3.xcframework build/ && \
0 commit comments