Skip to content

Commit db969b6

Browse files
authored
Documented --provision option in build-ios.md (#3068)
Documented `--provision` option in build-ios.md
1 parent f99762c commit db969b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build ios
33

44
Usage | Synopsis
55
---|---
6-
General | `$ tns build ios [--for-device] [--release] [--copy-to <File Path>]`
6+
General | `$ tns build ios [--for-device] [--release] [--copy-to <File Path>] [--provision [<UUID/name>]]`
77

88
Builds the project for iOS and produces an `APP` or `IPA` that you can manually deploy in the iOS Simulator or on device, respectively.
99

@@ -15,6 +15,7 @@ Builds the project for iOS and produces an `APP` or `IPA` that you can manually
1515
* `--release` - If set, produces a release build. Otherwise, produces a debug build.
1616
* `--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.
1717
* `--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.
18+
* `--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.
1819
<% } %>
1920
<% if(isHtml) { %>
2021
### Command Limitations

0 commit comments

Comments
 (0)