Skip to content

Commit de4b818

Browse files
Tien NguyenTien Nguyen
Tien Nguyen
authored and
Tien Nguyen
committed
Added cordova-ios 8.1.1 compatibility
1 parent 244ce29 commit de4b818

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
compile("com.facebook.android:facebook-android-sdk:5.7.0") {
2+
compile("com.facebook.android:facebook-android-sdk:4.37.0") {
33
exclude group: 'com.google.zxing'
44
}
55
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-facebook4-no-zxing2",
3-
"version": "6.4.1",
3+
"version": "6.4.3",
44
"description": "Cordova Facebook SDK 4 Plugin",
55
"cordova": {
66
"id": "cordova-plugin-facebook4-no-zxing2",

plugin.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-facebook4-no-zxing2"
5-
version="6.4.0">
5+
version="6.4.3">
66

77
<name>Facebook Connect</name>
88

@@ -158,7 +158,10 @@
158158
</config-file>
159159

160160
<!-- Facebook SDK -->
161-
<podspec>
161+
<framework src="FBSDKCoreKit" type="podspec" spec="5.7.0"/>
162+
<framework src="FBSDKLoginKit" type="podspec" spec="5.7.0"/>
163+
<framework src="FBSDKShareKit" type="podspec" spec="5.7.0"/>
164+
<!-- <podspec>
162165
<config>
163166
<source url="https://cdn.cocoapods.org/"/>
164167
</config>
@@ -167,8 +170,7 @@
167170
<pod name="FBSDKLoginKit" spec="5.7.0"/>
168171
<pod name="FBSDKShareKit" spec="5.7.0"/>
169172
</pods>
170-
</podspec>
171-
173+
</podspec> -->
172174
</platform>
173175

174176
<!-- browser -->

tests/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
id="cordova-plugin-facebook4-no-zxing2-tests"
6-
version="6.4.1">
6+
version="6.4.3">
77
<name>Facebook Connect Tests</name>
88
<license></license>
99

0 commit comments

Comments
 (0)