| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | BundleIdentifier.ts | 17 { bundleIdentifier } 22 const bundleId = bundleIdentifier ?? config.ios?.bundleIdentifier; 34 return config.ios?.bundleIdentifier ?? null; 42 const bundleIdentifier = getBundleIdentifier(config); constant 44 if (!bundleIdentifier) { 50 CFBundleIdentifier: bundleIdentifier, 100 const bundleIdentifier = trimQuotes(bundleIdentifierRaw); constant 105 const bundleIdentifierParts = bundleIdentifier.split('.'); 129 bundleIdentifier: string, 146 const productName = bundleIdentifier.split('.').pop(); [all …]
|
| H A D | Scheme.ts | 37 if (config.ios?.bundleIdentifier) { 38 scheme.push(config.ios.bundleIdentifier);
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | BundleIdentifier.js | 79 bundleIdentifier argument 83 …bundleIdentifier !== null && bundleIdentifier !== void 0 ? bundleIdentifier : (_config$ios = confi… 100 const bundleIdentifier = getBundleIdentifier(config); 101 if (!bundleIdentifier) { 106 CFBundleIdentifier: bundleIdentifier 149 const bundleIdentifier = (0, _string().trimQuotes)(bundleIdentifierRaw); 154 const bundleIdentifierParts = bundleIdentifier.split('.'); 176 if (item.buildSettings.PRODUCT_BUNDLE_IDENTIFIER === bundleIdentifier) { 179 item.buildSettings.PRODUCT_BUNDLE_IDENTIFIER = `"${bundleIdentifier}"`; 181 const productName = bundleIdentifier.split('.').pop(); [all …]
|
| H A D | BundleIdentifier.d.ts | 5 bundleIdentifier?: string; 39 declare function updateBundleIdentifierForPbxproj(pbxprojPath: string, bundleIdentifier: string, up… 47 declare function setBundleIdentifierForPbxproj(projectRoot: string, bundleIdentifier: string, updat…
|
| H A D | BundleIdentifier.js.map | 1 …bundleIdentifier","withDangerousMod","_config$ios","bundleId","ios","assert","setBundleIdentifierF…
|
| /expo/packages/@expo/prebuild-config/src/ |
| H A D | getPrebuildConfig.ts | 15 bundleIdentifier?: string; 32 bundleIdentifier, 36 bundleIdentifier?: string; 62 config.ios.bundleIdentifier = 63 bundleIdentifier ?? config.ios.bundleIdentifier ?? `com.placeholder.appid`; 67 bundleIdentifier: config.ios.bundleIdentifier,
|
| /expo/packages/@expo/prebuild-config/build/ |
| H A D | getPrebuildConfig.js | 37 bundleIdentifier, 63 …onfig.ios.bundleIdentifier = (_ref = bundleIdentifier !== null && bundleIdentifier !== void 0 ? bu… 67 bundleIdentifier: config.ios.bundleIdentifier property
|
| H A D | getPrebuildConfig.js.map | 1 …bundleIdentifier","packageName","exp","config","rest","getConfig","skipSDKVersionRequirement","isM…
|
| H A D | getPrebuildConfig.d.ts | 4 bundleIdentifier?: string;
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | getOrPromptApplicationId.ts | 36 const current = exp.ios?.bundleIdentifier; 56 const { bundleIdentifier } = await prompt( constant 71 const warning = await getBundleIdWarningAsync(bundleIdentifier); 81 ios: { ...(exp.ios || {}), bundleIdentifier }, 83 { ios: { bundleIdentifier } } 86 return bundleIdentifier; 123 if (exp.ios?.bundleIdentifier && validatePackage(exp.ios.bundleIdentifier)) { 124 return exp.ios.bundleIdentifier;
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/__tests__/ |
| H A D | installOnDeviceAsync-test.ts | 24 bundleIdentifier: 'baz', 40 bundleIdentifier: 'baz', 57 bundleIdentifier: 'baz', 74 bundleIdentifier: 'baz',
|
| /expo/packages/expo-document-picker/plugin/src/ |
| H A D | withDocumentPickerIOS.ts | 39 `iCloud.${config.ios.bundleIdentifier}`, 42 `iCloud.${config.ios.bundleIdentifier}`, 46 ] = `$(TeamIdentifierPrefix)${config.ios.bundleIdentifier}`;
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | configureProjectAsync.ts | 21 let bundleIdentifier: string | undefined; 24 bundleIdentifier = await getOrPromptForBundleIdentifier(projectRoot); 35 bundleIdentifier,
|
| /expo/packages/expo-document-picker/plugin/build/ |
| H A D | withDocumentPickerIOS.js | 18 `iCloud.${config.ios.bundleIdentifier}`, 21 `iCloud.${config.ios.bundleIdentifier}`, 23 ….developer.ubiquity-kvstore-identifier'] = `$(TeamIdentifierPrefix)${config.ios.bundleIdentifier}`;
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/ |
| H A D | installOnDeviceAsync.ts | 28 bundleIdentifier: string; 33 const { bundle, bundleIdentifier, appDeltaDirectory, udid, deviceName } = props; constant 41 bundleId: bundleIdentifier,
|
| /expo/packages/@expo/prebuild-config/src/plugins/ |
| H A D | withDefaultPlugins.ts | 37 bundleIdentifier: string; 38 }> = (config, { bundleIdentifier }) => { 41 config.ios.bundleIdentifier = bundleIdentifier; 44 [IOSConfig.BundleIdentifier.withBundleIdentifier, { bundleIdentifier }],
|
| /expo/tools/src/ |
| H A D | IOSSimulator.ts | 34 bundleIdentifier: string 37 await spawnAsync('xcrun', ['simctl', 'launch', simulatorId, bundleIdentifier]);
|
| /expo/packages/expo-router/node/ |
| H A D | getExpoConstantsManifest.js | 128 const { bundleIdentifier, appStoreUrl } = ios; 129 if (bundleIdentifier) { 136 id: bundleIdentifier,
|
| /expo/packages/@expo/cli/e2e/fixtures/with-assets/ |
| H A D | app.config.js | 8 bundleIdentifier: 'com.example.minimal', property
|
| /expo/packages/@expo/prebuild-config/build/plugins/ |
| H A D | withDefaultPlugins.d.ts | 11 bundleIdentifier: string;
|
| H A D | withDefaultPlugins.js | 135 bundleIdentifier argument 139 config.ios.bundleIdentifier = bundleIdentifier; 141 bundleIdentifier field
|
| /expo/packages/expo-document-picker/plugin/src/__tests__/ |
| H A D | withDocumentPickerIOS-test.ts | 12 { ios: { usesIcloudStorage: true, bundleIdentifier: 'com.bacon.foobar' } },
|
| /expo/packages/@expo/cli/e2e/fixtures/with-router/ |
| H A D | app.config.js | 8 bundleIdentifier: 'com.example.minimal', property
|
| /expo/tools/src/typings/ |
| H A D | AppConfig.ts | 18 bundleIdentifier: string;
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | BundleIdentifier-test.ts | 32 getBundleIdentifier({ ...baseExpoConfig, ios: { bundleIdentifier: 'com.example.xyz' } }) 110 { ...baseExpoConfig, ios: { bundleIdentifier: 'host.exp.exponent' } },
|