Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Updates frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeduan committed Sep 2, 2015
1 parent e6ed023 commit 8a53f82
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-facebook4"
version="1.1.0">
version="1.3.0-0">

<name>Facebook Connect</name>

Expand All @@ -22,7 +22,7 @@
<engines>
<!-- Requires > 3.5.0 because of the custom Framework tag for iOS [CB-6698] -->
<!-- Requires > 4.0.0 because of the Framework tag for Android that uses gradle -->
<engine name="cordova-android" version=">=4.0.0-dev" />
<engine name="cordova-android" version=">=3.5.0" />

This comment has been minimized.

Copy link
@fredgalvao

fredgalvao Sep 11, 2015

Collaborator

What happened exactly to make this plugin compatible with cordova-android lower than 4.0.0?

<engine name="cordova-ios" version=">=3.5.0" />
</engines>

Expand Down Expand Up @@ -60,7 +60,7 @@
android:label="@string/fb_app_name" />
</config-file>

<framework src="com.facebook.android:facebook-android-sdk:4.4.0"/>
<framework src="com.facebook.android:facebook-android-sdk:4.+"/>

<!-- cordova plugin src files -->
<source-file src="src/android/ConnectPlugin.java" target-dir="src/org/apache/cordova/facebook" />
Expand Down
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.
4 changes: 2 additions & 2 deletions src/ios/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ FBSDK_EXTERN NSString *const FBSDKAppEventParameterValueNo;
+ Events will be accumulated when the app is in a disconnected state, and sent when the connection is
restored and one of the above 'flush' conditions are met.
+ The `FBSDKAppEvents` class in thread-safe in that events may be logged from any of the app's threads.
+ The `FBSDKAppEvents` class is thread-safe in that events may be logged from any of the app's threads.
+ The developer can set the `flushBehavior` on `FBSDKAppEvents` to force the flushing of events to only
occur on an explicit call to the `flush` method.
Expand Down Expand Up @@ -409,7 +409,7 @@ FBSDK_EXTERN NSString *const FBSDKAppEventParameterValueNo;
In some cases, apps want to use one Facebook App ID for login and social presence and another
for App Event logging. (An example is if multiple apps from the same company share an app ID for login, but
want distinct logging.) By default, this value is `nil`, and defers to the `FBSDKAppEventsOverrideAppIDBundleKey`
plist value. If that's not set, it defaults to `[FBSDKSettigns appID]`.
plist value. If that's not set, it defaults to `[FBSDKSettings appID]`.
This should be set before any other calls are made to `FBSDKAppEvents`. Thus, you should set it in your application
delegate's `application:didFinishLaunchingWithOptions:` delegate.
Expand Down
2 changes: 1 addition & 1 deletion src/ios/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
#import <FBSDKCoreKit/FBSDKTestUsersManager.h>
#import <FBSDKCoreKit/FBSDKUtility.h>

#define FBSDK_VERSION_STRING @"4.5.1"
#define FBSDK_VERSION_STRING @"4.6.0"
#define FBSDK_TARGET_PLATFORM_VERSION @"v2.4"
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.
Binary file modified src/ios/FBSDKLoginKit.framework/Info.plist
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#import <UIKit/UIKit.h>

#define FBSDK_MESSENGER_SHARE_KIT_VERSION @"1.3.0"
#define FBSDK_MESSENGER_SHARE_KIT_VERSION @"1.2.3"

#import "FBSDKMessengerContext.h"
#import "FBSDKMessengerSharer.h"
Expand Down
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 8a53f82

Please sign in to comment.