Home
last modified time | relevance | path

Searched refs:CFBundleDisplayName (Results 1 – 18 of 18) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DLocales-test.ts36 CFBundleDisplayName: 'french-name',
57 es: { CFBundleDisplayName: 'spanish-name' },
H A DName-test.ts23 CFBundleDisplayName: 'Expo app',
/expo/packages/@expo/config-plugins/src/ios/
H A DName.ts50 { CFBundleDisplayName, ...infoPlist }: InfoPlist
65 CFBundleDisplayName: name,
H A DIosConfig.types.ts22 CFBundleDisplayName?: string;
/expo/packages/@expo/config-plugins/src/ios/__tests__/__snapshots__/
H A DLocales-test.ts.snap3 exports[`e2e: iOS locales writes all the image files expected 1`] = `"CFBundleDisplayName = "french…
/expo/packages/@expo/config-plugins/build/ios/
H A DName.js60 CFBundleDisplayName, field
74 CFBundleDisplayName: name
H A DName.d.ts14 … setDisplayName(configOrName: Pick<ExpoConfig, 'name'> | string, { CFBundleDisplayName, ...infoPli…
H A DIosConfig.types.d.ts14 CFBundleDisplayName?: string;
H A DName.js.map1CFBundleDisplayName","infoPlist","CFBundleName","project","_getName","sanitizedName","quotedName",…
H A DIosConfig.types.js.map1 …BundleShortVersionString?: string;\n CFBundleVersion?: string;\n CFBundleDisplayName?: string;\n…
/expo/packages/expo-application/ios/EXApplication/
H A DEXApplication.m50 …licationName": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"] ?: [NSNul…
/expo/ios/versioned/sdk47/EXApplication/EXApplication/
H A DABI47_0_0EXApplication.m50 …licationName": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"] ?: [NSNul…
/expo/ios/versioned/sdk48/EXApplication/EXApplication/
H A DABI48_0_0EXApplication.m50 …licationName": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"] ?: [NSNul…
/expo/ios/versioned/sdk49/EXApplication/EXApplication/
H A DABI49_0_0EXApplication.m50 …licationName": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"] ?: [NSNul…
/expo/packages/expo-dev-menu/ios/
H A DEXDevMenuAppInfo.m22 …NSString *appName = [[NSBundle mainBundle] objectForInfoDictionaryKey: @"CFBundleDisplayName"] ?: …
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/
H A DwithDefaultPlugins-test.ts.snap426 "CFBundleDisplayName": "my cool app",
1243 "CFBundleDisplayName": "my cool app",
1723 "CFBundleDisplayName": "my cool app",
2270 "CFBundleDisplayName": "my cool app",
2703 "CFBundleDisplayName": "my cool app",
/expo/docs/pages/guides/
H A Dlocalization.mdx169 "CFBundleDisplayName": "こんにちは",
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherController.m677 …NSString *appName = [[NSBundle mainBundle] objectForInfoDictionaryKey: @"CFBundleDisplayName"] ?: …