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

Commit 512b222

Browse files
committed
Update to Carthage 0.5 directory structure
1 parent c5d24ab commit 512b222

File tree

8 files changed

+14
-10
lines changed

8 files changed

+14
-10
lines changed

.gitmodules

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[submodule "Carthage.checkout/Nimble"]
2-
path = Carthage.checkout/Nimble
2+
path = Carthage/Checkouts/Nimble
33
url = https://github.com/Quick/Nimble.git
44
[submodule "Carthage.checkout/Quick"]
5-
path = Carthage.checkout/Quick
5+
path = Carthage/Checkouts/Quick
66
url = https://github.com/Quick/Quick.git
77
[submodule "Carthage.checkout/xcconfigs"]
8-
path = Carthage.checkout/xcconfigs
8+
path = Carthage/Checkouts/xcconfigs
99
url = https://github.com/jspahrsummers/xcconfigs.git
1010
[submodule "Carthage.checkout/ReactiveCocoa"]
11-
path = Carthage.checkout/ReactiveCocoa
11+
path = Carthage/Checkouts/ReactiveCocoa
1212
url = https://github.com/ReactiveCocoa/ReactiveCocoa.git
13+
[submodule "Carthage/Checkouts/Nimble"]
14+
url = https://github.com/Quick/Nimble.git
15+
[submodule "Carthage/Checkouts/Quick"]
16+
url = https://github.com/Quick/Quick.git
File renamed without changes.

ReactiveViewModel.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
D0948B591781618A00BA8F23 /* RVMViewModelSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RVMViewModelSpec.m; sourceTree = "<group>"; };
103103
D0948B5C178161A800BA8F23 /* RVMTestViewModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RVMTestViewModel.h; sourceTree = "<group>"; };
104104
D0948B5D178161A800BA8F23 /* RVMTestViewModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RVMTestViewModel.m; sourceTree = "<group>"; };
105-
D0C7C39E19FEF8F60069B5C0 /* Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Framework.xcconfig; path = Carthage.checkout/xcconfigs/Base/Targets/Framework.xcconfig; sourceTree = SOURCE_ROOT; };
106-
D0C7C39F19FEF8FC0069B5C0 /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "iOS-Framework.xcconfig"; path = "Carthage.checkout/xcconfigs/iOS/iOS-Framework.xcconfig"; sourceTree = SOURCE_ROOT; };
105+
D0C7C39E19FEF8F60069B5C0 /* Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Framework.xcconfig; path = Carthage/Checkouts/xcconfigs/Base/Targets/Framework.xcconfig; sourceTree = SOURCE_ROOT; };
106+
D0C7C39F19FEF8FC0069B5C0 /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "iOS-Framework.xcconfig"; path = "Carthage/Checkouts/xcconfigs/iOS/iOS-Framework.xcconfig"; sourceTree = SOURCE_ROOT; };
107107
D0C7C3A719FEFB520069B5C0 /* ReactiveViewModel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReactiveViewModel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
108108
D0C7C3B119FEFB520069B5C0 /* ReactiveViewModel iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ReactiveViewModel iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
109109
D0C7C3C719FEFC7D0069B5C0 /* ReactiveCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ReactiveCocoa.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -237,7 +237,7 @@
237237
D0948A88178159DA00BA8F23 /* README.md */,
238238
);
239239
name = Configuration;
240-
path = Carthage.checkout/xcconfigs;
240+
path = Carthage/Checkouts/xcconfigs;
241241
sourceTree = "<group>";
242242
};
243243
D0948A74178159DA00BA8F23 /* Base */ = {

ReactiveViewModel.xcworkspace/contents.xcworkspacedata

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

0 commit comments

Comments
 (0)