Skip to content

Commit 77c0fd9

Browse files
committed
Add a CODE_SIGN_IDENTITY to vpnutil
1 parent 6b66c03 commit 77c0fd9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

VPN.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@
460460
0204472920F001A500B31904 /* Debug */ = {
461461
isa = XCBuildConfiguration;
462462
buildSettings = {
463+
CODE_SIGN_IDENTITY = "-";
463464
CODE_SIGN_STYLE = Manual;
464465
DEVELOPMENT_TEAM = "";
465466
MTL_ENABLE_DEBUG_INFO = YES;
@@ -471,6 +472,7 @@
471472
0204472A20F001A500B31904 /* Release */ = {
472473
isa = XCBuildConfiguration;
473474
buildSettings = {
475+
CODE_SIGN_IDENTITY = "-";
474476
CODE_SIGN_STYLE = Manual;
475477
DEVELOPMENT_TEAM = "";
476478
PRODUCT_BUNDLE_IDENTIFIER = org.timac.vpnutil;

0 commit comments

Comments
 (0)