Skip to content

Commit 75ee37e

Browse files
committed
Set Swift version to 3.1
1 parent fcba139 commit 75ee37e

File tree

6 files changed

+7
-16
lines changed

6 files changed

+7
-16
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.1

Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@
192192
TargetAttributes = {
193193
B548C5C11C8E91B0009D5AEE = {
194194
CreatedOnToolsVersion = 7.2.1;
195-
LastSwiftMigration = 0820;
195+
LastSwiftMigration = 0830;
196196
TestTargetID = B5E9F8FA1C8D3B6E00443DC7;
197197
};
198198
B5E9F8FA1C8D3B6E00443DC7 = {
199199
CreatedOnToolsVersion = 7.2.1;
200-
LastSwiftMigration = 0820;
200+
LastSwiftMigration = 0830;
201201
};
202202
};
203203
};

ICInputAccessory.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
TargetAttributes = {
133133
B56BC4291C89A7EA00C20AD6 = {
134134
CreatedOnToolsVersion = 7.2.1;
135-
LastSwiftMigration = 0820;
135+
LastSwiftMigration = 0830;
136136
};
137137
};
138138
};

Podfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,10 @@ platform :ios, "8.0"
22
use_frameworks!
33

44
workspace "ICInputAccessory"
5-
project "ICInputAccessory"
65
project "Example"
76

87
target "Example" do
98
pod "ICInputAccessory/KeyboardDismissTextField", path: "./"
109
pod "ICInputAccessory/TokenField", path: "./"
1110
pod "SwiftLint", "0.19.0"
1211
end
13-
14-
post_install do |installer|
15-
installer.pods_project.targets.each do |target|
16-
target.build_configurations.each do |config|
17-
config.build_settings["SWIFT_VERSION"] = "3.0"
18-
config.build_settings['CONFIGURATION_BUILD_DIR'] = '$PODS_CONFIGURATION_BUILD_DIR'
19-
end
20-
end
21-
end

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ SPEC CHECKSUMS:
1616
ICInputAccessory: dace41bea1ed8b0368bf8ffd439a215efa8effd3
1717
SwiftLint: 3537a05b34060e78e7510f04fb7537d738247803
1818

19-
PODFILE CHECKSUM: a2f3f54a890602e56a62a49ef8e9b80f436b0899
19+
PODFILE CHECKSUM: 400449a0f6672fe2c72f4d91409a3e8abccb8fab
2020

2121
COCOAPODS: 1.3.1

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ ICInputAccessory | iOS | Xcode | Swift
3030
`~> 1.0.0` | 8.0+ | 7.2 | ![Swift 2.1.1](https://img.shields.io/badge/Swift-2.1.1-orange.svg)
3131
`~> 1.1.0` | 8.0+ | 7.3 | ![Swift 2.2](https://img.shields.io/badge/Swift-2.2-orange.svg)
3232
`~> 1.2.0` | 8.0+ | 8.0 | ![Swift 2.3](https://img.shields.io/badge/Swift-2.3-orange.svg)
33-
`>= 1.3.0` | 8.0+ | 8.0 | ![Swift 3.0](https://img.shields.io/badge/Swift-3.0-orange.svg)
33+
`~> 1.3.0` | 8.0+ | 8.0 | ![Swift 3.0](https://img.shields.io/badge/Swift-3.0-orange.svg)
34+
`~> 1.4.0` | 8.0+ | 8.3 | ![Swift 3.1](https://img.shields.io/badge/Swift-3.1-orange.svg)
3435

3536
## Installation
3637

0 commit comments

Comments
 (0)