Skip to content

Declare App Store export compliance - #82

Merged
f merged 1 commit into
masterfrom
codex/app-store-export-compliance
Aug 10, 2026
Merged

Declare App Store export compliance#82
f merged 1 commit into
masterfrom
codex/app-store-export-compliance

Conversation

@f

@f f commented Aug 10, 2026

Copy link
Copy Markdown
Owner

Summary

Declare ITSAppUsesNonExemptEncryption = NO only for the Mac App Store configuration. Textream does not implement encryption algorithms; its App Store build relies only on Apple-provided system facilities.

Verification

  • App Store configuration builds for arm64 and x86_64
  • generated App Store Info.plist contains the Boolean value false
  • direct-download Release behavior is unchanged
  • git diff --check

Prepared with Codex assistance; reviewed and submitted by Fatih.

Copilot AI lite review requested due to automatic review settings August 10, 2026 17:48
@f
f merged commit fb1f8b2 into master Aug 10, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR declares App Store export compliance for Textream by setting ITSAppUsesNonExemptEncryption to NO in the AppStore build configuration, ensuring App Store submissions indicate the app does not use non-exempt encryption while leaving non–App Store builds unchanged.

Changes:

  • Add INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; to the AppStore XCBuildConfiguration.
  • Ensure the generated App Store Info.plist contains the corresponding boolean false value.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@f
f deleted the codex/app-store-export-compliance branch August 12, 2026 22:32
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.

2 participants