2 // OTAPKIAssetTool.xcconfig
8 APPLY_RULES_IN_COPY_FILES = YES
9 PLIST_FILE_OUTPUT_FORMAT = binary
10 LAUNCHD_PLIST_INSTALL_DIR = $(DSTROOT)$(SYSTEM_LIBRARY_DIR)/LaunchDaemons
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
16 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) CORECRYPTO_DONOT_USE_TRANSPARENT_UNION=1