Skip to content

Commit

Permalink
Fixes for Swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine van der Lee committed Nov 23, 2016
1 parent 43ce8dc commit 629f4ef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Example/ALDataRequestView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0810;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = CocoaPods;
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
Expand Down Expand Up @@ -448,7 +448,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0.1;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand Down Expand Up @@ -488,7 +488,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0.1;
SWIFT_VERSION = 3.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0810"
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
20 changes: 10 additions & 10 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- ALDataRequestView (1.0.4):
- ALDataRequestView/Core (= 1.0.4)
- ALDataRequestView/Core (1.0.4):
- ALDataRequestView (2.1.1):
- ALDataRequestView/Core (= 2.1.1)
- ALDataRequestView/Core (2.1.1):
- PureLayout
- ReachabilitySwift (~> 3)
- ALDataRequestView/ReactiveCocoa (1.0.4):
- ALDataRequestView/ReactiveCocoa (2.1.1):
- ALDataRequestView/Core
- ReactiveSwift (= 1.0.0-alpha.3)
- ALDataRequestView/RxSwift (1.0.4):
- ALDataRequestView/RxSwift (2.1.1):
- ALDataRequestView/Core
- RxCocoa (~> 3.0.0)
- RxSwift (~> 3.0.0)
Expand All @@ -16,9 +16,9 @@ PODS:
- ReactiveSwift (1.0.0-alpha.3):
- Result (~> 3.0)
- Result (3.0.0)
- RxCocoa (3.0.0):
- RxCocoa (3.0.1):
- RxSwift (~> 3.0)
- RxSwift (3.0.0)
- RxSwift (3.0.1)

DEPENDENCIES:
- ALDataRequestView (from `../`)
Expand All @@ -30,13 +30,13 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
ALDataRequestView: f866f4f4b4821457db494b9b2e2848ba3bae0d09
ALDataRequestView: a440c5aa015cf848fa6ad75354930e395132fe64
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
ReachabilitySwift: f5b9bb30a0777fac8f09ce8b067e32faeb29bb64
ReactiveSwift: d67b677f9574ba614d94022a88fcf456e77fa515
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
RxCocoa: 0a2f3ae381cf16f4021a4cee7a4420f83058a965
RxSwift: a930cd662f5b4a7ca9dc3518585dba91dadf497c
RxCocoa: 15a52fc590dcc700cb4a690a633b5c5184ce3a78
RxSwift: af5680055c4ad04480189c52d28385b1029493a6

PODFILE CHECKSUM: 8160a0e00b9ee46278a431dd49353bd52cad1a69

Expand Down

0 comments on commit 629f4ef

Please sign in to comment.