This commit is contained in:
Maurice Parker 2020-08-09 19:50:54 -05:00
commit 1eb21b1da1
1 changed files with 3 additions and 3 deletions

View File

@ -71,12 +71,12 @@ DEVELOPER_ENTITLEMENTS = -dev
PROVISIONING_PROFILE_SPECIFIER = PROVISIONING_PROFILE_SPECIFIER =
``` ```
Set `DEVELOPMENT_TEAM` to your Apple supplied development team. You can use Keychain Set `DEVELOPMENT_TEAM` to your Apple supplied development team. You can use Keychain
Access to [find your development team ID](/Technotes/FindingYourDevelopmentTeamID.md). Access to [find your development team ID](/Technotes/FindingYourDevelopmentTeamID.md).
Set `ORGANIZATION_IDENTIFIER` to a reversed domain name that you control or have made up. Set `ORGANIZATION_IDENTIFIER` to a reversed domain name that you control or have made up.
Note that `PROVISIONING_PROFILE_SPECIFIER` should not have a value associated with it. Note that `PROVISIONING_PROFILE_SPECIFIER` should not have a value associated with it.
You can now open the `NetNewsWire.xcworkspace` in Xcode. You can now open the `NetNewsWire.xccodeproj` in Xcode.
Now you should be able to build without code signing errors and without modifying Now you should be able to build without code signing errors and without modifying
the NetNewsWire Xcode project. This is a special build of NetNewsWire with some the NetNewsWire Xcode project. This is a special build of NetNewsWire with some