mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-22 15:05:23 +08:00
Use InAppSettingsKit to display Settings within the app in addition to within Settings.app. This allows changes that initiate a user prompt to prompt the user immediately when the change is made, rather than upon app launch as is the case with using Settings.app, providing better user experience. Move acknowledgements from preferences panel into a text file that is sourced into the preferences panel on macOS and the settings bundle (in-app only) on iOS.
22 lines
570 B
Text
22 lines
570 B
Text
<?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>StringsTable</key>
|
||
<string>Root</string>
|
||
<key>PreferenceSpecifiers</key>
|
||
<array>
|
||
<dict>
|
||
<key>Type</key>
|
||
<string>PSGroupSpecifier</string>
|
||
<key>Title</key>
|
||
<string></string>
|
||
<key>Key</key>
|
||
<string>acknowledgementsText</string>
|
||
<key>FooterText</key>
|
||
<string>© General Arcade, 2011 - 2017.
|
||
© Steve Cook, 2002 – 2008.</string>
|
||
</dict>
|
||
</array>
|
||
</dict>
|
||
</plist>
|