Skip to content

Commit 66c6c85

Browse files
committed
upgrade to swift 5
1 parent 77a71bf commit 66c6c85

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Reactor.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
developmentRegion = English;
154154
hasScannedForEncodings = 0;
155155
knownRegions = (
156+
English,
156157
en,
157158
);
158159
mainGroup = OBJ_5;
@@ -212,7 +213,7 @@
212213
SKIP_INSTALL = YES;
213214
SUPPORTED_PLATFORMS = "macosx iphoneos appletvos watchos appletvsimulator iphonesimulator watchsimulator";
214215
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
215-
SWIFT_VERSION = 3.0;
216+
SWIFT_VERSION = 5.0;
216217
TARGET_NAME = Reactor;
217218
};
218219
name = Debug;
@@ -235,7 +236,7 @@
235236
SKIP_INSTALL = YES;
236237
SUPPORTED_PLATFORMS = "macosx iphoneos appletvos watchos appletvsimulator iphonesimulator watchsimulator";
237238
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
238-
SWIFT_VERSION = 3.0;
239+
SWIFT_VERSION = 5.0;
239240
TARGET_NAME = Reactor;
240241
};
241242
name = Release;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)