Skip to content

Instantly share code, notes, and snippets.

@andreas-nesheim
Created October 16, 2017 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreas-nesheim/326f23344e2b8c96ca2481ecc0c8d167 to your computer and use it in GitHub Desktop.
Save andreas-nesheim/326f23344e2b8c96ca2481ecc0c8d167 to your computer and use it in GitHub Desktop.
xamarin_update_configuration(
property: 'CodesignKey',
value: 'iPhone Developer: John Smith (12345ABCDE)',
xamarin_project_file: 'path/to/MyProject.csproj',
build_type: 'Debug',
platform: 'iPhone'
)
xamarin_update_configuration(
property: 'CodesignProvision',
value: 'SampleProject Provisioning Profile',
xamarin_project_file: 'path/to/MyProject.csproj',
build_type: 'Debug',
platform: 'iPhone'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment