6fcb458c63
While Splash has supported iOS since its early days, this change makes it possible to compile the iOS version as a Swift Package, using Xcode 11. The changes require us to not make the assumption that != macOS == Linux. (Also git ignore the new `.swiftpm` directory that SwiftPM now uses)
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
.DS_Store
|
|
/.build
|
|
/Packages
|
|
/.swiftpm
|
|
/*.xcodeproj
|
|
Package.resolved
|