Searched refs:withAppDelegate (Results 1 – 13 of 13) sorted by relevance
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | ios-plugins.js | 9 …foPlist = exports.withExpoPlist = exports.withEntitlementsPlist = exports.withAppDelegate = void 0; 92 const withAppDelegate = (config, action) => { function 107 exports.withAppDelegate = withAppDelegate;
|
| H A D | ios-plugins.d.ts | 32 export declare const withAppDelegate: ConfigPlugin<Mod<AppDelegateProjectFile>>;
|
| H A D | ios-plugins.js.map | 1 …withAppDelegate","withMod","platform","mod","exports","entitlements","withExpoPlist","withXcodePro…
|
| /expo/packages/@expo/config-plugins/src/ |
| H A D | index.ts | 34 withAppDelegate,
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | index.d.ts | 23 export { withAppDelegate, withInfoPlist, withEntitlementsPlist, withExpoPlist, withXcodeProject, wi…
|
| H A D | index.js | 20 withAppDelegate: true, property 102 return _iosPlugins().withAppDelegate;
|
| H A D | index.js.map | 1 …rt { withMod, withBaseMod } from './plugins/withMod';\n\nexport {\n withAppDelegate,\n withInfoP…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Maps.ts | 7 import { createInfoPlistPlugin, withAppDelegate } from '../plugins/ios-plugins'; 182 return withAppDelegate(config, (config) => {
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | ios-plugins.ts | 101 export const withAppDelegate: ConfigPlugin<Mod<AppDelegateProjectFile>> = (config, action) => { constant
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Maps.js | 208 return (0, _iosPlugins().withAppDelegate)(config, config => {
|
| H A D | Maps.js.map | 1 …withAppDelegate","includes","modResults","language"],"sources":["../../src/ios/Maps.ts"],"sourcesC…
|
| /expo/docs/pages/config-plugins/ |
| H A D | plugins-and-mods.mdx | 262 | `mods.ios.appDelegate` | `withAppDelegate` | <WarningIcon /> |
|
| H A D | development-and-debugging.mdx | 523 …ate methods to the project AppDelegate, this can be done dangerously via the `withAppDelegate` mod,
|