From 940854dddd05a1fdb8d55ec36b464143cac2a280 Mon Sep 17 00:00:00 2001 From: viktorstrate Date: Sat, 1 Dec 2018 14:58:27 +0100 Subject: [PATCH] Small build changes --- Color Picker Plus.xcodeproj/project.pbxproj | 5 +++-- .../viktorstrate.xcuserdatad/xcschemes/Debug.xcscheme | 2 +- .../viktorstrate.xcuserdatad/xcschemes/Release.xcscheme | 2 +- Color Picker Plus/ColorPickerPlus.swift | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Color Picker Plus.xcodeproj/project.pbxproj b/Color Picker Plus.xcodeproj/project.pbxproj index 399a25f..2c285c0 100644 --- a/Color Picker Plus.xcodeproj/project.pbxproj +++ b/Color Picker Plus.xcodeproj/project.pbxproj @@ -27,7 +27,7 @@ 344AA57620DFEBB00045C7B2 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; - dstPath = "~/Library/ColorPickers"; + dstPath = $HOME/Library/ColorPickers; dstSubfolderSpec = 0; files = ( 344AA57720DFEBEA0045C7B2 /* Color Picker Plus.colorPicker in CopyFiles */, @@ -153,7 +153,7 @@ 3491076820D13DDC0058E50D /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0940; + LastUpgradeCheck = 1010; ORGANIZATIONNAME = "Viktor Hundahl Strate"; TargetAttributes = { 3491076F20D13DDC0058E50D = { @@ -319,6 +319,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.13; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; + SWIFT_COMPILATION_MODE = wholemodule; }; name = Release; }; diff --git a/Color Picker Plus.xcodeproj/xcuserdata/viktorstrate.xcuserdatad/xcschemes/Debug.xcscheme b/Color Picker Plus.xcodeproj/xcuserdata/viktorstrate.xcuserdatad/xcschemes/Debug.xcscheme index 1e67c82..54489ce 100644 --- a/Color Picker Plus.xcodeproj/xcuserdata/viktorstrate.xcuserdatad/xcschemes/Debug.xcscheme +++ b/Color Picker Plus.xcodeproj/xcuserdata/viktorstrate.xcuserdatad/xcschemes/Debug.xcscheme @@ -1,6 +1,6 @@