Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 3eca7ec

Browse files
authored
Setup the project. (#5)
* Update ReactiveSwift to 1.0.0-rc.2. Include Nimble, Quick and xcconfigs. * Setup the Xcode workspace and update the project configurations.
1 parent a363f75 commit 3eca7ec

File tree

14 files changed

+587
-13
lines changed

14 files changed

+587
-13
lines changed

.gitmodules

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[submodule "Carthage/Checkouts/Result"]
2+
path = Carthage/Checkouts/Result
3+
url = https://github.com/antitypical/Result.git
4+
[submodule "Carthage/Checkouts/ReactiveSwift"]
5+
path = Carthage/Checkouts/ReactiveSwift
6+
url = https://github.com/ReactiveCocoa/ReactiveSwift.git
7+
[submodule "Carthage/Checkouts/Nimble"]
8+
path = Carthage/Checkouts/Nimble
9+
url = https://github.com/Quick/Nimble.git
10+
[submodule "Carthage/Checkouts/Quick"]
11+
path = Carthage/Checkouts/Quick
12+
url = https://github.com/Quick/Quick.git
13+
[submodule "Carthage/Checkouts/xcconfigs"]
14+
path = Carthage/Checkouts/xcconfigs
15+
url = https://github.com/jspahrsummers/xcconfigs.git

Cartfile.private

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github "jspahrsummers/xcconfigs" "3d9d996"
2+
github "Quick/Quick" ~> 1.0
3+
github "Quick/Nimble" ~> 5.1

Cartfile.resolved

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
github "Quick/Nimble" "v5.1.1"
2+
github "Quick/Quick" "v1.0.0"
13
github "antitypical/Result" "3.1.0"
2-
github "ReactiveCocoa/ReactiveSwift" "1.0.0-alpha.4"
4+
github "jspahrsummers/xcconfigs" "3d9d99634cae6d586e272543d527681283b33eb0"
5+
github "ReactiveCocoa/ReactiveSwift" "1.0.0-rc.2"

Carthage/Checkouts/Nimble

Submodule Nimble added at 3720e6b

Carthage/Checkouts/Quick

Submodule Quick added at 9c03231

Carthage/Checkouts/ReactiveSwift

Submodule ReactiveSwift added at df08a05

Carthage/Checkouts/Result

Submodule Result added at 2dd1a0c

Carthage/Checkouts/xcconfigs

Submodule xcconfigs added at 3d9d996

ReactiveCollections.xcodeproj/project.pbxproj

Lines changed: 533 additions & 4 deletions
Large diffs are not rendered by default.

ReactiveCollections.xcodeproj/xcshareddata/xcschemes/ReactiveCollections-iOS.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</BuildActionEntries>
3838
</BuildAction>
3939
<TestAction
40-
buildConfiguration = "Debug"
40+
buildConfiguration = "Test"
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
@@ -88,7 +88,7 @@
8888
</AdditionalOptions>
8989
</LaunchAction>
9090
<ProfileAction
91-
buildConfiguration = "Release"
91+
buildConfiguration = "Profile"
9292
shouldUseLaunchSchemeArgsEnv = "YES"
9393
savedToolIdentifier = ""
9494
useCustomWorkingDirectory = "NO"

0 commit comments

Comments
 (0)