|
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="4.0.3"> |
| 5 | + version="4.0.4"> |
6 | 6 |
|
7 | 7 | <name>Google+</name>
|
8 | 8 |
|
|
30 | 30 | <platform name="android">
|
31 | 31 |
|
32 | 32 | <!-- these give a lot of peeps trouble, esp on build.phonegap.com, so not using them -->
|
33 |
| - <!--<framework src="com.google.android.gms:play-services-plus:+" />--> |
34 |
| - <!--<framework src="com.google.android.gms:play-services-identity:+" />--> |
35 |
| - <dependency id="cordova-plugin-googleplayservices" /> |
| 33 | + <framework src="com.google.android.gms:play-services-plus:+" /> |
| 34 | + <framework src="com.google.android.gms:play-services-identity:+" /> |
| 35 | + <!--<dependency id="cordova-plugin-googleplayservices" />--> |
36 | 36 |
|
37 | 37 | <config-file target="res/xml/config.xml" parent="/*">
|
38 | 38 | <feature name="GooglePlus">
|
|
104 | 104 | </config-file>
|
105 | 105 |
|
106 | 106 | <!-- Google frameworks -->
|
107 |
| - <framework src="src/ios/libs/GoogleOpenSource.framework" custom="true" /> |
| 107 | + <!--<framework src="src/ios/libs/GoogleOpenSource.framework" custom="true" />--> |
108 | 108 | <framework src="src/ios/libs/GoogleSignIn.framework" custom="true" />
|
109 | 109 |
|
110 | 110 | <!-- System frameworks -->
|
111 | 111 | <framework src="AddressBook.framework" weak="true" />
|
112 |
| - <framework src="CoreMotion.framework" weak="true" /> |
| 112 | + <!--<framework src="CoreMotion.framework" weak="true" />--> |
113 | 113 | <framework src="CoreText.framework" weak="true" />
|
114 |
| - <framework src="CoreLocation.framework" weak="true" /> |
115 |
| - <framework src="MediaPlayer.framework" weak="true" /> |
116 |
| - <framework src="Security.framework" weak="true" /> |
| 114 | + <!--<framework src="CoreLocation.framework" weak="true" />--> |
| 115 | + <!--<framework src="MediaPlayer.framework" weak="true" />--> |
| 116 | + <!--<framework src="Security.framework" weak="true" />--> |
117 | 117 | <framework src="StoreKit.framework" weak="true" />
|
118 | 118 | <framework src="SystemConfiguration.framework" weak="true" />
|
119 | 119 |
|
|
0 commit comments