proxywoman/resources/darwin
2020-06-07 17:57:42 +01:00
..
PostwomanProxy.app/Contents Start goreleaser conf 2020-06-07 17:57:42 +01:00
README.md Improve build tooling. 2019-12-19 13:28:20 +00:00

Postwoman Proxy: Darwin Build

resources/darwin

This directory acts as a skeleton, used to build an application container for Darwin.
The format for Darwin applications, is a directory with extension .app, containing a manifest and a Contents/Resources directory, as well as a Contents/MacOS directory containing a Mach-O executable.

This resources directory contains the application manifest (Contents/Info.plist) and the resources directory (Contents/Resources). The Mach-O executable and corresponding directory are then added to the skeleton when it is copied to the build directory.