Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #110 from ReactiveCocoa/cartfile
Browse files Browse the repository at this point in the history
Use Carthage for managing submodules
  • Loading branch information
jspahrsummers committed Nov 21, 2014
2 parents c0459b1 + 3a0d7e0 commit dc49cd3
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 14 deletions.
19 changes: 14 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[submodule "External/ReactiveCocoa"]
path = External/ReactiveCocoa
[submodule "Carthage.checkout/Nimble"]
path = Carthage.checkout/Nimble
url = https://github.com/Quick/Nimble.git
[submodule "Carthage.checkout/Quick"]
path = Carthage.checkout/Quick
url = https://github.com/Quick/Quick.git
[submodule "Carthage.checkout/Archimedes"]
path = Carthage.checkout/Archimedes
url = https://github.com/github/Archimedes.git
[submodule "Carthage.checkout/ReactiveCocoa"]
path = Carthage.checkout/ReactiveCocoa
url = https://github.com/ReactiveCocoa/ReactiveCocoa.git
[submodule "External/Archimedes"]
path = External/Archimedes
url = https://github.com/github/Archimedes
[submodule "Carthage.checkout/xcconfigs"]
path = Carthage.checkout/xcconfigs
url = https://github.com/jspahrsummers/xcconfigs.git
5 changes: 5 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
github "ReactiveCocoa/ReactiveCocoa" ~> 2.4.1
github "github/Archimedes" ~> 1.1.2
github "jspahrsummers/xcconfigs" >= 0.6
github "Quick/Quick" == 0.2.0
github "Quick/Nimble"
5 changes: 5 additions & 0 deletions Cartfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
github "Quick/Nimble" "v0.1.0"
github "Quick/Quick" "v0.2.0"
github "ReactiveCocoa/ReactiveCocoa" "v2.4.1"
github "github/Archimedes" "1.1.2"
github "jspahrsummers/xcconfigs" "carthage-0.6"
1 change: 1 addition & 0 deletions Carthage.checkout/Archimedes
Submodule Archimedes added at 461224
1 change: 1 addition & 0 deletions Carthage.checkout/Nimble
Submodule Nimble added at 81a2d8
1 change: 1 addition & 0 deletions Carthage.checkout/Quick
Submodule Quick added at 315ae2
1 change: 1 addition & 0 deletions Carthage.checkout/ReactiveCocoa
Submodule ReactiveCocoa added at 93068e
1 change: 1 addition & 0 deletions Carthage.checkout/xcconfigs
Submodule xcconfigs added at 6c7a02
1 change: 0 additions & 1 deletion External/Archimedes
Submodule Archimedes deleted from 1b8da7
1 change: 0 additions & 1 deletion External/ReactiveCocoa
Submodule ReactiveCocoa deleted from 8d1177
6 changes: 3 additions & 3 deletions ReactiveCocoaLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
D06C9E52167D896000276090 /* RACSignalRCLGeometryAdditionsSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RACSignalRCLGeometryAdditionsSpec.m; sourceTree = "<group>"; };
D06C9E5A167D8A9A00276090 /* NSViewRCLGeometryAdditionsSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSViewRCLGeometryAdditionsSpec.m; sourceTree = "<group>"; };
D06C9E5D167D8BD900276090 /* UIViewRCLGeometryAdditionsSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIViewRCLGeometryAdditionsSpec.m; sourceTree = "<group>"; };
D0731B7519FF01B700C01E16 /* Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Framework.xcconfig; path = External/ReactiveCocoa/External/xcconfigs/Base/Targets/Framework.xcconfig; sourceTree = SOURCE_ROOT; };
D0731B7619FF01BC00C01E16 /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "iOS-Framework.xcconfig"; path = "External/ReactiveCocoa/External/xcconfigs/iOS/iOS-Framework.xcconfig"; sourceTree = SOURCE_ROOT; };
D0731B7519FF01B700C01E16 /* Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Framework.xcconfig; path = Carthage.checkout/xcconfigs/Base/Targets/Framework.xcconfig; sourceTree = SOURCE_ROOT; };
D0731B7619FF01BC00C01E16 /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "iOS-Framework.xcconfig"; path = "Carthage.checkout/xcconfigs/iOS/iOS-Framework.xcconfig"; sourceTree = SOURCE_ROOT; };
D0731B7C19FF028F00C01E16 /* ReactiveCocoaLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReactiveCocoaLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D0731B8619FF028F00C01E16 /* ReactiveCocoaLayout iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ReactiveCocoaLayout iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
D0731BAA19FF04B300C01E16 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
Expand Down Expand Up @@ -265,7 +265,7 @@
D094E4C31777661600906BF7 /* README.md */,
);
name = Configuration;
path = External/ReactiveCocoa/external/xcconfigs;
path = Carthage.checkout/xcconfigs;
sourceTree = "<group>";
};
D094E4AF1777661600906BF7 /* Base */ = {
Expand Down
8 changes: 4 additions & 4 deletions ReactiveCocoaLayout.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc49cd3

Please sign in to comment.