]> git.saurik.com Git - apple/security.git/blame - OTAPKIAssetTool/OTAPKIAssetTool.xcconfig
Security-58286.31.2.tar.gz
[apple/security.git] / OTAPKIAssetTool / OTAPKIAssetTool.xcconfig
CommitLineData
5c19dc3a
A
1//
2// OTAPKIAssetTool.xcconfig
3// Security
4//
5//
6
7// launchd plist
8APPLY_RULES_IN_COPY_FILES = YES
9PLIST_FILE_OUTPUT_FORMAT = binary
10LAUNCHD_PLIST_INSTALL_DIR = $(DSTROOT)$(SYSTEM_LIBRARY_DIR)/LaunchDaemons
11
12// We do not want to install OTAPKIAssetTool into the simulator, so only
13// define this for non-sim platforms.
fa7225c8
A
14OTAPKIASSETTOOL_LAUNCHD_PLIST[sdk=embedded*] = OTAPKIAssetTool/com.apple.OTAPKIAssetTool.plist
15
866f8763 16GCC_PREPROCESSOR_DEFINITIONS = $(inherited) CORECRYPTO_DONOT_USE_TRANSPARENT_UNION=1