From 1009f86baa09726c44bbce46efa4037d6ab9c7f7 Mon Sep 17 00:00:00 2001 From: Dallas Groot Date: Sat, 28 Mar 2026 18:24:48 -0700 Subject: [PATCH] quick fix --- 1024.png => AppIcon.png | Bin .../AppIcon.appiconset/{1024.png => AppIcon.png} | Bin update.sh | 2 +- .../AppIcon.appiconset/{1024.png => AppIcon.png} | Bin 4 files changed, 1 insertion(+), 1 deletion(-) rename 1024.png => AppIcon.png (100%) rename iOS/Resources/Assets.xcassets/AppIcon.appiconset/{1024.png => AppIcon.png} (100%) rename watchOS/Resources/Assets.xcassets/AppIcon.appiconset/{1024.png => AppIcon.png} (100%) diff --git a/1024.png b/AppIcon.png similarity index 100% rename from 1024.png rename to AppIcon.png diff --git a/iOS/Resources/Assets.xcassets/AppIcon.appiconset/1024.png b/iOS/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png similarity index 100% rename from iOS/Resources/Assets.xcassets/AppIcon.appiconset/1024.png rename to iOS/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png diff --git a/update.sh b/update.sh index dc1ec05..547b005 100755 --- a/update.sh +++ b/update.sh @@ -14,7 +14,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" cd "$SCRIPT_DIR" ZIP_FILE="NavidromePlayer.zip" -ICON_FILE="1024.png" +ICON_FILE="AppIcon.png" # Check zip exists if [ ! -f "$ZIP_FILE" ]; then diff --git a/watchOS/Resources/Assets.xcassets/AppIcon.appiconset/1024.png b/watchOS/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png similarity index 100% rename from watchOS/Resources/Assets.xcassets/AppIcon.appiconset/1024.png rename to watchOS/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png