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

Commit

Permalink
Merge pull request #223 from octokit/carthage-0.5
Browse files Browse the repository at this point in the history
Migrate to Carthage 0.5
  • Loading branch information
robrix committed Dec 30, 2014
2 parents f0b00b8 + 56c5297 commit be3b448
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 27 deletions.
14 changes: 9 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@
path = External/OHHTTPStubs
url = https://github.com/github/OHHTTPStubs.git
[submodule "Carthage.checkout/Mantle"]
path = Carthage.checkout/Mantle
path = Carthage/Checkouts/Mantle
url = https://github.com/Mantle/Mantle.git
[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/ReactiveCocoa"]
path = Carthage.checkout/ReactiveCocoa
path = Carthage/Checkouts/ReactiveCocoa
url = https://github.com/ReactiveCocoa/ReactiveCocoa.git
[submodule "Carthage.checkout/xcconfigs"]
path = Carthage.checkout/xcconfigs
path = Carthage/Checkouts/xcconfigs
url = https://github.com/jspahrsummers/xcconfigs.git
[submodule "Carthage/Checkouts/Nimble"]
url = https://github.com/Quick/Nimble.git
[submodule "Carthage/Checkouts/Quick"]
url = https://github.com/Quick/Quick.git
7 changes: 2 additions & 5 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
github "Mantle/Mantle" ~> 1.5.2
github "ReactiveCocoa/ReactiveCocoa" ~> 2.4.1
github "jspahrsummers/xcconfigs" >= 0.6
github "Quick/Quick" == 0.2.0
github "Quick/Nimble"
github "Mantle/Mantle" ~> 1.5.3
github "ReactiveCocoa/ReactiveCocoa" ~> 2.4.3
5 changes: 0 additions & 5 deletions Cartfile.lock

This file was deleted.

3 changes: 3 additions & 0 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "jspahrsummers/xcconfigs" >= 0.7
github "Quick/Quick" ~> 0.2
github "Quick/Nimble" ~> 0.2
5 changes: 5 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
github "Mantle/Mantle" "1.5.3"
github "Quick/Nimble" "v0.2.0"
github "Quick/Quick" "v0.2.2"
github "ReactiveCocoa/ReactiveCocoa" "v2.4.3"
github "jspahrsummers/xcconfigs" "0.7"
1 change: 0 additions & 1 deletion Carthage.checkout/Mantle
Submodule Mantle deleted from 40abed
1 change: 0 additions & 1 deletion Carthage.checkout/Nimble
Submodule Nimble deleted from 81a2d8
1 change: 0 additions & 1 deletion Carthage.checkout/Quick
Submodule Quick deleted from 315ae2
1 change: 0 additions & 1 deletion Carthage.checkout/ReactiveCocoa
Submodule ReactiveCocoa deleted from 93068e
1 change: 0 additions & 1 deletion Carthage.checkout/xcconfigs
Submodule xcconfigs deleted from 6c7a02
1 change: 1 addition & 0 deletions Carthage/Checkouts/Mantle
Submodule Mantle added at f797bd
1 change: 1 addition & 0 deletions Carthage/Checkouts/Nimble
Submodule Nimble added at 6f787e
1 change: 1 addition & 0 deletions Carthage/Checkouts/Quick
Submodule Quick added at b0e982
1 change: 1 addition & 0 deletions Carthage/Checkouts/ReactiveCocoa
Submodule ReactiveCocoa added at a6bc3a
1 change: 1 addition & 0 deletions Carthage/Checkouts/xcconfigs
Submodule xcconfigs added at 6c6423
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
D0040C7519FEBF49002869A6 /* README.md */,
);
name = Configuration;
path = ../../Carthage.checkout/xcconfigs;
path = ../../Carthage/Checkouts/xcconfigs;
sourceTree = "<group>";
};
D0040C5F19FEBF49002869A6 /* Base */ = {
Expand Down
2 changes: 1 addition & 1 deletion OctoKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@
D0040C8D19FEBF53002869A6 /* README.md */,
);
name = Configuration;
path = Carthage.checkout/xcconfigs;
path = Carthage/Checkouts/xcconfigs;
sourceTree = "<group>";
};
D0040C7719FEBF53002869A6 /* Base */ = {
Expand Down
8 changes: 4 additions & 4 deletions OctoKit.xcworkspace/contents.xcworkspacedata

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

2 changes: 1 addition & 1 deletion OctoKit/OCTResponse.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "OCTResponse.h"
#import "EXTKeyPathCoding.h"
#import <ReactiveCocoa/EXTKeyPathCoding.h>

@interface OCTResponse ()

Expand Down

0 comments on commit be3b448

Please sign in to comment.