]> err.no Git - sope/commitdiff
revived compilation for sope-4.5 due to some tests
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 28 Jul 2006 09:34:36 +0000 (09:34 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 28 Jul 2006 09:34:36 +0000 (09:34 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1329 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

Recycler/ExpatSaxDriver/ExpatSaxDriver-Info.plist [new file with mode: 0644]
Recycler/ExpatSaxDriver/ExpatSaxDriver.m
Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/project.pbxproj [new file with mode: 0644]
Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/znek.perspective [new file with mode: 0644]
Recycler/ExpatSaxDriver/GNUmakefile
Recycler/ExpatSaxDriver/README
Recycler/ExpatSaxDriver/Version [new file with mode: 0644]
Recycler/ExpatSaxDriver/bundle-info.plist
Recycler/ExpatSaxDriver/common.h

diff --git a/Recycler/ExpatSaxDriver/ExpatSaxDriver-Info.plist b/Recycler/ExpatSaxDriver/ExpatSaxDriver-Info.plist
new file mode 100644 (file)
index 0000000..03c7996
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleExecutable</key>
+       <string>ExpatSaxDriver</string>
+       <key>CFBundleGetInfoString</key>
+       <string></string>
+       <key>CFBundleIconFile</key>
+       <string></string>
+       <key>CFBundleIdentifier</key>
+       <string>org.OpenGroupware.sope-xml.ExpatSaxDriver</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>BNDL</string>
+       <key>CFBundleShortVersionString</key>
+       <string></string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>4.5.0</string>
+</dict>
+</plist>
index 938f37882600756af543ce9df1a5f51b97a3bfe6..5bb325ed7d33ca2df0787d9d72aab7f9e90a65a1 100644 (file)
@@ -18,7 +18,7 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
+// $Id: ExpatSaxDriver.m 1 2004-08-20 10:08:27Z znek $
 
 #import <Foundation/NSObject.h>
 #include <SaxObjC/SaxXMLReader.h>
@@ -30,6 +30,7 @@
 #include <SaxObjC/SaxLocator.h>
 #include <SaxObjC/SaxDeclHandler.h>
 #include <expat.h>
+#include <NGExtensions/NGExtensions.h>
 
 @class NSMutableArray, NSMutableDictionary;
 @class SaxAttributes;
@@ -62,7 +63,6 @@
 @end
 
 #include <SaxObjC/SaxException.h>
-#include <SaxObjC/SaxDocumentHandlerAdaptor.h>
 #include "common.h"
 
 static NSString *SaxDeclHandlerProperty =
@@ -95,6 +95,9 @@ typedef struct {
 static NSMapTable *uniqueStrings = NULL; // THREAD
 static Class NSStringClass = Nil;
 
+// ZNeK: bad idea, no?
+#define NSNonOwnedCStringMapKeyCallBacks NSNonOwnedPointerMapKeyCallBacks
+
 static inline NSString *uniqueStringUTF8(const char *utf8) {
   NSString *s;
   char *newkey;
@@ -225,6 +228,7 @@ static inline NSString *uniqueStringUTF8(const char *utf8) {
 
 /* handlers */
 
+#if 0
 - (void)setDocumentHandler:(id<NSObject,SaxDocumentHandler>)_handler {
   SaxDocumentHandlerAdaptor *a;
 
@@ -232,6 +236,7 @@ static inline NSString *uniqueStringUTF8(const char *utf8) {
   [self setContentHandler:a];
   RELEASE(a);
 }
+#endif
 
 - (void)setDTDHandler:(id<NSObject,SaxDTDHandler>)_handler {
   ASSIGN(self->dtdHandler, _handler);
diff --git a/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/project.pbxproj b/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..a68dd1d
--- /dev/null
@@ -0,0 +1,328 @@
+// !$*UTF8*$!
+{
+       archiveVersion = 1;
+       classes = {
+       };
+       objectVersion = 42;
+       objects = {
+
+/* Begin PBXBuildFile section */
+               ADABC8820700497D00B582C7 /* ExpatSaxDriver.sax in CopyFiles */ = {isa = PBXBuildFile; fileRef = ADDF535406DE6CC800C4E7F8 /* ExpatSaxDriver.sax */; };
+               ADDB0CEE0A792F5100043618 /* libexpat.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = ADDB0CED0A792F5100043618 /* libexpat.dylib */; };
+               ADDF539906DE6EA300C4E7F8 /* bundle-info.plist in Resources */ = {isa = PBXBuildFile; fileRef = ADDF538506DE6EA300C4E7F8 /* bundle-info.plist */; };
+               ADDF539C06DE6EA300C4E7F8 /* COPYING in Resources */ = {isa = PBXBuildFile; fileRef = ADDF538806DE6EA300C4E7F8 /* COPYING */; };
+               ADDF53A506DE6EA300C4E7F8 /* ExpatSaxDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = ADDF539106DE6EA300C4E7F8 /* ExpatSaxDriver.m */; };
+               ADDF53A806DE6EA300C4E7F8 /* README in Resources */ = {isa = PBXBuildFile; fileRef = ADDF539406DE6EA300C4E7F8 /* README */; };
+               ADDF541E06DE710900C4E7F8 /* SaxObjC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADDF541D06DE710900C4E7F8 /* SaxObjC.framework */; };
+               ADDF549306DE714700C4E7F8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADDF549206DE714700C4E7F8 /* Foundation.framework */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+               ADABC87D0700496800B582C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /tmp/SaxObjCBundledSAXDrivers;
+                       dstSubfolderSpec = 0;
+                       files = (
+                               ADABC8820700497D00B582C7 /* ExpatSaxDriver.sax in CopyFiles */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+               ADDB0CED0A792F5100043618 /* libexpat.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libexpat.dylib; path = /usr/local/lib/libexpat.dylib; sourceTree = "<absolute>"; };
+               ADDF535406DE6CC800C4E7F8 /* ExpatSaxDriver.sax */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExpatSaxDriver.sax; sourceTree = BUILT_PRODUCTS_DIR; };
+               ADDF535606DE6CC800C4E7F8 /* ExpatSaxDriver-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "ExpatSaxDriver-Info.plist"; sourceTree = "<group>"; };
+               ADDF538506DE6EA300C4E7F8 /* bundle-info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = "bundle-info.plist"; sourceTree = "<group>"; };
+               ADDF538706DE6EA300C4E7F8 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
+               ADDF538806DE6EA300C4E7F8 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYING; sourceTree = "<group>"; };
+               ADDF538A06DE6EA300C4E7F8 /* GNUmakefile */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; indentWidth = 8; path = GNUmakefile; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; };
+               ADDF538B06DE6EA300C4E7F8 /* GNUmakefile.preamble */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; indentWidth = 8; path = GNUmakefile.preamble; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; };
+               ADDF539106DE6EA300C4E7F8 /* ExpatSaxDriver.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = ExpatSaxDriver.m; sourceTree = "<group>"; };
+               ADDF539406DE6EA300C4E7F8 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
+               ADDF539706DE6EA300C4E7F8 /* unicode.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = unicode.h; sourceTree = "<group>"; };
+               ADDF541D06DE710900C4E7F8 /* SaxObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SaxObjC.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/SaxObjC.framework"; sourceTree = "<absolute>"; };
+               ADDF549206DE714700C4E7F8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
+               ADECEE4F078A4DB900B7221D /* fhs.make */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; indentWidth = 8; path = fhs.make; sourceTree = "<group>"; tabWidth = 8; };
+               ADECEE50078A4DB900B7221D /* GNUmakefile.postamble */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; indentWidth = 8; path = GNUmakefile.postamble; sourceTree = "<group>"; tabWidth = 8; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+               ADDF535206DE6CC800C4E7F8 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               ADDF541E06DE710900C4E7F8 /* SaxObjC.framework in Frameworks */,
+                               ADDF549306DE714700C4E7F8 /* Foundation.framework in Frameworks */,
+                               ADDB0CEE0A792F5100043618 /* libexpat.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+               ADDF534406DE6C5300C4E7F8 = {
+                       isa = PBXGroup;
+                       children = (
+                               ADDB0CED0A792F5100043618 /* libexpat.dylib */,
+                               ADDF539406DE6EA300C4E7F8 /* README */,
+                               ADDF538806DE6EA300C4E7F8 /* COPYING */,
+                               ADDF538506DE6EA300C4E7F8 /* bundle-info.plist */,
+                               ADDF53AF06DE6EBD00C4E7F8 /* Makefiles */,
+                               ADDF53B206DE6ECF00C4E7F8 /* Headers */,
+                               ADDF53B506DE6ED700C4E7F8 /* Classes */,
+                               ADDF53C606DE6EE300C4E7F8 /* Resources */,
+                               ADDF535506DE6CC800C4E7F8 /* Products */,
+                               ADDF53CE06DE6FC500C4E7F8 /* Linked Frameworks */,
+                       );
+                       sourceTree = "<group>";
+               };
+               ADDF535506DE6CC800C4E7F8 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               ADDF535406DE6CC800C4E7F8 /* ExpatSaxDriver.sax */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               ADDF53AF06DE6EBD00C4E7F8 /* Makefiles */ = {
+                       isa = PBXGroup;
+                       children = (
+                               ADDF538A06DE6EA300C4E7F8 /* GNUmakefile */,
+                               ADDF538B06DE6EA300C4E7F8 /* GNUmakefile.preamble */,
+                               ADECEE50078A4DB900B7221D /* GNUmakefile.postamble */,
+                               ADECEE4F078A4DB900B7221D /* fhs.make */,
+                       );
+                       name = Makefiles;
+                       sourceTree = "<group>";
+               };
+               ADDF53B206DE6ECF00C4E7F8 /* Headers */ = {
+                       isa = PBXGroup;
+                       children = (
+                               ADDF539706DE6EA300C4E7F8 /* unicode.h */,
+                       );
+                       name = Headers;
+                       sourceTree = "<group>";
+               };
+               ADDF53B506DE6ED700C4E7F8 /* Classes */ = {
+                       isa = PBXGroup;
+                       children = (
+                               ADDF538706DE6EA300C4E7F8 /* common.h */,
+                               ADDF539106DE6EA300C4E7F8 /* ExpatSaxDriver.m */,
+                       );
+                       name = Classes;
+                       sourceTree = "<group>";
+               };
+               ADDF53C606DE6EE300C4E7F8 /* Resources */ = {
+                       isa = PBXGroup;
+                       children = (
+                               ADDF535606DE6CC800C4E7F8 /* ExpatSaxDriver-Info.plist */,
+                       );
+                       name = Resources;
+                       sourceTree = "<group>";
+               };
+               ADDF53CE06DE6FC500C4E7F8 /* Linked Frameworks */ = {
+                       isa = PBXGroup;
+                       children = (
+                               ADDF549206DE714700C4E7F8 /* Foundation.framework */,
+                               ADDF541D06DE710900C4E7F8 /* SaxObjC.framework */,
+                       );
+                       name = "Linked Frameworks";
+                       sourceTree = "<group>";
+               };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+               ADDF535306DE6CC800C4E7F8 /* ExpatSaxDriver */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = ADA0769B0857286600993825 /* Build configuration list for PBXNativeTarget "ExpatSaxDriver" */;
+                       buildPhases = (
+                               ADDF535006DE6CC800C4E7F8 /* Resources */,
+                               ADDF535106DE6CC800C4E7F8 /* Sources */,
+                               ADDF535206DE6CC800C4E7F8 /* Frameworks */,
+                               ADABC87D0700496800B582C7 /* CopyFiles */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                       );
+                       name = ExpatSaxDriver;
+                       productName = ExpatSaxDriver;
+                       productReference = ADDF535406DE6CC800C4E7F8 /* ExpatSaxDriver.sax */;
+                       productType = "com.apple.product-type.bundle";
+               };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+               ADDF534806DE6C5400C4E7F8 /* Project object */ = {
+                       isa = PBXProject;
+                       buildConfigurationList = ADA0769F0857286600993825 /* Build configuration list for PBXProject "ExpatSaxDriver" */;
+                       hasScannedForEncodings = 0;
+                       mainGroup = ADDF534406DE6C5300C4E7F8;
+                       productRefGroup = ADDF535506DE6CC800C4E7F8 /* Products */;
+                       projectDirPath = "";
+                       targets = (
+                               ADDF535306DE6CC800C4E7F8 /* ExpatSaxDriver */,
+                       );
+               };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+               ADDF535006DE6CC800C4E7F8 /* Resources */ = {
+                       isa = PBXResourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               ADDF539906DE6EA300C4E7F8 /* bundle-info.plist in Resources */,
+                               ADDF539C06DE6EA300C4E7F8 /* COPYING in Resources */,
+                               ADDF53A806DE6EA300C4E7F8 /* README in Resources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+               ADDF535106DE6CC800C4E7F8 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               ADDF53A506DE6EA300C4E7F8 /* ExpatSaxDriver.m in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+               ADA0769C0857286600993825 /* Development */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               COPY_PHASE_STRIP = NO;
+                               FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+                               GCC_DYNAMIC_NO_PIC = NO;
+                               GCC_ENABLE_FIX_AND_CONTINUE = YES;
+                               GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+                               GCC_OPTIMIZATION_LEVEL = 0;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               GCC_PREFIX_HEADER = common.h;
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       "APPLE_RUNTIME=1",
+                                       "NeXT_Foundation_LIBRARY=1",
+                                       "COCOA_Foundation_LIBRARY=1",
+                                       "NeXT_RUNTIME=1",
+                                       "COMPILE_AS_FRAMEWORK=1",
+                                       "DEBUG=1",
+                               );
+                               INFOPLIST_FILE = "ExpatSaxDriver-Info.plist";
+                               INSTALL_PATH = "$(USER_LIBRARY_DIR)/SaxDrivers";
+                               OTHER_CFLAGS = "-I/usr/include/libxml2";
+                               OTHER_LDFLAGS = "-lxml2";
+                               PRODUCT_NAME = ExpatSaxDriver;
+                               WARNING_CFLAGS = "-Wmost";
+                               WRAPPER_EXTENSION = sax;
+                               ZERO_LINK = YES;
+                       };
+                       name = Development;
+               };
+               ADA0769D0857286600993825 /* Wrapper */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               COPY_PHASE_STRIP = YES;
+                               DEPLOYMENT_LOCATION = NO;
+                               DEPLOYMENT_POSTPROCESSING = YES;
+                               DSTROOT = /;
+                               FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks";
+                               GCC_DYNAMIC_NO_PIC = NO;
+                               GCC_ENABLE_FIX_AND_CONTINUE = NO;
+                               GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+                               GCC_OPTIMIZATION_LEVEL = 3;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               GCC_PREFIX_HEADER = common.h;
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       "APPLE_RUNTIME=1",
+                                       "NeXT_Foundation_LIBRARY=1",
+                                       "COCOA_Foundation_LIBRARY=1",
+                                       "NeXT_RUNTIME=1",
+                                       "COMPILE_AS_FRAMEWORK=1",
+                               );
+                               INFOPLIST_FILE = "ExpatSaxDriver-Info.plist";
+                               INSTALL_PATH = "$(USER_LIBRARY_DIR)/SaxDrivers";
+                               OTHER_CFLAGS = "-I/usr/include/libxml2";
+                               OTHER_LDFLAGS = "-lxml2";
+                               PRODUCT_NAME = ExpatSaxDriver;
+                               SKIP_INSTALL = YES;
+                               SYMROOT = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks";
+                               TEMP_DIR = "$(SYMROOT)/$(PROJECT_NAME).build";
+                               UNSTRIPPED_PRODUCT = NO;
+                               WARNING_CFLAGS = "-Wmost";
+                               WRAPPER_EXTENSION = sax;
+                               ZERO_LINK = NO;
+                       };
+                       name = Wrapper;
+               };
+               ADA0769E0857286600993825 /* Default */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+                               GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               GCC_PREFIX_HEADER = common.h;
+                               INFOPLIST_FILE = "ExpatSaxDriver-Info.plist";
+                               INSTALL_PATH = "$(USER_LIBRARY_DIR)/SaxDrivers";
+                               OTHER_CFLAGS = "-I/usr/include/libxml2";
+                               OTHER_LDFLAGS = "-lxml2";
+                               PRODUCT_NAME = ExpatSaxDriver;
+                               WARNING_CFLAGS = "-Wmost";
+                               WRAPPER_EXTENSION = sax;
+                       };
+                       name = Default;
+               };
+               ADA076A00857286600993825 /* Development */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                       };
+                       name = Development;
+               };
+               ADA076A10857286600993825 /* Wrapper */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ARCHS = (
+                                       ppc,
+                                       i386,
+                               );
+                               SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
+                       };
+                       name = Wrapper;
+               };
+               ADA076A20857286600993825 /* Default */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                       };
+                       name = Default;
+               };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+               ADA0769B0857286600993825 /* Build configuration list for PBXNativeTarget "ExpatSaxDriver" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               ADA0769C0857286600993825 /* Development */,
+                               ADA0769D0857286600993825 /* Wrapper */,
+                               ADA0769E0857286600993825 /* Default */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Default;
+               };
+               ADA0769F0857286600993825 /* Build configuration list for PBXProject "ExpatSaxDriver" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               ADA076A00857286600993825 /* Development */,
+                               ADA076A10857286600993825 /* Wrapper */,
+                               ADA076A20857286600993825 /* Default */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Default;
+               };
+/* End XCConfigurationList section */
+       };
+       rootObject = ADDF534806DE6C5400C4E7F8 /* Project object */;
+}
diff --git a/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/znek.perspective b/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/znek.perspective
new file mode 100644 (file)
index 0000000..6ad8f04
--- /dev/null
@@ -0,0 +1,1448 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>ActivePerspectiveName</key>
+       <string>Build</string>
+       <key>AllowedModules</key>
+       <array>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXSmartGroupTreeModule</string>
+                       <key>Name</key>
+                       <string>Groups and Files Outline View</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXNavigatorGroup</string>
+                       <key>Name</key>
+                       <string>Editor</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>XCTaskListModule</string>
+                       <key>Name</key>
+                       <string>Task List</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>XCDetailModule</string>
+                       <key>Name</key>
+                       <string>File and Smart Group Detail Viewer</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>1</string>
+                       <key>Module</key>
+                       <string>PBXBuildResultsModule</string>
+                       <key>Name</key>
+                       <string>Detailed Build Results Viewer</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>1</string>
+                       <key>Module</key>
+                       <string>PBXProjectFindModule</string>
+                       <key>Name</key>
+                       <string>Project Batch Find Tool</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXRunSessionModule</string>
+                       <key>Name</key>
+                       <string>Run Log</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXBookmarksModule</string>
+                       <key>Name</key>
+                       <string>Bookmarks Tool</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXClassBrowserModule</string>
+                       <key>Name</key>
+                       <string>Class Browser</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXCVSModule</string>
+                       <key>Name</key>
+                       <string>Source Code Control Tool</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXDebugBreakpointsModule</string>
+                       <key>Name</key>
+                       <string>Debug Breakpoints Tool</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>XCDockableInspector</string>
+                       <key>Name</key>
+                       <string>Inspector</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXOpenQuicklyModule</string>
+                       <key>Name</key>
+                       <string>Open Quickly Tool</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>1</string>
+                       <key>Module</key>
+                       <string>PBXDebugSessionModule</string>
+                       <key>Name</key>
+                       <string>Debugger</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>1</string>
+                       <key>Module</key>
+                       <string>PBXDebugCLIModule</string>
+                       <key>Name</key>
+                       <string>Debug Console</string>
+               </dict>
+       </array>
+       <key>Description</key>
+       <string>AIODescriptionKey</string>
+       <key>DockingSystemVisible</key>
+       <false/>
+       <key>Extension</key>
+       <string>perspective</string>
+       <key>FavBarConfig</key>
+       <dict>
+               <key>PBXProjectModuleGUID</key>
+               <string>ADDB0CC40A792D3A00043618</string>
+               <key>XCBarModuleItemNames</key>
+               <dict/>
+               <key>XCBarModuleItems</key>
+               <array/>
+       </dict>
+       <key>FirstTimeWindowDisplayed</key>
+       <false/>
+       <key>Identifier</key>
+       <string>com.apple.perspectives.project.default</string>
+       <key>MajorVersion</key>
+       <integer>33</integer>
+       <key>MinorVersion</key>
+       <integer>0</integer>
+       <key>Name</key>
+       <string>All-In-One</string>
+       <key>Notifications</key>
+       <array>
+               <dict>
+                       <key>XCObserverAutoDisconnectKey</key>
+                       <true/>
+                       <key>XCObserverDefintionKey</key>
+                       <dict/>
+                       <key>XCObserverFactoryKey</key>
+                       <string>XCPerspectivesSpecificationIdentifier</string>
+                       <key>XCObserverGUIDKey</key>
+                       <string>XCObserverProjectIdentifier</string>
+                       <key>XCObserverNotificationKey</key>
+                       <string>PBXStatusBuildStateMessageNotification</string>
+                       <key>XCObserverTargetKey</key>
+                       <string>XCMainBuildResultsModuleGUID</string>
+                       <key>XCObserverTriggerKey</key>
+                       <string>awakenModuleWithObserver:</string>
+                       <key>XCObserverValidationKey</key>
+                       <dict/>
+               </dict>
+       </array>
+       <key>OpenEditors</key>
+       <array/>
+       <key>PerspectiveWidths</key>
+       <array>
+               <integer>1032</integer>
+               <integer>1032</integer>
+               <integer>1032</integer>
+       </array>
+       <key>Perspectives</key>
+       <array>
+               <dict>
+                       <key>ChosenToolbarItems</key>
+                       <array>
+                               <string>XCToolbarPerspectiveControl</string>
+                               <string>NSToolbarSeparatorItem</string>
+                               <string>active-target-popup</string>
+                               <string>action</string>
+                               <string>NSToolbarFlexibleSpaceItem</string>
+                               <string>buildOrClean</string>
+                               <string>build-and-runOrDebug</string>
+                               <string>com.apple.ide.PBXToolbarStopButton</string>
+                               <string>get-info</string>
+                               <string>toggle-editor</string>
+                               <string>NSToolbarFlexibleSpaceItem</string>
+                               <string>com.apple.pbx.toolbar.searchfield</string>
+                       </array>
+                       <key>ControllerClassBaseName</key>
+                       <string></string>
+                       <key>IconName</key>
+                       <string>WindowOfProject</string>
+                       <key>Identifier</key>
+                       <string>perspective.project</string>
+                       <key>IsVertical</key>
+                       <false/>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>ContentConfiguration</key>
+                                       <dict>
+                                               <key>PBXBottomSmartGroupGIDs</key>
+                                               <array>
+                                                       <string>1C37FBAC04509CD000000102</string>
+                                                       <string>1C37FAAC04509CD000000102</string>
+                                                       <string>1C08E77C0454961000C914BD</string>
+                                                       <string>1C37FABC05509CD000000102</string>
+                                                       <string>1C37FABC05539CD112110102</string>
+                                                       <string>E2644B35053B69B200211256</string>
+                                                       <string>1C37FABC04509CD000100104</string>
+                                                       <string>1CC0EA4004350EF90044410B</string>
+                                                       <string>1CC0EA4004350EF90041110B</string>
+                                                       <string>1C77FABC04509CD000000102</string>
+                                               </array>
+                                               <key>PBXProjectModuleGUID</key>
+                                               <string>1CA23ED40692098700951B8B</string>
+                                               <key>PBXProjectModuleLabel</key>
+                                               <string>Files</string>
+                                               <key>PBXProjectStructureProvided</key>
+                                               <string>yes</string>
+                                               <key>PBXSmartGroupTreeModuleColumnData</key>
+                                               <dict>
+                                                       <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
+                                                       <array>
+                                                               <real>268</real>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
+                                                       <array>
+                                                               <string>MainColumn</string>
+                                                       </array>
+                                               </dict>
+                                               <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
+                                               <dict>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
+                                                       <array>
+                                                               <string>ADDF534406DE6C5300C4E7F8</string>
+                                                               <string>ADDF53AF06DE6EBD00C4E7F8</string>
+                                                               <string>ADDF53B206DE6ECF00C4E7F8</string>
+                                                               <string>ADDF53B506DE6ED700C4E7F8</string>
+                                                               <string>ADDF53C606DE6EE300C4E7F8</string>
+                                                               <string>ADDF535506DE6CC800C4E7F8</string>
+                                                               <string>ADDF53CE06DE6FC500C4E7F8</string>
+                                                               <string>1C37FBAC04509CD000000102</string>
+                                                               <string>ADDB0CF10A792F6900043618</string>
+                                                               <string>ADDB0CF20A792F6900043618</string>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
+                                                       <array>
+                                                               <array>
+                                                                       <integer>26</integer>
+                                                                       <integer>23</integer>
+                                                                       <integer>22</integer>
+                                                               </array>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
+                                                       <string>{{0, 0}, {268, 740}}</string>
+                                               </dict>
+                                               <key>PBXTopSmartGroupGIDs</key>
+                                               <array/>
+                                               <key>XCIncludePerspectivesSwitch</key>
+                                               <false/>
+                                       </dict>
+                                       <key>GeometryConfiguration</key>
+                                       <dict>
+                                               <key>Frame</key>
+                                               <string>{{0, 0}, {285, 758}}</string>
+                                               <key>GroupTreeTableConfiguration</key>
+                                               <array>
+                                                       <string>MainColumn</string>
+                                                       <real>268</real>
+                                               </array>
+                                       </dict>
+                                       <key>Module</key>
+                                       <string>PBXSmartGroupTreeModule</string>
+                                       <key>Proportion</key>
+                                       <string>285pt</string>
+                               </dict>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>ADDB0CA70A792D2400043618</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>ExpatSaxDriver.m</string>
+                                                               <key>PBXSplitModuleInNavigatorKey</key>
+                                                               <dict>
+                                                                       <key>Split0</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>ADDB0CA80A792D2400043618</string>
+                                                                               <key>PBXProjectModuleLabel</key>
+                                                                               <string>ExpatSaxDriver.m</string>
+                                                                               <key>_historyCapacity</key>
+                                                                               <integer>0</integer>
+                                                                               <key>bookmark</key>
+                                                                               <string>ADDB0CF30A792F6900043618</string>
+                                                                               <key>history</key>
+                                                                               <array>
+                                                                                       <string>ADDB0CA90A792D2400043618</string>
+                                                                                       <string>ADDB0CB80A792D3A00043618</string>
+                                                                                       <string>ADDB0CD60A792EBE00043618</string>
+                                                                                       <string>ADDB0CEC0A792F3400043618</string>
+                                                                               </array>
+                                                                               <key>nextStack</key>
+                                                                               <array>
+                                                                                       <string>ADDB0CD90A792EBE00043618</string>
+                                                                               </array>
+                                                                               <key>prevStack</key>
+                                                                               <array>
+                                                                                       <string>ADDB0CAC0A792D2400043618</string>
+                                                                                       <string>ADDB0CAD0A792D2400043618</string>
+                                                                                       <string>ADDB0CBA0A792D3A00043618</string>
+                                                                               </array>
+                                                                       </dict>
+                                                                       <key>SplitCount</key>
+                                                                       <string>1</string>
+                                                               </dict>
+                                                               <key>StatusBarVisibility</key>
+                                                               <true/>
+                                                               <key>XCSharingToken</key>
+                                                               <string>com.apple.Xcode.CommonNavigatorGroupSharingToken</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {742, 226}}</string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXNavigatorGroup</string>
+                                                       <key>Proportion</key>
+                                                       <string>226pt</string>
+                                               </dict>
+                                               <dict>
+                                                       <key>Proportion</key>
+                                                       <string>527pt</string>
+                                                       <key>Tabs</key>
+                                                       <array>
+                                                               <dict>
+                                                                       <key>ContentConfiguration</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>1CA23EDF0692099D00951B8B</string>
+                                                                               <key>PBXProjectModuleLabel</key>
+                                                                               <string>Detail</string>
+                                                                       </dict>
+                                                                       <key>GeometryConfiguration</key>
+                                                                       <dict>
+                                                                               <key>Frame</key>
+                                                                               <string>{{10, 27}, {742, 500}}</string>
+                                                                       </dict>
+                                                                       <key>Module</key>
+                                                                       <string>XCDetailModule</string>
+                                                               </dict>
+                                                               <dict>
+                                                                       <key>ContentConfiguration</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>1CA23EE00692099D00951B8B</string>
+                                                                               <key>PBXProjectModuleLabel</key>
+                                                                               <string>Project Find</string>
+                                                                       </dict>
+                                                                       <key>GeometryConfiguration</key>
+                                                                       <dict>
+                                                                               <key>Frame</key>
+                                                                               <string>{{10, 31}, {603, 297}}</string>
+                                                                       </dict>
+                                                                       <key>Module</key>
+                                                                       <string>PBXProjectFindModule</string>
+                                                               </dict>
+                                                               <dict>
+                                                                       <key>ContentConfiguration</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>1CA23EE10692099D00951B8B</string>
+                                                                               <key>PBXProjectModuleLabel</key>
+                                                                               <string>SCM Results</string>
+                                                                       </dict>
+                                                                       <key>GeometryConfiguration</key>
+                                                                       <dict>
+                                                                               <key>Frame</key>
+                                                                               <string>{{10, 31}, {603, 297}}</string>
+                                                                       </dict>
+                                                                       <key>Module</key>
+                                                                       <string>PBXCVSModule</string>
+                                                               </dict>
+                                                       </array>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>742pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Project</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>XCModuleDock</string>
+                               <string>PBXSmartGroupTreeModule</string>
+                               <string>XCModuleDock</string>
+                               <string>PBXNavigatorGroup</string>
+                               <string>XCDockableTabModule</string>
+                               <string>XCDetailModule</string>
+                               <string>PBXProjectFindModule</string>
+                               <string>PBXCVSModule</string>
+                       </array>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>ADDB0CBC0A792D3A00043618</string>
+                               <string>1CA23ED40692098700951B8B</string>
+                               <string>ADDB0CBD0A792D3A00043618</string>
+                               <string>ADDB0CA70A792D2400043618</string>
+                               <string>ADDB0CBE0A792D3A00043618</string>
+                               <string>1CA23EDF0692099D00951B8B</string>
+                               <string>1CA23EE00692099D00951B8B</string>
+                               <string>1CA23EE10692099D00951B8B</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.default</string>
+               </dict>
+               <dict>
+                       <key>ChosenToolbarItems</key>
+                       <array>
+                               <string>XCToolbarPerspectiveControl</string>
+                               <string>NSToolbarSeparatorItem</string>
+                               <string>active-target-popup</string>
+                               <string>active-executable-popup</string>
+                               <string>active-buildstyle-popup</string>
+                               <string>NSToolbarFlexibleSpaceItem</string>
+                               <string>build</string>
+                               <string>clean</string>
+                               <string>NSToolbarSeparatorItem</string>
+                               <string>run</string>
+                               <string>debug</string>
+                       </array>
+                       <key>ControllerClassBaseName</key>
+                       <string></string>
+                       <key>IconName</key>
+                       <string>BuildTabIcon</string>
+                       <key>Identifier</key>
+                       <string>perspective.build</string>
+                       <key>IsVertical</key>
+                       <false/>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>BecomeActive</key>
+                                       <true/>
+                                       <key>ContentConfiguration</key>
+                                       <dict>
+                                               <key>PBXBottomSmartGroupGIDs</key>
+                                               <array/>
+                                               <key>PBXProjectModuleGUID</key>
+                                               <string>1CA23EE50692099D00951B8B</string>
+                                               <key>PBXProjectModuleLabel</key>
+                                               <string>Files</string>
+                                               <key>PBXProjectStructureProvided</key>
+                                               <string>yes</string>
+                                               <key>PBXSmartGroupTreeModuleColumnData</key>
+                                               <dict>
+                                                       <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
+                                                       <array>
+                                                               <real>184</real>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
+                                                       <array>
+                                                               <string>MainColumn</string>
+                                                       </array>
+                                               </dict>
+                                               <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
+                                               <dict>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
+                                                       <array>
+                                                               <string>ADDF534406DE6C5300C4E7F8</string>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
+                                                       <array>
+                                                               <array>
+                                                                       <integer>0</integer>
+                                                               </array>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
+                                                       <string>{{0, 0}, {184, 740}}</string>
+                                               </dict>
+                                               <key>PBXTopSmartGroupGIDs</key>
+                                               <array/>
+                                               <key>XCIncludePerspectivesSwitch</key>
+                                               <false/>
+                                       </dict>
+                                       <key>GeometryConfiguration</key>
+                                       <dict>
+                                               <key>Frame</key>
+                                               <string>{{0, 0}, {201, 758}}</string>
+                                               <key>GroupTreeTableConfiguration</key>
+                                               <array>
+                                                       <string>MainColumn</string>
+                                                       <real>184</real>
+                                               </array>
+                                               <key>RubberWindowFrame</key>
+                                               <string>448 336 1032 799 0 0 1920 1178 </string>
+                                       </dict>
+                                       <key>Module</key>
+                                       <string>PBXSmartGroupTreeModule</string>
+                                       <key>Proportion</key>
+                                       <string>201pt</string>
+                               </dict>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>ADDB0CA70A792D2400043618</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>ExpatSaxDriver.m</string>
+                                                               <key>PBXSplitModuleInNavigatorKey</key>
+                                                               <dict>
+                                                                       <key>Split0</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>ADDB0CA80A792D2400043618</string>
+                                                                               <key>PBXProjectModuleLabel</key>
+                                                                               <string>ExpatSaxDriver.m</string>
+                                                                               <key>_historyCapacity</key>
+                                                                               <integer>0</integer>
+                                                                               <key>bookmark</key>
+                                                                               <string>ADDB0CF40A792F6900043618</string>
+                                                                               <key>history</key>
+                                                                               <array>
+                                                                                       <string>ADDB0CA90A792D2400043618</string>
+                                                                                       <string>ADDB0CD00A792D8800043618</string>
+                                                                                       <string>ADDB0CD60A792EBE00043618</string>
+                                                                                       <string>ADDB0CF00A792F5300043618</string>
+                                                                               </array>
+                                                                               <key>nextStack</key>
+                                                                               <array>
+                                                                                       <string>ADDB0CD90A792EBE00043618</string>
+                                                                               </array>
+                                                                               <key>prevStack</key>
+                                                                               <array>
+                                                                                       <string>ADDB0CAC0A792D2400043618</string>
+                                                                                       <string>ADDB0CBA0A792D3A00043618</string>
+                                                                                       <string>ADDB0CAD0A792D2400043618</string>
+                                                                               </array>
+                                                                       </dict>
+                                                                       <key>SplitCount</key>
+                                                                       <string>1</string>
+                                                               </dict>
+                                                               <key>StatusBarVisibility</key>
+                                                               <true/>
+                                                               <key>XCSharingToken</key>
+                                                               <string>com.apple.Xcode.CommonNavigatorGroupSharingToken</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {826, 310}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>448 336 1032 799 0 0 1920 1178 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXNavigatorGroup</string>
+                                                       <key>Proportion</key>
+                                                       <string>310pt</string>
+                                               </dict>
+                                               <dict>
+                                                       <key>Proportion</key>
+                                                       <string>443pt</string>
+                                                       <key>Tabs</key>
+                                                       <array>
+                                                               <dict>
+                                                                       <key>ContentConfiguration</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>XCMainBuildResultsModuleGUID</string>
+                                                                               <key>PBXProjectModuleLabel</key>
+                                                                               <string>Build</string>
+                                                                               <key>XCBuildResultsTrigger_Collapse</key>
+                                                                               <integer>1020</integer>
+                                                                               <key>XCBuildResultsTrigger_Open</key>
+                                                                               <integer>1010</integer>
+                                                                       </dict>
+                                                                       <key>GeometryConfiguration</key>
+                                                                       <dict>
+                                                                               <key>Frame</key>
+                                                                               <string>{{10, 27}, {826, 416}}</string>
+                                                                               <key>RubberWindowFrame</key>
+                                                                               <string>448 336 1032 799 0 0 1920 1178 </string>
+                                                                       </dict>
+                                                                       <key>Module</key>
+                                                                       <string>PBXBuildResultsModule</string>
+                                                               </dict>
+                                                               <dict>
+                                                                       <key>ContentConfiguration</key>
+                                                                       <dict>
+                                                                               <key>LauncherConfigVersion</key>
+                                                                               <string>3</string>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>1CA23EE80692099D00951B8B</string>
+                                                                               <key>PBXProjectModuleLabel</key>
+                                                                               <string>Run</string>
+                                                                               <key>Runner</key>
+                                                                               <dict>
+                                                                                       <key>HorizontalSplitView</key>
+                                                                                       <dict>
+                                                                                               <key>_collapsingFrameDimension</key>
+                                                                                               <real>0.0</real>
+                                                                                               <key>_indexOfCollapsedView</key>
+                                                                                               <integer>0</integer>
+                                                                                               <key>_percentageOfCollapsedView</key>
+                                                                                               <real>0.0</real>
+                                                                                               <key>isCollapsed</key>
+                                                                                               <string>yes</string>
+                                                                                               <key>sizes</key>
+                                                                                               <array>
+                                                                                                       <string>{{0, 0}, {365, 167}}</string>
+                                                                                                       <string>{{0, 176}, {365, 267}}</string>
+                                                                                               </array>
+                                                                                       </dict>
+                                                                                       <key>VerticalSplitView</key>
+                                                                                       <dict>
+                                                                                               <key>_collapsingFrameDimension</key>
+                                                                                               <real>0.0</real>
+                                                                                               <key>_indexOfCollapsedView</key>
+                                                                                               <integer>0</integer>
+                                                                                               <key>_percentageOfCollapsedView</key>
+                                                                                               <real>0.0</real>
+                                                                                               <key>isCollapsed</key>
+                                                                                               <string>yes</string>
+                                                                                               <key>sizes</key>
+                                                                                               <array>
+                                                                                                       <string>{{0, 0}, {405, 443}}</string>
+                                                                                                       <string>{{414, 0}, {514, 443}}</string>
+                                                                                               </array>
+                                                                                       </dict>
+                                                                               </dict>
+                                                                       </dict>
+                                                                       <key>GeometryConfiguration</key>
+                                                                       <dict>
+                                                                               <key>Frame</key>
+                                                                               <string>{{0, 0}, {0, 0}}</string>
+                                                                       </dict>
+                                                                       <key>Module</key>
+                                                                       <string>PBXRunSessionModule</string>
+                                                               </dict>
+                                                       </array>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>826pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Build</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>XCModuleDock</string>
+                               <string>PBXSmartGroupTreeModule</string>
+                               <string>XCModuleDock</string>
+                               <string>PBXNavigatorGroup</string>
+                               <string>XCDockableTabModule</string>
+                               <string>PBXBuildResultsModule</string>
+                               <string>PBXRunSessionModule</string>
+                               <string>XCConsole</string>
+                       </array>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>ADDB0CC00A792D3A00043618</string>
+                               <string>1CA23EE50692099D00951B8B</string>
+                               <string>ADDB0CC10A792D3A00043618</string>
+                               <string>ADDB0CA70A792D2400043618</string>
+                               <string>ADDB0CC20A792D3A00043618</string>
+                               <string>XCMainBuildResultsModuleGUID</string>
+                               <string>1CA23EE80692099D00951B8B</string>
+                               <string>ADDB0CC30A792D3A00043618</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.buildAndRun</string>
+               </dict>
+               <dict>
+                       <key>ChosenToolbarItems</key>
+                       <array>
+                               <string>XCToolbarPerspectiveControl</string>
+                               <string>NSToolbarSeparatorItem</string>
+                               <string>build-and-debug</string>
+                               <string>debug</string>
+                               <string>NSToolbarFlexibleSpaceItem</string>
+                               <string>debugger-fix-and-continue</string>
+                               <string>debugger-restart-executable</string>
+                               <string>debugger-pause</string>
+                               <string>debugger-continue</string>
+                               <string>debugger-step-over</string>
+                               <string>debugger-step-into</string>
+                               <string>debugger-step-out</string>
+                               <string>debugger-step-instruction</string>
+                               <string>NSToolbarFlexibleSpaceItem</string>
+                       </array>
+                       <key>ControllerClassBaseName</key>
+                       <string>PBXDebugSessionModule</string>
+                       <key>IconName</key>
+                       <string>DebugTabIcon</string>
+                       <key>Identifier</key>
+                       <string>perspective.debug</string>
+                       <key>IsVertical</key>
+                       <integer>1</integer>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>ContentConfiguration</key>
+                                       <dict>
+                                               <key>PBXProjectModuleGUID</key>
+                                               <string>1CCC7628064C1048000F2A68</string>
+                                               <key>PBXProjectModuleLabel</key>
+                                               <string>Debugger Console</string>
+                                       </dict>
+                                       <key>GeometryConfiguration</key>
+                                       <dict>
+                                               <key>Frame</key>
+                                               <string>{{0, 0}, {810, 0}}</string>
+                                       </dict>
+                                       <key>Module</key>
+                                       <string>PBXDebugCLIModule</string>
+                                       <key>Proportion</key>
+                                       <string>0%</string>
+                               </dict>
+                               <dict>
+                                       <key>ContentConfiguration</key>
+                                       <dict>
+                                               <key>Debugger</key>
+                                               <dict>
+                                                       <key>HorizontalSplitView</key>
+                                                       <dict>
+                                                               <key>_collapsingFrameDimension</key>
+                                                               <real>0.0</real>
+                                                               <key>_indexOfCollapsedView</key>
+                                                               <integer>0</integer>
+                                                               <key>_percentageOfCollapsedView</key>
+                                                               <real>0.0</real>
+                                                               <key>isCollapsed</key>
+                                                               <string>yes</string>
+                                                               <key>sizes</key>
+                                                               <array>
+                                                                       <string>{{0, 0}, {395, 213}}</string>
+                                                                       <string>{{395, 0}, {415, 213}}</string>
+                                                               </array>
+                                                       </dict>
+                                                       <key>VerticalSplitView</key>
+                                                       <dict>
+                                                               <key>_collapsingFrameDimension</key>
+                                                               <real>0.0</real>
+                                                               <key>_indexOfCollapsedView</key>
+                                                               <integer>0</integer>
+                                                               <key>_percentageOfCollapsedView</key>
+                                                               <real>0.0</real>
+                                                               <key>isCollapsed</key>
+                                                               <string>yes</string>
+                                                               <key>sizes</key>
+                                                               <array>
+                                                                       <string>{{0, 0}, {810, 213}}</string>
+                                                                       <string>{{0, 213}, {810, 225}}</string>
+                                                               </array>
+                                                       </dict>
+                                               </dict>
+                                               <key>LauncherConfigVersion</key>
+                                               <string>8</string>
+                                               <key>PBXProjectModuleGUID</key>
+                                               <string>1CCC7629064C1048000F2A68</string>
+                                               <key>PBXProjectModuleLabel</key>
+                                               <string>Debug</string>
+                                       </dict>
+                                       <key>GeometryConfiguration</key>
+                                       <dict>
+                                               <key>DebugConsoleDrawerSize</key>
+                                               <string>{100, 120}</string>
+                                               <key>DebugConsoleVisible</key>
+                                               <string>None</string>
+                                               <key>DebugConsoleWindowFrame</key>
+                                               <string>{{200, 200}, {500, 300}}</string>
+                                               <key>DebugSTDIOWindowFrame</key>
+                                               <string>{{200, 200}, {500, 300}}</string>
+                                               <key>Frame</key>
+                                               <string>{{0, 7}, {810, 438}}</string>
+                                       </dict>
+                                       <key>Module</key>
+                                       <string>PBXDebugSessionModule</string>
+                                       <key>Proportion</key>
+                                       <string>443pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Debug</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>XCModuleDock</string>
+                               <string>XCModuleDock</string>
+                               <string>PBXDebugCLIModule</string>
+                               <string>PBXDebugSessionModule</string>
+                               <string>XCConsole</string>
+                       </array>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1CC8E6A5069209BD00BB180A</string>
+                               <string>1CC8E6A6069209BD00BB180A</string>
+                               <string>1CCC7628064C1048000F2A68</string>
+                               <string>1CCC7629064C1048000F2A68</string>
+                               <string>1CC8E6A7069209BD00BB180A</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.debug</string>
+               </dict>
+       </array>
+       <key>PerspectivesBarVisible</key>
+       <true/>
+       <key>ShelfIsVisible</key>
+       <false/>
+       <key>SourceDescription</key>
+       <string>file at '/System/Library/PrivateFrameworks/DevToolsInterface.framework/Versions/A/Resources/XCPerspectivesSpecification.xcperspec'</string>
+       <key>StatusbarIsVisible</key>
+       <true/>
+       <key>TimeStamp</key>
+       <real>175714153.719089</real>
+       <key>ToolbarDisplayMode</key>
+       <integer>2</integer>
+       <key>ToolbarIsVisible</key>
+       <true/>
+       <key>ToolbarSizeMode</key>
+       <integer>2</integer>
+       <key>Type</key>
+       <string>Perspectives</string>
+       <key>UpdateMessage</key>
+       <string></string>
+       <key>WindowJustification</key>
+       <integer>5</integer>
+       <key>WindowOrderList</key>
+       <array>
+               <string>/Users/znek/Projects/OGo/SOPE/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj</string>
+       </array>
+       <key>WindowString</key>
+       <string>448 336 1032 799 0 0 1920 1178 </string>
+       <key>WindowTools</key>
+       <array>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.find</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>Dock</key>
+                                                       <array>
+                                                               <dict>
+                                                                       <key>ContentConfiguration</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>1CDD528C0622207200134675</string>
+                                                                               <key>PBXProjectModuleLabel</key>
+                                                                               <string>&lt;No Editor&gt;</string>
+                                                                               <key>PBXSplitModuleInNavigatorKey</key>
+                                                                               <dict>
+                                                                                       <key>Split0</key>
+                                                                                       <dict>
+                                                                                               <key>PBXProjectModuleGUID</key>
+                                                                                               <string>1CD0528D0623707200166675</string>
+                                                                                       </dict>
+                                                                                       <key>SplitCount</key>
+                                                                                       <string>1</string>
+                                                                               </dict>
+                                                                               <key>StatusBarVisibility</key>
+                                                                               <integer>1</integer>
+                                                                       </dict>
+                                                                       <key>GeometryConfiguration</key>
+                                                                       <dict>
+                                                                               <key>Frame</key>
+                                                                               <string>{{0, 0}, {781, 167}}</string>
+                                                                               <key>RubberWindowFrame</key>
+                                                                               <string>62 385 781 470 0 0 1440 878 </string>
+                                                                       </dict>
+                                                                       <key>Module</key>
+                                                                       <string>PBXNavigatorGroup</string>
+                                                                       <key>Proportion</key>
+                                                                       <string>781pt</string>
+                                                               </dict>
+                                                       </array>
+                                                       <key>Proportion</key>
+                                                       <string>50%</string>
+                                               </dict>
+                                               <dict>
+                                                       <key>BecomeActive</key>
+                                                       <integer>1</integer>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CD0528E0623707200166675</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Project Find</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{8, 0}, {773, 254}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>62 385 781 470 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXProjectFindModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>50%</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>428pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Project Find</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXProjectFindModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1C530D57069F1CE1000CFCEE</string>
+                               <string>1C530D58069F1CE1000CFCEE</string>
+                               <string>1C530D59069F1CE1000CFCEE</string>
+                               <string>1CDD528C0622207200134675</string>
+                               <string>1C530D5A069F1CE1000CFCEE</string>
+                               <string>1CE0B1FE06471DED0097A5F4</string>
+                               <string>1CD0528E0623707200166675</string>
+                       </array>
+                       <key>WindowString</key>
+                       <string>62 385 781 470 0 0 1440 878 </string>
+                       <key>WindowToolGUID</key>
+                       <string>1C530D57069F1CE1000CFCEE</string>
+                       <key>WindowToolIsVisible</key>
+                       <integer>0</integer>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.run</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>LauncherConfigVersion</key>
+                                                               <string>3</string>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CD0528B0623707200166675</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Run - cocoapp112 - cocoapp112</string>
+                                                               <key>Runner</key>
+                                                               <dict>
+                                                                       <key>HorizontalSplitView</key>
+                                                                       <dict>
+                                                                               <key>_collapsingFrameDimension</key>
+                                                                               <real>0.0</real>
+                                                                               <key>_indexOfCollapsedView</key>
+                                                                               <integer>0</integer>
+                                                                               <key>_percentageOfCollapsedView</key>
+                                                                               <real>0.0</real>
+                                                                               <key>isCollapsed</key>
+                                                                               <string>yes</string>
+                                                                               <key>sizes</key>
+                                                                               <array>
+                                                                                       <string>{{0, 0}, {365, 167}}</string>
+                                                                                       <string>{{0, 176}, {365, 267}}</string>
+                                                                               </array>
+                                                                       </dict>
+                                                                       <key>VerticalSplitView</key>
+                                                                       <dict>
+                                                                               <key>_collapsingFrameDimension</key>
+                                                                               <real>0.0</real>
+                                                                               <key>_indexOfCollapsedView</key>
+                                                                               <integer>0</integer>
+                                                                               <key>_percentageOfCollapsedView</key>
+                                                                               <real>0.0</real>
+                                                                               <key>isCollapsed</key>
+                                                                               <string>yes</string>
+                                                                               <key>sizes</key>
+                                                                               <array>
+                                                                                       <string>{{0, 0}, {405, 443}}</string>
+                                                                                       <string>{{414, 0}, {514, 443}}</string>
+                                                                               </array>
+                                                                       </dict>
+                                                               </dict>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {456, 192}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>741 130 456 234 0 0 1280 1002 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXRunSessionModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>192pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>192pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Run Log</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXRunSessionModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1C78EAAF065D492600B07095</string>
+                               <string>1C78EAB0065D492600B07095</string>
+                               <string>1CD0528B0623707200166675</string>
+                               <string>1C78EAB1065D492600B07095</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.run</string>
+                       <key>WindowString</key>
+                       <string>741 130 456 234 0 0 1280 1002 </string>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.scm</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1C78EAB2065D492600B07095</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>&lt;No Editor&gt;</string>
+                                                               <key>PBXSplitModuleInNavigatorKey</key>
+                                                               <dict>
+                                                                       <key>Split0</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>1C78EAB3065D492600B07095</string>
+                                                                       </dict>
+                                                                       <key>SplitCount</key>
+                                                                       <string>1</string>
+                                                               </dict>
+                                                               <key>StatusBarVisibility</key>
+                                                               <integer>1</integer>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {452, 0}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>743 379 452 308 0 0 1280 1002 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXNavigatorGroup</string>
+                                                       <key>Proportion</key>
+                                                       <string>0pt</string>
+                                               </dict>
+                                               <dict>
+                                                       <key>BecomeActive</key>
+                                                       <integer>1</integer>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CD052920623707200166675</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>SCM</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>ConsoleFrame</key>
+                                                               <string>{{0, 259}, {452, 0}}</string>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 7}, {452, 259}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>743 379 452 308 0 0 1280 1002 </string>
+                                                               <key>TableConfiguration</key>
+                                                               <array>
+                                                                       <string>Status</string>
+                                                                       <real>30</real>
+                                                                       <string>FileName</string>
+                                                                       <real>199</real>
+                                                                       <string>Path</string>
+                                                                       <real>197.09500122070312</real>
+                                                               </array>
+                                                               <key>TableFrame</key>
+                                                               <string>{{0, 0}, {452, 250}}</string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXCVSModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>262pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>266pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>SCM</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXCVSModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1C78EAB4065D492600B07095</string>
+                               <string>1C78EAB5065D492600B07095</string>
+                               <string>1C78EAB2065D492600B07095</string>
+                               <string>1CD052920623707200166675</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.scm</string>
+                       <key>WindowString</key>
+                       <string>743 379 452 308 0 0 1280 1002 </string>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.breakpoints</string>
+                       <key>IsVertical</key>
+                       <integer>0</integer>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>BecomeActive</key>
+                                                       <integer>1</integer>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXBottomSmartGroupGIDs</key>
+                                                               <array>
+                                                                       <string>1C77FABC04509CD000000102</string>
+                                                               </array>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CE0B1FE06471DED0097A5F4</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Files</string>
+                                                               <key>PBXProjectStructureProvided</key>
+                                                               <string>no</string>
+                                                               <key>PBXSmartGroupTreeModuleColumnData</key>
+                                                               <dict>
+                                                                       <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
+                                                                       <array>
+                                                                               <real>168</real>
+                                                                       </array>
+                                                                       <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
+                                                                       <array>
+                                                                               <string>MainColumn</string>
+                                                                       </array>
+                                                               </dict>
+                                                               <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
+                                                               <dict>
+                                                                       <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
+                                                                       <array>
+                                                                               <string>1C77FABC04509CD000000102</string>
+                                                                       </array>
+                                                                       <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
+                                                                       <array>
+                                                                               <array>
+                                                                                       <integer>0</integer>
+                                                                               </array>
+                                                                       </array>
+                                                                       <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
+                                                                       <string>{{0, 0}, {168, 350}}</string>
+                                                               </dict>
+                                                               <key>PBXTopSmartGroupGIDs</key>
+                                                               <array/>
+                                                               <key>XCIncludePerspectivesSwitch</key>
+                                                               <integer>0</integer>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {185, 368}}</string>
+                                                               <key>GroupTreeTableConfiguration</key>
+                                                               <array>
+                                                                       <string>MainColumn</string>
+                                                                       <real>168</real>
+                                                               </array>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>315 424 744 409 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXSmartGroupTreeModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>185pt</string>
+                                               </dict>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CA1AED706398EBD00589147</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Detail</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{190, 0}, {554, 368}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>315 424 744 409 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>XCDetailModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>554pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>368pt</string>
+                               </dict>
+                       </array>
+                       <key>MajorVersion</key>
+                       <integer>2</integer>
+                       <key>MinorVersion</key>
+                       <integer>0</integer>
+                       <key>Name</key>
+                       <string>Breakpoints</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXSmartGroupTreeModule</string>
+                               <string>XCDetailModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1CDDB66807F98D9800BB5817</string>
+                               <string>1CDDB66907F98D9800BB5817</string>
+                               <string>1CE0B1FE06471DED0097A5F4</string>
+                               <string>1CA1AED706398EBD00589147</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.breakpoints</string>
+                       <key>WindowString</key>
+                       <string>315 424 744 409 0 0 1440 878 </string>
+                       <key>WindowToolGUID</key>
+                       <string>1CDDB66807F98D9800BB5817</string>
+                       <key>WindowToolIsVisible</key>
+                       <integer>1</integer>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.debugAnimator</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>Module</key>
+                                                       <string>PBXNavigatorGroup</string>
+                                                       <key>Proportion</key>
+                                                       <string>100%</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>100%</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Debug Visualizer</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXNavigatorGroup</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.debugAnimator</string>
+                       <key>WindowString</key>
+                       <string>100 100 700 500 0 0 1280 1002 </string>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.bookmarks</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>Module</key>
+                                                       <string>PBXBookmarksModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>166pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>166pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Bookmarks</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXBookmarksModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>0</integer>
+                       <key>WindowString</key>
+                       <string>538 42 401 187 0 0 1280 1002 </string>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.classBrowser</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>BecomeActive</key>
+                                                       <integer>1</integer>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>OptionsSetName</key>
+                                                               <string>Hierarchy, all classes</string>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CA6456E063B45B4001379D8</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Class Browser - NSObject</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>ClassesFrame</key>
+                                                               <string>{{0, 0}, {369, 96}}</string>
+                                                               <key>ClassesTreeTableConfiguration</key>
+                                                               <array>
+                                                                       <string>PBXClassNameColumnIdentifier</string>
+                                                                       <real>208</real>
+                                                                       <string>PBXClassBookColumnIdentifier</string>
+                                                                       <real>22</real>
+                                                               </array>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {616, 353}}</string>
+                                                               <key>MembersFrame</key>
+                                                               <string>{{0, 105}, {369, 395}}</string>
+                                                               <key>MembersTreeTableConfiguration</key>
+                                                               <array>
+                                                                       <string>PBXMemberTypeIconColumnIdentifier</string>
+                                                                       <real>22</real>
+                                                                       <string>PBXMemberNameColumnIdentifier</string>
+                                                                       <real>216</real>
+                                                                       <string>PBXMemberTypeColumnIdentifier</string>
+                                                                       <real>94</real>
+                                                                       <string>PBXMemberBookColumnIdentifier</string>
+                                                                       <real>22</real>
+                                                               </array>
+                                                               <key>PBXModuleWindowStatusBarHidden2</key>
+                                                               <integer>1</integer>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>597 125 616 374 0 0 1280 1002 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXClassBrowserModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>354pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>354pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Class Browser</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXClassBrowserModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>0</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1C78EABA065D492600B07095</string>
+                               <string>1C78EABB065D492600B07095</string>
+                               <string>1CA6456E063B45B4001379D8</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.classbrowser</string>
+                       <key>WindowString</key>
+                       <string>597 125 616 374 0 0 1280 1002 </string>
+               </dict>
+       </array>
+</dict>
+</plist>
index 436c3915530cdb3594794e4cf13159bb98b6e2d0..3215d255289ae9854514ecd4ef62e5c7372ec4c0 100644 (file)
@@ -7,7 +7,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
 
 BUNDLE_NAME        = ExpatSaxDriver
 BUNDLE_EXTENSION   = .sax
-BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/Bundles
+BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/
 
 ExpatSaxDriver_OBJC_FILES = \
        ExpatSaxDriver.m        \
@@ -16,7 +16,7 @@ ExpatSaxDriver_BUNDLE_LIBS += -lSaxObjC -lexpat
 
 ExpatSaxDriver_RESOURCE_FILES = bundle-info.plist
 
-ADDITIONAL_INCLUDE_DIRS += -I../.. -I..
+ADDITIONAL_INCLUDE_DIRS += -I/usr/local/include
 
 ifneq ($(GNUSTEP_BUILD_DIR),)
 ADDITIONAL_LIB_DIRS += \
index c5fc27c83c96459ba4b33ece29931e11b428a69c..bff91a8a021d17ba9bf91d8ebffe5693cee0e505 100644 (file)
@@ -1,7 +1,11 @@
-# $Id$
-
 ExpatSaxDriver
 ==============
 
 This directory contains the sources for a SAX driver bundle which works on top
 of the Expat XML processing library.
+
+NOTE: this driver is outdated now, hence it's in the recycler. I
+revived it for some test against the libxmlSAXDriver which nevertheless
+showed that expat consumes way less memory and seems to be much faster
+when parsing "large" (in my case a 9MB XML plist) XML files than
+libxml2.
diff --git a/Recycler/ExpatSaxDriver/Version b/Recycler/ExpatSaxDriver/Version
new file mode 100644 (file)
index 0000000..a60f730
--- /dev/null
@@ -0,0 +1,3 @@
+# version
+
+SUBMINOR_VERSION:=0
index 13dbe122d9020267c3948f1666ac71fa14c57e0b..d95f73f2d9dc83e169628c73d837dff65b95588e 100644 (file)
@@ -1,5 +1,5 @@
 {
-  CVS = "$Id$";
+  CVS = "$Id: bundle-info.plist 4 2004-08-20 17:04:31Z helge $";
   //bundleHandler = NSObject;
 
   requires = {
index 0016e58475822ecb601877a0f5e816fb93356a23..5d936fa41d5fd64e9e6edef5965d2666b28b5a9f 100644 (file)
@@ -18,7 +18,7 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
+// $Id: common.h 1 2004-08-20 10:08:27Z znek $
 
 #import <Foundation/Foundation.h>