Browse Source

Projucer: Updated the documentation for the "Development Team ID" Xcode setting

v6.1.6
ed 4 years ago
parent
commit
f93cdf431a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h

+ 3
- 3
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h View File

@@ -631,9 +631,9 @@ public:
"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),


Loading…
Cancel
Save