AkiProtect macOS beta 2.95.0
============================

FIRST LAUNCH (Gatekeeper / ad-hoc signature)
--------------------------------------------
Double-click Open-Mac.command
  — or right-click AkiMacProtector.app → Open
  — or: xattr -cr AkiMacProtector.app && open AkiMacProtector.app
If still blocked: System Settings → Privacy & Security → Open Anyway.

Notarized Developer ID builds require a paid Apple Developer Program
(this machine currently has a free Personal Team only).

1. Get a demo key: https://akiprotect.core-jmp.org/demo.php
   (product code 0x414B4944 — emailed + shown on page)

2. Open AkiMacProtector.app → Licensing
   - --rsa-pub is prefilled with the beta demo public key
   - Paste the serial into --license-rsa

3. CLI alternative:
   ./aki_mac_builder --rsa-verify --rsa-pub ./keys/demo.pub 'YOUR-SERIAL'
   ./aki_mac_builder --protect --license-rsa 'YOUR-SERIAL' --rsa-pub ./keys/demo.pub \
     --verify-sign -i /path/to/app -o /path/to/out

4. SDK (markers + licensing dylib + Swift):
   See ./sdk/README.md and ./sdk/swift/README.md
   export AKI_MAC_BUILDER="$PWD/aki_mac_builder"

Windows: https://akiprotect.core-jmp.org/windows.php
macOS page: https://akiprotect.core-jmp.org/macos.php
Support: support@aki-protect.com
