Commit Diff
Diff:
4123118d5a1a92e74fb82131b29f65d5067442dc
b6e49f3920193a202d78fec134092976e159ed90
Commit:
b6e49f3920193a202d78fec134092976e159ed90
Tree:
61059a7dc3ce263a591f2367341d1c32816b2e41
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Sun Nov 11 11:40:47 2012 UTC
Message:
Update Xcode project files
blob - e4722bd5f6ef4821623fc619a44e9751df847e3c
blob + a2cad27cae528f51980965eb0d666564e42c8da0
--- contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj
+++ 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;
};
IRCNow