Version 2.9 candidate
[TestXSLT.git] / TestXSLT.pbproj / project.pbxproj
index 0531f38..833f0e2 100644 (file)
                                1B2B20D9042DFDCF00000103,
                                1B2B2196042E57AB00000103,
                                1B58426804323E07004404A5,
+                               1B02A8B404FFD5F700D27002,
                        );
                        isa = PBXGroup;
                        name = Products;
 //1B2
 //1B3
 //1B4
+               1B02A8AB04FFD5B600D27002 = {
+                       children = (
+                               1B17499B04FEB2BE00E5CBC3,
+                               1B17499C04FEB2BE00E5CBC3,
+                               1B1749C304FEB65B00E5CBC3,
+                               1BD3D60E050160EC00FF9835,
+                               1B02A8AC04FFD5E400D27002,
+                               1BD3D5C605015C8400FF9835,
+                               1BD3D5C705015C8400FF9835,
+                       );
+                       isa = PBXGroup;
+                       name = "Ragel XML Scanner";
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               1B02A8AC04FFD5E400D27002 = {
+                       expectedFileType = sourcecode.c.c;
+                       fileEncoding = 30;
+                       isa = PBXFileReference;
+                       path = test_ragel_xmlscanner.c;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               1B02A8B104FFD5F700D27002 = {
+                       buildActionMask = 2147483647;
+                       files = (
+                               1B02A8C004FFD65100D27002,
+                               1BD3D5C905015C8400FF9835,
+                       );
+                       isa = PBXHeadersBuildPhase;
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               1B02A8B204FFD5F700D27002 = {
+                       buildActionMask = 2147483647;
+                       files = (
+                               1B02A8C204FFD65100D27002,
+                               1B02A8C304FFD65100D27002,
+                               1BD3D60F050160EC00FF9835,
+                       );
+                       isa = PBXSourcesBuildPhase;
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               1B02A8B304FFD5F700D27002 = {
+                       buildPhases = (
+                               1B02A8CD04FFD67900D27002,
+                               1B02A8B104FFD5F700D27002,
+                               1B02A8B204FFD5F700D27002,
+                       );
+                       buildRules = (
+                       );
+                       buildSettings = {
+                               GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+                               GCC_WARN_UNKNOWN_PRAGMAS = NO;
+                               INSTALL_PATH = /usr/local/bin;
+                               OTHER_CFLAGS = "";
+                               OTHER_LDFLAGS = "";
+                               OTHER_REZFLAGS = "";
+                               PRODUCT_NAME = "ragel-xmlscanner";
+                               SECTORDER_FLAGS = "";
+                               WARNING_CFLAGS = "-Wmost";
+                       };
+                       dependencies = (
+                       );
+                       isa = PBXNativeTarget;
+                       name = "ragel-xmlscanner";
+                       productName = "ragel-xmlscanner";
+                       productReference = 1B02A8B404FFD5F700D27002;
+                       productType = "com.apple.product-type.tool";
+               };
+               1B02A8B404FFD5F700D27002 = {
+                       expectedFileType = "compiled.mach-o.executable";
+                       includeInIndex = 0;
+                       isa = PBXFileReference;
+                       path = "ragel-xmlscanner";
+                       refType = 3;
+                       sourceTree = BUILT_PRODUCTS_DIR;
+               };
+               1B02A8C004FFD65100D27002 = {
+                       fileRef = 1B17499B04FEB2BE00E5CBC3;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               1B02A8C204FFD65100D27002 = {
+                       fileRef = 1B1749C304FEB65B00E5CBC3;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               1B02A8C304FFD65100D27002 = {
+                       fileRef = 1B02A8AC04FFD5E400D27002;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               1B02A8CD04FFD67900D27002 = {
+                       buildActionMask = 2147483647;
+                       files = (
+                       );
+                       inputPaths = (
+                       );
+                       isa = PBXShellScriptBuildPhase;
+                       outputPaths = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+                       shellPath = /bin/sh;
+                       shellScript = "/usr/local/bin/ragel -o ragel_xmldeclscanner_out.c ragel_xmldeclscanner.c\n/usr/local/bin/ragel -o ragel_xmlscanner_out.c ragel_xmlscanner.c\n";
+               };
                1B0907F0042BE55300A8A905 = {
                        fileRef = 1B6E18800427D18B00A8A905;
                        isa = PBXBuildFile;
                        refType = 3;
                        sourceTree = BUILT_PRODUCTS_DIR;
                };
+               1B17499B04FEB2BE00E5CBC3 = {
+                       expectedFileType = sourcecode.c.h;
+                       fileEncoding = 30;
+                       isa = PBXFileReference;
+                       path = ragel_xmlscanner.h;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               1B17499C04FEB2BE00E5CBC3 = {
+                       expectedFileType = sourcecode.c.c;
+                       fileEncoding = 30;
+                       isa = PBXFileReference;
+                       path = ragel_xmlscanner.c;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               1B17499D04FEB2BE00E5CBC3 = {
+                       fileRef = 1B17499B04FEB2BE00E5CBC3;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               1B1749C304FEB65B00E5CBC3 = {
+                       expectedFileType = sourcecode.c.c;
+                       fileEncoding = 30;
+                       isa = PBXFileReference;
+                       path = ragel_xmlscanner_out.c;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               1B1749C404FEB65B00E5CBC3 = {
+                       fileRef = 1B1749C304FEB65B00E5CBC3;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
                1B23468104DEB03A0050A2ED = {
                        children = (
                                1B6AEEC80493DF6900000102,
                        refType = 2;
                        sourceTree = SOURCE_ROOT;
                };
+               1BD3D5C605015C8400FF9835 = {
+                       expectedFileType = sourcecode.c.c;
+                       fileEncoding = 30;
+                       isa = PBXFileReference;
+                       path = ragel_xmldeclscanner.c;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               1BD3D5C705015C8400FF9835 = {
+                       expectedFileType = sourcecode.c.h;
+                       fileEncoding = 30;
+                       isa = PBXFileReference;
+                       path = ragel_xmldeclscanner.h;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               1BD3D5C905015C8400FF9835 = {
+                       fileRef = 1BD3D5C705015C8400FF9835;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               1BD3D5CB05015C8400FF9835 = {
+                       fileRef = 1BD3D5C705015C8400FF9835;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               1BD3D60E050160EC00FF9835 = {
+                       expectedFileType = sourcecode.c.c;
+                       fileEncoding = 30;
+                       isa = PBXFileReference;
+                       path = ragel_xmldeclscanner_out.c;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               1BD3D60F050160EC00FF9835 = {
+                       fileRef = 1BD3D60E050160EC00FF9835;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               1BD3D610050160EC00FF9835 = {
+                       fileRef = 1BD3D60E050160EC00FF9835;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               1BD3D6560501681E00FF9835 = {
+                       expectedFileType = sourcecode.c.h;
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       path = XMLUtils.h;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               1BD3D6570501681E00FF9835 = {
+                       expectedFileType = sourcecode.c.objc;
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       path = XMLUtils.m;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               1BD3D6580501681E00FF9835 = {
+                       fileRef = 1BD3D6560501681E00FF9835;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               1BD3D6590501681E00FF9835 = {
+                       fileRef = 1BD3D6570501681E00FF9835;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
                1BF7F12304F2BE74007723F5 = {
                        expectedFileType = sourcecode.c.h;
                        fileEncoding = 4;
                                1B6E7B0804C53D79008F4FEC,
                                1BC0D4EF04CD125A0079373A,
                                1B60A82C04DBDD3600ADF3F9,
+                               1B02A8B304FFD5F700D27002,
                        );
                };
                2A37F4AAFDCFA73011CA2CEA = {
                                2A37F4ABFDCFA73011CA2CEA,
                                F5F178320260CC3601267658,
                                1B23468104DEB03A0050A2ED,
-                               F7641DA602FFB2FA01A8A905,
+                               1B02A8AB04FFD5B600D27002,
+                               1B6E019204272F9300A8A905,
+                               1B5E2F3104F1086300F043CD,
+                               1B6AEEC2049344C400000102,
                                1BBE146104F29D71004DDAF6,
                                2A37F4AFFDCFA73011CA2CEA,
+                               F7641DA602FFB2FA01A8A905,
                                2A37F4B8FDCFA73011CA2CEA,
                                1BD041D40437194C0094B693,
-                               1B5E2F3104F1086300F043CD,
-                               1B6AEEC2049344C400000102,
                                2A37F4C3FDCFA73011CA2CEA,
-                               1B6E019204272F9300A8A905,
                                19C28FB0FE9D524F11CA2CBB,
                        );
                        isa = PBXGroup;
        <key>CFBundleExecutable</key>
        <string>TestXSLT</string>
        <key>CFBundleGetInfoString</key>
-       <string>TestXSLT 2.8 by Marc Liyanage, http://www.entropy.ch</string>
+       <string>TestXSLT 2.9 by Marc Liyanage, http://www.entropy.ch</string>
        <key>CFBundleHelpBookFolder</key>
        <string>TestXSLT Help</string>
        <key>CFBundleIconFile</key>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>2.8</string>
+       <string>2.9</string>
        <key>CFBundleSignature</key>
        <string>XsLt</string>
        <key>CFBundleVersion</key>
-       <string>2.8</string>
+       <string>2.9</string>
        <key>Java</key>
        <dict>
                <key>JVMVersion</key>
                                1B5E2EFB04F102EA00F043CD,
                                1B5E2F1F04F1065100F043CD,
                                1BF7F12504F2BE74007723F5,
+                               1B17499D04FEB2BE00E5CBC3,
+                               1BD3D5CB05015C8400FF9835,
+                               1BD3D6580501681E00FF9835,
                        );
                        isa = PBXHeadersBuildPhase;
                        runOnlyForDeploymentPostprocessing = 0;
                                1B5E2EFC04F102EA00F043CD,
                                1B5E2F2004F1065100F043CD,
                                1BF7F12604F2BE74007723F5,
+                               1B1749C404FEB65B00E5CBC3,
+                               1BD3D610050160EC00FF9835,
+                               1BD3D6590501681E00FF9835,
                        );
                        isa = PBXSourcesBuildPhase;
                        runOnlyForDeploymentPostprocessing = 0;
                        );
                        buildSettings = {
                                COPY_PHASE_STRIP = YES;
+                               DEPLOYMENT_LOCATION = YES;
+                               DEPLOYMENT_POSTPROCESSING = YES;
                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
                                ZERO_LINK = NO;
                        };
                                F739178402FCB43A01000103,
                                1BF7F12304F2BE74007723F5,
                                1BF7F12404F2BE74007723F5,
+                               1BD3D6560501681E00FF9835,
+                               1BD3D6570501681E00FF9835,
                        );
                        isa = PBXGroup;
                        name = "Model Classes";