Skip to content

Commit 193a668

Browse files
committed
Updated PlaygroundSupport and XCPlayground to Swift 5.
1 parent 47a72d6 commit 193a668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PlaygroundSupport/PlaygroundSupport.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@
12951295
GCC_WARN_UNUSED_FUNCTION = YES;
12961296
GCC_WARN_UNUSED_VARIABLE = YES;
12971297
SWIFT_STDLIB = swiftCore;
1298-
SWIFT_VERSION = 4.2;
1298+
SWIFT_VERSION = 5.0;
12991299
};
13001300
name = Debug;
13011301
};
@@ -1333,7 +1333,7 @@
13331333
GCC_WARN_UNUSED_VARIABLE = YES;
13341334
SWIFT_SKIP_IMPLICIT_STDLIB_RUNPATH_SEARCH_PATH = YES;
13351335
SWIFT_STDLIB = swiftCore;
1336-
SWIFT_VERSION = 4.2;
1336+
SWIFT_VERSION = 5.0;
13371337
};
13381338
name = Release;
13391339
};

0 commit comments

Comments
 (0)