Skip to content

Commit 69bbe3f

Browse files
author
joshuastray
committed
Revert the Facebook sdk changed by accident
1 parent 164e0b2 commit 69bbe3f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Binary file not shown.

plugins/facebook/proj.ios/sdk/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBSettings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ typedef NS_ENUM(NSUInteger, FBRestrictedTreatment) {
9797
@abstract Retrieve the current iOS SDK version.
9898
9999
*/
100-
+ (void)setsdkVersion:(NSString*)version;
100+
+ (void)setSDKVersion:(NSString*)version;
101101

102102
/*!
103103
@method
Binary file not shown.

plugins/facebook/proj.ios/sdk/FacebookSDK.framework/Versions/A/Headers/FBSettings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ typedef NS_ENUM(NSUInteger, FBRestrictedTreatment) {
9797
@abstract Retrieve the current iOS SDK version.
9898
9999
*/
100-
+ (void)setsdkVersion:(NSString*)version;
100+
+ (void)setSDKVersion:(NSString*)version;
101101

102102
/*!
103103
@method

0 commit comments

Comments
 (0)