Skip to content

Commit

Permalink
Disable "PREFIX.*" -> "PREFIX.BUNDLE_ID" substitutions in entitlements (
Browse files Browse the repository at this point in the history
  • Loading branch information
vakhidbetrakhmadov committed Nov 7, 2024
1 parent a30f53e commit 2068090
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/plisttool/plisttool.py
Original file line number Diff line number Diff line change
Expand Up @@ -1118,11 +1118,6 @@ def __init__(self, target, options):
#
# Set up the subs using the info extracted from the provisioning
# profile:
# - "PREFIX.*" -> "PREFIX.BUNDLE_ID"
bundle_id = self.options.get('bundle_id')
if bundle_id:
self._extra_raw_subs['%s.*' % team_prefix] = '%s.%s' % (
team_prefix, bundle_id)
# - "$(AppIdentifierPrefix)" -> "PREFIX."
self._extra_var_subs['AppIdentifierPrefix'] = '%s.' % team_prefix

Expand Down

0 comments on commit 2068090

Please sign in to comment.