diff --git a/ios/manifest b/ios/manifest index b79de414..7f620153 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.7.1 +version: 5.8.0 apiversion: 2 description: Use the native Facebook iOS SDK in Axway Titanium. author: Mark Mokryn, Ng Chee Kiat and Hans Knoechel diff --git a/ios/platform/Bolts.framework/Bolts b/ios/platform/Bolts.framework/Bolts index 19c21cb6..3cbbf9d4 100644 Binary files a/ios/platform/Bolts.framework/Bolts and b/ios/platform/Bolts.framework/Bolts differ diff --git a/ios/platform/Bolts.framework/Info.plist b/ios/platform/Bolts.framework/Info.plist index 15d3b0d7..a1909ad6 100644 Binary files a/ios/platform/Bolts.framework/Info.plist and b/ios/platform/Bolts.framework/Info.plist differ diff --git a/ios/platform/FBSDKCoreKit.framework/FBSDKCoreKit b/ios/platform/FBSDKCoreKit.framework/FBSDKCoreKit index 875e4240..4894afdb 100644 Binary files a/ios/platform/FBSDKCoreKit.framework/FBSDKCoreKit and b/ios/platform/FBSDKCoreKit.framework/FBSDKCoreKit differ diff --git a/ios/platform/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h b/ios/platform/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h index d32c553c..b245a6dc 100644 --- a/ios/platform/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h +++ b/ios/platform/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h @@ -44,5 +44,5 @@ #import #endif -#define FBSDK_VERSION_STRING @"4.29.0" +#define FBSDK_VERSION_STRING @"4.31.1" #define FBSDK_TARGET_PLATFORM_VERSION @"v2.11" diff --git a/ios/platform/FBSDKCoreKit.framework/Headers/FBSDKUtility.h b/ios/platform/FBSDKCoreKit.framework/Headers/FBSDKUtility.h index 1a240c8f..abd0efa9 100644 --- a/ios/platform/FBSDKCoreKit.framework/Headers/FBSDKUtility.h +++ b/ios/platform/FBSDKCoreKit.framework/Headers/FBSDKUtility.h @@ -52,4 +52,18 @@ */ + (NSString *)URLEncode:(NSString *)value; +/** + Creates a timer using Grand Central Dispatch. + - Parameter interval: The interval to fire the timer, in seconds. + - Parameter block: The code block to execute when timer is fired. + - Returns: The dispatch handle. + */ ++ (dispatch_source_t)startGCDTimerWithInterval:(double)interval block:(dispatch_block_t)block; + +/** + Stop a timer that was started by startGCDTimerWithInterval. + - Parameter timer: The dispatch handle received from startGCDTimerWithInterval. + */ ++ (void)stopGCDTimer:(dispatch_source_t)timer; + @end diff --git a/ios/platform/FBSDKCoreKit.framework/Info.plist b/ios/platform/FBSDKCoreKit.framework/Info.plist index 36ebe94a..72eff405 100644 Binary files a/ios/platform/FBSDKCoreKit.framework/Info.plist and b/ios/platform/FBSDKCoreKit.framework/Info.plist differ diff --git a/ios/platform/FBSDKLoginKit.framework/FBSDKLoginKit b/ios/platform/FBSDKLoginKit.framework/FBSDKLoginKit index cdd26e9b..d19dcec3 100644 Binary files a/ios/platform/FBSDKLoginKit.framework/FBSDKLoginKit and b/ios/platform/FBSDKLoginKit.framework/FBSDKLoginKit differ diff --git a/ios/platform/FBSDKLoginKit.framework/Info.plist b/ios/platform/FBSDKLoginKit.framework/Info.plist index bb8c3706..48de3f77 100644 Binary files a/ios/platform/FBSDKLoginKit.framework/Info.plist and b/ios/platform/FBSDKLoginKit.framework/Info.plist differ diff --git a/ios/platform/FBSDKMessengerShareKit.framework/FBSDKMessengerShareKit b/ios/platform/FBSDKMessengerShareKit.framework/FBSDKMessengerShareKit index 276b5a67..7edb3231 100644 Binary files a/ios/platform/FBSDKMessengerShareKit.framework/FBSDKMessengerShareKit and b/ios/platform/FBSDKMessengerShareKit.framework/FBSDKMessengerShareKit differ diff --git a/ios/platform/FBSDKMessengerShareKit.framework/Info.plist b/ios/platform/FBSDKMessengerShareKit.framework/Info.plist index 1067d87c..5190bf7f 100644 Binary files a/ios/platform/FBSDKMessengerShareKit.framework/Info.plist and b/ios/platform/FBSDKMessengerShareKit.framework/Info.plist differ diff --git a/ios/platform/FBSDKPlacesKit.framework/FBSDKPlacesKit b/ios/platform/FBSDKPlacesKit.framework/FBSDKPlacesKit index a0263f75..ca3390df 100644 Binary files a/ios/platform/FBSDKPlacesKit.framework/FBSDKPlacesKit and b/ios/platform/FBSDKPlacesKit.framework/FBSDKPlacesKit differ diff --git a/ios/platform/FBSDKPlacesKit.framework/Info.plist b/ios/platform/FBSDKPlacesKit.framework/Info.plist index 9416156f..87db1bdf 100644 Binary files a/ios/platform/FBSDKPlacesKit.framework/Info.plist and b/ios/platform/FBSDKPlacesKit.framework/Info.plist differ diff --git a/ios/platform/FBSDKShareKit.framework/FBSDKShareKit b/ios/platform/FBSDKShareKit.framework/FBSDKShareKit index ea03d8b0..84f4dc8a 100644 Binary files a/ios/platform/FBSDKShareKit.framework/FBSDKShareKit and b/ios/platform/FBSDKShareKit.framework/FBSDKShareKit differ diff --git a/ios/platform/FBSDKShareKit.framework/Info.plist b/ios/platform/FBSDKShareKit.framework/Info.plist index bb9f5bd6..db5e356e 100644 Binary files a/ios/platform/FBSDKShareKit.framework/Info.plist and b/ios/platform/FBSDKShareKit.framework/Info.plist differ