Skip to content

Commit 7223754

Browse files
Merge pull request #4367 from NativeScript/vladimirov/fix-copy-to-help
docs: fix help for `--copy-to` option
2 parents 0b07777 + 2cc3d0a commit 7223754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/man_pages/project/testing/build-android.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ General | `$ tns build android [--compileSdk <API Level>] [--key-store-path <Fil
2424
* `--key-store-password` - Provides the password for the keystore file specified with `--key-store-path`. You can use the `--key-store-*` options along with `--release` to produce a signed release build. You need to specify all `--key-store-*` options.
2525
* `--key-store-alias` - Provides the alias for the keystore file specified with `--key-store-path`. You can use the `--key-store-*` options along with `--release` to produce a signed release build. You need to specify all `--key-store-*` options.
2626
* `--key-store-alias-password` - Provides the password for the alias specified with `--key-store-alias-password`. You can use the `--key-store-*` options along with `--release` to produce a signed release build. You need to specify all `--key-store-*` options.
27-
* `--copy-to` - Specifies the file path where the built `.apk` will be copied. If it points to a non-existent directory, it will be created. If the specified value is directory, the original file name will be used.
27+
* `--copy-to` - Specifies the file path where the built `.apk` will be copied. If it points to a non-existent directory path, it will be created. If the specified value is existing directory, the original file name will be used.
2828
* `--bundle` - Specifies that the `webpack` bundler will be used to bundle the application.
2929
* `--env.*` - Specifies additional flags that the bundler may process. May be passed multiple times. For example: `--env.uglify --env.snapshot`.
3030
* `--aab` - Specifies that the build will produce an Android App Bundle(`.aab`) file.

docs/man_pages/project/testing/build-ios.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ General | `$ tns build ios [--for-device] [--release] [--copy-to <File Path>] [-
2323

2424
* `--release` - If set, produces a release build. Otherwise, produces a debug build.
2525
* `--for-device` - If set, produces an application package that you can deploy on device. Otherwise, produces a build that you can run only in the native iOS Simulator.
26-
* `--copy-to` - Specifies the file path where the built `.ipa` will be copied. If it points to a non-existent directory, it will be created. If the specified value is directory, the original file name will be used.
26+
* `--copy-to` - Specifies the file path where the built `.ipa` will be copied. If it points to a non-existent directory path, it will be created. If the specified value is existing directory, the original file name will be used.
2727
* `--team-id` - If used without parameter, lists all team names and ids. If used with team name or id, it will switch to automatic signing mode and configure the .xcodeproj file of your app. In this case .xcconfig should not contain any provisioning/team id flags. This team id will be further used for codesigning the app. For Xcode 9.0+, xcodebuild will be allowed to update and modify automatically managed provisioning profiles.
2828
* `--provision` - If used without parameter, lists all eligible provisioning profiles. If used with UUID or name of your provisioning profile, it will switch to manual signing mode and configure the .xcodeproj file of your app. In this case xcconfig should not contain any provisioning/team id flags. This provisioning profile will be further used for codesigning the app.
2929
* `--bundle` - Specifies that the `webpack` bundler will be used to bundle the application.

0 commit comments

Comments
 (0)