Home
last modified time | relevance | path

Searched refs:bundleIdentifier (Results 1 – 25 of 94) sorted by relevance

1234

/expo/packages/@expo/config-plugins/src/ios/
H A DBundleIdentifier.ts17 { 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 DScheme.ts37 if (config.ios?.bundleIdentifier) {
38 scheme.push(config.ios.bundleIdentifier);
/expo/packages/@expo/config-plugins/build/ios/
H A DBundleIdentifier.js79 bundleIdentifier argument
83bundleIdentifier !== 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 DBundleIdentifier.d.ts5 bundleIdentifier?: string;
39 declare function updateBundleIdentifierForPbxproj(pbxprojPath: string, bundleIdentifier: string, up…
47 declare function setBundleIdentifierForPbxproj(projectRoot: string, bundleIdentifier: string, updat…
H A DBundleIdentifier.js.map1bundleIdentifier","withDangerousMod","_config$ios","bundleId","ios","assert","setBundleIdentifierF…
/expo/packages/@expo/prebuild-config/src/
H A DgetPrebuildConfig.ts15 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 DgetPrebuildConfig.js37 bundleIdentifier,
63 …onfig.ios.bundleIdentifier = (_ref = bundleIdentifier !== null && bundleIdentifier !== void 0 ? bu…
67 bundleIdentifier: config.ios.bundleIdentifier property
H A DgetPrebuildConfig.js.map1bundleIdentifier","packageName","exp","config","rest","getConfig","skipSDKVersionRequirement","isM…
H A DgetPrebuildConfig.d.ts4 bundleIdentifier?: string;
/expo/packages/@expo/cli/src/utils/
H A DgetOrPromptApplicationId.ts36 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 DinstallOnDeviceAsync-test.ts24 bundleIdentifier: 'baz',
40 bundleIdentifier: 'baz',
57 bundleIdentifier: 'baz',
74 bundleIdentifier: 'baz',
/expo/packages/expo-document-picker/plugin/src/
H A DwithDocumentPickerIOS.ts39 `iCloud.${config.ios.bundleIdentifier}`,
42 `iCloud.${config.ios.bundleIdentifier}`,
46 ] = `$(TeamIdentifierPrefix)${config.ios.bundleIdentifier}`;
/expo/packages/@expo/cli/src/prebuild/
H A DconfigureProjectAsync.ts21 let bundleIdentifier: string | undefined;
24 bundleIdentifier = await getOrPromptForBundleIdentifier(projectRoot);
35 bundleIdentifier,
/expo/packages/expo-document-picker/plugin/build/
H A DwithDocumentPickerIOS.js18 `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 DinstallOnDeviceAsync.ts28 bundleIdentifier: string;
33 const { bundle, bundleIdentifier, appDeltaDirectory, udid, deviceName } = props; constant
41 bundleId: bundleIdentifier,
/expo/packages/@expo/prebuild-config/src/plugins/
H A DwithDefaultPlugins.ts37 bundleIdentifier: string;
38 }> = (config, { bundleIdentifier }) => {
41 config.ios.bundleIdentifier = bundleIdentifier;
44 [IOSConfig.BundleIdentifier.withBundleIdentifier, { bundleIdentifier }],
/expo/tools/src/
H A DIOSSimulator.ts34 bundleIdentifier: string
37 await spawnAsync('xcrun', ['simctl', 'launch', simulatorId, bundleIdentifier]);
/expo/packages/expo-router/node/
H A DgetExpoConstantsManifest.js128 const { bundleIdentifier, appStoreUrl } = ios;
129 if (bundleIdentifier) {
136 id: bundleIdentifier,
/expo/packages/@expo/cli/e2e/fixtures/with-assets/
H A Dapp.config.js8 bundleIdentifier: 'com.example.minimal', property
/expo/packages/@expo/prebuild-config/build/plugins/
H A DwithDefaultPlugins.d.ts11 bundleIdentifier: string;
H A DwithDefaultPlugins.js135 bundleIdentifier argument
139 config.ios.bundleIdentifier = bundleIdentifier;
141 bundleIdentifier field
/expo/packages/expo-document-picker/plugin/src/__tests__/
H A DwithDocumentPickerIOS-test.ts12 { ios: { usesIcloudStorage: true, bundleIdentifier: 'com.bacon.foobar' } },
/expo/packages/@expo/cli/e2e/fixtures/with-router/
H A Dapp.config.js8 bundleIdentifier: 'com.example.minimal', property
/expo/tools/src/typings/
H A DAppConfig.ts18 bundleIdentifier: string;
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DBundleIdentifier-test.ts32 getBundleIdentifier({ ...baseExpoConfig, ios: { bundleIdentifier: 'com.example.xyz' } })
110 { ...baseExpoConfig, ios: { bundleIdentifier: 'host.exp.exponent' } },

1234