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
28 lines
544 B
YAML
28 lines
544 B
YAML
name: XToolMac
|
|
options:
|
|
bundleIdPrefix: sh.xtool
|
|
packages:
|
|
xtool:
|
|
path: ..
|
|
group: ""
|
|
fileGroups:
|
|
- Support
|
|
targets:
|
|
XToolMac:
|
|
type: application
|
|
platform: macOS
|
|
deploymentTarget: "12.0"
|
|
sources:
|
|
- path: XToolMac
|
|
- path: Resources/xtool
|
|
buildPhase:
|
|
copyFiles:
|
|
destination: resources
|
|
subpath: bin
|
|
configFiles:
|
|
Debug: Support/Debug.xcconfig
|
|
Release: Support/Release.xcconfig
|
|
dependencies:
|
|
- package: xtool
|
|
product: XToolSupport
|