Hiding the app help
You can configure the app to hide the
Help button.
Perform this task by editing the file
MyConfiguration.plist in the copy of the DeploymentKitApp in Xcode on your computer.
Procedure
-
In the file
MyConfiguration.plist, in the
Property List view, find the key labelled HideHelp.
Key
|
Type
|
Value
|
HideHelp
|
Boolean
|
NO
|
-
Change the value from
NO to
YES.
Note: In the
Source Code view, this section appears as follows.
<key>HideHelp</key>
<true/>
Key
|
Type
|
Value
|
HideHelp
|
Boolean
|
YES
|
Result
The sidebar menu item to open the app Help URL is not present if this key is set to
YES.
Copyright © Cloud Software Group, Inc. All rights reserved.