Skip to content

Commit de85b71

Browse files
committed
Add Nimble as a private dependency
1 parent f233742 commit de85b71

File tree

7 files changed

+27
-0
lines changed

7 files changed

+27
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "Carthage/Checkouts/Quick"]
55
path = Carthage/Checkouts/Quick
66
url = https://github.com/Quick/Quick.git
7+
[submodule "Carthage/Checkouts/Nimble"]
8+
path = Carthage/Checkouts/Nimble
9+
url = https://github.com/Quick/Nimble.git

Action.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
7F53BC011D7F0C760098EC20 /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F53BC001D7F0C760098EC20 /* Nimble.framework */; };
1011
7F5E6A601D7F06C4000B6076 /* RxBlocking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F5E6A5D1D7F06C4000B6076 /* RxBlocking.framework */; };
1112
7F5E6A611D7F06C4000B6076 /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F5E6A5E1D7F06C4000B6076 /* RxCocoa.framework */; };
1213
7F5E6A621D7F06C4000B6076 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F5E6A5F1D7F06C4000B6076 /* RxSwift.framework */; };
@@ -34,6 +35,7 @@
3435

3536
/* Begin PBXFileReference section */
3637
7F53BBE11D7F0B140098EC20 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
38+
7F53BC001D7F0C760098EC20 /* Nimble.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Nimble.framework; path = "Carthage/Checkouts/Nimble/build/Debug-iphoneos/Nimble.framework"; sourceTree = "<group>"; };
3739
7F5E6A5D1D7F06C4000B6076 /* RxBlocking.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxBlocking.framework; path = "Carthage/Checkouts/RxSwift/build/Debug-iphoneos/RxBlocking.framework"; sourceTree = "<group>"; };
3840
7F5E6A5E1D7F06C4000B6076 /* RxCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxCocoa.framework; path = "Carthage/Checkouts/RxSwift/build/Debug-iphoneos/RxCocoa.framework"; sourceTree = "<group>"; };
3941
7F5E6A5F1D7F06C4000B6076 /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxSwift.framework; path = "Carthage/Checkouts/RxSwift/build/Debug-iphoneos/RxSwift.framework"; sourceTree = "<group>"; };
@@ -56,6 +58,7 @@
5658
isa = PBXFrameworksBuildPhase;
5759
buildActionMask = 2147483647;
5860
files = (
61+
7F53BC011D7F0C760098EC20 /* Nimble.framework in Frameworks */,
5962
7F5E6A761D7F08F9000B6076 /* Quick.framework in Frameworks */,
6063
7F5E6A771D7F08F9000B6076 /* RxBlocking.framework in Frameworks */,
6164
7F5E6A781D7F08F9000B6076 /* RxCocoa.framework in Frameworks */,
@@ -88,6 +91,7 @@
8891
7F5E6A5C1D7F06C4000B6076 /* Frameworks */ = {
8992
isa = PBXGroup;
9093
children = (
94+
7F53BC001D7F0C760098EC20 /* Nimble.framework */,
9195
7F5E6A721D7F08F9000B6076 /* Quick.framework */,
9296
7F5E6A731D7F08F9000B6076 /* RxBlocking.framework */,
9397
7F5E6A741D7F08F9000B6076 /* RxCocoa.framework */,

Action.xcworkspace/contents.xcworkspacedata

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Action.xcworkspace/xcshareddata/Action.xcscmblueprint

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44

55
},
66
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
7+
"95438028B10BBB846574013D29F154A00556A9D1" : 9223372036854775807,
78
"8B123162C394A0A0A138779108E4C59DD771865A" : 0,
9+
"D0725CAC6FF2D66F2C83C2C48DC12106D42DAA64" : 9223372036854775807,
810
"EE83DA14852173089C59631969EDB7A9A8713EC2" : 0
911
},
1012
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "26078A82-DCD2-4B72-8C8E-CBFF0FFF9C36",
1113
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
14+
"95438028B10BBB846574013D29F154A00556A9D1" : "Action\/Carthage\/Checkouts\/Nimble\/",
1215
"8B123162C394A0A0A138779108E4C59DD771865A" : "Action\/Carthage\/Checkouts\/RxSwift\/",
16+
"D0725CAC6FF2D66F2C83C2C48DC12106D42DAA64" : "Action\/Carthage\/Checkouts\/Quick\/",
1317
"EE83DA14852173089C59631969EDB7A9A8713EC2" : "Action\/"
1418
},
1519
"DVTSourceControlWorkspaceBlueprintNameKey" : "Action",
@@ -21,6 +25,16 @@
2125
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
2226
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "8B123162C394A0A0A138779108E4C59DD771865A"
2327
},
28+
{
29+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/Quick\/Nimble.git",
30+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
31+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "95438028B10BBB846574013D29F154A00556A9D1"
32+
},
33+
{
34+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/Quick\/Quick.git",
35+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
36+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "D0725CAC6FF2D66F2C83C2C48DC12106D42DAA64"
37+
},
2438
{
2539
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/RxSwiftCommunity\/Action.git",
2640
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",

Cartfile.private

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
github "Quick/Quick" ~> 0.9.3
2+
github "Quick/Nimble" ~> 4.1.0

Cartfile.resolved

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
github "Quick/Nimble" "v4.1.0"
12
github "Quick/Quick" "v0.9.3"
23
github "ReactiveX/RxSwift" "2.6.0"

Carthage/Checkouts/Nimble

Submodule Nimble added at b4a0f9d

0 commit comments

Comments
 (0)