You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/07/23 08:08:09 UTC

[cordova-plugin-test-framework] branch feat/ios-add-custom-scheme created (now acc0ade)

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

erisu pushed a change to branch feat/ios-add-custom-scheme
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-test-framework.git.


      at acc0ade  feat: add ios custom scheme

This branch includes the following new commits:

     new acc0ade  feat: add ios custom scheme

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-plugin-test-framework] 01/01: feat: add ios custom scheme

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch feat/ios-add-custom-scheme
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-test-framework.git

commit acc0ade30cd9eb0cc788c34b6784464d0eae82ca
Author: Erisu <el...@gmail.com>
AuthorDate: Thu Jul 23 17:07:50 2020 +0900

    feat: add ios custom scheme
---
 plugin.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/plugin.xml b/plugin.xml
index cc0795d..1dee1ae 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -37,4 +37,10 @@
 
     <asset src="www/assets" target="cdvtests" />
 
+    <platform name="ios">
+        <config-file target="config.xml" parent="/*">
+            <preference name="scheme" value="app" />
+            <preference name="hostname" value="localhost" />
+        </config-file>
+    </platform>
 </plugin>


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