Home
last modified time | relevance | path

Searched refs:appDelegate (Results 1 – 14 of 14) sorted by relevance

/expo/packages/@expo/config-plugins/build/plugins/
H A DwithIosBaseMods.d.ts9appDelegate: import("./createBaseMod").BaseModProviderMethods<Paths.AppDelegateProjectFile, Partia… constant
22appDelegate: import("./createBaseMod").BaseModProviderMethods<Paths.AppDelegateProjectFile, Partia…
H A DwithIosBaseMods.js154 appDelegate: (0, _createBaseMod().provider)({ property
H A DwithIosBaseMods.js.map1appDelegate","modRequest","projectRoot","Paths","getAppDelegateFilePath","filePath","getFileInfo",…
H A Dios-plugins.js.map1 …ion) => {\n return withMod(config, {\n platform: 'ios',\n mod: 'appDelegate',\n action,\…
/expo/packages/expo-test-runner/src/
H A DConfig.d.ts27 appDelegate?: string;
/expo/packages/expo-dev-client/
H A Dtest-runner.config.js13 appDelegate: 'e2e/ios/AppDelegate.m', property
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts124 const appDelegate = getAppDelegate(projectRoot); constant
125 return path.dirname(appDelegate.path);
/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.d.ts161 appDelegate?: Mod<AppDelegateProjectFile>;
H A DPlugin.types.js.map1 …y the `ios/<name>/AppDelegate.m` as a string (dangerous)\n */\n appDelegate?: Mod<AppDelega…
/expo/packages/@expo/config-plugins/src/
H A DPlugin.types.ts187 appDelegate?: Mod<AppDelegateProjectFile>;
/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.js155 const appDelegate = getAppDelegate(projectRoot);
156 return path().dirname(appDelegate.path);
H A DPaths.js.map1appDelegate","dirname","findSchemePaths","findSchemeNames","schemePaths","map","schemePath","parse…
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithIosBaseMods.ts66 appDelegate: provider<Paths.AppDelegateProjectFile>({
/expo/docs/pages/config-plugins/
H A Dplugins-and-mods.mdx225 | `mods.ios.appDelegate` | <WarningIcon /> | Modify the **ios/&lt;name&gt;/AppDelegate.m** as…
262 | `mods.ios.appDelegate` | `withAppDelegate` | <WarningIcon /> |