The app has iPodderX's own icon, and a way onto the Mac

The 2004 icon, from ipodderx-rs's apple-touch-icon.png, which at 180px is
the largest square copy that survives anywhere -- so the sizes above it are
upscaled and soft, and a real 1024px original would be worth having if one
turns up.

Every entry in the icon set gets its own file even where two are the same
pixels, because the asset compiler collapses entries that share a filename
and the first attempt produced an icns with four of the ten sizes.

tools/install-mac.sh builds Release for Catalyst and replaces the copy in
/Applications. It quits the running app first, or the replacement is the
one still in memory, and it sets DEVELOPER_DIR rather than relying on
xcode-select, which on this machine still points at the command line tools.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-19 19:28:43 -04:00
parent d8ea9cf516
commit 7aac011df3
15 changed files with 111 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ targets:
supportsMacCatalyst: true
sources:
- Sources
- Resources/Assets.xcassets
info:
path: Resources/Info.plist
properties:
@@ -58,6 +59,7 @@ targets:
# Set as build settings rather than xcodegen's supportsMacCatalyst:, which this version
# accepts and then writes nothing for -- the generated project had no SUPPORTS_MACCATALYST
# at all and the Mac destination simply did not exist.
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
SUPPORTS_MACCATALYST: "YES"
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER: "NO"