Skip to content

Commit 7db25dc

Browse files
committed
Fix app icon for older versions of macOS
1 parent 14e6553 commit 7db25dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rectangle.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,7 @@
12121212
isa = XCBuildConfiguration;
12131213
buildSettings = {
12141214
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1215+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
12151216
ASSETCATALOG_OTHER_FLAGS = "--enable-icon-stack-fallback-generation=disabled";
12161217
CLANG_ENABLE_MODULES = YES;
12171218
CODE_SIGN_ENTITLEMENTS = Rectangle/Rectangle.entitlements;
@@ -1243,6 +1244,7 @@
12431244
isa = XCBuildConfiguration;
12441245
buildSettings = {
12451246
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1247+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
12461248
ASSETCATALOG_OTHER_FLAGS = "--enable-icon-stack-fallback-generation=disabled";
12471249
CLANG_ENABLE_MODULES = YES;
12481250
CODE_SIGN_ENTITLEMENTS = Rectangle/RectangleRelease.entitlements;

0 commit comments

Comments
 (0)