From 036dbf297c56ebaba6b62302b59798432968e746 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Thu, 22 Apr 2021 09:43:07 +0800 Subject: [PATCH] =?UTF-8?q?Adds=20=E2=80=94deep=20code=20sign=20flag=20for?= =?UTF-8?q?=20Xcode=2012.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + setup.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 19091e2d8..05331f21a 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ CODE_SIGN_STYLE = Automatic ORGANIZATION_IDENTIFIER = DEVELOPER_ENTITLEMENTS = -dev PROVISIONING_PROFILE_SPECIFIER = +OTHER_CODE_SIGN_FLAGS = --deep ``` Set `DEVELOPMENT_TEAM` to your Apple supplied development team. You can use Keychain diff --git a/setup.sh b/setup.sh index 025c8943b..930a7efce 100755 --- a/setup.sh +++ b/setup.sh @@ -35,6 +35,7 @@ CODE_SIGN_STYLE = Automatic ORGANIZATION_IDENTIFIER = $devOrgName DEVELOPER_ENTITLEMENTS = -dev PROVISIONING_PROFILE_SPECIFIER = +OTHER_CODE_SIGN_FLAGS = --deep file echo Done! \ No newline at end of file