xref: /expo/packages/@expo/config-plugins/build/ios/ProvisioningProfile.d.ts (revision dfd15ebd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1declare type ProvisioningProfileSettings = {
2    targetName?: string;
3    appleTeamId: string;
4    profileName: string;
5    buildConfiguration?: string;
6};
7export declare function setProvisioningProfileForPbxproj(projectRoot: string, { targetName, profileName, appleTeamId, buildConfiguration, }: ProvisioningProfileSettings): void;
8export {};
9

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026