Skip to content

Commit

Permalink
Merge pull request #92 from hansemannn/update-sdks-4_31_1
Browse files Browse the repository at this point in the history
Update iOS- and Android-SDK's
  • Loading branch information
hansemannn committed Mar 14, 2018
2 parents 88c755f + f48e3f1 commit 48c3ebd
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified ios/platform/Bolts.framework/Bolts
Binary file not shown.
Binary file modified ios/platform/Bolts.framework/Info.plist
Binary file not shown.
Binary file modified ios/platform/FBSDKCoreKit.framework/FBSDKCoreKit
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/platform/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
#import <FBSDKCoreKit/FBSDKDeviceViewControllerBase.h>
#endif

#define FBSDK_VERSION_STRING @"4.29.0"
#define FBSDK_VERSION_STRING @"4.31.1"
#define FBSDK_TARGET_PLATFORM_VERSION @"v2.11"
14 changes: 14 additions & 0 deletions ios/platform/FBSDKCoreKit.framework/Headers/FBSDKUtility.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified ios/platform/FBSDKCoreKit.framework/Info.plist
Binary file not shown.
Binary file modified ios/platform/FBSDKLoginKit.framework/FBSDKLoginKit
Binary file not shown.
Binary file modified ios/platform/FBSDKLoginKit.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file modified ios/platform/FBSDKMessengerShareKit.framework/Info.plist
Binary file not shown.
Binary file modified ios/platform/FBSDKPlacesKit.framework/FBSDKPlacesKit
Binary file not shown.
Binary file modified ios/platform/FBSDKPlacesKit.framework/Info.plist
Binary file not shown.
Binary file modified ios/platform/FBSDKShareKit.framework/FBSDKShareKit
Binary file not shown.
Binary file modified ios/platform/FBSDKShareKit.framework/Info.plist
Binary file not shown.

0 comments on commit 48c3ebd

Please sign in to comment.