https://github.com/grmartin/envvars-mac
A simple AppKit Application that prints out the environment variables as a normally launched mac app would see them.
https://github.com/grmartin/envvars-mac
appkit envvars macos macosx objective-c
Last synced: over 1 year ago
JSON representation
A simple AppKit Application that prints out the environment variables as a normally launched mac app would see them.
- Host: GitHub
- URL: https://github.com/grmartin/envvars-mac
- Owner: grmartin
- License: other
- Created: 2015-05-06T12:46:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T01:47:03.000Z (over 7 years ago)
- Last Synced: 2025-01-16T08:41:56.821Z (over 1 year ago)
- Topics: appkit, envvars, macos, macosx, objective-c
- Language: Objective-C
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
# EnvVars for MacOS X
This is a simple AppKit based program to allow a user to divine what environment
variables are set when they launch a mac program depending on how they launched it.
As loading it from Xcode is different from AppCode and different from the terminal, the
```open``` command or from the Finder.