Ship MuonPlayer to TestFlight #6
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/testflight-release"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
scripts/testflight.sh, which archives, exports, validates and uploadseither platform.
Drops the Last.fm password from
Secrets.swift, adds a privacy manifest and aprivacy policy, and seeds an empty library with a bundled demo album.
Why
None of this could be distributed. The binary carried the password as a readable
literal, an upload using a required-reason API without a manifest is rejected,
and guideline 5.1.1(i) wants a policy linked in the app. A fresh install opened
on nothing, which is all an App Review device would ever see.
Archiving also showed the iOS target was built for iPad, and that a Release
archive needs the Mac target pinned to arm64.