Skip to content

Commit 30160d1

Browse files
committed
Merge pull request #36 from Carthage/rac4-with-pinned-result
Update RAC 4 to alpha 2
2 parents b03f5b7 + caaddcf commit 30160d1

File tree

11 files changed

+64
-119
lines changed

11 files changed

+64
-119
lines changed

.gitmodules

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
[submodule "Carthage.checkout/Nimble"]
1+
[submodule "Carthage/Checkouts/Nimble"]
22
path = Carthage/Checkouts/Nimble
33
url = https://github.com/Quick/Nimble.git
4-
[submodule "Carthage.checkout/Quick"]
4+
[submodule "Carthage/Checkouts/Quick"]
55
path = Carthage/Checkouts/Quick
66
url = https://github.com/Quick/Quick.git
7-
[submodule "Carthage.checkout/xcconfigs"]
7+
[submodule "Carthage/Checkouts/Result"]
8+
path = Carthage/Checkouts/Result
9+
url = https://github.com/antitypical/Result.git
10+
[submodule "Carthage/Checkouts/xcconfigs"]
811
path = Carthage/Checkouts/xcconfigs
912
url = https://github.com/jspahrsummers/xcconfigs.git
10-
[submodule "Carthage.checkout/ReactiveCocoa"]
13+
[submodule "Carthage/Checkouts/ReactiveCocoa"]
1114
path = Carthage/Checkouts/ReactiveCocoa
1215
url = https://github.com/ReactiveCocoa/ReactiveCocoa.git
13-
[submodule "Carthage/Checkouts/Result"]
14-
path = Carthage/Checkouts/Result
15-
url = https://github.com/antitypical/Result.git

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveCocoa/ReactiveCocoa" "v4.0-alpha.1"
1+
github "ReactiveCocoa/ReactiveCocoa" "v4.0.0-alpha.2"

Cartfile.private

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Quick" "4c19d1257813c44df9c3c56b296b2b11ca40d4a9"
2-
github "Quick/Nimble" "v2.0.0-rc.3"
1+
github "Quick/Quick" ~> 0.7
2+
github "Quick/Nimble" ~> 2.0
33
github "jspahrsummers/xcconfigs" "ec5753493605deed7358dec5f9260f503d3ed650"

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github "Quick/Nimble" "v2.0.0-rc.3"
2-
github "Quick/Quick" "4c19d1257813c44df9c3c56b296b2b11ca40d4a9"
3-
github "antitypical/Result" "76f9a972ed61ff872b731460bc610c8acbfae58c"
1+
github "Quick/Nimble" "v2.0.0"
2+
github "Quick/Quick" "v0.7.0"
3+
github "antitypical/Result" "0.6.0-beta.3"
44
github "jspahrsummers/xcconfigs" "ec5753493605deed7358dec5f9260f503d3ed650"
5-
github "ReactiveCocoa/ReactiveCocoa" "v4.0-alpha.1"
5+
github "ReactiveCocoa/ReactiveCocoa" "v4.0.0-alpha.2"

Carthage/Checkouts/ReactiveCocoa

Submodule ReactiveCocoa updated 41 files

ReactiveTask.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
CD0E570A1BBD2A31009BB2AE /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD0E57091BBD2A31009BB2AE /* Extensions.swift */; settings = {ASSET_TAGS = (); }; };
1110
D02130921AF87B6500B9EC20 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D02130911AF87B6500B9EC20 /* Result.framework */; };
1211
D0BFEA5E1A2D1E5E00E23194 /* ReactiveTask.h in Headers */ = {isa = PBXBuildFile; fileRef = D0BFEA5D1A2D1E5E00E23194 /* ReactiveTask.h */; settings = {ATTRIBUTES = (Public, ); }; };
1312
D0BFEA641A2D1E5E00E23194 /* ReactiveTask.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BFEA581A2D1E5E00E23194 /* ReactiveTask.framework */; };
@@ -31,7 +30,6 @@
3130
/* End PBXContainerItemProxy section */
3231

3332
/* Begin PBXFileReference section */
34-
CD0E57091BBD2A31009BB2AE /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
3533
D02130911AF87B6500B9EC20 /* Result.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3634
D0BFEA581A2D1E5E00E23194 /* ReactiveTask.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReactiveTask.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3735
D0BFEA5C1A2D1E5E00E23194 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -113,7 +111,6 @@
113111
children = (
114112
D0BFEA5D1A2D1E5E00E23194 /* ReactiveTask.h */,
115113
D0BFEAA31A2D216600E23194 /* Errors.swift */,
116-
CD0E57091BBD2A31009BB2AE /* Extensions.swift */,
117114
D0BFEA9F1A2D212000E23194 /* Task.swift */,
118115
D0BFEA5B1A2D1E5E00E23194 /* Supporting Files */,
119116
);
@@ -324,7 +321,6 @@
324321
buildActionMask = 2147483647;
325322
files = (
326323
D0BFEAA41A2D216600E23194 /* Errors.swift in Sources */,
327-
CD0E570A1BBD2A31009BB2AE /* Extensions.swift in Sources */,
328324
D0BFEAA01A2D212000E23194 /* Task.swift in Sources */,
329325
);
330326
runOnlyForDeploymentPostprocessing = 0;

ReactiveTask/Extensions.swift

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)