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 2c58aef8f8 Deploying to asf-site from @ 
apache/cordova-docs@c4235d985de1ccf62c1421b816567dc3a23110d7 🚀
2c58aef8f8 is described below

commit 2c58aef8f8c3170f29bd3f6b3ccc26e358e57d06
Author: erisu <[email protected]>
AuthorDate: Thu Jul 20 06:31:33 2023 +0000

    Deploying to asf-site from @ 
apache/cordova-docs@c4235d985de1ccf62c1421b816567dc3a23110d7 🚀
---
 docs/en/dev/config_ref/index.html | 8 ++++++++
 feed.xml                          | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/en/dev/config_ref/index.html 
b/docs/en/dev/config_ref/index.html
index 8ad6e37fcd..b54e81caf9 100644
--- a/docs/en/dev/config_ref/index.html
+++ b/docs/en/dev/config_ref/index.html
@@ -2921,6 +2921,14 @@ and will be indicated as such.</p>
       <td>target-device<br /><span class="cdv-var-type string">String</span> 
<svg class="platform-icon ios"><use href="#ios"></use></svg></td>
       <td><em>Default: universal</em> <br /> Allowed values: handset, tablet, 
universal <br />  This property maps directly to TARGETED_DEVICE_FAMILY in the 
xcode project. Note that if you target universal (which is the default) you 
will need to supply screen shots for both iPhone and iPad or your app may be 
rejected.</td>
     </tr>
+    <tr>
+      <td>scheme<br /><span class="cdv-var-type string">String</span> <svg 
class="platform-icon android"><use href="#android"></use></svg> <svg 
class="platform-icon ios"><use href="#ios"></use></svg></td>
+      <td><em>Default:</em> <br /> - Android: <code>https</code> <br /> - iOS: 
<em>not defined</em>, but falls back to <code>app</code> if the value is 
invalid.<br /><br /><em>Allowed values:</em><br /> - Android: <code>http</code> 
or <code>https</code><br /> - iOS: Any non-reserved schemes.  (<a 
href="https://github.com/WebKit/WebKit/blob/ba2a851809a33013068ec8511883055cabd239be/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-1.mm#L222-L244";>Example
 Reserved Schemes</a>)<br />< [...]
+    </tr>
+    <tr>
+      <td>hostname<br /><span class="cdv-var-type string">String</span> <svg 
class="platform-icon android"><use href="#android"></use></svg> <svg 
class="platform-icon ios"><use href="#ios"></use></svg></td>
+      <td><em>Default:</em> <code>localhost</code><br /><br />This property 
contains the hostname which the app content is served from.<br /><br />If the 
preference <code>scheme</code> is not defined for iOS, the 
<code>hostname</code> value will be ignored.</td>
+    </tr>
   </tbody>
 </table>
 
diff --git a/feed.xml b/feed.xml
index 1945bc4684..ff17dbf18a 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>Wed, 19 Jul 2023 06:02:47 +0000</pubDate>
-    <lastBuildDate>Wed, 19 Jul 2023 06:02:47 +0000</lastBuildDate>
+    <pubDate>Thu, 20 Jul 2023 06:30:23 +0000</pubDate>
+    <lastBuildDate>Thu, 20 Jul 2023 06:30:23 +0000</lastBuildDate>
     <generator>Jekyll v4.3.2</generator>
     
       <item>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to