diff --git a/SettingPresets/Platforms/iOS.yml b/SettingPresets/Platforms/iOS.yml index c602faf1..bb337dc8 100644 --- a/SettingPresets/Platforms/iOS.yml +++ b/SettingPresets/Platforms/iOS.yml @@ -1,4 +1,3 @@ LD_RUNPATH_SEARCH_PATHS: ["$(inherited)", "@executable_path/Frameworks"] SDKROOT: iphoneos -IPHONEOS_DEPLOYMENT_TARGET: 10.0 TARGETED_DEVICE_FAMILY: '1,2' diff --git a/SettingPresets/Platforms/macOS.yml b/SettingPresets/Platforms/macOS.yml index bfa3c8a4..908145b4 100644 --- a/SettingPresets/Platforms/macOS.yml +++ b/SettingPresets/Platforms/macOS.yml @@ -1,4 +1,3 @@ LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/../Frameworks" SDKROOT: macosx -MACOSX_DEPLOYMENT_TARGET: 10.12 COMBINE_HIDPI_IMAGES: 'YES' diff --git a/SettingPresets/Platforms/tvOS.yml b/SettingPresets/Platforms/tvOS.yml index a8636353..26c99a9d 100644 --- a/SettingPresets/Platforms/tvOS.yml +++ b/SettingPresets/Platforms/tvOS.yml @@ -1,4 +1,3 @@ TARGETED_DEVICE_FAMILY: 3 LD_RUNPATH_SEARCH_PATHS: ["$(inherited)", "@executable_path/Frameworks"] SDKROOT: appletvos -TVOS_DEPLOYMENT_TARGET: "10.0" diff --git a/SettingPresets/Platforms/watchOS.yml b/SettingPresets/Platforms/watchOS.yml index 0287fce1..e291dec6 100644 --- a/SettingPresets/Platforms/watchOS.yml +++ b/SettingPresets/Platforms/watchOS.yml @@ -1,4 +1,3 @@ SDKROOT: watchos SKIP_INSTALL: 'YES' TARGETED_DEVICE_FAMILY: 4 -WATCHOS_DEPLOYMENT_TARGET: 3.0