Hiding the Gallery view

You can configure the app to hide the Gallery 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 HideGallery.
    Key Type Value
    HideGallery Boolean NO
  2. Change the value from NO to YES.
    Note: In the Source Code view, this section appears as follows.
    <key>HideGallery</key>
    <true/>
    Key Type Value
    HideGallery Boolean YES

Result

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