Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #753 from alanzeino/xcode10
Browse files Browse the repository at this point in the history
Update for Xcode 10 compatibility and fix hardcoded search path in otest-query-appletv target
  • Loading branch information
ExtremeMan authored Sep 14, 2018
2 parents 9923305 + 6c031c6 commit d2cf277
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions otest-query/otest-query.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_FRAMEWORKS_DIR)\"",
);
GCC_PREFIX_HEADER = "otest-query-ios/otest-query-ios-Prefix.pch";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -723,7 +723,7 @@
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_FRAMEWORKS_DIR)\"",
);
GCC_PREFIX_HEADER = "otest-query-ios/otest-query-ios-Prefix.pch";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -834,7 +834,7 @@
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_FRAMEWORKS_DIR)\"",
);
GCC_PREFIX_HEADER = "otest-query-ios/otest-query-ios-Prefix.pch";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -847,7 +847,7 @@
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_FRAMEWORKS_DIR)\"",
);
GCC_PREFIX_HEADER = "otest-query-ios/otest-query-ios-Prefix.pch";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit d2cf277

Please sign in to comment.