我正在使用mfp 7.1开发离子应用程序。我必须对应用程序进行模糊处理,因为我已经参考了以下链接,
Using the above link I have done with the following steps:
1) In the project.properties file uncommented the line
proguard.config=proguard-project.txt.
2) Created keystore file and its added in the "ant.properties" file.
3) finally, we build the application.
We unable to get the "mapping.txt" file in the project
& also not able to get obfuscate code.*
任何人都能告诉我如何混淆它吗?
任何帮助都会得到赞赏!!!
答案 0 :(得分:1)
Proguard混淆将适用于本机代码。你提到了一个Ionic应用程序。因此,您应该为您的应用程序尝试Javascript混淆器:
更多详情here。
在MFP中,可用选项是执行JS and CSS concatenation and minification。其他选项在MFP之外,需要使用相应的工具完成。