Making settings read-only
You can make a setting visible but read-only, so users cannot change it.
About this task
Procedure
Results
Example: Title is read-only
By default, the
Title - Version
property in
Root is set to read only, because its
Type
key is set to
Title
.
Key | Type | Value | |
---|---|---|---|
Item 1 (Title - Version) | Dictionary | (4 items) | |
Type | String | Title
|
|
Default Value | String | ||
Title | String | Version
|
|
Identifier | String | app_version
|
Note: In the
Source Code view, this section is displayed as
follows.
<dict>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>Title</key>
<string>About</string>
Parent topic: The app settings
Related concepts