Skip to content

Commit

Permalink
build(ios): fix building on sdk 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Feb 5, 2020
1 parent acc3654 commit c6c4623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"


0 comments on commit c6c4623

Please sign in to comment.