Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 3d98492

Browse files
REVERT: #420 Google frameworks should not be embedded
#458 ios build fails in 5.2.0 and Xcode 9.2 #459 'GoogleSignIn/GoogleSignIn.h' file not found
1 parent 996d083 commit 3d98492

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.0",
2+
"version": "5.2.1",
33
"name": "cordova-plugin-googleplus",
44
"cordova_name": "Google SignIn",
55
"description": "Use your Google account to authenticate with the app.",

Diff for: plugin.xml

+7-7
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-googleplus"
5-
version="5.2.0">
5+
version="5.2.1">
66

77
<name>Google SignIn</name>
88

@@ -81,12 +81,12 @@
8181

8282
<!-- Google frameworks -->
8383
<!-- 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" />
9090

9191
<!-- System frameworks -->
9292
<framework src="AddressBook.framework" weak="true" />

0 commit comments

Comments
 (0)