summaryrefslogtreecommitdiffstats
path: root/macosx/Wish.xcodeproj
diff options
context:
space:
mode:
authordas <das>2007-10-17 18:20:36 (GMT)
committerdas <das>2007-10-17 18:20:36 (GMT)
commitf485e73c0baf43e706eb0b598a28a8c07f01d296 (patch)
treeb7a33e7c36ec0f7e48d35f5cc1905c240570fb68 /macosx/Wish.xcodeproj
parente8f5c44e3196bc613be289b02054de4e7c28f8d0 (diff)
downloadtk-f485e73c0baf43e706eb0b598a28a8c07f01d296.zip
tk-f485e73c0baf43e706eb0b598a28a8c07f01d296.tar.gz
tk-f485e73c0baf43e706eb0b598a28a8c07f01d296.tar.bz2
* macosx/Wish.xcodeproj/project.pbxproj: add new demo files.
* macosx/Wish.xcode/project.pbxproj:
Diffstat (limited to 'macosx/Wish.xcodeproj')
-rw-r--r--macosx/Wish.xcodeproj/project.pbxproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/macosx/Wish.xcodeproj/project.pbxproj b/macosx/Wish.xcodeproj/project.pbxproj
index a13b39a..9b37a6a 100644
--- a/macosx/Wish.xcodeproj/project.pbxproj
+++ b/macosx/Wish.xcodeproj/project.pbxproj
@@ -597,6 +597,8 @@
/* Begin PBXFileReference section */
8DD76FB20486AB0100D96B5E /* tktest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tktest; sourceTree = BUILT_PRODUCTS_DIR; };
+ F9099B8A0CC67D30005A9580 /* textpeer.tcl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = textpeer.tcl; sourceTree = "<group>"; };
+ F9099B8B0CC67D3E005A9580 /* ttkbut.tcl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ttkbut.tcl; sourceTree = "<group>"; };
F91E62260C1AE686006C9D96 /* Tclsh-Info.plist.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "Tclsh-Info.plist.in"; sourceTree = "<group>"; };
F93E5EFD09CF8711008FA367 /* tkMacOSXFont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tkMacOSXFont.h; sourceTree = "<group>"; };
F95FAFF90B34F1130072E431 /* macOSXLoad.test */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = macOSXLoad.test; sourceTree = "<group>"; };
@@ -2085,7 +2087,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.29 2007/10/15 07:22:50 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.30 2007/10/17 18:20:40 das Exp $\n";
name = Wish;
path = .;
sourceTree = SOURCE_ROOT;
@@ -2502,7 +2504,9 @@
F966BB5A08F27A3A005CB29B /* tclIndex */,
F966BB5B08F27A3A005CB29B /* tcolor */,
F966BB5C08F27A3A005CB29B /* text.tcl */,
+ F9099B8A0CC67D30005A9580 /* textpeer.tcl */,
F966BB5D08F27A3A005CB29B /* timer */,
+ F9099B8B0CC67D3E005A9580 /* ttkbut.tcl */,
F966BB5E08F27A3A005CB29B /* twind.tcl */,
F966BB5F08F27A3A005CB29B /* unicodeout.tcl */,
F966BB6008F27A3A005CB29B /* vscale.tcl */,