mirror of
https://github.com/zhigang1992/ReactiveCocoa.git
synced 2026-01-12 17:43:17 +08:00
update to carthage 0.4 directory structure
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -14,4 +14,4 @@ xcuserdata
|
||||
profile
|
||||
*.moved-aside
|
||||
|
||||
Carthage.build
|
||||
Carthage/Build
|
||||
|
||||
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -1,12 +1,12 @@
|
||||
[submodule "Carthage.checkout/Nimble"]
|
||||
path = Carthage.checkout/Nimble
|
||||
path = Carthage/Checkouts/Nimble
|
||||
url = https://github.com/Quick/Nimble.git
|
||||
[submodule "Carthage.checkout/Quick"]
|
||||
path = Carthage.checkout/Quick
|
||||
path = Carthage/Checkouts/Quick
|
||||
url = https://github.com/Quick/Quick.git
|
||||
[submodule "Carthage.checkout/xcconfigs"]
|
||||
path = Carthage.checkout/xcconfigs
|
||||
path = Carthage/Checkouts/xcconfigs
|
||||
url = https://github.com/jspahrsummers/xcconfigs.git
|
||||
[submodule "Carthage.checkout/LlamaKit"]
|
||||
path = Carthage.checkout/LlamaKit
|
||||
path = Carthage/Checkouts/LlamaKit
|
||||
url = https://github.com/Carthage/LlamaKit.git
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
github "Carthage/LlamaKit" "carthage-0.1.1"
|
||||
github "Quick/Nimble" "v0.1.0"
|
||||
github "Quick/Quick" "v0.2.0"
|
||||
github "jspahrsummers/xcconfigs" "carthage-0.6"
|
||||
4
Cartfile.resolved
Normal file
4
Cartfile.resolved
Normal file
@@ -0,0 +1,4 @@
|
||||
github "Carthage/LlamaKit" "carthage-0.1.1"
|
||||
github "Quick/Nimble" "v0.2.0"
|
||||
github "Quick/Quick" "v0.2.0"
|
||||
github "jspahrsummers/xcconfigs" "0.7"
|
||||
Submodule Carthage.checkout/Nimble deleted from 81a2d8a630
Submodule Carthage.checkout/xcconfigs deleted from 6c7a02a439
1
Carthage/Checkouts/Nimble
vendored
Submodule
1
Carthage/Checkouts/Nimble
vendored
Submodule
Submodule Carthage/Checkouts/Nimble added at 6f787eeb75
1
Carthage/Checkouts/xcconfigs
vendored
Submodule
1
Carthage/Checkouts/xcconfigs
vendored
Submodule
Submodule Carthage/Checkouts/xcconfigs added at 6c64238566
@@ -1204,7 +1204,7 @@
|
||||
D047263C19E49FE8006002AA /* README.md */,
|
||||
);
|
||||
name = Configuration;
|
||||
path = Carthage.checkout/xcconfigs;
|
||||
path = Carthage/Checkouts/xcconfigs;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D047262619E49FE8006002AA /* Base */ = {
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
location = "group:ReactiveCocoa.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Carthage.checkout/Quick/Quick.xcodeproj">
|
||||
location = "group:Carthage/Checkouts/Quick/Quick.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Carthage.checkout/Nimble/Nimble.xcodeproj">
|
||||
location = "group:Carthage/Checkouts/Nimble/Nimble.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Carthage.checkout/LlamaKit/LlamaKit.xcodeproj">
|
||||
location = "group:Carthage/Checkouts/LlamaKit/LlamaKit.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
|
||||
Reference in New Issue
Block a user