Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use info plist preprocessor #73

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Debug Tools/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2010 - 2023 Ricky Romero</string>
<string>Copyright © 2010 - CURRENT_YEAR Ricky Romero
shutup.css © 2010 - CURRENT_YEAR Steven Frank and contributors</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ If you're simply looking to _install_ Shut Up, these are the links you're lookin

This version of Shut Up requires macOS Monterey or later, and builds in Xcode 16.

## Translations

If you want to help translate Shut Up into your language, you need the latest version of Xcode.

Translations for the main app must be added in two places:

- For the main app: `Shut Up -> Shut Up -> Views -> Main (Strings)`
- For all other strings: `Shut Up -> Shared -> Localizable`

Translations for the Info.plist strings must be added here:

- For Shut Up: `Shut Up -> Shut Up -> InfoPlist`
- For Shut Up Core: `Shut Up -> Shut Up Core -> InfoPlist`
- For Shut Up Helper `Shut Up -> Shut Up Helper -> InfoPlist`

## License

Shut Up is available under the terms of the [MIT License][license].
Expand Down
Loading