diff --git a/services/apple/HotPocket.xcodeproj/project.pbxproj b/services/apple/HotPocket.xcodeproj/project.pbxproj
index 80c3aed..d9cb6e1 100644
--- a/services/apple/HotPocket.xcodeproj/project.pbxproj
+++ b/services/apple/HotPocket.xcodeproj/project.pbxproj
@@ -104,11 +104,13 @@
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Assets.xcassets,
+ "HotPocket 27.icon",
HPAPI.m,
HPCredentialsHelper.m,
HPRPCClient.m,
"NSBundle+HotPocketExtensions.m",
"NSURL+HotPocketExtensions.m",
+ "Resources/icon-glass-512.png",
"Resources/icon-mac-384.png",
);
target = 4C2F0C5D2E851BBD0033F5C2 /* iOS (Share Extension) */;
@@ -132,12 +134,14 @@
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Assets.xcassets,
+ "HotPocket 27.icon",
HPAPI.m,
HPAuthFlow.m,
HPCredentialsHelper.m,
HPRPCClient.m,
"NSBundle+HotPocketExtensions.m",
"NSURL+HotPocketExtensions.m",
+ "Resources/icon-glass-512.png",
"Resources/icon-mac-384.png",
);
target = 4CABCAAF2E56F0C900D8A354 /* HotPocket (iOS) */;
@@ -160,12 +164,14 @@
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Assets.xcassets,
+ "HotPocket 27.icon",
HPAPI.m,
HPAuthFlow.m,
HPCredentialsHelper.m,
HPRPCClient.m,
"NSBundle+HotPocketExtensions.m",
"NSURL+HotPocketExtensions.m",
+ "Resources/icon-glass-512.png",
"Resources/icon-mac-384.png",
);
target = 4CABCAC52E56F0C900D8A354 /* HotPocket (macOS) */;
@@ -220,11 +226,13 @@
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Assets.xcassets,
+ "HotPocket 27.icon",
HPAPI.m,
HPCredentialsHelper.m,
HPRPCClient.m,
"NSBundle+HotPocketExtensions.m",
"NSURL+HotPocketExtensions.m",
+ "Resources/icon-glass-512.png",
"Resources/icon-mac-384.png",
);
target = 4CBCEA4E2E81CB9500722009 /* macOS (Share Extension) */;
@@ -787,6 +795,7 @@
4CABCB062E56F0C900D8A354 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = "HotPocket 27";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2026031601;
DEVELOPMENT_TEAM = 648728X64K;
@@ -822,6 +831,7 @@
4CABCB072E56F0C900D8A354 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = "HotPocket 27";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2026031601;
DEVELOPMENT_TEAM = 648728X64K;
@@ -858,7 +868,7 @@
4CABCB0B2E56F0C900D8A354 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_APPICON_NAME = "HotPocket 27";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "iOS (App)/HotPocket (iOS).entitlements";
CODE_SIGN_STYLE = Automatic;
@@ -904,7 +914,7 @@
4CABCB0C2E56F0C900D8A354 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_APPICON_NAME = "HotPocket 27";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "iOS (App)/HotPocket (iOS).entitlements";
CODE_SIGN_STYLE = Automatic;
@@ -1021,7 +1031,7 @@
4CABCB152E56F0C900D8A354 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_APPICON_NAME = "HotPocket 27";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "macOS (App)/HotPocket.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
@@ -1060,7 +1070,7 @@
4CABCB162E56F0C900D8A354 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_APPICON_NAME = "HotPocket 27";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "macOS (App)/HotPocket.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
diff --git a/services/apple/Shared (App)/HotPocket 27.icon/Assets/pepper 2.svg b/services/apple/Shared (App)/HotPocket 27.icon/Assets/pepper 2.svg
new file mode 100644
index 0000000..b760a5e
--- /dev/null
+++ b/services/apple/Shared (App)/HotPocket 27.icon/Assets/pepper 2.svg
@@ -0,0 +1,26 @@
+
+
\ No newline at end of file
diff --git a/services/apple/Shared (App)/HotPocket 27.icon/Assets/pocket 2.svg b/services/apple/Shared (App)/HotPocket 27.icon/Assets/pocket 2.svg
new file mode 100644
index 0000000..661807f
--- /dev/null
+++ b/services/apple/Shared (App)/HotPocket 27.icon/Assets/pocket 2.svg
@@ -0,0 +1,37 @@
+
+
\ No newline at end of file
diff --git a/services/apple/Shared (App)/HotPocket 27.icon/icon.json b/services/apple/Shared (App)/HotPocket 27.icon/icon.json
new file mode 100644
index 0000000..6502390
--- /dev/null
+++ b/services/apple/Shared (App)/HotPocket 27.icon/icon.json
@@ -0,0 +1,98 @@
+{
+ "fill-specializations" : [
+ {
+ "value" : {
+ "linear-gradient" : [
+ "display-p3:0.30588,0.37647,0.40784,1.00000",
+ "srgb:0.19608,0.27451,0.31373,1.00000"
+ ],
+ "orientation" : {
+ "start" : {
+ "x" : 0.5,
+ "y" : 0
+ },
+ "stop" : {
+ "x" : 0.5,
+ "y" : 0.7
+ }
+ }
+ }
+ },
+ {
+ "appearance" : "dark",
+ "value" : {
+ "linear-gradient" : [
+ "display-p3:0.18824,0.18824,0.18824,1.00000",
+ "srgb:0.07451,0.07451,0.07451,1.00000"
+ ],
+ "orientation" : {
+ "start" : {
+ "x" : 0.5,
+ "y" : 0
+ },
+ "stop" : {
+ "x" : 0.5,
+ "y" : 0.7
+ }
+ }
+ }
+ }
+ ],
+ "groups" : [
+ {
+ "layers" : [
+ {
+ "image-name" : "pepper 2.svg",
+ "name" : "pepper 2"
+ }
+ ],
+ "lighting" : "individual",
+ "shadow" : {
+ "kind" : "none",
+ "opacity" : 0.5
+ },
+ "specular" : true,
+ "translucency" : {
+ "enabled" : true,
+ "value" : 0.5
+ }
+ },
+ {
+ "layers" : [
+ {
+ "glass-specializations" : [
+ {
+ "value" : false
+ },
+ {
+ "appearance" : "dark",
+ "value" : false
+ }
+ ],
+ "image-name" : "pocket 2.svg",
+ "name" : "pocket 2"
+ }
+ ],
+ "shadow" : {
+ "kind" : "layer-color",
+ "opacity" : 0.25
+ },
+ "specular-specializations" : [
+ {
+ "value" : false
+ },
+ {
+ "appearance" : "dark",
+ "value" : false
+ }
+ ],
+ "translucency" : {
+ "enabled" : true,
+ "value" : 0.5
+ }
+ }
+ ],
+ "supported-platforms" : {
+ "squares" : "shared"
+ }
+}
\ No newline at end of file
diff --git a/services/apple/Shared (App)/Resources/icon-glass-512.png b/services/apple/Shared (App)/Resources/icon-glass-512.png
new file mode 100644
index 0000000..40aba68
Binary files /dev/null and b/services/apple/Shared (App)/Resources/icon-glass-512.png differ
diff --git a/services/apple/iOS (App)/Base.lproj/LaunchScreen.storyboard b/services/apple/iOS (App)/Base.lproj/LaunchScreen.storyboard
index 7b543dd..f1f4b2b 100644
--- a/services/apple/iOS (App)/Base.lproj/LaunchScreen.storyboard
+++ b/services/apple/iOS (App)/Base.lproj/LaunchScreen.storyboard
@@ -1,8 +1,8 @@
-
+
-
+
@@ -24,7 +24,7 @@
-
+