From 63b9d878087037e40f2cb69c475a36b60e5bf4c9 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Thu, 14 Dec 2023 15:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89ios=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9B=B8=E5=85=B3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/manifest.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index 4048ec8e..a1d053a7 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -110,12 +110,6 @@ uni-app x 的权限配置,移入了[AndroidManifest.xml](https://uniapp.dcloud - `targetSdkVersion` 一个用于指定应用的目标 API 级别的整数。如果未设置,其默认值与为 minSdkVersion 指定的值相等。该值用于通知系统,您已针对目标版本进行了测试,并且系统不应通过启用任何兼容性行为,以保持您的应用与目标版本的向前兼容性。 - `minSdkVersion` 和 `targetSdkVersion` 设置的值是 API 级别(API Level),完整API级别信息请参考[Android API级别说明](https://developer.android.com/guide/topics/manifest/uses-sdk-element?hl=zh-cn#ApiLevels) -##### IOS配置 @distribute-ios - - - - - ## 示例 ```json @@ -139,9 +133,6 @@ uni-app x 的权限配置,移入了[AndroidManifest.xml](https://uniapp.dcloud ], "minSdkVersion": "21", "targetSdkVersion": "32" - }, - "ios": { - "appid": "iOS Bundle ID" } } } -- GitLab