Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 577 Bytes

File metadata and controls

12 lines (10 loc) · 577 Bytes

Code Signing for iOS

As of writing, Xamarin stores the selected iOS Code Signing key in the C# project. This means that without Protobuild, iOS projects can't be moved across computers without updating that property in the C# project.

When generating C# projects for iOS, Protobuild will check for the existence of a .codesignkey file in your home directory, and will use the contents of that file for the property. This allows each computer to have it's own code signing settings, without the project or definition file requiring changes.