Update ProjectSpec.md

This commit is contained in:
Yonas Kolb
2018-12-07 20:58:08 +11:00
committed by GitHub
parent c1334c6d9b
commit f991020a5a
+2 -1
View File
@@ -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.