From 53062889a3fbaae71b4d542136da3a70e2a72cc4 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 7 Dec 2025 22:16:42 +0900 Subject: [PATCH] fix copy icon --- ios/setup.zsh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ios/setup.zsh b/ios/setup.zsh index 6ccef51..06ed560 100755 --- a/ios/setup.zsh +++ b/ios/setup.zsh @@ -132,12 +132,6 @@ function ios-copy-new-files() { echo "✅ Copied License.tsx" fi - # Copy logo.png to icon.png if it doesn't exist - if [ -f "$target_dir/assets/logo.png" ] && [ ! -f "$target_dir/assets/icon.png" ]; then - cp "$target_dir/assets/logo.png" "$target_dir/assets/icon.png" - echo "✅ Created assets/icon.png from assets/logo.png" - fi - # Copy app-icons if [ -d "$d/ios/app-icons" ]; then cp -rf "$d/ios/app-icons" "$target_dir/assets/"