Skip to content

Commit 3ae7765

Browse files
Devin RothDevin Roth
authored andcommitted
Update to Swift 4.2
1 parent 887e9f6 commit 3ae7765

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Examples/iOS/OSCTest/OSCTest.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
TargetAttributes = {
125125
031ABE6B1FB64DC7005184D4 = {
126126
CreatedOnToolsVersion = 9.1;
127+
LastSwiftMigration = 1010;
127128
ProvisioningStyle = Automatic;
128129
};
129130
};
@@ -313,7 +314,7 @@
313314
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
314315
PRODUCT_BUNDLE_IDENTIFIER = com.swiftosc.OSCTest;
315316
PRODUCT_NAME = "$(TARGET_NAME)";
316-
SWIFT_VERSION = 4.0;
317+
SWIFT_VERSION = 4.2;
317318
TARGETED_DEVICE_FAMILY = "1,2";
318319
};
319320
name = Debug;
@@ -329,7 +330,7 @@
329330
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
330331
PRODUCT_BUNDLE_IDENTIFIER = com.swiftosc.OSCTest;
331332
PRODUCT_NAME = "$(TARGET_NAME)";
332-
SWIFT_VERSION = 4.0;
333+
SWIFT_VERSION = 4.2;
333334
TARGETED_DEVICE_FAMILY = "1,2";
334335
};
335336
name = Release;

Examples/iOS/OSCTest/OSCTest/AppDelegate.swift

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

1616

17-
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
17+
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
1818
// Override point for customization after application launch.
1919
return true
2020
}

0 commit comments

Comments
 (0)