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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 834804f  feat: remove deprecated platform webos (#317)
834804f is described below

commit 834804fab48a69b57c76926f2a8cec75cf096b8a
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon May 15 09:34:20 2023 +0900

    feat: remove deprecated platform webos (#317)
---
 docs/storing-repo-versions-design.md | 1 -
 src/repoutil.js                      | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/docs/storing-repo-versions-design.md 
b/docs/storing-repo-versions-design.md
index 032768a..921e907 100644
--- a/docs/storing-repo-versions-design.md
+++ b/docs/storing-repo-versions-design.md
@@ -87,7 +87,6 @@ Current support:
     ||'''Platform'''||'''Support'''||
     ||Android       || {*}         ||
     ||iOS           || {o}         ||
-    ||WebOS         || {o}         ||
     ||Win           || {o}         ||
     ||www           || {o}         ||
 
diff --git a/src/repoutil.js b/src/repoutil.js
index c3ba3c3..0eefd84 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -52,14 +52,6 @@ const platformRepos = [
         jiraComponentName: 'cordova-electron',
         cordovaJsSrcName: 'cordova.electron.js',
         cordovaJsPaths: ['cordova-lib/cordova.js']
-    }, {
-        title: 'WebOS',
-        id: 'webos',
-        repoName: 'cordova-webos',
-        jiraComponentName: 'cordova-webos',
-        cordovaJsSrcName: 'cordova.webos.js',
-        cordovaJsPaths: ['cordova-lib/cordova.js'],
-        inactive: true
     }
 ];
 


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

Reply via email to