Third possibility: Make a softlink that points to the new location.
Assuming that you have moved Bitcoin Core's stuff from ~/Library/Application Support/Bitcoin to /Volumes/Blockchain/Core, do this in a Terminal
mv Bitcoin Bitcoin.old
ln -s /Volumes/Blockchain/Core Bitcoin
ls -ld Bitcoin*
lrwxr-xr-x 1 username staff 43 Nov 30 13:10 Bitcoin -> /Volumes/Blockchain/Core
Now any program looking for the bitcoin data in the usual place will find it.