[update]名称修改

This commit is contained in:
林文杰 2021-01-19 13:11:46 +08:00
parent d88cd3ec6b
commit df0b9a91d7

View File

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-cescit-integrity" id="cordova-plugin-cescit-integrity"
version="1.0.0"> version="1.0.0">
<name>cescitIntegrity</name> <name>CescitIntegrity</name>
<description>基于cordova-plugin-antitampering的文件完整性检验 - Android</description> <description>基于cordova-plugin-antitampering的文件完整性检验 - Android</description>
<author>lwj</author> <author>lwj</author>
<license>MIT</license> <license>MIT</license>
@ -12,8 +12,8 @@
<engine name="cordova" version=">=5.4" /> <engine name="cordova" version=">=5.4" />
</engines> </engines>
<js-module src="www/AntiTampering.js" name="cescitIntegrity"> <js-module src="www/AntiTampering.js" name="CescitIntegrity">
<clobbers target="cordova.plugins.cescitIntegrity" /> <clobbers target="cordova.plugins.CescitIntegrity" />
</js-module> </js-module>
<!-- <hook type="after_prepare" src="scripts/clear_hashes.js" /> --> <!-- <hook type="after_prepare" src="scripts/clear_hashes.js" /> -->
@ -27,8 +27,8 @@
<platform name="android"> <platform name="android">
<config-file target="res/xml/config.xml" parent="/*"> <config-file target="res/xml/config.xml" parent="/*">
<feature name="cescitIntegrity"> <feature name="CescitIntegrity">
<param name="android-package" value="com.cescit.integrity.cescitIntegrity"/> <param name="android-package" value="com.cescit.integrity.CescitIntegrity"/>
<param name="onload" value="true" /> <param name="onload" value="true" />
</feature> </feature>
</config-file> </config-file>