Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/plugins/
H A Dios-plugins.js9 …foPlist = exports.withExpoPlist = exports.withEntitlementsPlist = exports.withAppDelegate = void 0;
92 const withAppDelegate = (config, action) => { function
107 exports.withAppDelegate = withAppDelegate;
H A Dios-plugins.d.ts32 export declare const withAppDelegate: ConfigPlugin<Mod<AppDelegateProjectFile>>;
H A Dios-plugins.js.map1withAppDelegate","withMod","platform","mod","exports","entitlements","withExpoPlist","withXcodePro…
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts34 withAppDelegate,
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts23 export { withAppDelegate, withInfoPlist, withEntitlementsPlist, withExpoPlist, withXcodeProject, wi…
H A Dindex.js20 withAppDelegate: true, property
102 return _iosPlugins().withAppDelegate;
H A Dindex.js.map1 …rt { withMod, withBaseMod } from './plugins/withMod';\n\nexport {\n withAppDelegate,\n withInfoP…
/expo/packages/@expo/config-plugins/src/ios/
H A DMaps.ts7 import { createInfoPlistPlugin, withAppDelegate } from '../plugins/ios-plugins';
182 return withAppDelegate(config, (config) => {
/expo/packages/@expo/config-plugins/src/plugins/
H A Dios-plugins.ts101 export const withAppDelegate: ConfigPlugin<Mod<AppDelegateProjectFile>> = (config, action) => { constant
/expo/packages/@expo/config-plugins/build/ios/
H A DMaps.js208 return (0, _iosPlugins().withAppDelegate)(config, config => {
H A DMaps.js.map1withAppDelegate","includes","modResults","language"],"sources":["../../src/ios/Maps.ts"],"sourcesC…
/expo/docs/pages/config-plugins/
H A Dplugins-and-mods.mdx262 | `mods.ios.appDelegate` | `withAppDelegate` | <WarningIcon /> |
H A Ddevelopment-and-debugging.mdx523 …ate methods to the project AppDelegate, this can be done dangerously via the `withAppDelegate` mod,