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

added option to skip get-task-allow entitlement #131

Closed tihmstar closed 4 years ago

tihmstar commented 4 years ago

Added a checkbox which optionally allows to not add the get-task-allow entitlement. This entitlement is normally used for debugging. When just resigning an app is desired, it's most likely not needed anyways (unless the user wants to attach a debugger to the app).

When resigning the h3lix jailbreak for 32 bit devices on iOS 10, the app must not have the get-task-allow entielement, otherwise DRM is triggered and the jailbreak does not work

tihmstar commented 4 years ago

attached screenshot

Bildschirmfoto 2020-05-10 um 11 45 58
joshuaseltzer commented 4 years ago

This would be a welcome addition, especially for those who need to sign jailbreak IPA files.