Recallyx 0.76
Make the team-signed Xcode build the primary path, add install-dev.sh (#63)
iCloud sync (#61) only runs in a team-signed build, so this makes that
build the documented primary path and gives it day-to-day CLI tooling.
- New
scripts/install-dev.sh: xcodegen + signed Release xcodebuild
(-allowProvisioningUpdates, no Xcode UI needed) → installs to
~/Applications and relaunches.--build-onlyskips the install so
automation never kills a running instance. - README: build section rewritten — team-signed Xcode build first (with
the honest caveat that the CloudKit capability needs a paid Apple
Developer team), the ad-hoc CLT path kept as the zero-cost alternative
with its limitation stated plainly: the DMG andbundle.shbuilds can't
carry the entitlement, so sync stays inert there. - Fixes a latent project bug found on the way: no shared Xcode scheme
existed, soxcodebuild -scheme Recallyxbuilt the bare SPM executable
instead of the signed .app. A shared scheme in project.yml now makes it
build the real app bundle.
Verified: the script's signed build embeds the CloudKit entitlements
(checked via codesign), and the ad-hoc bundle.sh path is untouched.