From 1a70f4e4bb8ab3f32eee659f244ba01302a00bd8 Mon Sep 17 00:00:00 2001 From: Elf Sundae Date: Tue, 31 Mar 2020 10:17:56 +0800 Subject: [PATCH] Update ProjectSpec.md deploymenTarget => deploymentTarget --- Docs/ProjectSpec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index 6efd01f5..6800f4f2 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -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`.