[GNC-dev] gnucash-devel Digest, Vol 215, Issue 9

John Ralls jralls at ceridwen.us
Tue Feb 9 23:59:54 EST 2021



> On Feb 9, 2021, at 5:25 PM, Bob White via gnucash-devel <gnucash-devel at gnucash.org> wrote:
> 
> What files need to be updated under the GnuCash.app to use the latest aqbanking lib with Martin's recent changes?

/Applications/Gnucash.app/Contents/Resources/lib/libaqbanking.44.dylib and possibly one or more loadable modules in /Applications/Gnucash.app/Contents/Resources/lib/aqbanking/plugins/44. Note that if the new libaqbanking has a different soname then the plugins directory will change too, i.e. if the new lib is libaqbanking.45.dylib then the plugins dir will be lib/aqbanking/plugins/45.

There may also be changes in /Applications/Gnucash.app/Contents/Resources/share/aqbanking.

Note that Gnucash.app is cryptographically signed and if you change binaries inside of it it will break the signature. Launch Services may not open it afterwards, but you still should be able to run it from the command line with
  /Applications/Gnucash.app/Contents/MacOS/Gnucash

That will be more likely if you link against non-system libraries outside the bundle, so be sure to configure /Applications/Gnucash.app/Contents/Resources/lib at the front of your link path.

Good luck.

Regards,
John Ralls


More information about the gnucash-devel mailing list