splash/.gitignore
John Sundell 6fcb458c63
Enable Splash to be compiled for iOS as a Swift Package (#70)
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)
2019-06-09 11:56:10 +02:00

7 lines
68 B
Plaintext

.DS_Store
/.build
/Packages
/.swiftpm
/*.xcodeproj
Package.resolved