DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.64k stars 1.06k forks source link

After resign,in CodeResource file,some key did removed #79

Closed billzbh closed 6 years ago

billzbh commented 6 years ago

after I resign OK, it installed ok. because in my app, I will check file‘s hash value by runtime I found that:

image

image

something is wrong,"the main.css.map" and "id_card_face_old.png" has removed !
could you help me?

billzbh commented 6 years ago

It's my mistake The xxxxx.app, which I manually generated, contains these two files, which are not the files that my project needs. I don't know why it's in my app. After I delete the two documents, I sign it again. and it is ok.