You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracks the signing/distribution follow-ups referenced by TODO(#…) in .github/workflows/release.yml.
Apple Developer Program ($99/yr — one membership covers both macOS + iOS). Confirm/upgrade the account, then set repo variable APPLE_SIGNING_ENABLED=true and add signing secrets.
macOS: import Developer ID cert, codesign --options runtime, build .dmg, notarytool submit --wait, stapler staple, upload to the release.
iOS: TestFlight via the App Store Connect API (fastlane pilot) — App Store only, no downloadable binary.
Windows: OV/EV code-signing cert to clear the SmartScreen "unknown publisher" warning.
Android: release keystore + signingConfig in android/app/build.gradle (currently a debug-signed release APK — sideloadable, not store-grade).
Tracks the signing/distribution follow-ups referenced by
TODO(#…)in.github/workflows/release.yml.APPLE_SIGNING_ENABLED=trueand add signing secrets.codesign --options runtime, build.dmg,notarytool submit --wait,stapler staple, upload to the release.signingConfiginandroid/app/build.gradle(currently a debug-signed release APK — sideloadable, not store-grade).