Skip to content

Commit

Permalink
Migrated to last swift syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjoDeundiak committed Oct 4, 2018
1 parent a0cc314 commit 4cddde5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SDKTestApp iOS/AppDelegate.swift
Expand Up @@ -42,7 +42,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
Expand Down
16 changes: 9 additions & 7 deletions VirgilSDK.xcodeproj/project.pbxproj
Expand Up @@ -1637,10 +1637,12 @@
};
42D0589020EB894500FC544E = {
CreatedOnToolsVersion = 9.4.1;
LastSwiftMigration = 1000;
ProvisioningStyle = Automatic;
};
42D058A620EB896200FC544E = {
CreatedOnToolsVersion = 9.4.1;
LastSwiftMigration = 1000;
ProvisioningStyle = Automatic;
TestTargetID = 42D0589020EB894500FC544E;
};
Expand All @@ -1655,7 +1657,7 @@
};
42EB30E31DB8EC17001DF4C0 = {
CreatedOnToolsVersion = 8.0;
LastSwiftMigration = 0900;
LastSwiftMigration = 1000;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -2818,7 +2820,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -2842,7 +2844,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.virgilsecurity.SDKTestApp-iOS";
PRODUCT_MODULE_NAME = SDKTestApp_iOS;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down Expand Up @@ -2873,7 +2875,7 @@
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OBJC_BRIDGING_HEADER = Tests/BridgingHeader.h;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SDKTestApp iOS.app/SDKTestApp iOS";
};
Expand All @@ -2898,7 +2900,7 @@
PRODUCT_MODULE_NAME = VirgilSDK_AppTests_iOS;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = Tests/BridgingHeader.h;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SDKTestApp iOS.app/SDKTestApp iOS";
};
Expand Down Expand Up @@ -3038,7 +3040,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.virgilsecurity.VirgilSDK;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -3062,7 +3064,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.virgilsecurity.VirgilSDK;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down

0 comments on commit 4cddde5

Please sign in to comment.