Skip to content

Commit

Permalink
✨ Rename app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Aug 15, 2023
1 parent a4a737b commit 8ed294e
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
A8E59C45297F5E9B0064D4BA /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Default";
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Classic";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "";
CODE_SIGN_ENTITLEMENTS = Loop/Loop.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
Expand Down Expand Up @@ -543,7 +543,7 @@
A8E59C46297F5E9B0064D4BA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Default";
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Classic";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "";
CODE_SIGN_ENTITLEMENTS = Loop/Loop.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
Expand Down
4 changes: 2 additions & 2 deletions Loop/Helpers/IconManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ class IconManager {

let icons: [Icon] = [
Icon(
name: "AppIcon-Default",
name: "AppIcon-Classic",
unlockTime: 0
),
Icon(
name: "AppIcon-Scifi",
name: "AppIcon-Sci-fi",
unlockTime: 25
),
Icon(
Expand Down

0 comments on commit 8ed294e

Please sign in to comment.