Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Tue, 15 Oct 2019 17:44:38 UTC Commit: 3684fa9cf9bb5e1adf8f8208839ca449a1fa52d4 https://github.com/geany/geany-osx/commit/3684fa9cf9bb5e1adf8f8208839ca449a1...
Log Message: ----------- Bring Info.plist in sync with what XCode creates for new projects
Modified Paths: -------------- Info.plist
Modified: Info.plist 6 lines changed, 4 insertions(+), 2 deletions(-) =================================================================== @@ -6,8 +6,6 @@ <string>1.36</string> <key>CFBundleVersion</key> <string>1.36</string> - <key>CFBundleGetInfoString</key> - <string>1.36 (C) 2019 The Geany Team, https://www.geany.org</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2019 The Geany Team, GNU General Public License</string>
@@ -33,6 +31,10 @@ <string>public.app-category.developer-tools</string> <key>NSHighResolutionCapable</key> <true/> + <key>CFBundleVersion</key> + <string>1</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string>
<!-- Register .geany extension in the system --> <key>UTExportedTypeDeclarations</key>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).