LastCUE macOS beta
===================

This macOS build is an internal beta. It is not Apple notarized yet, so macOS
may say that "LastCUE.app is damaged" after download. The app is usually not
damaged; macOS is blocking an unsigned beta build.

Recommended test flow
---------------------

1. Open the LastCUE .dmg file.
2. Drag LastCUE.app to Applications.
3. Double-click "Open LastCUE Beta.command".
4. If macOS asks for permission to run the command file, choose Open.

What the helper does
--------------------

"Open LastCUE Beta.command" only removes the quarantine mark from LastCUE.app:

  xattr -dr com.apple.quarantine /Applications/LastCUE.app

It does not modify USB drives, does not run recovery, and does not change other
apps on your Mac.

If the helper cannot find the app
---------------------------------

Move LastCUE.app to Applications and run the helper again.

Manual fallback
---------------

Open Terminal and run:

  xattr -dr com.apple.quarantine /Applications/LastCUE.app
  open /Applications/LastCUE.app

This step is only for the unsigned beta. A formal macOS release should use
Apple Developer ID code signing and notarization.
