Home
last modified time | relevance | path

Searched refs:AppDelegateProjectFile (Results 1 – 13 of 13) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.d.ts7 export type AppDelegateProjectFile = ProjectFile<AppleLanguage>; alias
16 export declare function getAppDelegate(projectRoot: string): AppDelegateProjectFile;
H A DPaths.js.map1AppDelegateProjectFile = ProjectFile<AppleLanguage>;\n\nexport function getAppDelegateHeaderFilePa…
/expo/packages/@expo/config-plugins/build/plugins/
H A Dios-plugins.d.ts6 import type { AppDelegateProjectFile } from '../ios/Paths';
32 export declare const withAppDelegate: ConfigPlugin<Mod<AppDelegateProjectFile>>;
H A DwithIosBaseMods.d.ts9 …appDelegate: import("./createBaseMod").BaseModProviderMethods<Paths.AppDelegateProjectFile, Partia…
22 …appDelegate: import("./createBaseMod").BaseModProviderMethods<Paths.AppDelegateProjectFile, Partia…
H A Dios-plugins.js.map1AppDelegateProjectFile } from '../ios/Paths';\nimport { get } from '../utils/obj';\nimport { addWa…
H A DwithIosBaseMods.js.map1 …to mods on `mods.ios.appDelegate`\n appDelegate: provider<Paths.AppDelegateProjectFile>({\n ge…
/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.d.ts9 import { AppDelegateProjectFile } from './ios/Paths';
161 appDelegate?: Mod<AppDelegateProjectFile>;
H A DPlugin.types.js.map1AppDelegateProjectFile } from './ios/Paths';\n\ntype OptionalPromise<T> = Promise<T> | T;\n\ntype …
/expo/packages/@expo/config-plugins/src/
H A DPlugin.types.ts10 import { AppDelegateProjectFile } from './ios/Paths';
187 appDelegate?: Mod<AppDelegateProjectFile>;
/expo/packages/@expo/config-plugins/src/plugins/
H A Dios-plugins.ts8 import type { AppDelegateProjectFile } from '../ios/Paths';
101 export const withAppDelegate: ConfigPlugin<Mod<AppDelegateProjectFile>> = (config, action) => {
H A DwithIosBaseMods.ts66 appDelegate: provider<Paths.AppDelegateProjectFile>({
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts19 export type AppDelegateProjectFile = ProjectFile<AppleLanguage>; alias
118 export function getAppDelegate(projectRoot: string): AppDelegateProjectFile {
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx585 appDelegateHeader: BaseMods.provider<IOSConfig.Paths.AppDelegateProjectFile>({
612 export const withAppDelegateHeader: ConfigPlugin<Mod<IOSConfig.Paths.AppDelegateProjectFile>> = (