]> git.saurik.com Git - apple/security.git/blob - OTAPKIAssetTool/OTAPKIAssetTool.xcconfig
Security-58286.1.32.tar.gz
[apple/security.git] / OTAPKIAssetTool / OTAPKIAssetTool.xcconfig
1 //
2 // OTAPKIAssetTool.xcconfig
3 // Security
4 //
5 //
6
7 // launchd plist
8 APPLY_RULES_IN_COPY_FILES = YES
9 PLIST_FILE_OUTPUT_FORMAT = binary
10 LAUNCHD_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.
14 OTAPKIASSETTOOL_LAUNCHD_PLIST[sdk=embedded*] = OTAPKIAssetTool/com.apple.OTAPKIAssetTool.plist
15
16 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) CORECRYPTO_DONOT_USE_TRANSPARENT_UNION=1