Skip to content

Commit 45f7bba

Browse files
committed
Re-enable code signing
1 parent 6191318 commit 45f7bba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

GitX.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,6 +1597,7 @@
15971597
isa = XCBuildConfiguration;
15981598
buildSettings = {
15991599
CLANG_ENABLE_OBJC_ARC = YES;
1600+
CODE_SIGN_IDENTITY = "Mac Developer";
16001601
FRAMEWORK_SEARCH_PATHS = "\"$(PROJECT_DIR)\"";
16011602
GCC_DYNAMIC_NO_PIC = NO;
16021603
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
@@ -1608,6 +1609,7 @@
16081609
INSTALL_PATH = /Applications;
16091610
OTHER_CFLAGS = "-Werror=incompatible-pointer-types";
16101611
PRODUCT_NAME = GitX;
1612+
PROVISIONING_PROFILE = "";
16111613
VERSIONING_SYSTEM = "apple-generic";
16121614
WRAPPER_EXTENSION = app;
16131615
};
@@ -1617,6 +1619,7 @@
16171619
isa = XCBuildConfiguration;
16181620
buildSettings = {
16191621
CLANG_ENABLE_OBJC_ARC = YES;
1622+
CODE_SIGN_IDENTITY = "Mac Developer";
16201623
FRAMEWORK_SEARCH_PATHS = "\"$(PROJECT_DIR)\"";
16211624
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
16221625
GCC_ENABLE_OBJC_GC = unsupported;
@@ -1628,6 +1631,7 @@
16281631
INSTALL_PATH = /Applications;
16291632
OTHER_CFLAGS = "-Werror=incompatible-pointer-types";
16301633
PRODUCT_NAME = GitX;
1634+
PROVISIONING_PROFILE = "";
16311635
STRIP_INSTALLED_PRODUCT = YES;
16321636
VERSIONING_SYSTEM = "apple-generic";
16331637
WRAPPER_EXTENSION = app;

0 commit comments

Comments
 (0)