gnucash-on-osx master: Leave the minimum required macOS version in Info.plst at 10.13

John Ralls jralls at code.gnucash.org
Sun Dec 29 19:09:44 EST 2024


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/2c263cc0 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/493eca98 (commit)



commit 2c263cc0d7dab123347087ad7694a979bdea3336
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 29 16:09:37 2024 -0800

    Leave the minimum required macOS version in Info.plst at 10.13

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 67a9b2e..f20c9b6 100644
--- a/gnucash-bundler/Info.plist
+++ b/gnucash-bundler/Info.plist
@@ -60,7 +60,7 @@
 	<key>LSRequiresCarbon</key>
 	<true/>
         <key>LSMinimumSystemVersion</key>
-        <string>11.0</string>
+        <string>10.13</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.finance</string>
 	<key>NSHumanReadableCopyright</key>



Summary of changes:
 gnucash-bundler/Info.plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list