]>
Commit | Line | Data |
---|---|---|
5c19dc3a A |
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. | |
fa7225c8 A |
14 | OTAPKIASSETTOOL_LAUNCHD_PLIST[sdk=embedded*] = OTAPKIAssetTool/com.apple.OTAPKIAssetTool.plist |
15 | ||
866f8763 | 16 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) CORECRYPTO_DONOT_USE_TRANSPARENT_UNION=1 |