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.58k stars 1.05k forks source link

Resign app with PlugIns folder #48

Closed mysteriouss closed 5 years ago

mysteriouss commented 7 years ago

As far as I could test, the appex is signed with the same bundle-identifier as the main app which could lead to wrong execution of appex in PlugIns folder, apple watch appex maybe included.

igorkulman commented 6 years ago

Any update on this? I added a notification extension to my app and I am having the same problem. The appex is detected, app id is changed but it is signed with the same cert and the resulting IPA cannot be installed onto a device.

kotori2 commented 5 years ago

Same here

freyzheng commented 5 years ago

Same problem.

DanTheMan827 commented 5 years ago

I believe PR #97 fixes this

It allows you to sign the plugins prior to signing the main bundle