Skip to content

Commit

Permalink
Treat SDL like any other external dependency
Browse files Browse the repository at this point in the history
This means we don't have to bundle SDL3.xcframework for Xcode projects, but means that Xcode users building from source will need to run download.sh to get the SDL dependency.
  • Loading branch information
slouken committed Aug 1, 2023
1 parent 7dff2a5 commit 0af1438
Show file tree
Hide file tree
Showing 381 changed files with 74 additions and 256,450 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "external/SDL"]
path = external/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "external/jpeg"]
path = external/jpeg
url = https://github.com/libsdl-org/jpeg.git
Expand Down
80 changes: 0 additions & 80 deletions Xcode/SDL/SDL3.xcframework/Info.plist

This file was deleted.

This file was deleted.

This file was deleted.

80 changes: 0 additions & 80 deletions Xcode/SDL/SDL3.xcframework/ios-arm64/SDL3.framework/Headers/SDL.h

This file was deleted.

Loading

0 comments on commit 0af1438

Please sign in to comment.