Skip to content

Commit 54a48d7

Browse files
committed
Remove Swift ReactiveCocoa code
1 parent db51e2b commit 54a48d7

File tree

69 files changed

+1510
-10099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1510
-10099
lines changed

.gitmodules

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

.travis.yml

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -8,74 +8,25 @@ before_script:
88
- git submodule update --init --recursive
99
script:
1010
- script/build
11-
xcode_workspace: ReactiveCocoa.xcworkspace
11+
xcode_workspace: ReactiveObjC.xcworkspace
1212
matrix:
1313
include:
14-
- xcode_scheme: ReactiveCocoa-macOS
15-
env:
16-
- XCODE_SDK=macosx
17-
- XCODE_ACTION="build test"
18-
- XCODE_DESTINATION="arch=x86_64"
19-
- XCODE_PLAYGROUND_TARGET="x86_64-apple-macosx10.10"
20-
- xcode_scheme: ReactiveCocoa-iOS
21-
env:
22-
- XCODE_SDK=iphonesimulator
23-
- XCODE_ACTION="build-for-testing test-without-building"
24-
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
25-
- xcode_scheme: ReactiveCocoa-tvOS
26-
env:
27-
- XCODE_SDK=appletvsimulator
28-
- XCODE_ACTION="build-for-testing test-without-building"
29-
- XCODE_DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p"
30-
- xcode_scheme: ReactiveCocoa-watchOS
31-
env:
32-
- XCODE_SDK=watchsimulator
33-
- XCODE_ACTION=build
34-
- XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm"
3514
- xcode_scheme: ReactiveObjC-macOS
36-
xcode_workspace: ReactiveObjC.xcworkspace
3715
env:
3816
- XCODE_SDK=macosx
3917
- XCODE_ACTION="build test"
4018
- XCODE_DESTINATION="arch=x86_64"
4119
- xcode_scheme: ReactiveObjC-iOS
42-
xcode_workspace: ReactiveObjC.xcworkspace
4320
env:
4421
- XCODE_SDK=iphonesimulator
4522
- XCODE_ACTION="build-for-testing test-without-building"
4623
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
4724
- xcode_scheme: ReactiveObjC-tvOS
48-
xcode_workspace: ReactiveObjC.xcworkspace
4925
env:
5026
- XCODE_SDK=appletvsimulator
5127
- XCODE_ACTION="build-for-testing test-without-building"
5228
- XCODE_DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p"
5329
- xcode_scheme: ReactiveObjC-watchOS
54-
xcode_workspace: ReactiveObjC.xcworkspace
55-
env:
56-
- XCODE_SDK=watchsimulator
57-
- XCODE_ACTION=build
58-
- XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm"
59-
- xcode_scheme: ReactiveObjCBridge-macOS
60-
xcode_workspace: ReactiveObjCBridge.xcworkspace
61-
env:
62-
- XCODE_SDK=macosx
63-
- XCODE_ACTION="build test"
64-
- XCODE_DESTINATION="arch=x86_64"
65-
- xcode_scheme: ReactiveObjCBridge-iOS
66-
xcode_workspace: ReactiveObjCBridge.xcworkspace
67-
env:
68-
- XCODE_SDK=iphonesimulator
69-
- XCODE_ACTION="build-for-testing test-without-building"
70-
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
71-
- xcode_scheme: ReactiveObjCBridge-tvOS
72-
xcode_workspace: ReactiveObjCBridge.xcworkspace
73-
env:
74-
- XCODE_SDK=appletvsimulator
75-
- XCODE_ACTION="build-for-testing test-without-building"
76-
- XCODE_DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p"
77-
- xcode_scheme: ReactiveObjCBridge-watchOS
78-
xcode_workspace: ReactiveObjCBridge.xcworkspace
7930
env:
8031
- XCODE_SDK=watchsimulator
8132
- XCODE_ACTION=build

0 commit comments

Comments
 (0)