Create README.md
This commit is contained in:
parent
2894818d42
commit
fd76aadba8
1 changed files with 6 additions and 0 deletions
6
resources/darwin/README.md
Normal file
6
resources/darwin/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Postwoman Proxy: Darwin Build
|
||||
|
||||
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.
|
Loading…
Reference in a new issue