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:10 UTC

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

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