Created
November 12, 2015 05:43
-
-
Save dmiedema/9c0d2c94947085463db2 to your computer and use it in GitHub Desktop.
Acknowledgements as Plist in settings bundle format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PreferenceSpecifiers</key> | |
<array> | |
<dict> | |
<key>FooterText</key> | |
<string> LICENSE </string> | |
<key>Title</key> | |
<string> TITLE </string> | |
<key>Type</key> | |
<string>PSGroupSpecifier</string> | |
</dict> | |
</array> | |
<key>StringsTable</key> | |
<string>Acknowledgements</string> | |
<key>Title</key> | |
<string>Acknowledgements</string> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PreferenceSpecifiers</key> | |
<array> | |
<dict> | |
<key>Title</key> | |
<string>Acknowledgements</string> | |
<key>Type</key> | |
<string>PSGroupSpecifier</string> | |
</dict> | |
<dict> | |
<key>DefaultValue</key> | |
<string>Acknowledgements</string> | |
<key>File</key> | |
<string>Acknowledgements</string> | |
<key>Title</key> | |
<string>Acknowledgements</string> | |
<key>Type</key> | |
<string>PSChildPaneSpecifier</string> | |
</dict> | |
</array> | |
<key>StringsTable</key> | |
<string>Root</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment