Don't code sign OpenMPT.bundle on build.
This commit is contained in:
parent
2a9836569e
commit
2d685baa4a
1 changed files with 2 additions and 0 deletions
|
@ -321,6 +321,7 @@
|
|||
83E5EFAA1FFEF78100659F0F /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEVELOPMENT_TEAM = N6E749HJ2X;
|
||||
|
@ -336,6 +337,7 @@
|
|||
83E5EFAB1FFEF78100659F0F /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEVELOPMENT_TEAM = N6E749HJ2X;
|
||||
|
|
Loading…
Reference in a new issue