-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wildcard application-identifier in entitlement
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.
- Loading branch information
1 parent
70f9ac6
commit bf84b96
Showing
2 changed files
with
53 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters