diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index 54ad3a27..5897f3c8 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -108,7 +108,8 @@ Each config maps to a build type of either `debug` or `release` which will then ```yaml configs: Debug: debug - Release: release + Beta: release + AppStore: release ``` If no configs are specified, default `Debug` and `Release` configs will be created automatically.