Skip to content

Commit b5ab21f

Browse files
committed
Sets Swift 4.0 compiler version.
1 parent a33ae10 commit b5ab21f

File tree

11 files changed

+15
-24
lines changed

11 files changed

+15
-24
lines changed

Preprocessor/Preprocessor.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
ONLY_ACTIVE_ARCH = YES;
170170
SDKROOT = macosx;
171171
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
172-
SWIFT_VERSION = 3.0;
172+
SWIFT_VERSION = 4.0;
173173
};
174174
name = Debug;
175175
};
@@ -208,7 +208,7 @@
208208
MTL_ENABLE_DEBUG_INFO = NO;
209209
SDKROOT = macosx;
210210
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
211-
SWIFT_VERSION = 3.0;
211+
SWIFT_VERSION = 4.0;
212212
};
213213
name = Release;
214214
};

Rx.xcodeproj/project.pbxproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6154,7 +6154,7 @@
61546154
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES";
61556155
SDKROOT = "";
61566156
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
6157-
SWIFT_VERSION = 3.0;
6157+
SWIFT_VERSION = 4.0;
61586158
TARGETED_DEVICE_FAMILY = "1,2";
61596159
TVOS_DEPLOYMENT_TARGET = 9.0;
61606160
VALIDATE_PRODUCT = YES;
@@ -6563,7 +6563,7 @@
65636563
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES -D DEBUG -Xfrontend -debug-time-function-bodies";
65646564
SDKROOT = "";
65656565
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
6566-
SWIFT_VERSION = 3.0;
6566+
SWIFT_VERSION = 4.0;
65676567
TARGETED_DEVICE_FAMILY = "1,2";
65686568
TVOS_DEPLOYMENT_TARGET = 9.0;
65696569
VERSIONING_SYSTEM = "apple-generic";
@@ -6615,7 +6615,7 @@
66156615
OTHER_SWIFT_FLAGS = "-D RELEASE";
66166616
SDKROOT = "";
66176617
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
6618-
SWIFT_VERSION = 3.0;
6618+
SWIFT_VERSION = 4.0;
66196619
TARGETED_DEVICE_FAMILY = "1,2";
66206620
TVOS_DEPLOYMENT_TARGET = 9.0;
66216621
VALIDATE_PRODUCT = YES;
@@ -6678,7 +6678,6 @@
66786678
PRODUCT_NAME = "$(TARGET_NAME)";
66796679
SDKROOT = iphoneos;
66806680
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
6681-
SWIFT_VERSION = 3.0;
66826681
};
66836682
name = Debug;
66846683
};
@@ -6695,7 +6694,6 @@
66956694
PRODUCT_BUNDLE_IDENTIFIER = io.rx.Benchmarks;
66966695
PRODUCT_NAME = "$(TARGET_NAME)";
66976696
SDKROOT = iphoneos;
6698-
SWIFT_VERSION = 3.0;
66996697
};
67006698
name = Release;
67016699
};
@@ -6712,7 +6710,6 @@
67126710
PRODUCT_BUNDLE_IDENTIFIER = io.rx.Benchmarks;
67136711
PRODUCT_NAME = "$(TARGET_NAME)";
67146712
SDKROOT = iphoneos;
6715-
SWIFT_VERSION = 3.0;
67166713
};
67176714
name = "Release-Tests";
67186715
};

RxBlocking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxBlocking"
3-
s.version = "3.5.0"
3+
s.version = "4.0.0-alpha.0"
44
s.summary = "RxSwift Blocking operatos"
55
s.description = <<-DESC
66
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests
@@ -25,5 +25,5 @@ Waiting for observable sequence to complete before exiting command line applicat
2525
s.source_files = 'RxBlocking/**/*.swift', 'Platform/**/*.swift'
2626
s.exclude_files = 'RxBlocking/Platform/**/*.swift'
2727

28-
s.dependency 'RxSwift', '~> 3.4'
28+
s.dependency 'RxSwift', '~> 4.0.0-alpha.0'
2929
end

RxBlocking/Info.plist

-351 Bytes
Binary file not shown.

RxCocoa.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxCocoa"
3-
s.version = "3.5.0"
3+
s.version = "4.0.0-alpha.0"
44
s.summary = "RxSwift Cocoa extensions"
55
s.description = <<-DESC
66
* UI extensions
@@ -27,5 +27,5 @@ Pod::Spec.new do |s|
2727
s.watchos.source_files = 'RxCocoa/iOS/**/*.swift'
2828
s.tvos.source_files = 'RxCocoa/iOS/**/*.swift'
2929

