mirror of
https://github.com/TermiT/Flycut.git
synced 2025-10-05 03:14:29 +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.
6 lines
546 B
Text
6 lines
546 B
Text
/* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */
|
|
|
|
"Group" = "Group";
|
|
"Name" = "Name";
|
|
"none given" = "none given";
|
|
"Enabled" = "Enabled";
|