Minor update to the app icon

This commit is contained in:
Greg Neagle
2025-09-13 19:45:55 -07:00
parent dd176b147c
commit f2eecbf133
43 changed files with 282 additions and 4 deletions

View File

@@ -18,7 +18,19 @@
}
],
"image-name" : "MSC-icon-layers_0000_Basket.png",
"name" : "MSC-icon-layers_0000_Basket"
"name" : "MSC-icon-layers_0000_Basket",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
},
{
"fill" : {
@@ -26,7 +38,19 @@
},
"glass" : false,
"image-name" : "MSC-icon-layers_0002_Paintbrush.png",
"name" : "MSC-icon-layers_0002_Paintbrush"
"name" : "MSC-icon-layers_0002_Paintbrush",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
},
{
"fill" : {
@@ -34,7 +58,19 @@
},
"glass" : false,
"image-name" : "MSC-icon-layers_0001_Pencil.png",
"name" : "MSC-icon-layers_0001_Pencil"
"name" : "MSC-icon-layers_0001_Pencil",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
},
{
"fill" : {
@@ -42,7 +78,19 @@
},
"glass" : false,
"image-name" : "MSC-icon-layers_0003_Ruler.png",
"name" : "MSC-icon-layers_0003_Ruler"
"name" : "MSC-icon-layers_0003_Ruler",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
}
],
"shadow" : {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 227 KiB

View File

@@ -19,6 +19,7 @@
C0787F7B2315C6210054D130 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0787F7A2315C6210054D130 /* main.swift */; };
C0A7937E20AFAE0300F56DD5 /* MunkiStatusViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0A7937D20AFAE0300F56DD5 /* MunkiStatusViewController.swift */; };
C0A7938020B0EA7800F56DD5 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0A7937F20B0EA7800F56DD5 /* Utils.swift */; };
C0BC05992E76635F00FC3020 /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = C0BC05982E76635F00FC3020 /* AppIcon.icon */; };
C0F4B7B52C24F9EE00B421D9 /* BlurredBackgroundController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0F4B7B42C24F9EE00B421D9 /* BlurredBackgroundController.swift */; };
/* End PBXBuildFile section */
@@ -79,6 +80,7 @@
C0787F7A2315C6210054D130 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
C0A7937D20AFAE0300F56DD5 /* MunkiStatusViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MunkiStatusViewController.swift; sourceTree = "<group>"; };
C0A7937F20B0EA7800F56DD5 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
C0BC05982E76635F00FC3020 /* AppIcon.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = AppIcon.icon; sourceTree = "<group>"; };
C0F4B7B42C24F9EE00B421D9 /* BlurredBackgroundController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurredBackgroundController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
@@ -122,6 +124,7 @@
C0A7937F20B0EA7800F56DD5 /* Utils.swift */,
C0F4B7B42C24F9EE00B421D9 /* BlurredBackgroundController.swift */,
C0544D4D20AF0EDA00DC86F6 /* Assets.xcassets */,
C0BC05982E76635F00FC3020 /* AppIcon.icon */,
C0544D4F20AF0EDA00DC86F6 /* MainMenu.xib */,
C077FCFC257EF513001AA249 /* Info.plist */,
9B28B78A21E3B88F002C58D2 /* InfoPlist.strings */,
@@ -213,6 +216,7 @@
C0544D4E20AF0EDA00DC86F6 /* Assets.xcassets in Resources */,
9B28B78821E3B88F002C58D2 /* InfoPlist.strings in Resources */,
C04F824E20BB157800F9C57D /* Localizable.strings in Resources */,
C0BC05992E76635F00FC3020 /* AppIcon.icon in Resources */,
C0544D5120AF0EDA00DC86F6 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,111 @@
{
"fill" : {
"automatic-gradient" : "srgb:0.00000,0.00000,0.00000,1.00000"
},
"groups" : [
{
"layers" : [
{
"blend-mode" : "normal",
"fill" : {
"solid" : "srgb:0.92143,0.92145,0.92144,1.00000"
},
"glass" : false,
"hidden-specializations" : [
{
"idiom" : "macOS",
"value" : false
}
],
"image-name" : "MSC-icon-layers_0000_Basket.png",
"name" : "MSC-icon-layers_0000_Basket",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
},
{
"fill" : {
"solid" : "srgb:0.83742,0.83744,0.83743,1.00000"
},
"glass" : false,
"image-name" : "MSC-icon-layers_0002_Paintbrush.png",
"name" : "MSC-icon-layers_0002_Paintbrush",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
},
{
"fill" : {
"solid" : "srgb:0.83742,0.83744,0.83743,1.00000"
},
"glass" : false,
"image-name" : "MSC-icon-layers_0001_Pencil.png",
"name" : "MSC-icon-layers_0001_Pencil",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
},
{
"fill" : {
"solid" : "srgb:0.66422,0.66424,0.66423,1.00000"
},
"glass" : false,
"image-name" : "MSC-icon-layers_0003_Ruler.png",
"name" : "MSC-icon-layers_0003_Ruler",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : [
"macOS"
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 227 KiB

View File

@@ -14,6 +14,7 @@
C081D8C91E5F5F2500323D9C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C081D8C81E5F5F2500323D9C /* Cocoa.framework */; };
C081D8CE1E60A82600323D9C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = C081D8D01E60A82600323D9C /* Localizable.strings */; };
C081D8D41E60A82600323D9C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C081D8D61E60A82600323D9C /* InfoPlist.strings */; };
C0BC059B2E76638600FC3020 /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = C0BC059A2E76638600FC3020 /* AppIcon.icon */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -69,6 +70,7 @@
C0891DC11E60B527001446D5 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
C0891DC21E60B527001446D5 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
C0891DCB1E60B972001446D5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C0BC059A2E76638600FC3020 /* AppIcon.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = AppIcon.icon; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -114,6 +116,7 @@
isa = PBXGroup;
children = (
C07A6F7F2817033800755D2C /* Assets.xcassets */,
C0BC059A2E76638600FC3020 /* AppIcon.icon */,
C081D8D61E60A82600323D9C /* InfoPlist.strings */,
C081D8D01E60A82600323D9C /* Localizable.strings */,
C081D8BF1E5F4F5E00323D9C /* MainMenu.xib */,
@@ -215,6 +218,7 @@
C081D8CE1E60A82600323D9C /* Localizable.strings in Resources */,
C07A6F802817033800755D2C /* Assets.xcassets in Resources */,
C081D8C11E5F4F5E00323D9C /* MainMenu.xib in Resources */,
C0BC059B2E76638600FC3020 /* AppIcon.icon in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,111 @@
{
"fill" : {
"automatic-gradient" : "srgb:0.00000,0.00000,0.00000,1.00000"
},
"groups" : [
{
"layers" : [
{
"blend-mode" : "normal",
"fill" : {
"solid" : "srgb:0.92143,0.92145,0.92144,1.00000"
},
"glass" : false,
"hidden-specializations" : [
{
"idiom" : "macOS",
"value" : false
}
],
"image-name" : "MSC-icon-layers_0000_Basket.png",
"name" : "MSC-icon-layers_0000_Basket",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
},
{
"fill" : {
"solid" : "srgb:0.83742,0.83744,0.83743,1.00000"
},
"glass" : false,
"image-name" : "MSC-icon-layers_0002_Paintbrush.png",
"name" : "MSC-icon-layers_0002_Paintbrush",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
},
{
"fill" : {
"solid" : "srgb:0.83742,0.83744,0.83743,1.00000"
},
"glass" : false,
"image-name" : "MSC-icon-layers_0001_Pencil.png",
"name" : "MSC-icon-layers_0001_Pencil",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
},
{
"fill" : {
"solid" : "srgb:0.66422,0.66424,0.66423,1.00000"
},
"glass" : false,
"image-name" : "MSC-icon-layers_0003_Ruler.png",
"name" : "MSC-icon-layers_0003_Ruler",
"position-specializations" : [
{
"idiom" : "macOS",
"value" : {
"scale" : 0.94,
"translation-in-points" : [
0,
0
]
}
}
]
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"squares" : [
"macOS"
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 227 KiB