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
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
GENERATE_INFOPLIST_FILE = YES
|
|
CODE_SIGN_ENTITLEMENTS = Support/XToolMac.entitlements
|
|
CODE_SIGN_STYLE = Automatic
|
|
ENABLE_HARDENED_RUNTIME = YES
|
|
|
|
PRODUCT_NAME = xtool
|
|
PRODUCT_MODULE_NAME = XToolMac
|
|
|
|
#include? "Private.xcconfig"
|