Added pan. Working on gay.

This commit is contained in:
2026-01-14 09:16:32 -07:00
parent 6e679236c8
commit 94d2f9d951
11 changed files with 82 additions and 6 deletions

View File

@@ -460,8 +460,8 @@
D24C19742E75002A0045894C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES = "Balls Pride Trans Lesbian Enby Bi";
ASSETCATALOG_COMPILER_APPICON_NAME = Icon;
ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES = "Balls Pride Trans Lesbian Enby Bi Pan";
ASSETCATALOG_COMPILER_APPICON_NAME = Peaks;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Ascently/Ascently.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
@@ -512,8 +512,8 @@
D24C19752E75002A0045894C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES = "Balls Pride Trans Lesbian Enby Bi";
ASSETCATALOG_COMPILER_APPICON_NAME = Icon;
ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES = "Balls Pride Trans Lesbian Enby Bi Pan";
ASSETCATALOG_COMPILER_APPICON_NAME = Peaks;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Ascently/Ascently.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";

View File

@@ -4,10 +4,13 @@
{
"layers" : [
{
"blend-mode" : "normal",
"glass" : true,
"hidden" : false,
"image-name" : "AscentlyEnbyYellow.png",
"name" : "AscentlyEnbyYellow",
"position" : {
"scale" : 0.15,
"scale" : 0.2,
"translation-in-points" : [
2.17046922693007,
57.25015517558532
@@ -15,10 +18,11 @@
}
},
{
"blend-mode" : "normal",
"image-name" : "AscentlyEnbyWhite.png",
"name" : "AscentlyEnbyWhite",
"position" : {
"scale" : 0.35,
"scale" : 0.4,
"translation-in-points" : [
3.5797767879914275,
39.45555690497569
@@ -26,6 +30,7 @@
}
},
{
"blend-mode" : "normal",
"image-name" : "AscentlyEnbyPurple.png",
"name" : "AscentlyEnbyPurple",
"position" : {
@@ -37,6 +42,7 @@
}
},
{
"blend-mode" : "normal",
"image-name" : "AscentlyEnbyBlack.png",
"name" : "AscentlyEnbyBlack",
"position" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -0,0 +1,56 @@
{
"fill" : "automatic",
"groups" : [
{
"layers" : [
{
"image-name" : "AscentlyPanBlue.png",
"name" : "AscentlyPanBlue",
"position" : {
"scale" : 0.5,
"translation-in-points" : [
104.70996037782118,
90.85744041806392
]
}
},
{
"image-name" : "AscentlyPanYellow.png",
"name" : "AscentlyPanYellow",
"position" : {
"scale" : 0.6,
"translation-in-points" : [
52.60885224890252,
46.29197733709991
]
}
},
{
"image-name" : "AscentlyPanPink.png",
"name" : "AscentlyPanPink",
"position" : {
"scale" : 0.7,
"translation-in-points" : [
0,
0
]
}
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"circles" : [
"watchOS"
],
"squares" : "shared"
}
}

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@@ -273,6 +273,20 @@ struct AppIconSection: View {
}
}
}
Button(action: {
setIcon("Pan")
}) {
HStack {
Text("Pansexual Pride")
.foregroundColor(.primary)
Spacer()
if currentIcon == "Pan" {
Image(systemName: "checkmark")
.foregroundColor(.primary)
}
}
}
}
.onAppear {
currentIcon = UIApplication.shared.alternateIconName