From 2d82f5d91fcbca5930bd6554281d0022b350836d Mon Sep 17 00:00:00 2001 From: im-robot Date: Thu, 18 Jul 2024 17:56:44 +0800 Subject: [PATCH] chore: update modules.json --- packages/uni-uts-v1/lib/ext-api/modules.json | 28 +++++--------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/packages/uni-uts-v1/lib/ext-api/modules.json b/packages/uni-uts-v1/lib/ext-api/modules.json index 8c876c9bb9..8653c2b5a2 100644 --- a/packages/uni-uts-v1/lib/ext-api/modules.json +++ b/packages/uni-uts-v1/lib/ext-api/modules.json @@ -305,7 +305,7 @@ "app": { "js": false, "kotlin": true, - "swift": false, + "swift": true, "arkts": true } }, @@ -323,7 +323,7 @@ "app": { "js": false, "kotlin": true, - "swift": false, + "swift": true, "arkts": false } }, @@ -350,7 +350,7 @@ "app": { "js": false, "kotlin": true, - "swift": false, + "swift": true, "arkts": true } }, @@ -359,7 +359,7 @@ "app": { "js": false, "kotlin": true, - "swift": false, + "swift": true, "arkts": false } } @@ -736,24 +736,8 @@ "swift": true } }, - "restoreCompletedTransactions": { - "name": "restoreCompletedTransactions", - "app": { - "js": false, - "kotlin": false, - "swift": true - } - }, - "getUnfinishedTransactions": { - "name": "getUnfinishedTransactions", - "app": { - "js": false, - "kotlin": false, - "swift": true - } - }, - "finishedTransaction": { - "name": "finishedTransaction", + "createVirtualPaymentContext": { + "name": "createVirtualPaymentContext", "app": { "js": false, "kotlin": false, -- GitLab