tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
179 stars 116 forks source link

ionic support #54

Open mreggiardo opened 7 years ago

mreggiardo commented 7 years ago

I install this plugin for an ionic1 application, and the ionic cordova run android crypt the project. The documntation said that the run command do not crypt .. only the build crypth the files The txt file attached is the log file of the project

crypt.txt

renandecarlo commented 6 years ago

The run command builds the app before running, so the plugin encrypts it. If you want to avoid encryption, remove the plugin before running.