From e3100da81e3519ba88fc75237c6a52a423288306 Mon Sep 17 00:00:00 2001 From: longwei Date: Wed, 28 Sep 2022 14:18:05 +0800 Subject: [PATCH] remove multiProjects for stage app Signed-off-by: longwei Change-Id: I095572ba97297130641e78ac2cbe3ae6a5a20d2d --- modulecheck/app.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modulecheck/app.json b/modulecheck/app.json index 6515a5d4..cefa8ec5 100644 --- a/modulecheck/app.json +++ b/modulecheck/app.json @@ -44,7 +44,6 @@ "userDataClearable", "accessible", "targetBundleList", - "multiProjects", "default", "tablet", "tv", @@ -179,11 +178,6 @@ "type": "string" } }, - "multiProjects": { - "description": "Indicates whether current project supports multiple project.", - "type": "boolean", - "default": false - }, "default": { "description": "The configuration in the default tag is applicable to all devices. If the configuration is different for other device types, you need to configure the configuration under the configuration tag of the device type.", "type": "object", -- Gitee