You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/05/03 18:01:22 UTC

[cordova-test-platform] 03/07: formatting

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-platformrequirements_fixes
in repository https://gitbox.apache.org/repos/asf/cordova-test-platform.git

commit 5e565e8fb1b5634713876ebd3b6709d9321f49d5
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri May 3 19:34:13 2019 +0200

    formatting
---
 PlatformRequirements.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PlatformRequirements.md b/PlatformRequirements.md
index 2c7a4b1..48fd6d9 100644
--- a/PlatformRequirements.md
+++ b/PlatformRequirements.md
@@ -123,7 +123,8 @@ This documentation follows the following pattern:
         - (See [Android `build.json` documentation](https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#using-buildjson).)
         - (See [iOS `build.json` documentation](https://cordova.apache.org/docs/en/latest/guide/platforms/ios/index.html#using-buildjson).)
     - __buildOptions.argv__: is a raw array of command-line arguments that should be passed to the `build` command. The purpose of this property is to pass platform-specific arguments, and eventually let the platform define its own arguments processing logic.
-- `.build` must return a promise either fulfilled with an array of build artifacts (application packages) if the package was built successfully, or rejected with a `CordovaError`. The return value in most cases will contain only one item, but in some cases there could be multiple items in an output array, e.g. when multiple architectures are specified. The resultant build artifact objects are not strictly typed and may contain an arbitrary set of fields as in the sample below.
+- `.build` must return a promise either fulfilled with an array of build artifacts (application packages) if the package was built successfully, or rejected with a `CordovaError`. 
+    - The return value in most cases will contain only one item, but in some cases there could be multiple items in an output array, e.g. when multiple architectures are specified. The resultant build artifact objects are not strictly typed and may contain an arbitrary set of fields as in the sample below.
     ```
     {
         architecture: 'x86',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org