mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 07:34:09 +01:00
Merge pull request #3032 from stuartbreckenridge/fix/code-sign-xcode12_5
Adds —deep code sign flag for Xcode 12.5
This commit is contained in:
commit
3842e1c368
@ -75,6 +75,7 @@ CODE_SIGN_STYLE = Automatic
|
||||
ORGANIZATION_IDENTIFIER = <Your Domain Name Reversed>
|
||||
DEVELOPER_ENTITLEMENTS = -dev
|
||||
PROVISIONING_PROFILE_SPECIFIER =
|
||||
OTHER_CODE_SIGN_FLAGS = --deep
|
||||
```
|
||||
|
||||
Set `DEVELOPMENT_TEAM` to your Apple supplied development team. You can use Keychain
|
||||
|
Loading…
Reference in New Issue
Block a user