Skip to content

Commit 65c25b9

Browse files
committed
Configure the project in order to use Carthage as dependency manager
1 parent c5062c8 commit 65c25b9

File tree

106 files changed

+254
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+254
-110
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DerivedData/
4040

4141
# NB: slash on the end, so we only remove the FOLDER, not any files that were badly named "build"
4242

43-
build/
43+
/build/
4444

4545

4646
#####
@@ -135,3 +135,4 @@ xcuserdata
135135

136136
####
137137
taylor_report.*
138+
/Carthage/Checkouts/

Cartfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "S2dentik/SourceKitten" "master"

Cartfile.private

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github "Quick/Quick"
2+
github "Quick/Nimble"

Cartfile.resolved

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
github "Quick/Nimble" "v3.1.0"
2+
github "Quick/Quick" "v0.9.0"
3+
github "drmohundro/SWXMLHash" "2.1.0"
4+
github "jpsim/SwiftXPC" "1.1.1"
5+
github "S2dentik/SourceKitten" "95c3a3d081fc7b258fc212c2e4bf38d6c9e38396"

Carthage/Build/Mac/Nimble.framework.dSYM/Contents/Info.plist

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

CommonTestsSources/Nimble.framework/Versions/A/Headers/DSL.h renamed to Carthage/Build/Mac/Nimble.framework/Versions/A/Headers/DSL.h

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CommonTestsSources/Nimble.framework/Versions/A/Headers/NMBExceptionCapture.h renamed to Carthage/Build/Mac/Nimble.framework/Versions/A/Headers/NMBExceptionCapture.h

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CommonTestsSources/Nimble.framework/Versions/A/Headers/Nimble-Swift.h renamed to Carthage/Build/Mac/Nimble.framework/Versions/A/Headers/Nimble-Swift.h

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

CommonTestsSources/Nimble.framework/Versions/A/Resources/Info.plist renamed to Carthage/Build/Mac/Nimble.framework/Versions/A/Resources/Info.plist

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/Mac/Quick.framework.dSYM/Contents/Info.plist

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

CommonTestsSources/Quick.framework/Versions/A/Headers/Quick-Swift.h renamed to Carthage/Build/Mac/Quick.framework/Versions/A/Headers/Quick-Swift.h

+28-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

CommonTestsSources/Quick.framework/Versions/A/Resources/Info.plist renamed to Carthage/Build/Mac/Quick.framework/Versions/A/Resources/Info.plist

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/Mac/SWXMLHash.framework.dSYM/Contents/Info.plist

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Carthage/Build/Mac/SourceKittenFramework.framework.dSYM/Contents/Info.plist

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/Mac/SwiftXPC.framework.dSYM/Contents/Info.plist

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)