ProcessEnv

1.0.0

Capture the shell environment of a Foundation app
ChimeHQ/ProcessEnv

What's New

v1.0.0

2023-08-18T17:58:22Z
  • Adding sandbox detection API, which can be very relevant for this kind of work
  • Finally releasing a 1.0. It's time.

Build Status License Platforms

ProcessEnv

ProcessEnv is a small library for capturing the shell configuration used by a Foundation/AppKit process. This is very handy for launching Process/NSTask instances with the same configuration.

Integration

Swift Package Manager:

dependencies: [
    .package(url: "https://github.com/ChimeHQ/ProcessEnv")
]

Extensions

The bulk of code is in the form of extensions on ProcessInfo, for accessing various environment variables. A single [String : String] dictionary of the user's environment is available as the userEnvironment property.

ProcessInfo.processInfo.userEnvironment

ProcessInfo.processInfo.path // $PATH
ProcessInfo.processInfo.homePath
ProcessInfo.processInfo.shellExecutablePath

Suggestions or Feedback

We'd love to hear from you! Get in touch via an issue or pull request.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Apr 03 2024 20:27:48 GMT-0900 (Hawaii-Aleutian Daylight Time)