1.0.0 • Published 5 years ago

cordova-plugin-app-namer v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

cordova-plugin-app-namer

This project is forked from blakgeek/cordova-plugin-app-name

This project only supports cordova-android >= 7.0.0. If you need cordova-android < 7.0.0, check the original project link above.

How does it work?

It adds an after_prepare hook that changes the value of app_name in strings.xml for Android and updates the "Project Name" and "Project Display Name" in the plist for iOS.

How do I install it?

If you're like me and using Cordova CLI:

cordova plugin add cordova-plugin-app-namer --variable APP_NAME="应用甲"

How do I use it?

Um ... See above :)