Update ProjectSpec.md

deploymenTarget => deploymentTarget
This commit is contained in:
Elf Sundae 2020-03-31 10:17:56 +08:00 committed by GitHub
parent 84b81b8559
commit 1a70f4e4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,7 @@ This will provide default build settings for a certain platform. It can be any o
**Multi Platform targets**
You can also specify an array of platforms. This will generate a target for each platform.
If `deploymenTarget` is specified for a multi platform target, it can have different values per platform similar to how it's defined in [Options](#options). See below for an example.
If `deploymentTarget` is specified for a multi platform target, it can have different values per platform similar to how it's defined in [Options](#options). See below for an example.
If you reference the string `${platform}` anywhere within the target spec, that will be replaced with the platform.
The generated targets by default will have a suffix of `_${platform}` applied, you can change this by specifying a `platformSuffix` or `platformPrefix`.