Created
March 8, 2012 00:25
-
-
Save sorah/1997543 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r 193986cc6493 Growl.xcodeproj/project.pbxproj | |
--- a/Growl.xcodeproj/project.pbxproj Mon Nov 07 10:48:13 2011 -0600 | |
+++ b/Growl.xcodeproj/project.pbxproj Thu Mar 08 09:24:44 2012 +0900 | |
@@ -4008,7 +4008,7 @@ | |
isa = XCBuildConfiguration; | |
baseConfigurationReference = 315C88BB1068F9A200880530 /* Localization.xcconfig */; | |
buildSettings = { | |
- CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application"; | |
+ CODE_SIGN_IDENTITY = ""; | |
MACOSX_DEPLOYMENT_TARGET = 10.7; | |
PROVISIONING_PROFILE = ""; | |
}; | |
@@ -4018,7 +4018,7 @@ | |
isa = XCBuildConfiguration; | |
baseConfigurationReference = 315C88BB1068F9A200880530 /* Localization.xcconfig */; | |
buildSettings = { | |
- CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: The Growl Project, LLC"; | |
+ CODE_SIGN_IDENTITY = ""; | |
GCC_ENABLE_OBJC_EXCEPTIONS = YES; | |
GCC_ENABLE_OBJC_GC = unsupported; | |
GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
@@ -4791,7 +4791,7 @@ | |
isa = XCBuildConfiguration; | |
baseConfigurationReference = 93EA7FFD136908B100AB89AE /* Debug.xcconfig */; | |
buildSettings = { | |
- CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: The Growl Project, LLC"; | |
+ CODE_SIGN_IDENTITY = ""; | |
GCC_ENABLE_OBJC_EXCEPTIONS = YES; | |
GCC_ENABLE_OBJC_GC = unsupported; | |
GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
@@ -4816,7 +4816,7 @@ | |
isa = XCBuildConfiguration; | |
baseConfigurationReference = 93EA7FFE136908B100AB89AE /* Release.xcconfig */; | |
buildSettings = { | |
- CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: The Growl Project, LLC"; | |
+ CODE_SIGN_IDENTITY = ""; | |
GCC_ENABLE_OBJC_GC = unsupported; | |
GCC_PREFIX_HEADER = Core/Source/Growl_Prefix.pch; | |
GCC_PREPROCESSOR_DEFINITIONS = ( | |
@@ -4896,7 +4896,7 @@ | |
isa = XCBuildConfiguration; | |
baseConfigurationReference = 93EA7FFD136908B100AB89AE /* Debug.xcconfig */; | |
buildSettings = { | |
- CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application"; | |
+ CODE_SIGN_IDENTITY = ""; | |
MACOSX_DEPLOYMENT_TARGET = 10.7; | |
PROVISIONING_PROFILE = ""; | |
}; | |
@@ -4906,7 +4906,7 @@ | |
isa = XCBuildConfiguration; | |
baseConfigurationReference = 93EA7FFE136908B100AB89AE /* Release.xcconfig */; | |
buildSettings = { | |
- CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application"; | |
+ CODE_SIGN_IDENTITY = ""; | |
MACOSX_DEPLOYMENT_TARGET = 10.7; | |
PROVISIONING_PROFILE = ""; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment