Title footer for Group in Setting bundle

5.5k Views Asked by At

How can I leave a message under group type in Setting bundle ? something like this :enter image description here

2

There are 2 best solutions below

1
Nick Lockwood On BEST ANSWER
0
Kaptain On

Use a FooterText key in your PSGroupSpecifier like this:

<dict>
    <key>Type</key>
    <string>PSGroupSpecifier</string>
    <key>Title</key>
    <string>My App Settings</string>
    <key>FooterText</key>
    <string>My custom footer text.</string>
</dict>