]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_ssl/config/tests.xcconfig
Security-57740.1.18.tar.gz
[apple/security.git] / OSX / libsecurity_ssl / config / tests.xcconfig
index 21233a2185ca0346debc1cf48f0a47721f691e8f..c09f5ab74b8b4753734f530ff328459939613609 100644 (file)
@@ -17,15 +17,8 @@ GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES
 GCC_WARN_ABOUT_RETURN_TYPE = YES
 GCC_WARN_UNUSED_VARIABLE = YES
 
-SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator
+SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator
 
-GCC_PREPROCESSOR_DEFINITIONS[sdk=iphonesimulator*] = INDIGO=1 $(inherited)
-
-#include "<DEVELOPER_DIR>/AppleInternal/XcodeConfig/SimulatorSupport.xcconfig"
-
-// Set INSTALL_PATH_ACTUAL to whatever INSTALL_PATH would normally be
-INSTALL_PATH_ACTUAL = /usr/local/bin
-
-// Set INSTALL_PATH[sdk=macosx*] when SimulatorSupport.xcconfig is unavailable
-INSTALL_PATH[sdk=macosx*] = $(INSTALL_PATH_ACTUAL)
+INSTALL_PATH = /usr/local/bin
 
+HEADER_SEARCH_PATHS = $(PROJECT_DIR)/../utilities $(inherited)