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

Fix wildcard application-identifier in entitlement #167

Closed amonforstmann closed 3 years ago

amonforstmann commented 3 years ago

The provisioning profile defines a list of supported entitlements which may include wildcard identifiers. The actual application entitlement should not contain any wildcards. This results in bugs such as broken file import on iOS 14.

This patch only fixes wildcards in application-identifier. It does not fix any other keys. It does not support wildcards except '*'.

As part of the change, the feature to remove get-task-allow is also moved to unify the entitlement modification code.