Skip to content

Commit 64327e5

Browse files
committed
Bump default Xcode Swift version to 4.2
Works with even 3, but well.
1 parent 295d975 commit 64327e5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

xcconfig/Base.xcconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ SWIFT_OPTIMIZATION_LEVEL_Release = -Owholemodule
6262
SWIFT_OPTIMIZATION_LEVEL_Debug = -Onone
6363
SWIFT_OPTIMIZATION_LEVEL = $(SWIFT_OPTIMIZATION_LEVEL_$(CONFIGURATION))
6464

65-
// SWIFT_VERSION = 4.2
66-
SWIFT_VERSION = 4.0
65+
// SWIFT_VERSION = 5.0
66+
SWIFT_VERSION = 4.2
67+
// SWIFT_VERSION = 4.0
6768
// SWIFT_VERSION = 3.0
6869

6970

0 commit comments

Comments
 (0)