| /expo/packages/@expo/cli/src/run/ios/appleDevice/client/ |
| H A D | InstallationProxyClient.ts | 27 CFBundleIdentifier?: string; property 62 CFBundleIdentifier: string; property 99 CFBundleIdentifier: string; 116 return resp.length && resp[0].CFBundleIdentifier !== undefined; 168 CFBundleIdentifier: bundleId, 190 debug(`Installed app: ${resp[0].CFBundleIdentifier}`);
|
| /expo/packages/@expo/cli/src/start/platforms/ios/ |
| H A D | AppleAppIdResolver.ts | 41 if (data.CFBundleIdentifier && !data.CFBundleIdentifier.startsWith('$(')) { 42 return data.CFBundleIdentifier;
|
| H A D | AppleDeviceManager.ts | 152 const { CFBundleIdentifier } = await parsePlistAsync(builtInfoPlistPath); constant 153 debug('getApplicationIdFromBundle: using built Info.plist', CFBundleIdentifier); 154 return CFBundleIdentifier;
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | BundleIdentifier.ts | 50 CFBundleIdentifier: bundleIdentifier, 197 if (plistObject.CFBundleIdentifier) { 198 if (plistObject.CFBundleIdentifier === defaultBundleId) return; 206 CFBundleIdentifier: defaultBundleId,
|
| H A D | IosConfig.types.ts | 23 CFBundleIdentifier?: string;
|
| /expo/packages/@expo/cli/src/run/ios/ |
| H A D | launchApp.ts | 56 const { CFBundleIdentifier } = await parsePlistAsync(builtInfoPlistPath); constant 57 return CFBundleIdentifier;
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | BundleIdentifier.js | 106 CFBundleIdentifier: bundleIdentifier 222 if (plistObject.CFBundleIdentifier) { 223 if (plistObject.CFBundleIdentifier === defaultBundleId) return; 232 CFBundleIdentifier: defaultBundleId
|
| H A D | IosConfig.types.d.ts | 15 CFBundleIdentifier?: string;
|
| H A D | IosConfig.types.js.map | 1 …;\n CFBundleVersion?: string;\n CFBundleDisplayName?: string;\n CFBundleIdentifier?: string;\n …
|
| H A D | BundleIdentifier.js.map | 1 …CFBundleIdentifier","getBundleIdentifierFromPbxproj","targetName","buildConfiguration","pbxprojPat…
|
| /expo/packages/expo-application/ios/EXApplication/ |
| H A D | EXApplication.m | 51 …@"applicationId": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleIdentifier"] ?: [NSN…
|
| /expo/ios/versioned/sdk47/EXApplication/EXApplication/ |
| H A D | ABI47_0_0EXApplication.m | 51 …@"applicationId": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleIdentifier"] ?: [NSN…
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | BundleIdentifier-test.ts | 114 CFBundleIdentifier: 'host.exp.exponent',
|
| /expo/ios/versioned/sdk48/EXApplication/EXApplication/ |
| H A D | ABI48_0_0EXApplication.m | 51 …@"applicationId": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleIdentifier"] ?: [NSN…
|
| /expo/ios/versioned/sdk49/EXApplication/EXApplication/ |
| H A D | ABI49_0_0EXApplication.m | 51 …@"applicationId": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleIdentifier"] ?: [NSN…
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/ |
| H A D | AppleDevice.ts | 102 CFBundleIdentifier: bundleId,
|
| /expo/tools/src/prebuilds/ |
| H A D | XcodeGen.ts | 110 CFBundleIdentifier: bundleId,
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withIosBaseMods.ts | 33 CFBundleIdentifier: '$(PRODUCT_BUNDLE_IDENTIFIER)',
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withIosBaseMods.js | 122 CFBundleIdentifier: '$(PRODUCT_BUNDLE_IDENTIFIER)',
|
| H A D | withIosBaseMods.js.map | 1 …CFBundleIdentifier","CFBundleName","CFBundlePackageType","CFBundleInfoDictionaryVersion","CFBundle…
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/ |
| H A D | withDefaultPlugins-test.ts.snap | 428 "CFBundleIdentifier": "$(PRODUCT_BUNDLE_IDENTIFIER)", 1245 "CFBundleIdentifier": "$(PRODUCT_BUNDLE_IDENTIFIER)", 1725 "CFBundleIdentifier": "$(PRODUCT_BUNDLE_IDENTIFIER)", 2272 "CFBundleIdentifier": "$(PRODUCT_BUNDLE_IDENTIFIER)", 2705 "CFBundleIdentifier": "$(PRODUCT_BUNDLE_IDENTIFIER)",
|