Skip to content

Commit 6ca5010

Browse files
committed
Update app icon
1 parent cf570b5 commit 6ca5010

22 files changed

+53
-88
lines changed

Low Profile.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
391B82032E9A21EE0091A898 /* Low Profile.icon in Resources */ = {isa = PBXBuildFile; fileRef = 391B82022E9A21EE0091A898 /* Low Profile.icon */; };
1011
392BC50927CF7940009D77D8 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 392BC50827CF7940009D77D8 /* ContentView.swift */; };
1112
39C419F9275D9AA2001F4B4E /* Payloads.yaml in Resources */ = {isa = PBXBuildFile; fileRef = 39C419F8275D9AA2001F4B4E /* Payloads.yaml */; };
1213
39C419FD275D9AEC001F4B4E /* Yams in Frameworks */ = {isa = PBXBuildFile; productRef = 39C419FC275D9AEC001F4B4E /* Yams */; };
@@ -75,6 +76,7 @@
7576
/* End PBXBuildFile section */
7677

7778
/* Begin PBXFileReference section */
79+
391B82022E9A21EE0091A898 /* Low Profile.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = "Low Profile.icon"; sourceTree = "<group>"; };
7880
392BC50827CF7940009D77D8 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
7981
39C419F8275D9AA2001F4B4E /* Payloads.yaml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.yaml; path = Payloads.yaml; sourceTree = "<group>"; };
8082
39C41A00275DAED9001F4B4E /* DetailHeading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailHeading.swift; sourceTree = "<group>"; };
@@ -304,6 +306,7 @@
304306
57D4F7D524D6D6A700BC0648 /* Assets.xcassets */,
305307
578F000424E8148D00DA8DF1 /* DocumentError.swift */,
306308
57D4F7DA24D6D6A700BC0648 /* Info.plist */,
309+
391B82022E9A21EE0091A898 /* Low Profile.icon */,
307310
57D4F7D124D6D6A500BC0648 /* LowProfileApp.swift */,
308311
39C419F8275D9AA2001F4B4E /* Payloads.yaml */,
309312
57D4F7FB24D6D8D100BC0648 /* ProfileDocument.swift */,
@@ -442,6 +445,7 @@
442445
files = (
443446
39C419F9275D9AA2001F4B4E /* Payloads.yaml in Resources */,
444447
57D4F7D624D6D6A700BC0648 /* Assets.xcassets in Resources */,
448+
391B82032E9A21EE0091A898 /* Low Profile.icon in Resources */,
445449
);
446450
runOnlyForDeploymentPostprocessing = 0;
447451
};
@@ -740,7 +744,7 @@
740744
57D4F7DF24D6D6A700BC0648 /* Debug */ = {
741745
isa = XCBuildConfiguration;
742746
buildSettings = {
743-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
747+
ASSETCATALOG_COMPILER_APPICON_NAME = "Low Profile";
744748
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
745749
CODE_SIGN_IDENTITY = "Apple Development";
746750
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
@@ -770,7 +774,7 @@
770774
57D4F7E024D6D6A700BC0648 /* Release */ = {
771775
isa = XCBuildConfiguration;
772776
buildSettings = {
773-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
777+
ASSETCATALOG_COMPILER_APPICON_NAME = "Low Profile";
774778
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
775779
CODE_SIGN_IDENTITY = "Apple Development";
776780
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";

Low Profile/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 68 deletions
This file was deleted.
-11.3 KB
Binary file not shown.
-35.4 KB
Binary file not shown.
-874 Bytes
Binary file not shown.
-1.92 KB
Binary file not shown.
-34.8 KB
Binary file not shown.
Binary file not shown.
-1.92 KB
Binary file not shown.
-3.96 KB
Binary file not shown.

0 commit comments

Comments
 (0)