UNPKG

530 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2export declare function setICloudEntitlement(config: ExpoConfig, _appleTeamId: string, entitlementsPlist: any): any;
3export declare function setAppleSignInEntitlement(config: ExpoConfig, entitlementsPlist: any): any;
4export declare function setAccessesContactNotes(config: ExpoConfig, entitlementsPlist: any): any;
5export declare function setAssociatedDomains(config: ExpoConfig, entitlementsPlist: any): any;
6export declare function getEntitlementsPath(projectRoot: string): string;