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 #163

Closed osy closed 3 years ago

osy 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.

See https://github.com/utmapp/UTM/issues/519 for more details on the issue.

ViRb3 commented 3 years ago

Thanks a lot for the fix! Until this PR get merged, here is a fork with the fix applied and prebuilt binaries via GitHub CI: https://github.com/ViRb3/ios-app-signer