Making settings read-only
You can make a setting visible but read-only, so users cannot change it.
Procedure
Example: Title is read-only
By default, the Title - Version property in the file Root.plist 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 | |
<dict> <key>Type</key> <string>PSTitleValueSpecifier</string> <key>Title</key> <string>About</string>
Related concepts
Copyright © Cloud Software Group, Inc. All rights reserved.
