summaryrefslogtreecommitdiffstats
path: root/macosx/Wish.xcodeproj
diff options
context:
space:
mode:
authordas <das>2008-03-12 22:18:00 (GMT)
committerdas <das>2008-03-12 22:18:00 (GMT)
commitd4898270c9670e7680d0aaebc20ccd3646e1e8f7 (patch)
tree06383bee9672883ea17c3e82b6da3c0fdf86e985 /macosx/Wish.xcodeproj
parent51fd3d6cd0010209fd4d6b2180c08c075fc2a8d7 (diff)
downloadtk-d4898270c9670e7680d0aaebc20ccd3646e1e8f7.zip
tk-d4898270c9670e7680d0aaebc20ccd3646e1e8f7.tar.gz
tk-d4898270c9670e7680d0aaebc20ccd3646e1e8f7.tar.bz2
* macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1
* macosx/Wish.xcodeproj/default.pbxuser: CODE_SIGN_IDENTITY and * macosx/Wish-Common.xcconfig: 'xcodebuild install'.
Diffstat (limited to 'macosx/Wish.xcodeproj')
-rw-r--r--macosx/Wish.xcodeproj/default.pbxuser1
-rw-r--r--macosx/Wish.xcodeproj/project.pbxproj21
2 files changed, 20 insertions, 2 deletions
diff --git a/macosx/Wish.xcodeproj/default.pbxuser b/macosx/Wish.xcodeproj/default.pbxuser
index 8783b64..0495782 100644
--- a/macosx/Wish.xcodeproj/default.pbxuser
+++ b/macosx/Wish.xcodeproj/default.pbxuser
@@ -17,6 +17,7 @@
userBuildSettings = {
AUTOCONF = "/usr/local/bin/autoconf-2.59";
AUTOHEADER = "/usr/local/bin/autoheader-2.59";
+ CODE_SIGN_IDENTITY = "";
SYMROOT = "${SRCROOT}/../../build/tk";
TCL_SRCROOT = "${SRCROOT}/../../tcl";
TK_SRCROOT = "${SRCROOT}/../../tk";
diff --git a/macosx/Wish.xcodeproj/project.pbxproj b/macosx/Wish.xcodeproj/project.pbxproj
index 5579f7f..12f68e1 100644
--- a/macosx/Wish.xcodeproj/project.pbxproj
+++ b/macosx/Wish.xcodeproj/project.pbxproj
@@ -2097,7 +2097,7 @@
F966C06F08F281DC005CB29B /* Frameworks */,
1AB674ADFE9D54B511CA2CBB /* Products */,
);
- comments = "Copyright (c) 2004-2008 Daniel A. Steffen <das@users.sourceforge.net>\n\nSee the file \"license.terms\" for information on usage and redistribution of\nthis file, and for a DISCLAIMER OF ALL WARRANTIES.\n\nRCS: @(#) $Id: project.pbxproj,v 1.36 2008/03/11 22:30:57 das Exp $\n";
+ comments = "Copyright (c) 2004-2008 Daniel A. Steffen <das@users.sourceforge.net>\n\nSee the file \"license.terms\" for information on usage and redistribution of\nthis file, and for a DISCLAIMER OF ALL WARRANTIES.\n\nRCS: @(#) $Id: project.pbxproj,v 1.37 2008/03/12 22:18:02 das Exp $\n";
name = Wish;
path = .;
sourceTree = SOURCE_ROOT;
@@ -3976,12 +3976,14 @@
files = (
);
inputPaths = (
+ "${TARGET_TEMP_DIR}/.none",
);
outputPaths = (
+ "${TARGET_BUILD_DIR}/${WRAPPER_NAME}",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
- shellScript = "gnumake -C \"${TK_SRCROOT}/macosx\" -j \"$(sysctl -n hw.activecpu)\" \"$(echo \"${ACTION}\" | sed -e s/build// -e s/clean/distclean/ -e s/..\\*/\\&-/)${MAKE_TARGET}\" CFLAGS_WARNING=\"${WARNING_CFLAGS}\" CFLAGS_OPTIMIZE=\"-O${GCC_OPTIMIZATION_LEVEL}\" SYMROOT=\"${BUILT_PRODUCTS_DIR}\" OBJ_DIR=\"${OBJECT_FILE_DIR}\" INSTALL_ROOT=\"${DSTROOT}\" PREFIX=\"${PREFIX}\" BINDIR=\"${BINDIR}\" LIBDIR=\"${FRAMEWORK_INSTALL_PATH}\" MANDIR=\"${MANDIR}\" EXTRA_CONFIGURE_ARGS=\"${CONFIGURE_ARGS}\" APPLICATION_INSTALL_PATH=\"${APPLICATION_INSTALL_PATH}\" TCL_BUILD_DIR=\"${TCL_BUILD_DIR}\" TCL_FRAMEWORK_DIR=\"${TCL_FRAMEWORK_DIR}\" ${EXTRA_MAKE_FLAGS}\nresult=$?\nif [ -e \"${BUILT_PRODUCTS_DIR}/tktest\" ]; then\n\trm -f \"${BUILT_PRODUCTS_DIR}/tktest\"\nfi\necho \"Done\"\nexit ${result}\n";
+ shellScript = "gnumake -C \"${TK_SRCROOT}/macosx\" -j \"$(sysctl -n hw.activecpu)\" \"$(echo \"${ACTION}\" | sed -e s/build// -e s/clean/distclean/ -e s/..\\*/\\&-/)${MAKE_TARGET}\" CFLAGS_WARNING=\"${WARNING_CFLAGS}\" CFLAGS_OPTIMIZE=\"-O${GCC_OPTIMIZATION_LEVEL}\" SYMROOT=\"${BUILT_PRODUCTS_DIR}\" OBJ_DIR=\"${OBJECT_FILE_DIR}\" INSTALL_ROOT=\"${DSTROOT}\" PREFIX=\"${PREFIX}\" BINDIR=\"${BINDIR}\" LIBDIR=\"${FRAMEWORK_INSTALL_PATH}\" MANDIR=\"${MANDIR}\" EXTRA_CONFIGURE_ARGS=\"${CONFIGURE_ARGS}\" APPLICATION_INSTALL_PATH=\"${APPLICATION_INSTALL_PATH}\" TCL_BUILD_DIR=\"${TCL_BUILD_DIR}\" TCL_FRAMEWORK_DIR=\"${TCL_FRAMEWORK_DIR}\" ${EXTRA_MAKE_FLAGS}\nresult=$?\nif [ -e \"${BUILT_PRODUCTS_DIR}/tktest\" ]; then\n\trm -f \"${BUILT_PRODUCTS_DIR}/tktest\"\nfi\necho \"Done\"\nrm -f \"${SCRIPT_INPUT_FILE_0}\"\nexit ${result}\n";
showEnvVarsInLog = 0;
};
F9A5C5F508F651A2008AE941 /* ShellScript */ = {
@@ -4664,6 +4666,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = ReleaseUniversal;
};
@@ -4696,6 +4699,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = DebugMemCompile;
};
@@ -4724,6 +4728,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = Debug;
};
@@ -4731,6 +4736,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = Release;
};
@@ -4738,6 +4744,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = DebugNoFixZL;
};
@@ -4919,6 +4926,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = "Debug gcc42";
};
@@ -4957,6 +4965,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = "Debug llvmgcc42";
};
@@ -4999,6 +5008,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = "ReleaseUniversal gcc42";
};
@@ -5037,6 +5047,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = "ReleaseUniversal llvmgcc42";
};
@@ -5055,6 +5066,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = DebugUnthreaded;
};
@@ -5062,6 +5074,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = DebugLeaks;
};
@@ -5114,6 +5127,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = ReleaseUniversal10.4uSDK;
};
@@ -5149,6 +5163,7 @@
buildSettings = {
LDFLAGS = "-force_cpusubtype_ALL $(LDFLAGS)";
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = ReleasePPC10.3.9SDK;
};
@@ -5180,6 +5195,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = ReleasePPC10.2.8SDK;
};
@@ -5219,6 +5235,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = Wish;
+ SKIP_INSTALL = NO;
};
name = ReleaseUniversal10.5SDK;
};