Title footer for Group in Setting bundle Title footer for Group in Setting bundle xcode xcode

Title footer for Group in Setting bundle


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>