From 861cac921f3c1a7a802d37ef28662f320434b9e7 Mon Sep 17 00:00:00 2001 From: Francesco <100066266+cranci1@users.noreply.github.com> Date: Sun, 25 May 2025 12:09:16 +0200 Subject: [PATCH] test? --- .../Contents.json | 28 ++++++------------ .../darkmode.png | Bin .../lightmode.png | Bin .../tinting.png | Bin Sulfur.xcodeproj/project.pbxproj | 2 -- 5 files changed, 9 insertions(+), 21 deletions(-) rename Sora/Assets.xcassets/{AppIcons/AppIcon_Default.appiconset => AppIcon.appiconset}/Contents.json (58%) rename Sora/Assets.xcassets/{AppIcons/AppIcon_Default.appiconset => AppIcon.appiconset}/darkmode.png (100%) rename Sora/Assets.xcassets/{AppIcons/AppIcon_Default.appiconset => AppIcon.appiconset}/lightmode.png (100%) rename Sora/Assets.xcassets/{AppIcons/AppIcon_Default.appiconset => AppIcon.appiconset}/tinting.png (100%) diff --git a/Sora/Assets.xcassets/AppIcons/AppIcon_Default.appiconset/Contents.json b/Sora/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 58% rename from Sora/Assets.xcassets/AppIcons/AppIcon_Default.appiconset/Contents.json rename to Sora/Assets.xcassets/AppIcon.appiconset/Contents.json index c7a15f9..e6ad966 100644 --- a/Sora/Assets.xcassets/AppIcons/AppIcon_Default.appiconset/Contents.json +++ b/Sora/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,34 +1,24 @@ { "images" : [ { - "filename" : "lightmode.png", - "idiom" : "universal", - "platform" : "ios", - "size" : "1024x1024" - }, - { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "dark" - } - ], "filename" : "darkmode.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" }, { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "tinted" - } - ], + "filename" : "lightmode.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024", + "unassigned" : true + }, + { "filename" : "tinting.png", "idiom" : "universal", "platform" : "ios", - "size" : "1024x1024" + "size" : "1024x1024", + "unassigned" : true } ], "info" : { diff --git a/Sora/Assets.xcassets/AppIcons/AppIcon_Default.appiconset/darkmode.png b/Sora/Assets.xcassets/AppIcon.appiconset/darkmode.png similarity index 100% rename from Sora/Assets.xcassets/AppIcons/AppIcon_Default.appiconset/darkmode.png rename to Sora/Assets.xcassets/AppIcon.appiconset/darkmode.png diff --git a/Sora/Assets.xcassets/AppIcons/AppIcon_Default.appiconset/lightmode.png b/Sora/Assets.xcassets/AppIcon.appiconset/lightmode.png similarity index 100% rename from Sora/Assets.xcassets/AppIcons/AppIcon_Default.appiconset/lightmode.png rename to Sora/Assets.xcassets/AppIcon.appiconset/lightmode.png diff --git a/Sora/Assets.xcassets/AppIcons/AppIcon_Default.appiconset/tinting.png b/Sora/Assets.xcassets/AppIcon.appiconset/tinting.png similarity index 100% rename from Sora/Assets.xcassets/AppIcons/AppIcon_Default.appiconset/tinting.png rename to Sora/Assets.xcassets/AppIcon.appiconset/tinting.png diff --git a/Sulfur.xcodeproj/project.pbxproj b/Sulfur.xcodeproj/project.pbxproj index b887f93..23ca52f 100644 --- a/Sulfur.xcodeproj/project.pbxproj +++ b/Sulfur.xcodeproj/project.pbxproj @@ -797,7 +797,6 @@ 133D7C792D2BE2520075467E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Sora/Sora.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; @@ -839,7 +838,6 @@ 133D7C7A2D2BE2520075467E /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Sora/Sora.entitlements; CODE_SIGN_IDENTITY = "Apple Development";