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 651f489  feat: remove deprecated platform tizen (#316)
651f489 is described below

commit 651f48920e92d9ccedc5f8f6bf9585837b8b94ec
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon May 15 09:16:53 2023 +0900

    feat: remove deprecated platform tizen (#316)
---
 docs/storing-repo-versions-design.md | 1 -
 src/repoutil.js                      | 6 ------
 2 files changed, 7 deletions(-)

diff --git a/docs/storing-repo-versions-design.md 
b/docs/storing-repo-versions-design.md
index 993752d..032768a 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}         ||
-    ||Tizen         || {o}         ||
     ||WebOS         || {o}         ||
     ||Win           || {o}         ||
     ||www           || {o}         ||
diff --git a/src/repoutil.js b/src/repoutil.js
index a908818..5e36455 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -74,12 +74,6 @@ const platformRepos = [
         cordovaJsSrcName: 'cordova.webos.js',
         cordovaJsPaths: ['cordova-lib/cordova.js'],
         inactive: true
-    }, {
-        title: 'Tizen',
-        id: 'tizen',
-        repoName: 'cordova-tizen',
-        jiraComponentName: 'cordova-tizen',
-        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