mirror of
https://github.com/yattee/yattee.git
synced 2026-02-19 09:19:46 +00:00
Revert app icon name to Yattee2 for Icon Composer
The Yattee2.icon/ Icon Composer file is the correct source for app icons. The previous change to AppIcon was incorrect — AppIcon.appiconset is an empty legacy placeholder with no actual PNGs.
This commit is contained in:
@@ -454,7 +454,7 @@
|
|||||||
372D1A332EDB163900F58F7A /* Debug */ = {
|
372D1A332EDB163900F58F7A /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = Yattee2;
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
AUTOMATION_APPLE_EVENTS = NO;
|
AUTOMATION_APPLE_EVENTS = NO;
|
||||||
CODE_SIGN_ENTITLEMENTS = Yattee/Yattee.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Yattee/Yattee.entitlements;
|
||||||
@@ -535,7 +535,7 @@
|
|||||||
372D1A342EDB163900F58F7A /* Release */ = {
|
372D1A342EDB163900F58F7A /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = Yattee2;
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
AUTOMATION_APPLE_EVENTS = NO;
|
AUTOMATION_APPLE_EVENTS = NO;
|
||||||
CODE_SIGN_ENTITLEMENTS = Yattee/Yattee.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Yattee/Yattee.entitlements;
|
||||||
|
|||||||
Reference in New Issue
Block a user