diff --git a/ios/manifest b/ios/manifest index db8d926f..d75bbc47 100644 --- a/ios/manifest +++ b/ios/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 5.3.0 +version: 5.2.2 apiversion: 2 description: Allows Facebook integration for Titanium apps author: Mark Mokryn, Ng Chee Kiat and Hans Knoechel diff --git a/ios/module.xcconfig b/ios/module.xcconfig index b8a6c402..c421a402 100644 --- a/ios/module.xcconfig +++ b/ios/module.xcconfig @@ -9,7 +9,7 @@ // // How to add a Framework (example) -FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/facebook/5.3.0/platform "~/Library/Application Support/Titanium/modules/iphone/facebook/5.3.0/platform" +FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/facebook/5.2.2/platform "~/Library/Application Support/Titanium/modules/iphone/facebook/5.2.2/platform" OTHER_LDFLAGS=$(inherited) -framework Social -framework FBSDKCoreKit -framework FBSDKLoginKit -framework FBSDKShareKit -framework FBSDKMessengerShareKit // // OTHER_LDFLAGS=$(inherited) -framework Foo