Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Remove hook and use resource-file tag to copy google services file
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed May 4, 2017
1 parent 9850b1b commit 86763c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
</js-module>
<engines>
<engine name="cordova" version=">=6.4.0"/>
<engine name="cordova-android" version=">=6.0.0"/>
<engine name="cordova-ios" version=">=4.3.0"/>
<engine name="cordova-android" version=">=6.2.1"/>
<engine name="cordova-ios" version=">=4.4.0"/>
</engines>
<platform name="android">
<hook type="before_plugin_install" src="scripts/copyAndroidFile.js"/>
<!-- hook type="before_plugin_install" src="scripts/copyAndroidFile.js"/ -->
<config-file target="res/xml/config.xml" parent="/*">
<feature name="PushNotification">
<param name="android-package" value="com.adobe.phonegap.push.PushPlugin"/>
Expand Down Expand Up @@ -85,7 +85,7 @@
<header-file src="src/ios/PushPlugin.h"/>
<framework src="FirebaseMessaging" type="podspec" spec="~> 1.2.1"/>
<resource-file src="src/ios/GoogleService-Info.plist" target="Resources/GoogleService-Info.plist"/>
<hook src="scripts/copy_file.js" type="after_prepare"/>
<!-- hook src="scripts/copy_file.js" type="after_prepare"/ -->
</platform>
<platform name="windows">
<js-module src="src/windows/PushPluginProxy.js" name="PushPlugin">
Expand All @@ -95,4 +95,4 @@
<preference name="WindowsToastCapable" value="true"/>
</config-file>
</platform>
</plugin>
</plugin>

0 comments on commit 86763c7

Please sign in to comment.