We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebacce2 commit e28c806Copy full SHA for e28c806
Example/SwiftChart.xcodeproj/project.pbxproj
@@ -327,6 +327,7 @@
327
ONLY_ACTIVE_ARCH = YES;
328
SDKROOT = iphoneos;
329
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
330
+ SWIFT_VERSION = 4.0;
331
};
332
name = Debug;
333
@@ -374,6 +375,7 @@
374
375
MTL_ENABLE_DEBUG_INFO = NO;
376
377
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
378
379
VALIDATE_PRODUCT = YES;
380
381
name = Release;
Example/SwiftChart.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -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