Skip to content

Commit 4691b06

Browse files
committed
Support SPM
1 parent 0593749 commit 4691b06

39 files changed

+822
-394
lines changed

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ xcuserdata/
2929
*.dSYM.zip
3030
*.dSYM
3131

32-
# bundler config
33-
/.bundle
34-
vendor/bundle
32+
# Swift Package Manager
33+
.build/

.swiftlint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
excluded:
2-
- vendor/bundle
3-
- SourcePackages
2+
- .build/

0 commit comments

Comments
 (0)