Skip to content

Add export compliance plist flag#19

Merged
offyotto merged 1 commit into
mainfrom
codex/export-compliance-plist
Apr 22, 2026
Merged

Add export compliance plist flag#19
offyotto merged 1 commit into
mainfrom
codex/export-compliance-plist

Conversation

@offyotto
Copy link
Copy Markdown
Owner

Summary

  • add ITSAppUsesNonExemptEncryption = NO to the shipping app Info.plist
  • keep the change scoped to the active app target plist only
  • avoid including unrelated local changes

Why

Apple's export-compliance guidance says apps can declare ITSAppUsesNonExemptEncryption in Info.plist to skip repeated encryption questions when the app uses only exempt OS-provided encryption or no non-exempt encryption. Repo evidence here shows WeatherKit/system networking and Security framework use for entitlement/signing inspection, with no custom crypto implementation.

@offyotto offyotto merged commit 9caa826 into main Apr 22, 2026
2 checks passed
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