Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 4691b06

Browse files
committed
Support SPM
1 parent 0593749 commit 4691b06

39 files changed

+822
-394
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
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

Lines changed: 1 addition & 2 deletions
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)