You can configure the app to hide the
Help button.
About this task
Perform this task in the copy of the DeploymentKitApp in Xcode on your computer. In Xcode Project navigator, browse to and open .
Procedure
-
In , find the key labeled
HideHelp
.
Key
|
Type
|
Value
|
HideHelp
|
Boolean
|
NO
|
-
Change the value from
NO
to
YES
.
Note: In the
Source Code view, this section is displayed as follows.
<key>HideHelp</key>
<true/>
Key
|
Type
|
Value
|
HideHelp
|
Boolean
|
YES
|
Results
The sidebar menu item to open the app Help URL is not present if this key is set to
YES
.