diff options
author | das <das> | 2007-11-04 10:37:09 (GMT) |
---|---|---|
committer | das <das> | 2007-11-04 10:37:09 (GMT) |
commit | 4c7764c81ae8f6ef348f9b8b4840f36ea98b5c97 (patch) | |
tree | 4e19040bc8ce54bd3d439a463ded94dc3fc618b3 /macosx/Wish.xcode/project.pbxproj | |
parent | a6ff0f28e26dc7f61621709c254522ed63d75760 (diff) | |
download | tk-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.xcode/project.pbxproj')
-rw-r--r-- | macosx/Wish.xcode/project.pbxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/Wish.xcode/project.pbxproj b/macosx/Wish.xcode/project.pbxproj index ebfdfe3..bc7eca3 100644 --- a/macosx/Wish.xcode/project.pbxproj +++ b/macosx/Wish.xcode/project.pbxproj @@ -2036,6 +2036,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>"; }; @@ -2091,7 +2092,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.20 2007/10/23 06:31:49 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.21 2007/11/04 10:37:09 das Exp $\n"; name = Wish; path = .; sourceTree = SOURCE_ROOT; @@ -2487,6 +2488,7 @@ F966BB4308F27A3A005CB29B /* ixset */, F966BB4408F27A3A005CB29B /* label.tcl */, F966BB4508F27A3A005CB29B /* labelframe.tcl */, + F9D1360A0CDC252C00DBE0B5 /* mclist.tcl */, F966BB4608F27A3A005CB29B /* menu.tcl */, F966BB4708F27A3A005CB29B /* menubu.tcl */, F966BB4808F27A3A005CB29B /* msgbox.tcl */, |