From c6c462390501e4bdd84bcabff61657cc4d0c3052 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Wed, 5 Feb 2020 10:47:47 -0500 Subject: [PATCH] build(ios): fix building on sdk 8+ --- ios/titanium.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/titanium.xcconfig b/ios/titanium.xcconfig index 0ad2a6a..e19630d 100644 --- a/ios/titanium.xcconfig +++ b/ios/titanium.xcconfig @@ -4,7 +4,7 @@ // OF YOUR TITANIUM SDK YOU'RE BUILDING FOR // // -TITANIUM_SDK_VERSION = 7.3.0.GA +TITANIUM_SDK_VERSION = 7.5.2.GA // // THESE SHOULD BE OK GENERALLY AS-IS @@ -14,6 +14,6 @@ TITANIUM_BASE_SDK = "$(TITANIUM_SDK)/iphone/include" TITANIUM_BASE_SDK2 = "$(TITANIUM_SDK)/iphone/include/TiCore" TITANIUM_BASE_SDK3 = "$(TITANIUM_SDK)/iphone/include/JavaScriptCore" HEADER_SEARCH_PATHS= $(TITANIUM_BASE_SDK) $(TITANIUM_BASE_SDK2) $(TITANIUM_BASE_SDK3) - +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(TITANIUM_SDK)/iphone/Frameworks"