Home
last modified time | relevance | path

Searched full:iosbundleidentifier (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dflutter_manifest.dart161 String get iosBundleIdentifier {
163 return _flutterDescriptor['module']['iosBundleIdentifier'];
373 … if (kvp.value['iosBundleIdentifier'] != null && kvp.value['iosBundleIdentifier'] is! String) {
374 errors.add('The "iosBundleIdentifier" section must be a string if set.');
Dproject.dart463 'iosIdentifier': parent.manifest.iosBundleIdentifier,
/third_party/flutter/flutter/packages/flutter_tools/schema/
Dpubspec_yaml.json53 "iosBundleIdentifier": { "type": "string" } object
/third_party/flutter/flutter/packages/flutter_tools/templates/module/common/
Dpubspec.yaml.tmpl90 iosBundleIdentifier: {{iosIdentifier}}
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/flutterapp/
Dpubspec.yaml99 iosBundleIdentifier: com.example.iosAdd2appFlutter