Skip to content

fix(mas): remove unused Downloads entitlement#27

Merged
julia-kafarska merged 1 commit into
mainfrom
fix/mas-remove-downloads-entitlement
Jun 29, 2026
Merged

fix(mas): remove unused Downloads entitlement#27
julia-kafarska merged 1 commit into
mainfrom
fix/mas-remove-downloads-entitlement

Conversation

@julia-kafarska

@julia-kafarska julia-kafarska commented Jun 29, 2026

Copy link
Copy Markdown
Member

Why

App Store review flagged the MAS build under guideline 2.4.5(i)com.apple.security.files.downloads.read-write was declared but has no matching functionality.

Change

Removes the Downloads entitlement from entitlements.mas.plist. Nothing in the app writes to the Downloads folder — audio exports go through the native Save panel (useAudioPlayer.ts), which is covered by files.user-selected.read-write (still present). The Developer ID build (entitlements.mac.plist) already ships without it.

The Mac App Store build declared com.apple.security.files.downloads.read-write,
but nothing in the app writes to the Downloads folder — audio exports go through
the native Save panel, covered by files.user-selected.read-write. Apple flagged
it under guideline 2.4.5(i) (entitlement without matching functionality).
@julia-kafarska julia-kafarska merged commit 10e1e56 into main Jun 29, 2026
1 check passed
@julia-kafarska julia-kafarska deleted the fix/mas-remove-downloads-entitlement branch June 29, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant