Update icon + macos tahoe dynamic icon support

This commit is contained in:
2025-10-03 18:38:04 -07:00
parent 4868262e13
commit d7fb526cfa
54 changed files with 13 additions and 7 deletions

10
src-tauri/Info.plist Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIconFile</key>
<string>Berry Dash Launcher</string>
<key>CFBundleIconName</key>
<string>Berry Dash Launcher</string>
</dict>
</plist>