Skip to content

Commit

Permalink
build(ios): point to 9.2.0.GA for build, recursive framework search path
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy authored and ewanharris committed Sep 22, 2020
1 parent 7e6d05b commit 8651702
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions ios/titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 9.0.0.GA
TITANIUM_SDK_VERSION = 9.2.0.GA

//
// THESE SHOULD BE OK GENERALLY AS-IS
//
TITANIUM_SDK = ~/Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
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"
TITANIUM_SDK = /Users/$(USER)/Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
HEADER_SEARCH_PATHS = $(inherited) "$(TITANIUM_SDK)/iphone/include"
FRAMEWORK_SEARCH_PATHS = $(inherited) "$(TITANIUM_SDK)/iphone/Frameworks/**"

0 comments on commit 8651702

Please sign in to comment.