Home
last modified time | relevance | path

Searched refs:createEntitlementsPlugin (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DEntitlements.ts16 import { createEntitlementsPlugin } from '../plugins/ios-plugins';
18 export const withAssociatedDomains = createEntitlementsPlugin(
/expo/packages/@expo/config-plugins/build/plugins/
H A Dios-plugins.js6 exports.createEntitlementsPlugin = createEntitlementsPlugin;
73 function createEntitlementsPlugin(action, name) { function
H A Dios-plugins.d.ts25 export declare function createEntitlementsPlugin(action: MutateEntitlementsPlistAction, name: strin… function
H A Dios-plugins.js.map1createEntitlementsPlugin","withEntitlementsPlist","withAppDelegate","withMod","platform","mod","ex…
/expo/packages/@expo/config-plugins/build/ios/
H A DEntitlements.js60 const withAssociatedDomains = (0, _iosPlugins().createEntitlementsPlugin)(setAssociatedDomains, 'wi…
H A DEntitlements.js.map1createEntitlementsPlugin","setAssociatedDomains","exports","config","_","entitlementsPlist","_conf…
/expo/packages/@expo/config-plugins/src/plugins/
H A Dios-plugins.ts78 export function createEntitlementsPlugin( function