chore: Liquid Glass App Icon

This commit is contained in:
Kenta Kubo 2025-09-07 03:24:58 +09:00
parent 5110ae80dd
commit b29d266a37
No known key found for this signature in database
GPG key ID: 3D79E20285C94BE8
6 changed files with 40 additions and 1 deletions

View file

@ -421,6 +421,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = DNSecure/DNSecure.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
@ -458,6 +459,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = DNSecure/DNSecure.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -0,0 +1,29 @@
{
"fill" : {
"automatic-gradient" : "srgb:0.96863,0.77255,0.28235,1.00000"
},
"groups" : [
{
"layers" : [
{
"image-name" : "DNSecure-icon.svg",
"name" : "DNSecure-icon"
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"circles" : [
"watchOS"
],
"squares" : "shared"
}
}

View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -20,7 +20,7 @@ let package = Package(
teamIdentifier: "X4678G5DL2",
displayVersion: "1.5.1",
bundleVersion: "1",
appIcon: .asset("AppIcon"),
appIcon: .asset("AppIcon-legacy"),
accentColor: .asset("AccentColor"),
supportedDeviceFamilies: [
.pad,