Skip to content

Commit e28c806

Browse files
committed
Upgrade project to use Swift 4
1 parent ebacce2 commit e28c806

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Example/SwiftChart.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@
327327
ONLY_ACTIVE_ARCH = YES;
328328
SDKROOT = iphoneos;
329329
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
330+
SWIFT_VERSION = 4.0;
330331
};
331332
name = Debug;
332333
};
@@ -374,6 +375,7 @@
374375
MTL_ENABLE_DEBUG_INFO = NO;
375376
SDKROOT = iphoneos;
376377
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
378+
SWIFT_VERSION = 4.0;
377379
VALIDATE_PRODUCT = YES;
378380
};
379381
name = Release;
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)