Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ bundle identifiers:
The workflow calls `scripts/upload-testflight-macos-app.sh`, which generates the
Xcode project, installs the supplied provisioning profiles, archives with manual
`Apple Distribution` signing, and exports with `method = app-store-connect` and
`installerSigningCertificate = 3rd Party Mac Developer Installer`. Pass
`upload: false` when dispatching the workflow to export the `.pkg` without
uploading it.
`installerSigningCertificate = 3rd Party Mac Developer Installer`. Do not set
`testFlightInternalTestingOnly`; internal-only builds are valid for TestFlight
but cannot be selected for App Store submission. Pass `upload: false` when
dispatching the workflow to export the `.pkg` without uploading it.

The app and refresh-agent App Store entitlements must keep the sandbox enabled
with App Group, outbound network, read-only user-selected file access, and
Expand Down
2 changes: 0 additions & 2 deletions scripts/upload-testflight-macos-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ cat >"$export_options_path" <<PLIST
</dict>
<key>manageAppVersionAndBuildNumber</key>
<true/>
<key>testFlightInternalTestingOnly</key>
<true/>
<key>uploadSymbols</key>
<true/>
</dict>
Expand Down