gnucash master: [price-quotes] Enable gnucash-cli to retrieve preferences on macOS.

John Ralls jralls at code.gnucash.org
Mon Oct 17 13:06:36 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/1a906b00 (commit)
	from  https://github.com/Gnucash/gnucash/commit/27675878 (commit)



commit 1a906b00aafdea41fabd106f330951ab965b1afe
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 17 10:06:21 2022 -0700

    [price-quotes] Enable gnucash-cli to retrieve preferences on macOS.
    
    By embedding a minimal Info.plist with a bundle ID into the executable.
    This necessitated a change to binreloc because the unix-style install
    depended on there being a bundle ID only when the program was run from
    an application bundle.



Summary of changes:
 Info.plist                          |  8 ++++++++
 gnucash/CMakeLists.txt              |  1 +
 gnucash/gnucash-commands.cpp        |  1 +
 libgnucash/app-utils/gnc-quotes.cpp |  2 +-
 libgnucash/core-utils/binreloc.c    | 13 +++++++++++++
 5 files changed, 24 insertions(+), 1 deletion(-)
 create mode 100644 Info.plist



More information about the gnucash-patches mailing list