Skip to content

Commit

Permalink
Update Facebook iOS SDK 4.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Aug 8, 2018
1 parent b7963e2 commit 4bbddc9
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 2 deletions.
Binary file modified src/ios/Bolts.framework/Bolts
Binary file not shown.
Binary file modified src/ios/Bolts.framework/Info.plist
Binary file not shown.
Binary file modified src/ios/FBSDKCoreKit.framework/FBSDKCoreKit
Binary file not shown.
5 changes: 5 additions & 0 deletions src/ios/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@ FBSDK_EXTERN NSString *const FBSDKAppEventParameterValueNo;
*/
+ (void)setUserID:(NSString *)userID;

/*
Clears the custom user ID to associate with all app events.
*/
+ (void)clearUserID;

/*
Returns the set custom user ID.
*/
Expand Down
4 changes: 2 additions & 2 deletions src/ios/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.34.0"
#define FBSDK_TARGET_PLATFORM_VERSION @"v3.0"
#define FBSDK_VERSION_STRING @"4.35.0"
#define FBSDK_TARGET_PLATFORM_VERSION @"v3.1"
12 changes: 12 additions & 0 deletions src/ios/FBSDKCoreKit.framework/Headers/FBSDKSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,18 @@ FBSDK_EXTERN NSString *const FBSDKLoggingBehaviorDeveloperErrors;
*/
+ (void)setAutoLogAppEventsEnabled:(NSNumber *)AutoLogAppEventsEnabled;

/**
Flag which controls the fb_codeless_debug logging event
If not explicitly set, the default is 1 - true
*/
+ (NSNumber *)codelessDebugLogEnabled;

/**
Set the flag which controls the fb_codeless_debug logging event
- Parameter CodelessDebugEnabled: Flag value, expressed as a value from 0 - false or 1 - true.
*/
+ (void)setCodelessDebugLogEnabled:(NSNumber *)CodelessDebugLogEnabled;

/**
Gets whether data such as that generated through FBSDKAppEvents and sent to Facebook should be restricted from being used for other than analytics and conversions. Defaults to NO. This value is stored on the device and persists across app launches.
*/
Expand Down
Binary file modified src/ios/FBSDKCoreKit.framework/Info.plist
Binary file not shown.
Binary file modified src/ios/FBSDKLoginKit.framework/FBSDKLoginKit
Binary file not shown.
4 changes: 4 additions & 0 deletions src/ios/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ typedef NS_ENUM(NSUInteger, FBSDKLoginBehavior)
*/
@interface FBSDKLoginManager : NSObject

/**
Auth type
*/
@property (strong, nonatomic) NSString *authType;
/**
the default audience.
Expand Down
Binary file modified src/ios/FBSDKLoginKit.framework/Info.plist
Binary file not shown.
Binary file modified src/ios/FBSDKMessengerShareKit.framework/FBSDKMessengerShareKit
Binary file not shown.
Binary file modified src/ios/FBSDKMessengerShareKit.framework/Info.plist
Binary file not shown.
Binary file modified src/ios/FBSDKShareKit.framework/FBSDKShareKit
Binary file not shown.
Binary file modified src/ios/FBSDKShareKit.framework/Info.plist
Binary file not shown.

0 comments on commit 4bbddc9

Please sign in to comment.