Hiding the Favorites view

You can configure the app to hide the Favorites view.

Perform this task by editing the file MyConfiguration.plist in the copy of the DeploymentKitApp in Xcode on your computer.

Procedure

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

Result

The sidebar menu item to open the Favorites view and the default Favorites view presentation are 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.