Prepare Textream for the Mac App Store - #80
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares Textream for Mac App Store distribution by adding an AppStore-specific Xcode build configuration (with signing/sandboxing) and updating the app and published materials to meet App Store privacy/disclosure requirements while keeping direct-download behavior unchanged.
Changes:
- Added an
AppStorebuild configuration withAPP_STOREcompilation condition and App Sandbox / hardened runtime settings. - Disabled the in-app updater UI/launch check and external donation link in App Store builds via conditional compilation.
- Added a privacy manifest plus updated public docs/metadata (privacy + support pages, App Store submission drafts) and bundled font license text.
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Textream/Textream/TextreamApp.swift | Gates update-check behavior and “Check for Updates…” menu item behind #if !APP_STORE. |
| Textream/Textream/PrivacyInfo.xcprivacy | Adds Apple privacy manifest declaring accessed API categories and tracking/collection defaults. |
| Textream/Textream/Fonts/OpenDyslexic-OFL.txt | Adds SIL OFL license text for the bundled OpenDyslexic font. |
| Textream/Textream/ContentView.swift | Adds Privacy link and hides the Stripe donation link for App Store builds. |
| Textream/Textream.xcodeproj/project.pbxproj | Introduces AppStore build config + APP_STORE flag and updates privacy-related Info.plist purpose strings. |
| README.md | Updates copy to reflect macOS speech recognition behavior and adds privacy/support links. |
| docs/support.html | Adds a public support page for troubleshooting and support routing. |
| docs/privacy.html | Adds a public privacy policy page with updated disclosures (speech + local network). |
| docs/index.html | Updates website claims and footer links to include privacy/support. |
| app-store/README.md | Adds App Store submission workflow notes and verification checklist. |
| app-store/metadata/en-US/support_url.txt | Draft App Store support URL. |
| app-store/metadata/en-US/subtitle.txt | Draft App Store subtitle. |
| app-store/metadata/en-US/review_notes.txt | Draft App Review testing notes. |
| app-store/metadata/en-US/promotional_text.txt | Draft promotional text. |
| app-store/metadata/en-US/privacy_url.txt | Draft App Store privacy policy URL. |
| app-store/metadata/en-US/name.txt | Draft App Store name. |
| app-store/metadata/en-US/marketing_url.txt | Draft marketing URL. |
| app-store/metadata/en-US/keywords.txt | Draft keywords list. |
| app-store/metadata/en-US/description.txt | Draft App Store description with updated disclosures. |
| app-store/metadata/en-US/copyright.txt | Draft copyright line. |
| app-store/app-privacy.md | Draft answers/notes for the App Privacy questionnaire. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AppStorebuild configuration with automatic Apple signing, App Sandbox, hardened runtime, and the required entitlementsVerification
git diff --checkThe generated App Store screenshots are kept separately from this source change and will be uploaded directly to App Store Connect.
Prepared with Codex assistance; reviewed and submitted by Fatih.