mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
* Package xtool as a .app on macOS * Need hardened runtime for notarization * Rename product to xtool.app
12 lines
410 B
Markdown
12 lines
410 B
Markdown
# macOS Packaging
|
|
|
|
xtool is packaged as a .app bundle on macOS, so that we can add entitlements and use the keychain.
|
|
|
|
Ideally we'd dogfood xtool to package xtool, but it only supports iOS apps right now. Someday, hopefully.
|
|
|
|
## Building
|
|
|
|
1. Install [XcodeGen](https://github.com/yonaskolb/XcodeGen)
|
|
2. Run `xcodegen` inside this (`./macOS`) directory
|
|
3. Open the Xcode project and build the `XToolMac` scheme
|