-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ <h5> | |
How to use Git for code signing: | ||
</h5> | ||
<p> | ||
The basic requirement is to have <strong>one code signing identity</strong> shared across your team. The easiest way to do that is to create a new Apple ID for the team (e.g. [email protected]) and use that from now on. To get started: | ||
The basic requirement is to have <em>one code signing identity</em> shared across your team. The easiest way to do that is to create a new Apple ID for the team (e.g. [email protected]) and use that from now on. To get started: | ||
</p> | ||
<p> | ||
1. First, create a new, private Git repo in which you can store the profiles. | ||
|