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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 14764595ca Deploying to asf-site from @ 
apache/cordova-docs@1403cd3315b8e8c7a6ea18699cb98dbb0a59c5de 🚀
14764595ca is described below

commit 14764595caafc85d2e7f0051f2eca15968a8eb44
Author: erisu <er...@users.noreply.github.com>
AuthorDate: Tue Apr 25 03:45:36 2023 +0000

    Deploying to asf-site from @ 
apache/cordova-docs@1403cd3315b8e8c7a6ea18699cb98dbb0a59c5de 🚀
---
 docs/en/dev/guide/platforms/ios/index.html | 12 +++++++++---
 feed.xml                                   |  4 ++--
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/docs/en/dev/guide/platforms/ios/index.html 
b/docs/en/dev/guide/platforms/ios/index.html
index 5fdf75bfed..f5f54f5023 100644
--- a/docs/en/dev/guide/platforms/ios/index.html
+++ b/docs/en/dev/guide/platforms/ios/index.html
@@ -2490,11 +2490,15 @@ and the <a 
href="https://developer.apple.com/library/prerelease/ios/documentatio
   </tbody>
 </table>
 
+<p>These parameters can be specified using the command line arguments above to 
the Cordova CLI <code>build</code> or <code>run</code> commands.</p>
+
+<p><strong>Note</strong>: You should use double <code>--</code> to indicate 
that these are platform-specific arguments, for example:</p>
+
+<p><code>cordova run ios --release -- --codeSignIdentity="iPhone Developer" 
--developmentTeam=FG35JLLMXX4A --packageType=development</code>.</p>
+
 <h3>Using build.json</h3>
 
-<p>Alternatively, you could specify them in a build configuration file 
(<code>build.json</code>)
-using the <code>--buildConfig</code> argument to the same commands. Here&#39;s 
a sample of a
-build configuration file:</p>
+<p>Alternatively, you could specify these flags in a build configuration file 
(default: <code>build.json</code> or add the <code>--buildConfig</code> flag to 
the same commands, so you can also use other file names e.g. <code>cordova 
build ios --buildConfig=../customBuild.json</code>). Here&#39;s a sample of a 
build configuration file:</p>
 
 <p>For automatic signing, where provisioning profiles are managed 
automatically by Xcode (recommended):</p>
 
@@ -2539,6 +2543,8 @@ build configuration file:</p>
 </span><span class="p">}</span><span class="w">
 </span></code></pre></div></div>
 
+<p>There is also support to mix and match command line arguments and 
parameters in <code>build.json</code>. Values from the command line arguments 
will get precedence.</p>
+
 <h2>Xcode Build Flags</h2>
 
 <p>If you have a custom situation where you need to pass additional build 
flags to Xcode you would use one or more <code>--buildFlag</code> options to 
pass these flags to <code>xcodebuild</code>. If you use an 
<code>xcodebuild</code> built-in flag, it will show a warning.</p>
diff --git a/feed.xml b/feed.xml
index f2dab0d912..c94ea5b4ef 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Tue, 25 Apr 2023 03:39:30 +0000</pubDate>
-    <lastBuildDate>Tue, 25 Apr 2023 03:39:30 +0000</lastBuildDate>
+    <pubDate>Tue, 25 Apr 2023 03:44:27 +0000</pubDate>
+    <lastBuildDate>Tue, 25 Apr 2023 03:44:27 +0000</lastBuildDate>
     <generator>Jekyll v4.3.2</generator>
     
       <item>


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

Reply via email to