This repository was archived by the owner on May 30, 2023. It is now read-only.
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.2.0 " ,
2
+ "version" : " 5.2.1 " ,
3
3
"name" : " cordova-plugin-googleplus" ,
4
4
"cordova_name" : " Google SignIn" ,
5
5
"description" : " Use your Google account to authenticate with the app." ,
Original file line number Diff line number Diff line change 2
2
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
id =" cordova-plugin-googleplus"
5
- version =" 5.2.0 " >
5
+ version =" 5.2.1 " >
6
6
7
7
<name >Google SignIn</name >
8
8
81
81
82
82
<!-- Google frameworks -->
83
83
<!-- Downloaded here: https://developers.google.com/identity/sign-in/ios/sdk/ (changelog: https://developers.google.com/identity/sign-in/ios/release) -->
84
- <framework src =" src/ios/libs/GoogleAppUtilities.framework" custom =" false " />
85
- <framework src =" src/ios/libs/GoogleAuthUtilities.framework" custom =" false " />
86
- <framework src =" src/ios/libs/GoogleNetworkingUtilities.framework" custom =" false " />
87
- <framework src =" src/ios/libs/GoogleSignIn.framework" custom =" false " />
88
- <framework src =" src/ios/libs/GoogleSymbolUtilities.framework" custom =" false " />
89
- <framework src =" src/ios/libs/GoogleUtilities.framework" custom =" false " />
84
+ <framework src =" src/ios/libs/GoogleAppUtilities.framework" custom =" true " />
85
+ <framework src =" src/ios/libs/GoogleAuthUtilities.framework" custom =" true " />
86
+ <framework src =" src/ios/libs/GoogleNetworkingUtilities.framework" custom =" true " />
87
+ <framework src =" src/ios/libs/GoogleSignIn.framework" custom =" true " />
88
+ <framework src =" src/ios/libs/GoogleSymbolUtilities.framework" custom =" true " />
89
+ <framework src =" src/ios/libs/GoogleUtilities.framework" custom =" true " />
90
90
91
91
<!-- System frameworks -->
92
92
<framework src =" AddressBook.framework" weak =" true" />
You can’t perform that action at this time.
0 commit comments