summaryrefslogtreecommitdiffstats
path: root/macosx/Wish.xcodeproj
diff options
context:
space:
mode:
authordas <das>2007-11-04 10:37:09 (GMT)
committerdas <das>2007-11-04 10:37:09 (GMT)
commit4c7764c81ae8f6ef348f9b8b4840f36ea98b5c97 (patch)
tree4e19040bc8ce54bd3d439a463ded94dc3fc618b3 /macosx/Wish.xcodeproj
parenta6ff0f28e26dc7f61621709c254522ed63d75760 (diff)
downloadtk-4c7764c81ae8f6ef348f9b8b4840f36ea98b5c97.zip
tk-4c7764c81ae8f6ef348f9b8b4840f36ea98b5c97.tar.gz
tk-4c7764c81ae8f6ef348f9b8b4840f36ea98b5c97.tar.bz2
* macosx/Wish.xcodeproj/project.pbxproj: add new demo file.
* macosx/Wish.xcode/project.pbxproj:
Diffstat (limited to 'macosx/Wish.xcodeproj')
-rw-r--r--macosx/Wish.xcodeproj/project.pbxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/Wish.xcodeproj/project.pbxproj b/macosx/Wish.xcodeproj/project.pbxproj
index da2bade..8878bac 100644
--- a/macosx/Wish.xcodeproj/project.pbxproj
+++ b/macosx/Wish.xcodeproj/project.pbxproj
@@ -2038,6 +2038,7 @@
F9A3082D08F2D4AB00BAE1AB /* Tk.framework */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.framework; path = Tk.framework; sourceTree = BUILT_PRODUCTS_DIR; };
F9A3084B08F2D4CE00BAE1AB /* Wish.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Wish.app; sourceTree = BUILT_PRODUCTS_DIR; };
F9A3084E08F2D4F400BAE1AB /* Tcl.framework */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.framework; path = Tcl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ F9D1360A0CDC252C00DBE0B5 /* mclist.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = mclist.tcl; sourceTree = "<group>"; };
F9ECB1120B26521500A28025 /* pkgIndex.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = pkgIndex.tcl; sourceTree = "<group>"; };
F9ECB1130B26521500A28025 /* platform.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = platform.tcl; sourceTree = "<group>"; };
F9ECB1140B26521500A28025 /* shell.tcl */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = shell.tcl; sourceTree = "<group>"; };
@@ -2094,7 +2095,7 @@
F966C06F08F281DC005CB29B /* Frameworks */,
1AB674ADFE9D54B511CA2CBB /* Products */,
);
- comments = "Copyright (c) 2004-2007 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.32 2007/10/23 06:31:51 das Exp $\n";
+ comments = "Copyright (c) 2004-2007 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.33 2007/11/04 10:37:09 das Exp $\n";
name = Wish;
path = .;
sourceTree = SOURCE_ROOT;
@@ -2490,6 +2491,7 @@
F966BB4308F27A3A005CB29B /* ixset */,
F966BB4408F27A3A005CB29B /* label.tcl */,
F966BB4508F27A3A005CB29B /* labelframe.tcl */,
+ F9D1360A0CDC252C00DBE0B5 /* mclist.tcl */,
F966BB4608F27A3A005CB29B /* menu.tcl */,
F966BB4708F27A3A005CB29B /* menubu.tcl */,
F966BB4808F27A3A005CB29B /* msgbox.tcl */,