Skip to content

Commit 1c84df4

Browse files
Prepare for Xcode 10
1 parent 393a167 commit 1c84df4

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

DeviceIdentificator.xcodeproj/project.pbxproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,12 @@
259259
};
260260
E256651F212614270061CCF7 = {
261261
CreatedOnToolsVersion = 9.4.1;
262+
LastSwiftMigration = 1000;
262263
ProvisioningStyle = Automatic;
263264
};
264265
E2A364F5200D104900668DF9 = {
265266
CreatedOnToolsVersion = 9.2;
266-
LastSwiftMigration = 0920;
267+
LastSwiftMigration = 1000;
267268
ProvisioningStyle = Automatic;
268269
};
269270
};
@@ -501,7 +502,7 @@
501502
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
502503
PRODUCT_BUNDLE_IDENTIFIER = net.s3ba.DeviceIdentificatorTests;
503504
PRODUCT_NAME = "$(TARGET_NAME)";
504-
SWIFT_VERSION = 4.0;
505+
SWIFT_VERSION = 4.2;
505506
TARGETED_DEVICE_FAMILY = "1,2";
506507
};
507508
name = Debug;
@@ -518,7 +519,7 @@
518519
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
519520
PRODUCT_BUNDLE_IDENTIFIER = net.s3ba.DeviceIdentificatorTests;
520521
PRODUCT_NAME = "$(TARGET_NAME)";
521-
SWIFT_VERSION = 4.0;
522+
SWIFT_VERSION = 4.2;
522523
TARGETED_DEVICE_FAMILY = "1,2";
523524
};
524525
name = Release;
@@ -658,7 +659,7 @@
658659
PRODUCT_BUNDLE_IDENTIFIER = net.s3ba.DeviceIdentificator;
659660
SKIP_INSTALL = YES;
660661
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
661-
SWIFT_VERSION = 4.0;
662+
SWIFT_VERSION = 4.2;
662663
TARGETED_DEVICE_FAMILY = "1,2";
663664
};
664665
name = Debug;
@@ -678,7 +679,7 @@
678679
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
679680
PRODUCT_BUNDLE_IDENTIFIER = net.s3ba.DeviceIdentificator;
680681
SKIP_INSTALL = YES;
681-
SWIFT_VERSION = 4.0;
682+
SWIFT_VERSION = 4.2;
682683
TARGETED_DEVICE_FAMILY = "1,2";
683684
};
684685
name = Release;

0 commit comments

Comments
 (0)