Skip to content

Instantly share code, notes, and snippets.

@sstadelman
Created June 20, 2014 20:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sstadelman/1a68c514f1cdb94f829f to your computer and use it in GitHub Desktop.
Save sstadelman/1a68c514f1cdb94f829f to your computer and use it in GitHub Desktop.
SDK 3.0 SP05 header & library search paths
HEADER_SEARCH_PATHS = (
"$(inherited)",
"/Applications/Xcode6-Beta2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/XScriptParser",
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/Supportability",
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ODataOnline",
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ODataAPI",
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/HttpConversation",
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/HttpConvAuthFlows",
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/E2ETrace2",
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ClientLog",
"$(PROJECT_DIR)/../../target/headers/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.performance.ios/PerformanceLib",
);
LIBRARY_SEARCH_PATHS = (
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/XScriptParser",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/Supportability",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ODataOnline",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ODataAPI",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/HttpConversation",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/HttpConvAuthFlows",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/E2ETrace2",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.smp.client.ios/ClientLog",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.performance.ios/PerformanceLib",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.net.zetetic.sqlcipher.download/sqlcipher",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.org.openssl.download/crypto",
"$(PROJECT_DIR)/../../target/libs/$(BUILD_STYLE)-$(PLATFORM_NAME)/com.sap.org.openssl.download/ssl",
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment