Searched refs:CFBundleDisplayName (Results 1 – 18 of 18) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Locales-test.ts | 36 CFBundleDisplayName: 'french-name', 57 es: { CFBundleDisplayName: 'spanish-name' },
|
| H A D | Name-test.ts | 23 CFBundleDisplayName: 'Expo app',
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Name.ts | 50 { CFBundleDisplayName, ...infoPlist }: InfoPlist 65 CFBundleDisplayName: name,
|
| H A D | IosConfig.types.ts | 22 CFBundleDisplayName?: string;
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/__snapshots__/ |
| H A D | Locales-test.ts.snap | 3 exports[`e2e: iOS locales writes all the image files expected 1`] = `"CFBundleDisplayName = "french…
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Name.js | 60 CFBundleDisplayName, field 74 CFBundleDisplayName: name
|
| H A D | Name.d.ts | 14 … setDisplayName(configOrName: Pick<ExpoConfig, 'name'> | string, { CFBundleDisplayName, ...infoPli…
|
| H A D | IosConfig.types.d.ts | 14 CFBundleDisplayName?: string;
|
| H A D | Name.js.map | 1 …CFBundleDisplayName","infoPlist","CFBundleName","project","_getName","sanitizedName","quotedName",…
|
| H A D | IosConfig.types.js.map | 1 …BundleShortVersionString?: string;\n CFBundleVersion?: string;\n CFBundleDisplayName?: string;\n…
|
| /expo/packages/expo-application/ios/EXApplication/ |
| H A D | EXApplication.m | 50 …licationName": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"] ?: [NSNul…
|
| /expo/ios/versioned/sdk47/EXApplication/EXApplication/ |
| H A D | ABI47_0_0EXApplication.m | 50 …licationName": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"] ?: [NSNul…
|
| /expo/ios/versioned/sdk48/EXApplication/EXApplication/ |
| H A D | ABI48_0_0EXApplication.m | 50 …licationName": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"] ?: [NSNul…
|
| /expo/ios/versioned/sdk49/EXApplication/EXApplication/ |
| H A D | ABI49_0_0EXApplication.m | 50 …licationName": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"] ?: [NSNul…
|
| /expo/packages/expo-dev-menu/ios/ |
| H A D | EXDevMenuAppInfo.m | 22 …NSString *appName = [[NSBundle mainBundle] objectForInfoDictionaryKey: @"CFBundleDisplayName"] ?: …
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/ |
| H A D | withDefaultPlugins-test.ts.snap | 426 "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 D | localization.mdx | 169 "CFBundleDisplayName": "こんにちは",
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | EXDevLauncherController.m | 677 …NSString *appName = [[NSBundle mainBundle] objectForInfoDictionaryKey: @"CFBundleDisplayName"] ?: …
|