Hiding the Info button in the Analysis view toolbar

You can configure the app to hide the Info button in the Analysis view, which prevents the display of the analysis metadata, including the analysis URL.

Perform this task by editing the file MyConfiguration.plist in the copy of the DeploymentKitApp in Xcode on your computer. Set this option to ensure the user cannot view or change the analysis metadata, including the analysis URL.

Procedure

  1. In the file MyConfiguration.plist, in the Property List view, locate the key labelled HideAnalysisInfo.
    Key Type Value
    HideAnalysisInfo Boolean NO
  2. Change the value from NO to YES.
    Note: In the Source Code view, this section appears as follows.
    <key>HideAnalysisInfo</key>
    <true/>
    Key Type Value
    HideAnalysisInfo Boolean YES

Result

The Info button is not present if this key is set to YES. Setting the value to NO is equivalent to not having this key in the configuration file.