]> git.saurik.com Git - apple/security.git/blobdiff - xcconfig/swift_binary.xcconfig
Security-59306.11.20.tar.gz
[apple/security.git] / xcconfig / swift_binary.xcconfig
diff --git a/xcconfig/swift_binary.xcconfig b/xcconfig/swift_binary.xcconfig
new file mode 100644 (file)
index 0000000..e20a890
--- /dev/null
@@ -0,0 +1,18 @@
+#include "xcconfig/PlatformFeatures.xcconfig"
+
+CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
+
+// Less header/module foolishness
+LIBRARY_SEARCH_PATHS = $(SDKROOT)/usr/local/lib/security_libDER
+HEADER_SEARCH_PATHS = $(PROJECT_DIR) $(PROJECT_DIR)/OSX/ $(PROJECT_DIR)/OSX/sec/ $(PROJECT_DIR)/keychain/trust/TrustedPeers/proto/generated_source
+SYSTEM_HEADER_SEARCH_PATHS =
+ALWAYS_SEARCH_USER_PATHS = NO
+USE_HEADERMAP = NO
+
+CLANG_ENABLE_MODULES = NO
+
+// No per-platform conditional compilation, so fake it.
+OCTAGON_FLAG_1 = -D OCTAGON
+OTHER_SWIFT_FLAGS = $(OCTAGON_FLAG_$(OCTAGON_ON))
+
+SWIFT_VERSION=4.2