You can configure the app to hide the
Recently
viewed
view.
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
HideRecentlyViewed
.
Key
|
Type
|
Value
|
HideRecentlyViewed
|
Boolean
|
NO
|
-
Change the value from
NO
to
YES
.
Note: In the
Source Code view, this section is displayed as
follows.
<key>HideRecentlyViewed</key>
<true/>
Key
|
Type
|
Value
|
HideRecentlyViewed
|
Boolean
|
YES
|
Results
The sidebar menu item
to open the
Recently
viewed
view is not present if this key is set to
<true/>
. Setting the value to
<false/>
is equivalent to not having this key in
the configuration file.