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 028589c feat: remove deprecated platform qt (#313)
028589c is described below
commit 028589c5a901077462c49e8a7187b7cf455fe5cc
Author: エリス <[email protected]>
AuthorDate: Mon May 15 08:23:28 2023 +0900
feat: remove deprecated platform qt (#313)
---
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 9a6980f..a44eef7 100644
--- a/docs/storing-repo-versions-design.md
+++ b/docs/storing-repo-versions-design.md
@@ -88,7 +88,6 @@ Current support:
||Android || {*} ||
||iOS || {o} ||
||OSX || {o} ||
- ||QT || {o} ||
||Tizen || {o} ||
||WebOS || {o} ||
||Win || {o} ||
diff --git a/src/repoutil.js b/src/repoutil.js
index bc14946..21d3c98 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -98,12 +98,6 @@ const platformRepos = [
cordovaJsSrcName: 'cordova.webos.js',
cordovaJsPaths: ['cordova-lib/cordova.js'],
inactive: true
- }, {
- title: 'QT',
- id: 'qt',
- repoName: 'cordova-qt',
- jiraComponentName: 'cordova-qt',
- inactive: true
}, {
title: 'Tizen',
id: 'tizen',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]