Merge pull request #818 from ElfSundae/patch-1

Update ProjectSpec.md
This commit is contained in:
Yonas Kolb 2020-03-31 14:32:32 +11:00 committed by GitHub
commit 4c629979b5
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`.