Searched refs:appDelegate (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withIosBaseMods.d.ts | 9 …appDelegate: import("./createBaseMod").BaseModProviderMethods<Paths.AppDelegateProjectFile, Partia… constant 22 …appDelegate: import("./createBaseMod").BaseModProviderMethods<Paths.AppDelegateProjectFile, Partia…
|
| H A D | withIosBaseMods.js | 154 appDelegate: (0, _createBaseMod().provider)({ property
|
| H A D | withIosBaseMods.js.map | 1 …appDelegate","modRequest","projectRoot","Paths","getAppDelegateFilePath","filePath","getFileInfo",…
|
| H A D | ios-plugins.js.map | 1 …ion) => {\n return withMod(config, {\n platform: 'ios',\n mod: 'appDelegate',\n action,\…
|
| /expo/packages/expo-test-runner/src/ |
| H A D | Config.d.ts | 27 appDelegate?: string;
|
| /expo/packages/expo-dev-client/ |
| H A D | test-runner.config.js | 13 appDelegate: 'e2e/ios/AppDelegate.m', property
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Paths.ts | 124 const appDelegate = getAppDelegate(projectRoot); constant 125 return path.dirname(appDelegate.path);
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | Plugin.types.d.ts | 161 appDelegate?: Mod<AppDelegateProjectFile>;
|
| H A D | Plugin.types.js.map | 1 …y the `ios/<name>/AppDelegate.m` as a string (dangerous)\n */\n appDelegate?: Mod<AppDelega…
|
| /expo/packages/@expo/config-plugins/src/ |
| H A D | Plugin.types.ts | 187 appDelegate?: Mod<AppDelegateProjectFile>;
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Paths.js | 155 const appDelegate = getAppDelegate(projectRoot); 156 return path().dirname(appDelegate.path);
|
| H A D | Paths.js.map | 1 …appDelegate","dirname","findSchemePaths","findSchemeNames","schemePaths","map","schemePath","parse…
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withIosBaseMods.ts | 66 appDelegate: provider<Paths.AppDelegateProjectFile>({
|
| /expo/docs/pages/config-plugins/ |
| H A D | plugins-and-mods.mdx | 225 | `mods.ios.appDelegate` | <WarningIcon /> | Modify the **ios/<name>/AppDelegate.m** as… 262 | `mods.ios.appDelegate` | `withAppDelegate` | <WarningIcon /> |
|