Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wildcard application-identifier in entitlement #163

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

osy
Copy link

@osy osy commented Nov 10, 2020

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 utmapp/UTM#519 for more details on the issue.

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.
@ViRb3
Copy link

ViRb3 commented Jan 17, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants