diff options
| author | Alexander Barton <alex@barton.de> | 2012-11-11 12:40:47 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-11-11 12:40:47 +0100 |
| commit | b6e49f3920193a202d78fec134092976e159ed90 (patch) | |
| tree | 61059a7dc3ce263a591f2367341d1c32816b2e41 /contrib | |
| parent | 4123118d5a1a92e74fb82131b29f65d5067442dc (diff) | |
| download | ngircd-b6e49f3920193a202d78fec134092976e159ed90.tar.gz ngircd-b6e49f3920193a202d78fec134092976e159ed90.zip | |
Update Xcode project files
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj b/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj index e4722bd5..a2cad27c 100644 --- a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj +++ b/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj @@ -801,7 +801,7 @@ GCC_WARN_UNUSED_PARAMETER = YES; GCC_WARN_UNUSED_VALUE = YES; INSTALL_PATH = /usr/local/bin; - PRODUCT_NAME = ngIRCd; + PRODUCT_NAME = ngircd; }; name = Default; }; @@ -809,11 +809,12 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; - CODE_SIGN_IDENTITY = "Developer ID Application: Alexander Barton"; - GCC_VERSION = 4.2; + CODE_SIGN_IDENTITY = ""; + GCC_VERSION = ""; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - SDKROOT = macosx10.6; + MACOSX_DEPLOYMENT_TARGET = 10.6; + SDKROOT = ""; }; name = Default; }; @@ -823,11 +824,12 @@ ARCHS = "$(NATIVE_ARCH_ACTUAL)"; GCC_DEBUGGING_SYMBOLS = full; GCC_OPTIMIZATION_LEVEL = 0; - GCC_VERSION = 4.2; + GCC_VERSION = ""; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.6; ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; + SDKROOT = ""; }; name = Debug; }; @@ -854,7 +856,7 @@ GCC_WARN_UNUSED_PARAMETER = YES; GCC_WARN_UNUSED_VALUE = YES; INSTALL_PATH = /usr/local/bin; - PRODUCT_NAME = ngIRCd; + PRODUCT_NAME = ngircd; }; name = Debug; }; |