From 6b29362448ad23cb213bf5bbadda502c36759e78 Mon Sep 17 00:00:00 2001 From: yf <505656166@qq.com> Date: Thu, 2 Jun 2022 04:54:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20AppDocs/usesdk/ios.md.=20Xcode=2013.31?= =?UTF-8?q?=20=E5=9C=A8General=E6=97=81=E8=BE=B9=E7=9A=84signing=E5=BC=80?= =?UTF-8?q?=E5=A4=B4=E7=9A=84=E9=80=89=E9=A1=B9=E9=87=8C=E9=9D=A2=E9=85=8D?= =?UTF-8?q?=E7=BD=AEBundle=20Identifier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AppDocs/usesdk/ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppDocs/usesdk/ios.md b/AppDocs/usesdk/ios.md index 6eaa2f6..d292ecf 100644 --- a/AppDocs/usesdk/ios.md +++ b/AppDocs/usesdk/ios.md @@ -122,7 +122,7 @@ iOSSDK/SDK/Libs/liblibUI.a ### 配置应用标识(Bundle Identifier) -选择左侧应用工程根目录,选中TARGETS下的HBuilder打开工程属性界面,在General下修改Identity的值: +选择左侧应用工程根目录,选中TARGETS下的HBuilder打开工程属性界面,在General下修改Identity的值:(Xcode 13.31 在General旁边的signing开头的选项里面配置Bundle Identifier) ![](https://img.cdn.aliyun.dcloud.net.cn/nativedocs/5SDKiOS/IntegrationProject/gongboundleID.png) 其中,Bundle Identifier为苹果的AppID,必须与应用发布时配置的Profile关联的AppID一致; -- Gitee