just bought a new mbp and am trying to get my old wallet.dat(old mbp died) into my new mac's bitcoin file.. but I go lib/app support/ there is no bitcoin folder...
any idea where i can find it so I can replace it with my old wallet back up.
open the terminal application
type in:
find / -name "wallet.dat"
or if you want to get rid of all the permission problems:
sudo find / -name "wallet.dat"
may take a while...