Skip to content

Commit

Permalink
Fix TITANIUM_SDK path and spacing in changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews committed Jan 12, 2015
1 parent 4aad9c4 commit 1de0f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/documentation/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<pre>
v1.9.1 [TIMOB-18092] Fixed linker error when building with TiSDK 3.5.0+

v1.9.0 [MOD-18092] Updating module to support 64-bit.
v1.9.0 [MOD-18092] Updating module to support 64-bit.

v1.8.3 [MOD-1265] Building with 2.1.3.GA and open sourcing

Expand Down
3 changes: 1 addition & 2 deletions ios/titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ TITANIUM_SDK_VERSION = 3.4.1.GA
//
// THESE SHOULD BE OK GENERALLY AS-IS
//
TITANIUM_SDK = /Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
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"
HEADER_SEARCH_PATHS= $(TITANIUM_BASE_SDK) $(TITANIUM_BASE_SDK2)



0 comments on commit 1de0f85

Please sign in to comment.