How can I read the environment variable that the user set?
I am new to Mac desktop development (cocoa) and I am creating a small tool that I can use to access the amazon s3 service.
I set my environment variables to my .bash_profile, but I want it to work no matter where the user entered it (.bashrc, .bash_profile or .profile, etc.).
objective-c cocoa
loyalflow
source share