Skip to content

Commit

Permalink
fix(xcode): set ASSETCATALOG_COMPILER_APPICON_NAME to "App Icon"
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Dec 17, 2022
1 parent 5882f28 commit a81f721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/templates.hh
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ constexpr auto gXCodeProject = R"ASCII(// !$*UTF8*$!
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = socket.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
Expand Down Expand Up @@ -791,6 +792,7 @@ constexpr auto gXCodeProject = R"ASCII(// !$*UTF8*$!
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = socket.entitlements;
CODE_SIGN_IDENTITY = "{{ios_codesign_identity}}";
Expand Down

0 comments on commit a81f721

Please sign in to comment.