Skip to content

Commit 7c18f36

Browse files
committed
[PlaygroundRuntime] Migrated the experimental PlaygroundRuntime framework to Swift 4.2.
This is for <rdar://problem/45676453>.
1 parent fdde4ba commit 7c18f36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Experimental/PlaygroundRuntime/PlaygroundRuntime.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
TargetAttributes = {
107107
5EB7828A1FAE6B6F00ADE84E = {
108108
CreatedOnToolsVersion = 9.1;
109-
LastSwiftMigration = 0910;
109+
LastSwiftMigration = "";
110110
ProvisioningStyle = Automatic;
111111
};
112112
};
@@ -207,6 +207,7 @@
207207
SDKROOT = macosx;
208208
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
209209
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
210+
SWIFT_VERSION = 4.2;
210211
TVOS_DEPLOYMENT_TARGET = 10.0;
211212
VERSIONING_SYSTEM = "apple-generic";
212213
VERSION_INFO_PREFIX = "";
@@ -261,6 +262,7 @@
261262
MTL_ENABLE_DEBUG_INFO = NO;
262263
SDKROOT = macosx;
263264
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
265+
SWIFT_VERSION = 4.2;
264266
TVOS_DEPLOYMENT_TARGET = 10.0;
265267
VALIDATE_PRODUCT = YES;
266268
VERSIONING_SYSTEM = "apple-generic";
@@ -288,7 +290,6 @@
288290
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
289291
SWIFT_INSTALL_OBJC_HEADER = NO;
290292
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
291-
SWIFT_VERSION = 4.0;
292293
};
293294
name = Debug;
294295
};
@@ -311,7 +312,6 @@
311312
SKIP_INSTALL = YES;
312313
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
313314
SWIFT_INSTALL_OBJC_HEADER = NO;
314-
SWIFT_VERSION = 4.0;
315315
};
316316
name = Release;
317317
};

0 commit comments

Comments
 (0)