Skip to content

Recallyx 0.76

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:01
22073df

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-only skips 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 and bundle.sh builds can't
    carry the entitlement, so sync stays inert there.
  • Fixes a latent project bug found on the way: no shared Xcode scheme
    existed, so xcodebuild -scheme Recallyx built 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.