can't find lib folder on OSX

I just installed 1.0.5, and I need to look at the GSM library, but I have looked everywhere and I cannot find the folder with the built in libraries in it. specifically, I need to look at GSM.h and at the code to try to get it working on an old GPRS board, a SeeedStudio 1.4 board. I suspect that the data pins just need to be reassigned, the built in libraries just don't work.
I feel like an idiot, can any one help?

  1. Go to your Applications folder and look for Arduino.
  2. Right click on it and choose "Show Package Content"
  3. Navigate to Contents > Resources > Java > libraries

Here you will find your library folders, including the GSM
:wink:

Thank you very much!