Skip to content

Commit

Permalink
update xcode config for custom icons
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Nov 27, 2024
1 parent 5210b0a commit 43324a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Build.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ PRODUCT_BUNDLE_IDENTIFIER_LITE = $(ORG_PREFIX).$(PROJECT_NAME:lower).lite
APP_GROUP_IDENTIFIER = group.$(ORG_PREFIX).$(PROJECT_NAME:lower)
ICLOUD_CONTAINER_IDENTIFIER = iCloud.$(ORG_PREFIX).$(PROJECT_NAME:lower)

// ICONS
ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES = AppIcon-8bit1 AppIcon-8bit2 AppIcon-8bit3 AppIcon-8bit4 AppIcon-8bit5 AppIcon-Blue-Negative AppIcon-Blue AppIcon-Cyan AppIcon-Gem AppIcon-Gold AppIcon-Paint1 AppIcon-Paint2 AppIcon-Purple AppIcon-Seafoam AppIcon-Yellow
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = ProvenanceBlue

// -- Entitlements based off of CodeSigning settings
IOS_CODE_SIGN_ENTITLEMENTS_YES = Provenance/Provenance.entitlements
Expand Down

0 comments on commit 43324a3

Please sign in to comment.