summaryrefslogtreecommitdiff
path: root/Xcode/SDLTest
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2018-10-18 15:41:50 -0700
committerSam Lantinga <slouken@libsdl.org>2018-10-18 15:41:50 -0700
commita202299567b6259949efa87c5cd9f18acce601c0 (patch)
tree3baf12dc59c1816eac79c7205ae7ba9a8bc69a48 /Xcode/SDLTest
parenta3f775aaf19e88b365060d154e4965a2519783ed (diff)
downloadsdl-a202299567b6259949efa87c5cd9f18acce601c0.tar.gz
Fixed bug 4324 - Xcode 10 - more cleanup for macOS and iOS projects
Dominik Reichardt Xcode warns about "Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO." Just doing the latter is enough to silence the warning without ill effects on compiling. This affects the macOS Xcode projects as well as the iOS projects. Definitely not a bug but an annoying warning that could go away.
Diffstat (limited to 'Xcode/SDLTest')
-rw-r--r--Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj b/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
index 8e6e142e5..8c524cc54 100644
--- a/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
+++ b/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
@@ -4040,6 +4040,7 @@
002A85B21073008E007319AE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/../SDL/build/$(CONFIGURATION)",
"$(HOME)/Library/Frameworks",
@@ -4166,6 +4167,7 @@
002A85D41073009D007319AE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/../SDL/build/$(CONFIGURATION)",
"$(HOME)/Library/Frameworks",