Skip to content

Commit f82f10d

Browse files
committed
chore: update icon
1 parent b68bda7 commit f82f10d

File tree

7 files changed

+72
-56
lines changed

7 files changed

+72
-56
lines changed

Axel.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
224F4D7EECEE1287AF701CE6 /* TaskAssignmentCoordinatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE485CA04822282FDD056DFB /* TaskAssignmentCoordinatorTests.swift */; };
1414
3724AAF9F7B57FC2766507ED /* SyncEngineTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE366A3151FDDA78680EDF0C /* SyncEngineTests.swift */; };
1515
39E9C6A3C0CAA85B4B8993D8 /* Axel.app in Frameworks */ = {isa = PBXBuildFile; fileRef = A1000001001A0001 /* Axel.app */; };
16-
43AFE93D2F2C12CE00513889 /* Axel.icon in Resources */ = {isa = PBXBuildFile; fileRef = 43AFE93C2F2C12CE00513889 /* Axel.icon */; };
1716
43BD82722F1D63F40092A96C /* Supabase in Frameworks */ = {isa = PBXBuildFile; productRef = 43BD82712F1D63F40092A96C /* Supabase */; };
1817
43BD82732F1D63F40092A96C /* AutomergeWrapper in Frameworks */ = {isa = PBXBuildFile; productRef = 43BD82742F1D63F40092A96C /* AutomergeWrapper */; };
1918
43BD82802F1D70000092A96C /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 43BD827F2F1D70000092A96C /* Sparkle */; };
2019
43BD82832F1D90000092A96C /* GhosttyKit in Frameworks */ = {isa = PBXBuildFile; productRef = 43BD82822F1D90000092A96C /* GhosttyKit */; };
20+
43D900F22F3060FF00323371 /* Axel.icon in Resources */ = {isa = PBXBuildFile; fileRef = 43D900F12F3060FF00323371 /* Axel.icon */; };
2121
A1000001201A0001 /* AxelApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0001 /* AxelApp.swift */; };
2222
A1000001201A0002 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0002 /* ContentView.swift */; };
2323
A1000001201A0003 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0003 /* Task.swift */; };
@@ -129,7 +129,7 @@
129129
0178D0EB98540F719EB6D5CE /* TaskAssignmentCoordinator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TaskAssignmentCoordinator.swift; sourceTree = "<group>"; };
130130
04E9C8657F1187F40A1EC1DB /* AutomergeModelTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AutomergeModelTests.swift; sourceTree = "<group>"; };
131131
23797E4E4415996BCCFE8E45 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; };
132-
43AFE93C2F2C12CE00513889 /* Axel.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = Axel.icon; sourceTree = "<group>"; };
132+
43D900F12F3060FF00323371 /* Axel.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = Axel.icon; sourceTree = "<group>"; };
133133
43E774722F298D900093DEC6 /* AxelUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AxelUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
134134
6238124A78A2C3A74FCFEDBB /* WorktreeService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorktreeService.swift; sourceTree = "<group>"; };
135135
9C177CAE09A36E267719D856 /* SessionStatusService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionStatusService.swift; sourceTree = "<group>"; };
@@ -281,8 +281,8 @@
281281
A1000001401A0010 /* Supabase */,
282282
A1000001401A0007 /* Preview Content */,
283283
A1000001101A0009 /* Assets.xcassets */,
284+
43D900F12F3060FF00323371 /* Axel.icon */,
284285
A1000001101A000A /* Axel.entitlements */,
285-
43AFE93C2F2C12CE00513889 /* Axel.icon */,
286286
A1000001101A0051 /* Axel-Bridging-Header.h */,
287287
);
288288
path = Axel;
@@ -626,7 +626,7 @@
626626
isa = PBXResourcesBuildPhase;
627627
buildActionMask = 2147483647;
628628
files = (
629-
43AFE93D2F2C12CE00513889 /* Axel.icon in Resources */,
629+
43D900F22F3060FF00323371 /* Axel.icon in Resources */,
630630
A1000001201A0009 /* Assets.xcassets in Resources */,
631631
);
632632
runOnlyForDeploymentPostprocessing = 0;
@@ -758,7 +758,7 @@
758758
DEVELOPMENT_TEAM = 8ZJ55A62XN;
759759
GENERATE_INFOPLIST_FILE = YES;
760760
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
761-
MARKETING_VERSION = 0.1.5;
761+
MARKETING_VERSION = 0.1.6;
762762
PRODUCT_BUNDLE_IDENTIFIER = md.axel.AxelUITests;
763763
PRODUCT_NAME = "$(TARGET_NAME)";
764764
SDKROOT = iphoneos;
@@ -780,7 +780,7 @@
780780
DEVELOPMENT_TEAM = 8ZJ55A62XN;
781781
GENERATE_INFOPLIST_FILE = YES;
782782
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
783-
MARKETING_VERSION = 0.1.5;
783+
MARKETING_VERSION = 0.1.6;
784784
PRODUCT_BUNDLE_IDENTIFIER = md.axel.AxelUITests;
785785
PRODUCT_NAME = "$(TARGET_NAME)";
786786
SDKROOT = iphoneos;
@@ -810,7 +810,7 @@
810810
"@loader_path/../Frameworks",
811811
);
812812
MACOSX_DEPLOYMENT_TARGET = 15.6;
813-
MARKETING_VERSION = 0.1.5;
813+
MARKETING_VERSION = 0.1.6;
814814
PRODUCT_BUNDLE_IDENTIFIER = com.axel.AxelTests;
815815
PRODUCT_MODULE_NAME = AxelTests;
816816
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -836,7 +836,7 @@
836836
"@loader_path/../Frameworks",
837837
);
838838
MACOSX_DEPLOYMENT_TARGET = 15.6;
839-
MARKETING_VERSION = 0.1.5;
839+
MARKETING_VERSION = 0.1.6;
840840
PRODUCT_BUNDLE_IDENTIFIER = com.axel.AxelTests;
841841
PRODUCT_MODULE_NAME = AxelTests;
842842
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -978,6 +978,7 @@
978978
DEVELOPMENT_ASSET_PATHS = "\"Axel/Preview Content\"";
979979
DEVELOPMENT_TEAM = 8ZJ55A62XN;
980980
ENABLE_PREVIEWS = YES;
981+
"EXCLUDED_ARCHS[sdk=macosx*]" = x86_64;
981982
GENERATE_INFOPLIST_FILE = YES;
982983
INFOPLIST_FILE = Axel/Info.plist;
983984
INFOPLIST_KEY_CFBundleDisplayName = Axel;
@@ -1006,8 +1007,7 @@
10061007
"@executable_path/Frameworks",
10071008
);
10081009
MACOSX_DEPLOYMENT_TARGET = 15.6;
1009-
MARKETING_VERSION = 0.1.5;
1010-
"EXCLUDED_ARCHS[sdk=macosx*]" = x86_64;
1010+
MARKETING_VERSION = 0.1.6;
10111011
"OTHER_LDFLAGS[sdk=macosx*]" = (
10121012
"-lc++",
10131013
"-framework",
@@ -1037,6 +1037,7 @@
10371037
DEVELOPMENT_ASSET_PATHS = "\"Axel/Preview Content\"";
10381038
DEVELOPMENT_TEAM = 8ZJ55A62XN;
10391039
ENABLE_PREVIEWS = YES;
1040+
"EXCLUDED_ARCHS[sdk=macosx*]" = x86_64;
10401041
GENERATE_INFOPLIST_FILE = YES;
10411042
INFOPLIST_FILE = Axel/Info.plist;
10421043
INFOPLIST_KEY_CFBundleDisplayName = Axel;
@@ -1065,8 +1066,7 @@
10651066
"@executable_path/Frameworks",
10661067
);
10671068
MACOSX_DEPLOYMENT_TARGET = 15.6;
1068-
MARKETING_VERSION = 0.1.5;
1069-
"EXCLUDED_ARCHS[sdk=macosx*]" = x86_64;
1069+
MARKETING_VERSION = 0.1.6;
10701070
"OTHER_LDFLAGS[sdk=macosx*]" = (
10711071
"-lc++",
10721072
"-framework",
1.13 MB
Loading

Axel/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 57 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,70 @@
11
{
22
"images" : [
33
{
4+
"filename" : "AppIcon.png",
45
"idiom" : "universal",
56
"platform" : "ios",
67
"size" : "1024x1024"
78
},
89
{
9-
"appearances" : [
10-
{
11-
"appearance" : "luminosity",
12-
"value" : "dark"
13-
}
14-
],
15-
"idiom" : "universal",
16-
"platform" : "ios",
17-
"size" : "1024x1024"
10+
"filename" : "AppIcon.png",
11+
"idiom" : "mac",
12+
"scale" : "1x",
13+
"size" : "16x16"
1814
},
1915
{
20-
"appearances" : [
21-
{
22-
"appearance" : "luminosity",
23-
"value" : "tinted"
24-
}
25-
],
26-
"idiom" : "universal",
27-
"platform" : "ios",
28-
"size" : "1024x1024"
16+
"filename" : "AppIcon.png",
17+
"idiom" : "mac",
18+
"scale" : "2x",
19+
"size" : "16x16"
20+
},
21+
{
22+
"filename" : "AppIcon.png",
23+
"idiom" : "mac",
24+
"scale" : "1x",
25+
"size" : "32x32"
26+
},
27+
{
28+
"filename" : "AppIcon.png",
29+
"idiom" : "mac",
30+
"scale" : "2x",
31+
"size" : "32x32"
32+
},
33+
{
34+
"filename" : "AppIcon.png",
35+
"idiom" : "mac",
36+
"scale" : "1x",
37+
"size" : "128x128"
38+
},
39+
{
40+
"filename" : "AppIcon.png",
41+
"idiom" : "mac",
42+
"scale" : "2x",
43+
"size" : "128x128"
44+
},
45+
{
46+
"filename" : "AppIcon.png",
47+
"idiom" : "mac",
48+
"scale" : "1x",
49+
"size" : "256x256"
50+
},
51+
{
52+
"filename" : "AppIcon.png",
53+
"idiom" : "mac",
54+
"scale" : "2x",
55+
"size" : "256x256"
56+
},
57+
{
58+
"filename" : "AppIcon.png",
59+
"idiom" : "mac",
60+
"scale" : "1x",
61+
"size" : "512x512"
62+
},
63+
{
64+
"filename" : "AppIcon.png",
65+
"idiom" : "mac",
66+
"scale" : "2x",
67+
"size" : "512x512"
2968
}
3069
],
3170
"info" : {

Axel/Axel.icon/Assets/Todo 2.png

1.13 MB
Loading
-441 KB
Binary file not shown.
-421 KB
Binary file not shown.

Axel/Axel.icon/icon.json

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,8 @@
44
{
55
"layers" : [
66
{
7-
"image-name" : "axel-yoke.png",
8-
"name" : "axel-yoke",
9-
"position" : {
10-
"scale" : 2,
11-
"translation-in-points" : [
12-
688.7001858301559,
13-
258.3638505054812
14-
]
15-
}
16-
}
17-
],
18-
"shadow" : {
19-
"kind" : "neutral",
20-
"opacity" : 0.5
21-
},
22-
"translucency" : {
23-
"enabled" : true,
24-
"value" : 0.5
25-
}
26-
},
27-
{
28-
"layers" : [
29-
{
30-
"image-name" : "axel-background.png",
31-
"name" : "axel-background"
7+
"image-name" : "Todo 2.png",
8+
"name" : "Todo 2"
329
}
3310
],
3411
"shadow" : {
@@ -47,4 +24,4 @@
4724
],
4825
"squares" : "shared"
4926
}
50-
}
27+
}

0 commit comments

Comments
 (0)