After following the guide here I noticed that the tauri icon command does not overwrite the icons under the path gen/apple/Assets.xcassets/AppIcon.appiconset.
Reproduction
Here are the steps to reproduce:
Create a new Tauri project (use all default settings, just hit enter): bunx create-tauri-app
Change directories and install dependencies: cd tauri-app && bun install
Init iOS project: bun tauri ios init
Download a square icon image to ~/Downloads/square.png (to use as the icon)
Run: bun tauri icon ~/Downloads/square.png
Verify that not all icons under gen/apple/Assets.xcassets/AppIcon.appiconset are updated
Expected behavior
All icons under gen/apple/Assets.xcassets/AppIcon.appiconset should be updated, so that the iOS app uses the update icon.
Describe the bug
After following the guide here I noticed that the
tauri icon
command does not overwrite the icons under the pathgen/apple/Assets.xcassets/AppIcon.appiconset
.Reproduction
Here are the steps to reproduce:
bunx create-tauri-app
cd tauri-app && bun install
bun tauri ios init
~/Downloads/square.png
(to use as the icon)bun tauri icon ~/Downloads/square.png
gen/apple/Assets.xcassets/AppIcon.appiconset
are updatedExpected behavior
All icons under
gen/apple/Assets.xcassets/AppIcon.appiconset
should be updated, so that the iOS app uses the update icon.Full
tauri info
output❯ cargo create-tauri-app --version 4.3.1