Skip to content

Commit

Permalink
Fix module.xcconfig for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Apr 26, 2018
1 parent 48c3ebd commit 74edc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/module.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Add the framework-search paths
FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/facebook/5.6.1/platform ~/Library/Application\ Support/Titanium/modules/iphone/facebook/5.6.1/platform
FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/facebook/$(TI_MODULE_VERSION)/platform ~/Library/Application\ Support/Titanium/modules/iphone/facebook/$(TI_MODULE_VERSION)/platform

// Link the Facebook SDK's to the app-target
OTHER_LDFLAGS=$(inherited) -framework Social -framework FBSDKCoreKit -framework FBSDKLoginKit -framework FBSDKShareKit -framework FBSDKPlacesKit -framework FBSDKMessengerShareKit -framework Bolts

0 comments on commit 74edc82

Please sign in to comment.