From 90dcf34eeee45c7161e378d0eac4a369dc6d4c4b Mon Sep 17 00:00:00 2001 From: jeremiah sypult Date: Wed, 17 Jul 2013 14:59:58 -0500 Subject: [PATCH] Fix the speex Xcode project since it was missing its header search path. --- misc/xcode/ioquake3-Info.plist | 2 +- misc/xcode/speex.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/xcode/ioquake3-Info.plist b/misc/xcode/ioquake3-Info.plist index c938b4ca..9a1f113b 100644 --- a/misc/xcode/ioquake3-Info.plist +++ b/misc/xcode/ioquake3-Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 690b281-2013-07-11 + 0f9eca6-2013-07-13 CGDisableCoalescedUpdates LSMinimumSystemVersion diff --git a/misc/xcode/speex.xcodeproj/project.pbxproj b/misc/xcode/speex.xcodeproj/project.pbxproj index 8d36dee8..701f026a 100644 --- a/misc/xcode/speex.xcodeproj/project.pbxproj +++ b/misc/xcode/speex.xcodeproj/project.pbxproj @@ -478,6 +478,7 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../code/libspeex/include\""; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -486,6 +487,7 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../code/libspeex/include\""; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release;