30-
s.dependency 'RxSwift', '~> 3.4'
30+
s.dependency 'RxSwift', '~> 4.0.0-alpha.0'
3131
end

RxCocoa/Info.plist

-351 Bytes
Binary file not shown.

RxExample/RxExample.xcodeproj/project.pbxproj

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,6 @@
16711671
PRODUCT_NAME = "$(TARGET_NAME)";
16721672
SDKROOT = macosx;
16731673
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
1674-
SWIFT_VERSION = 3.0;
16751674
TEST_TARGET_NAME = "RxExample-OSX";
16761675
};
16771676
name = Debug;
@@ -1694,7 +1693,6 @@
16941693
PRODUCT_NAME = "$(TARGET_NAME)";
16951694
SDKROOT = macosx;
16961695
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1697-
SWIFT_VERSION = 3.0;
16981696
TEST_TARGET_NAME = "RxExample-OSX";
16991697
};
17001698
name = Release;
@@ -1717,7 +1715,6 @@
17171715
PRODUCT_NAME = "$(TARGET_NAME)";
17181716
SDKROOT = macosx;
17191717
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1720-
SWIFT_VERSION = 3.0;
17211718
TEST_TARGET_NAME = "RxExample-OSX";
17221719
};
17231720
name = "Release-Tests";
@@ -1771,7 +1768,7 @@
17711768
PRODUCT_NAME = RxExample;
17721769
SDKROOT = "";
17731770
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1774-
SWIFT_VERSION = 3.0;
1771+
SWIFT_VERSION = 4.0;
17751772
TARGETED_DEVICE_FAMILY = "1,2";
17761773
};
17771774
name = Debug;
@@ -1816,7 +1813,7 @@
18161813
OTHER_SWIFT_FLAGS = "-D RELEASE";
18171814
PRODUCT_NAME = RxExample;
18181815
SDKROOT = "";
1819-
SWIFT_VERSION = 3.0;
1816+
SWIFT_VERSION = 4.0;
18201817
TARGETED_DEVICE_FAMILY = "1,2";
18211818
VALIDATE_PRODUCT = YES;
18221819
};
@@ -1947,7 +1944,6 @@
19471944
PRODUCT_NAME = "$(TARGET_NAME)";
19481945
SDKROOT = iphoneos;
19491946
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
1950-
SWIFT_VERSION = 3.0;
19511947
TEST_TARGET_NAME = "RxExample-iOS";
19521948
};
19531949
name = Debug;
@@ -1968,7 +1964,6 @@
19681964
PRODUCT_NAME = "$(TARGET_NAME)";
19691965
SDKROOT = iphoneos;
19701966
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1971-
SWIFT_VERSION = 3.0;
19721967
TEST_TARGET_NAME = "RxExample-iOS";
19731968
};
19741969
name = Release;
@@ -1989,7 +1984,6 @@
19891984
PRODUCT_NAME = "$(TARGET_NAME)";
19901985
SDKROOT = iphoneos;
19911986
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1992-
SWIFT_VERSION = 3.0;
19931987
TEST_TARGET_NAME = "RxExample-iOS";
19941988
};
19951989
name = "Release-Tests";
@@ -2035,7 +2029,7 @@
20352029
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES";
20362030
PRODUCT_NAME = RxExample;
20372031
SDKROOT = "";
2038-
SWIFT_VERSION = 3.0;
2032+
SWIFT_VERSION = 4.0;
20392033
TARGETED_DEVICE_FAMILY = "1,2";
20402034
VALIDATE_PRODUCT = YES;
20412035
};

RxSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxSwift"
3-
s.version = "3.5.0"
3+
s.version = "4.0.0-alpha.0"
44
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
55
s.description = <<-DESC
66
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)

RxSwift/Info.plist

-351 Bytes
Binary file not shown.

RxTest.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxTest"
3-
s.version = "3.5.0"
3+
s.version = "4.0.0-alpha.0"
44
s.summary = "RxSwift Testing extensions"
55
s.description = <<-DESC
66
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers
@@ -56,7 +56,7 @@ func testMap() {
5656

5757
s.framework = 'XCTest'
5858

59-
s.dependency 'RxSwift', '~> 3.4'
59+
s.dependency 'RxSwift', '~> 4.0.0-alpha.0'
6060

6161
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
6262
end

0 commit comments

Comments
 (0)