mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-02-21 21:43:02 +08:00
Rm ios hook
This commit is contained in:
parent
5d42764438
commit
2cf2bcf970
@ -2,7 +2,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="jpush-phonegap-plugin"
|
id="jpush-phonegap-plugin"
|
||||||
version="3.1.9">
|
version="3.2.0">
|
||||||
|
|
||||||
<name>JPush</name>
|
<name>JPush</name>
|
||||||
<description>JPush for cordova plugin</description>
|
<description>JPush for cordova plugin</description>
|
||||||
@ -58,9 +58,9 @@
|
|||||||
<string>$APP_KEY</string>
|
<string>$APP_KEY</string>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<hook type="after_platform_add" src="hooks/iosEnablePush.js" />
|
<!-- <hook type="after_platform_add" src="hooks/iosEnablePush.js" />
|
||||||
<hook type="after_plugin_install" src="hooks/iosEnablePush.js" />
|
<hook type="after_plugin_install" src="hooks/iosEnablePush.js" />
|
||||||
<hook type="before_plugin_uninstall" src="hooks/iosDisablePush.js" />
|
<hook type="before_plugin_uninstall" src="hooks/iosDisablePush.js" /> -->
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<platform name="android">
|
<platform name="android">
|
||||||
|
Loading…
Reference in New Issue
Block a user