Skip to content

Commit 419f2cb

Browse files
author
biuer
committed
update to Swift 4.2
1 parent aa6588b commit 419f2cb

File tree

25 files changed

+1142
-1618
lines changed

25 files changed

+1142
-1618
lines changed

FloatingViewDemo/FloatingViewDemo.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
TargetAttributes = {
155155
C111ACC620FC33890032B177 = {
156156
CreatedOnToolsVersion = 9.2;
157+
LastSwiftMigration = 1010;
157158
ProvisioningStyle = Automatic;
158159
};
159160
};
@@ -196,7 +197,7 @@
196197
files = (
197198
);
198199
inputPaths = (
199-
"${SRCROOT}/Pods/Target Support Files/Pods-FloatingViewDemo/Pods-FloatingViewDemo-frameworks.sh",
200+
"${PODS_ROOT}/Target Support Files/Pods-FloatingViewDemo/Pods-FloatingViewDemo-frameworks.sh",
200201
"${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework",
201202
);
202203
name = "[CP] Embed Pods Frameworks";
@@ -205,7 +206,7 @@
205206
);
206207
runOnlyForDeploymentPostprocessing = 0;
207208
shellPath = /bin/sh;
208-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-FloatingViewDemo/Pods-FloatingViewDemo-frameworks.sh\"\n";
209+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FloatingViewDemo/Pods-FloatingViewDemo-frameworks.sh\"\n";
209210
showEnvVarsInLog = 0;
210211
};
211212
7660B28099EAD7DA2A4A90D8 /* [CP] Check Pods Manifest.lock */ = {
@@ -387,7 +388,7 @@
387388
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
388389
PRODUCT_BUNDLE_IDENTIFIER = com.natai.FloatingViewDemo;
389390
PRODUCT_NAME = "$(TARGET_NAME)";
390-
SWIFT_VERSION = 4.0;
391+
SWIFT_VERSION = 4.2;
391392
TARGETED_DEVICE_FAMILY = "1,2";
392393
};
393394
name = Debug;
@@ -404,7 +405,7 @@
404405
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
405406
PRODUCT_BUNDLE_IDENTIFIER = com.natai.FloatingViewDemo;
406407
PRODUCT_NAME = "$(TARGET_NAME)";
407-
SWIFT_VERSION = 4.0;
408+
SWIFT_VERSION = 4.2;
408409
TARGETED_DEVICE_FAMILY = "1,2";
409410
};
410411
name = Release;

FloatingViewDemo/FloatingViewDemo/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1515
var window: UIWindow?
1616

1717

18-
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
18+
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
1919
IQKeyboardManager.shared.enable = true
2020
return true
2121
}

FloatingViewDemo/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- IQKeyboardManagerSwift (6.0.3)
2+
- IQKeyboardManagerSwift (6.2.0)
33

44
DEPENDENCIES:
55
- IQKeyboardManagerSwift
@@ -9,8 +9,8 @@ SPEC REPOS:
99
- IQKeyboardManagerSwift
1010

1111
SPEC CHECKSUMS:
12-
IQKeyboardManagerSwift: 04e8679f85e496bb2c474eeb9284052f1b3c391c
12+
IQKeyboardManagerSwift: b07ccf9d8cafe993dcd6cb794eb4ba34611a0c4e
1313

14-
PODFILE CHECKSUM: dd4b9226d27ec2b9a1e6bd65c363ad26f80ae38a
14+
PODFILE CHECKSUM: 8d47230b65af667fd33779737fdc16fed138cb90
1515

16-
COCOAPODS: 1.5.3
16+
COCOAPODS: 1.6.0.beta.2

FloatingViewDemo/Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FloatingViewDemo/Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift

Lines changed: 20 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)