docs: clarify Apple Silicon release target
This commit is contained in:
@@ -26,12 +26,23 @@ For a practical step-by-step manual with recommended backup workflows, recovery
|
||||
|
||||
## Requirements
|
||||
|
||||
- Apple Silicon Mac, M1/M2/M3/M4 or newer (`darwin/arm64`).
|
||||
- macOS with Apple Photos.
|
||||
- Go 1.25 or newer.
|
||||
- Xcode command-line tools.
|
||||
- Photos privacy permission for the built binary or terminal app.
|
||||
|
||||
The production build uses cgo and links against Apple frameworks through the Objective-C bridge in `bridge/`.
|
||||
The provided release binary is Apple Silicon only. Intel Macs are not currently a supported release target. The production build uses cgo and links against Apple frameworks through the Objective-C bridge in `bridge/`.
|
||||
|
||||
## Release Assets
|
||||
|
||||
Release zip files are named with the supported architecture:
|
||||
|
||||
```text
|
||||
photoscli-<version>-macos-arm64.zip
|
||||
```
|
||||
|
||||
The zip contains the Apple Silicon binary plus README, USERGUIDE, and CHANGELOG.
|
||||
|
||||
## Build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user