Skip to content

Commit

Permalink
Merge pull request #818 from ElfSundae/patch-1
Browse files Browse the repository at this point in the history
Update ProjectSpec.md
  • Loading branch information
yonaskolb authored Mar 31, 2020
2 parents 84b81b8 + 1a70f4e commit 4c62997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/ProjectSpec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 4c62997

Please sign in to comment.