From 70f4175128999911e6b51ac535139e5065ae6d38 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 27 Jul 2016 12:29:52 -0500 Subject: [PATCH] Enables Whole Module Optimization --- Delta.xcodeproj/project.pbxproj | 3 ++- Delta.xcodeproj/xcshareddata/xcschemes/Delta.xcscheme | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Delta.xcodeproj/project.pbxproj b/Delta.xcodeproj/project.pbxproj index f749d2f..fe29873 100644 --- a/Delta.xcodeproj/project.pbxproj +++ b/Delta.xcodeproj/project.pbxproj @@ -438,7 +438,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0700; - LastUpgradeCheck = 0700; + LastUpgradeCheck = 0800; ORGANIZATIONNAME = "Riley Testut"; TargetAttributes = { BFFA71D61AAC406100EE9DD1 = { @@ -728,6 +728,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SWIFT_OBJC_BRIDGING_HEADER = "Delta/Supporting Files/Delta-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 3.0; }; name = Release; diff --git a/Delta.xcodeproj/xcshareddata/xcschemes/Delta.xcscheme b/Delta.xcodeproj/xcshareddata/xcschemes/Delta.xcscheme index acc3e14..fd69861 100644 --- a/Delta.xcodeproj/xcshareddata/xcschemes/Delta.xcscheme +++ b/Delta.xcodeproj/xcshareddata/xcschemes/Delta.xcscheme @@ -1,6 +1,6 @@