aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9230a9d..f2e8cfc 100644
--- a/README.md
+++ b/README.md
@@ -29,3 +29,14 @@ where the file is available. The status code *MUST* be 201 Created.
Any response code other than 201 Created will be treated as an error. Captura
will not re-attempt an upload.
+
+## Building
+
+For development, build the app using xcode. For release, a makefile is provided
+with commands to archive and package. If you just want the built and signed app
+you can use `make archive`. To generate the whole package use `make distribute`
+
+### Signing
+
+There's no automated handling of signing. For the app to be signed correctly,
+update the signing configuration in the xcode project.