Skip to content

Commit

Permalink
Projucer: Updated the documentation for the "Development Team ID" Xco…
Browse files Browse the repository at this point in the history
…de setting
  • Loading branch information
ed95 committed Jun 18, 2021
1 parent 61619ec commit f93cdf4
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -631,9 +631,9 @@ class XcodeProjectExporter : public ProjectExporter
"This is useful if you want to use different bundle identifiers for Mac and iOS exporters in the same project.");

props.add (new TextPropertyComponent (iosDevelopmentTeamIDValue, "Development Team ID", 10, false),
"The Development Team ID to be used for setting up code-signing your app. This is a ten-character "
"string (for example, \"S7B6T5XJ2Q\") that describes the distribution certificate Apple issued to you. "
"You can find this string in the OS X app Keychain Access under \"Certificates\".");
"The Team ID to be used for setting up code-signing for your application. "
"This is a ten-character string (for example \"S7B6T5XJ2Q\") that can be found under the \"Organisational Unit\" "
"field of your developer certificate in Keychain Access or in the membership page of your account on developer.apple.com.");

if (iOS)
props.add (new TextPropertyComponentWithEnablement (iosAppGroupsIDValue, iosAppGroupsValue, "App Group ID", 256, false),
Expand Down

0 comments on commit f93cdf4

Please sign in to comment.