Skip to content

Commit

Permalink
Revert to Swift 4.2 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
rynecheow authored and freak4pc committed Apr 30, 2019
1 parent 8332895 commit 846a061
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.

#### Fixed

## 4.5.0

#### Fixed
* Minimum Swift version is 4.2 (More details in #144)

## 4.4.1

#### Updated
Expand Down
2 changes: 1 addition & 1 deletion RxAlamofire.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "RxAlamofire"

s.version = "4.4.1"
s.version = "4.5.0"
s.license = "MIT"
s.summary = "RxSwift wrapper around the elegant HTTP networking in Swift Alamofire"
s.homepage = "https://github.com/RxSwiftCommunity/RxAlamofire"
Expand Down
5 changes: 3 additions & 2 deletions _.xcodeproj/project.pbxproj
Expand Up @@ -206,6 +206,7 @@
};
FC5686F82150CD45009DE8D6 = {
CreatedOnToolsVersion = 10.0;
LastSwiftMigration = 1020;
};
};
};
Expand Down Expand Up @@ -380,7 +381,7 @@
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -438,7 +439,7 @@
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down

0 comments on commit 846a061

Please sign in to comment.