From 2c359e72dfd9bd8ef2e5f76e9c49620374f5ce88 Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Sun, 23 Jul 2017 21:44:55 +0200 Subject: [PATCH] preset changes --- SettingPresets/Configs/debug.yml | 1 + SettingPresets/Platforms/iOS.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/SettingPresets/Configs/debug.yml b/SettingPresets/Configs/debug.yml index f01d2146..2de28065 100644 --- a/SettingPresets/Configs/debug.yml +++ b/SettingPresets/Configs/debug.yml @@ -7,6 +7,7 @@ GCC_OPTIMIZATION_LEVEL: '0' ONLY_ACTIVE_ARCH: 'YES' SWIFT_ACTIVE_COMPILATION_CONDITIONS: DEBUG CLANG_WARN_SUSPICIOUS_MOVE: 'YES' +MTL_ENABLE_DEBUG_INFO: 'YES' GCC_PREPROCESSOR_DEFINITIONS: - DEBUG=1 - "$(inherited)" diff --git a/SettingPresets/Platforms/iOS.yml b/SettingPresets/Platforms/iOS.yml index fcdb458e..fed2e20c 100644 --- a/SettingPresets/Platforms/iOS.yml +++ b/SettingPresets/Platforms/iOS.yml @@ -1,3 +1,4 @@ LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks" SDKROOT: iphoneos IPHONEOS_DEPLOYMENT_TARGET: '10.2' +TARGETED_DEVICE_FAMILY: '1,2'