create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
9 lines (8 loc) • 344 B
TypeScript
declare type ProvisioningProfileSettings = {
targetName?: string;
appleTeamId: string;
profileName: string;
buildConfiguration?: string;
};
export declare function setProvisioningProfileForPbxproj(projectRoot: string, { targetName, profileName, appleTeamId, buildConfiguration, }: ProvisioningProfileSettings): void;
export {};