The current main build succeeds and launches locally, but it is arm64-only and ad-hoc signed. Gatekeeper assessment fails, so it must not be published as a normal end-user download.
Required once
Do not paste certificates, passwords, Apple IDs, Team IDs, or other credentials into this public issue. Configure secrets only in repository Settings -> Secrets and variables -> Actions.
Current evidence
- App bundle builds successfully at version
0.1.0-beta.1
- Local application launch and first-use UI were verified on Apple Silicon
codesign reports Signature=adhoc and no TeamIdentifier
spctl does not accept the bundle
Completion means the draft prerelease contains a signed, notarized artifact that passes both command-line checks and a clean-machine install test.
The current
mainbuild succeeds and launches locally, but it is arm64-only and ad-hoc signed. Gatekeeper assessment fails, so it must not be published as a normal end-user download.Required once
.p12docs/releasing.mdcodesign --verify --deep --strictspctl --assess --type executeDo not paste certificates, passwords, Apple IDs, Team IDs, or other credentials into this public issue. Configure secrets only in repository Settings -> Secrets and variables -> Actions.
Current evidence
0.1.0-beta.1codesignreportsSignature=adhocand no TeamIdentifierspctldoes not accept the bundleCompletion means the draft prerelease contains a signed, notarized artifact that passes both command-line checks and a clean-machine install test.