HomeSort by relevance Sort by last modified time
    Searched refs:bundle_identifier (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 309 def _InstallProvisioningProfile(self, profile, bundle_identifier):
316 bundle_identifier: string, value of CFBundleIdentifier from Info.plist
323 profile, bundle_identifier)
329 substitutions = self._GetSubstitutions(bundle_identifier, team_id + '.')
332 def _FindProvisioningProfile(self, profile, bundle_identifier):
343 bundle_identifier: string, value of CFBundleIdentifier from Info.plist
357 'cannot find mobile provisioning for %s' % bundle_identifier)
373 app_id = '%s.%s' % (team_identifier, bundle_identifier)
379 'cannot find mobile provisioning for %s' % bundle_identifier)
382 # used for ${bundle_identifier}, pick the most specific one (ie. th
    [all...]
  /external/chromium_org/build/mac/
tweak_info_plist.py 225 def _AddKeystoneKeys(plist, bundle_identifier):
227 also requires the |bundle_identifier| argument (com.example.product)."""
229 plist['KSProductID'] = bundle_identifier
266 parser.add_option('--bundle_id', dest='bundle_identifier',
306 if options.bundle_identifier is None:
309 _AddKeystoneKeys(plist, options.bundle_identifier)

Completed in 178 milliseconds