mirror of
https://github.com/sparkle-project/Sparkle.git
synced 2025-11-01 15:34:38 +00:00
These entitlements are not easy to configure properly and most developers should not be using these services. Also simplify how to opt into enabling sandboxing entitlements for the Downloader XPC Service.
9 lines
331 B
Plaintext
9 lines
331 B
Plaintext
// InstallerConnection
|
|
|
|
INFOPLIST_FILE = InstallerConnection/Info.plist
|
|
WRAPPER_EXTENSION = xpc
|
|
PRODUCT_BUNDLE_IDENTIFIER = ${INSTALLER_CONNECTION_BUNDLE_ID}
|
|
PRODUCT_NAME = ${INSTALLER_CONNECTION_NAME}
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) BUILDING_SPARKLE_SOURCES_EXTERNALLY=1
|
|
CLANG_MODULES_AUTOLINK = NO
|