Skip to content

Commit 07eadcf

Browse files
authored
Merge pull request #24 from studyplus/spm
Support Swift Package Manager
2 parents da921ae + 4c77e8b commit 07eadcf

40 files changed

+942
-637
lines changed

.gitignore

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# Created by https://www.gitignore.io/api/swift
2-
3-
### Swift ###
4-
# Xcode
5-
61
## Build generated
72
build/
83
DerivedData/
94

5+
# Swift Package Manager
6+
.build/
7+
108
## Various settings
119
*.pbxuser
1210
!default.pbxuser
@@ -18,24 +16,14 @@ DerivedData/
1816
!default.perspectivev3
1917
xcuserdata/
2018

21-
## Other
22-
*.moved-aside
23-
*.xccheckout
24-
*.xcscmblueprint
25-
2619
## Obj-C/Swift specific
2720
*.hmap
2821
*.ipa
2922
*.dSYM.zip
3023
*.dSYM
3124

32-
# CocoaPods
33-
Pods/
34-
35-
# Carthage
36-
Carthage/Checkouts
37-
Carthage/Build
38-
39-
# bundler config
40-
/.bundle
41-
vendor/bundle
25+
## Other
26+
*.moved-aside
27+
*.xccheckout
28+
*.xcscmblueprint
29+
*.DS_Store

.swiftlint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
excluded:
2-
- Pods
3-
- vendor/bundle
4-
- SourcePackages
2+
- .build/

Cartfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cartfile.resolved

Lines changed: 0 additions & 1 deletion
This file was deleted.

Carthage/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)