mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-03 05:21:55 +01:00
Adding more info regarding local developer settings
This commit is contained in:
parent
6d085fdacf
commit
7b74019a86
@ -63,6 +63,9 @@ DEVELOPER_ENTITLEMENTS = -dev
|
||||
PROVISIONING_PROFILE_SPECIFIER =
|
||||
```
|
||||
|
||||
You can use Keychain Acceass to [find your development team ID](/Technotes/FindingYourDevelopmentTeamID.md).
|
||||
Note that `PROVISIONING_PROFILE_SPECIFIER` should not have a value associated with it.
|
||||
|
||||
Now you should be able to build without code signing errors and without modifying
|
||||
the NetNewsWire Xcode project.
|
||||
|
||||
|
15
Technotes/FindingYourDevelopmentTeamID.md
Normal file
15
Technotes/FindingYourDevelopmentTeamID.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Finding Your Development Team ID
|
||||
|
||||
* Open Keychain Access on your development machine.
|
||||
* On the left hand side, make sure "My Certificates" is selected.
|
||||
* Find the certificate that reads `Apple Development: <Your Name>`
|
||||
|
||||
![DevelopmentTeamID](Images/DevelopmentTeamID.png)
|
||||
|
||||
* Right click on the certificate and select "Get Info".
|
||||
|
||||
![DevelopmentTeamIDInfo](Images/DevelopmentTeamIDInfo.png)
|
||||
|
||||
Your **Development Team ID** is the value next to **Organizational Unit**.
|
||||
|
||||
/Users/pietrorea/Developer/github/Ranchero-Software/NetNewsWire/Technotes/FindingYourDevelopmentTeamID.md
|
BIN
Technotes/Images/DevelopmentTeamID.png
Normal file
BIN
Technotes/Images/DevelopmentTeamID.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
BIN
Technotes/Images/DevelopmentTeamIDInfo.png
Normal file
BIN
Technotes/Images/DevelopmentTeamIDInfo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
Loading…
Reference in New Issue
Block a user