From 6b0d45eeda759bdaaff11537bc7225ce3aadf2d8 Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Tue, 25 Jul 2017 01:52:30 +0200 Subject: [PATCH] fix tvOS app icon setting --- SettingPresets/Platforms/iOS.yml | 1 + SettingPresets/Platforms/macOS.yml | 1 + SettingPresets/Platforms/tvOS.yml | 1 + SettingPresets/Platforms/watchOS.yml | 1 + .../Products/com.apple.product-type.application.watchapp2.yml | 1 - SettingPresets/Products/com.apple.product-type.application.yml | 2 -- 6 files changed, 4 insertions(+), 3 deletions(-) diff --git a/SettingPresets/Platforms/iOS.yml b/SettingPresets/Platforms/iOS.yml index fed2e20c..1beaea31 100644 --- a/SettingPresets/Platforms/iOS.yml +++ b/SettingPresets/Platforms/iOS.yml @@ -2,3 +2,4 @@ LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks" SDKROOT: iphoneos IPHONEOS_DEPLOYMENT_TARGET: '10.2' TARGETED_DEVICE_FAMILY: '1,2' +ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon diff --git a/SettingPresets/Platforms/macOS.yml b/SettingPresets/Platforms/macOS.yml index ca145511..18d6f59e 100644 --- a/SettingPresets/Platforms/macOS.yml +++ b/SettingPresets/Platforms/macOS.yml @@ -2,3 +2,4 @@ LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/../Frameworks" SDKROOT: macosx MACOSX_DEPLOYMENT_TARGET: '10.12' COMBINE_HIDPI_IMAGES: 'YES' +ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon diff --git a/SettingPresets/Platforms/tvOS.yml b/SettingPresets/Platforms/tvOS.yml index e13afb8d..6bfbcc0b 100644 --- a/SettingPresets/Platforms/tvOS.yml +++ b/SettingPresets/Platforms/tvOS.yml @@ -2,3 +2,4 @@ TARGETED_DEVICE_FAMILY: 3 SDKROOT: 'appletvos' TVOS_DEPLOYMENT_TARGET: '10.1' LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks" +ASSETCATALOG_COMPILER_APPICON_NAME: App Icon & Top Shelf Image diff --git a/SettingPresets/Platforms/watchOS.yml b/SettingPresets/Platforms/watchOS.yml index a735bc1e..eff3cc1f 100644 --- a/SettingPresets/Platforms/watchOS.yml +++ b/SettingPresets/Platforms/watchOS.yml @@ -2,3 +2,4 @@ SDKROOT: watchos SKIP_INSTALL: 'YES' TARGETED_DEVICE_FAMILY: 4 WATCHOS_DEPLOYMENT_TARGET: 3.1 +ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon diff --git a/SettingPresets/Products/com.apple.product-type.application.watchapp2.yml b/SettingPresets/Products/com.apple.product-type.application.watchapp2.yml index 3430484e..e69de29b 100644 --- a/SettingPresets/Products/com.apple.product-type.application.watchapp2.yml +++ b/SettingPresets/Products/com.apple.product-type.application.watchapp2.yml @@ -1 +0,0 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES: 'YES' diff --git a/SettingPresets/Products/com.apple.product-type.application.yml b/SettingPresets/Products/com.apple.product-type.application.yml index a6a47511..e69de29b 100644 --- a/SettingPresets/Products/com.apple.product-type.application.yml +++ b/SettingPresets/Products/com.apple.product-type.application.yml @@ -1,2 +0,0 @@ -ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES: 'YES'