]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add more targets covering the CGIs and filters.
authorMichael Sweet <michael.r.sweet@gmail.com>
Fri, 15 Apr 2016 14:31:13 +0000 (10:31 -0400)
committerMichael Sweet <michael.r.sweet@gmail.com>
Fri, 15 Apr 2016 14:31:13 +0000 (10:31 -0400)
Fix some build warnings.

systemv/cancel.c
systemv/cupstestdsc.c
systemv/lpinfo.c
systemv/lpstat.c
xcode/CUPS.xcodeproj/project.pbxproj

index 67346393d0ebfd21d99b5e021d538c33635fac56..7540d0ba8eecac9231377beaea6508a489027e2a 100644 (file)
@@ -282,7 +282,7 @@ main(int  argc,                             /* I - Number of command-line arguments */
                      "requesting-user-name", NULL, cupsUser());
 
       if (purge)
-       ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", purge);
+       ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", (char)purge);
 
      /*
       * Do the request and get back a response...
@@ -348,7 +348,7 @@ main(int  argc,                             /* I - Number of command-line arguments */
       ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME,
                    "requesting-user-name", NULL, cupsUser());
 
-    ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", purge);
+    ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", (char)purge);
 
    /*
     * Do the request and get back a response...
index df69d9425953c684e7fe12449874ce33b7ad87a6..a8420b8b2920f6e683d2a6400299f6ccdaf92826 100644 (file)
@@ -187,7 +187,7 @@ check_file(const char *filename)    /* I - File to read from */
        return (1);
       }
       else
-        version = atof(line + 11);
+        version = (float)atof(line + 11);
     }
     else if (level > 0)
     {
@@ -316,7 +316,7 @@ check_file(const char *filename)    /* I - File to read from */
         saw_trailer = 1;
     }
 
-    for (i = 0; !binary && i < bytes; i ++)
+    for (i = 0; !binary && i < (int)bytes; i ++)
     {
       ch = line[i];
 
index b8f77264c60fa0959be761a8e82591547a88dbbf..692cb3ab7e13dfd70a8cc4bb1d74b1beb257857c 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include <cups/cups-private.h>
+#include <cups/adminutil.h>
 
 
 /*
index b555f6a429daf7c4ee8494e4c2dab2ab3453ba76..c487f870867a88b919483882d1f2e48419cfb841 100644 (file)
@@ -544,7 +544,7 @@ check_dest(const char  *command,    /* I  - Command name */
 
     for (pptr = printer; !isspace(*dptr & 255) && *dptr != ',' && *dptr;)
     {
-      if ((pptr - printer) < (sizeof(printer) - 1))
+      if ((size_t)(pptr - printer) < (sizeof(printer) - 1))
         *pptr++ = *dptr++;
       else
       {
index 3a35e6f6ff584d6aebf7bca028fd8bf102433b96..048882ced7cbd766a911508aba2ad435c2ad788a 100644 (file)
                        buildPhases = (
                        );
                        dependencies = (
+                               271284911CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284931CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284951CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284971CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284991CC11FA500E517C7 /* PBXTargetDependency */,
+                               2712849B1CC11FA500E517C7 /* PBXTargetDependency */,
+                               2712849D1CC11FA500E517C7 /* PBXTargetDependency */,
+                               2712849F1CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284A11CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284A31CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284A51CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284A71CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284A91CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284AB1CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284AD1CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284AF1CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284B11CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284B31CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284B51CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284B71CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284B91CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284BB1CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284BD1CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284BF1CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284C11CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284C31CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284C51CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284C71CC11FA500E517C7 /* PBXTargetDependency */,
+                               271284C91CC11FA500E517C7 /* PBXTargetDependency */,
                                726AD704135E8AA1002C930D /* PBXTargetDependency */,
                                2767FC5419267469000F61D3 /* PBXTargetDependency */,
                                273BF6DE1333B6370022CAAB /* PBXTargetDependency */,
                        buildPhases = (
                        );
                        dependencies = (
+                               271286351CC12F9000E517C7 /* PBXTargetDependency */,
+                               271286371CC12F9000E517C7 /* PBXTargetDependency */,
+                               271286391CC12F9000E517C7 /* PBXTargetDependency */,
+                               2712863B1CC12F9000E517C7 /* PBXTargetDependency */,
+                               2712863D1CC12F9000E517C7 /* PBXTargetDependency */,
+                               2712863F1CC12F9000E517C7 /* PBXTargetDependency */,
+                               271286411CC12F9000E517C7 /* PBXTargetDependency */,
+                               271286431CC12F9000E517C7 /* PBXTargetDependency */,
+                               271286451CC12F9000E517C7 /* PBXTargetDependency */,
+                               271286471CC12F9000E517C7 /* PBXTargetDependency */,
+                               2712857E1CC1295A00E517C7 /* PBXTargetDependency */,
+                               271285801CC1295A00E517C7 /* PBXTargetDependency */,
+                               271285821CC1295A00E517C7 /* PBXTargetDependency */,
+                               271285841CC1295A00E517C7 /* PBXTargetDependency */,
+                               271285861CC1295A00E517C7 /* PBXTargetDependency */,
+                               271285881CC1295A00E517C7 /* PBXTargetDependency */,
+                               2712858A1CC1295A00E517C7 /* PBXTargetDependency */,
+                               2712858C1CC1295A00E517C7 /* PBXTargetDependency */,
+                               2712858E1CC1295A00E517C7 /* PBXTargetDependency */,
+                               271285901CC1295A00E517C7 /* PBXTargetDependency */,
+                               271285921CC1295A00E517C7 /* PBXTargetDependency */,
+                               271285941CC1295A00E517C7 /* PBXTargetDependency */,
                                27A034871A8BDC6900650675 /* PBXTargetDependency */,
                                274FF5E313332D4300317ECB /* PBXTargetDependency */,
                                72BEA8D819AFA8BB0085F0F3 /* PBXTargetDependency */,
                270696551CADF3E200FFE5FB /* transcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 72220F07133305BB00FCA411 /* transcode.h */; settings = {ATTRIBUTES = (); }; };
                270696561CADF3E200FFE5FB /* versioning.h in Headers */ = {isa = PBXBuildFile; fileRef = 72220F0A133305BB00FCA411 /* versioning.h */; settings = {ATTRIBUTES = (); }; };
                2706965B1CAE1A9A00FFE5FB /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 72220F09133305BB00FCA411 /* util.c */; };
-               270CCDBA135E3D0900007BE2 /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                270CCDBC135E3D3E00007BE2 /* testmime.c in Sources */ = {isa = PBXBuildFile; fileRef = 270CCDBB135E3D3E00007BE2 /* testmime.c */; };
+               271284D21CC1231300E517C7 /* snmp-supplies.c in Sources */ = {isa = PBXBuildFile; fileRef = 7243790C1333E4E3009631B9 /* snmp-supplies.c */; };
+               271284D71CC124D700E517C7 /* libcupscgi_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA76B1CC03AF60092477B /* libcupscgi_static.a */; };
+               271284D81CC124E300E517C7 /* libcupscgi_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA76B1CC03AF60092477B /* libcupscgi_static.a */; };
+               271284D91CC124F000E517C7 /* libcupsppdc_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA7401CC03AAF0092477B /* libcupsppdc_static.a */; };
+               271284DA1CC1251400E517C7 /* libcupsimage_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA70F1CC03A490092477B /* libcupsimage_static.a */; };
+               271284DB1CC1251F00E517C7 /* libcupscgi_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA76B1CC03AF60092477B /* libcupscgi_static.a */; };
+               271284DC1CC1254C00E517C7 /* libcupsmime_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA71F1CC03A990092477B /* libcupsmime_static.a */; };
+               271284E71CC1261900E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271284ED1CC1262C00E517C7 /* cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = 2732E089137A3F5200FAFEF6 /* cancel.c */; };
+               271284F41CC1264B00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271284FA1CC1265800E517C7 /* cupsaccept.c in Sources */ = {isa = PBXBuildFile; fileRef = 2732E08A137A3F5200FAFEF6 /* cupsaccept.c */; };
+               271285011CC1265D00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285071CC1267400E517C7 /* cupstestdsc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2732E08B137A3F5200FAFEF6 /* cupstestdsc.c */; };
+               2712850E1CC1267A00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285141CC1269400E517C7 /* lp.c in Sources */ = {isa = PBXBuildFile; fileRef = 2732E08C137A3F5200FAFEF6 /* lp.c */; };
+               2712851B1CC1269700E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285211CC126A700E517C7 /* lpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 271284DD1CC125FC00E517C7 /* lpc.c */; };
+               271285281CC126AA00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               2712852E1CC126BC00E517C7 /* lpinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 2732E08E137A3F5200FAFEF6 /* lpinfo.c */; };
+               271285351CC1270B00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               2712853B1CC1271B00E517C7 /* lpmove.c in Sources */ = {isa = PBXBuildFile; fileRef = 2732E08F137A3F5200FAFEF6 /* lpmove.c */; };
+               271285421CC1271E00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285481CC1272900E517C7 /* lpoptions.c in Sources */ = {isa = PBXBuildFile; fileRef = 2732E090137A3F5200FAFEF6 /* lpoptions.c */; };
+               2712854F1CC1272D00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285551CC1273C00E517C7 /* lpq.c in Sources */ = {isa = PBXBuildFile; fileRef = 271284DE1CC125FC00E517C7 /* lpq.c */; };
+               2712855C1CC1274300E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285621CC1274F00E517C7 /* lpr.c in Sources */ = {isa = PBXBuildFile; fileRef = 271284DF1CC125FC00E517C7 /* lpr.c */; };
+               271285691CC1275200E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               2712856F1CC1276000E517C7 /* lprm.c in Sources */ = {isa = PBXBuildFile; fileRef = 271284E01CC125FC00E517C7 /* lprm.c */; };
+               271285761CC1276400E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               2712857C1CC1277000E517C7 /* lpstat.c in Sources */ = {isa = PBXBuildFile; fileRef = 2732E092137A3F5200FAFEF6 /* lpstat.c */; };
+               2712859B1CC12D1300E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285A11CC12D2100E517C7 /* admin.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF02F192E3498001EF690 /* admin.c */; };
+               271285A21CC12D2900E517C7 /* libcupscgi.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA74F1CC03ACC0092477B /* libcupscgi.dylib */; };
+               271285A91CC12D3A00E517C7 /* libcupscgi.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA74F1CC03ACC0092477B /* libcupscgi.dylib */; };
+               271285AA1CC12D3A00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285B01CC12D4A00E517C7 /* classes.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF032192E3498001EF690 /* classes.c */; };
+               271285B71CC12D4E00E517C7 /* libcupscgi.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA74F1CC03ACC0092477B /* libcupscgi.dylib */; };
+               271285B81CC12D4E00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285BE1CC12D5C00E517C7 /* jobs.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF038192E3498001EF690 /* jobs.c */; };
+               271285C51CC12D5E00E517C7 /* libcupscgi.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA74F1CC03ACC0092477B /* libcupscgi.dylib */; };
+               271285C61CC12D5E00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285CC1CC12D6D00E517C7 /* printers.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF03A192E3498001EF690 /* printers.c */; };
+               271285D31CC12DBF00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285D91CC12DD000E517C7 /* commandtops.c in Sources */ = {isa = PBXBuildFile; fileRef = 7271881713746EA8001A2036 /* commandtops.c */; };
+               271285E01CC12DDF00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285E61CC12DEF00E517C7 /* gziptoany.c in Sources */ = {isa = PBXBuildFile; fileRef = 7271881A13746EA8001A2036 /* gziptoany.c */; };
+               271285ED1CC12E2D00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271285F31CC12E3C00E517C7 /* pstops.c in Sources */ = {isa = PBXBuildFile; fileRef = 7271882013746EA8001A2036 /* pstops.c */; };
+               271285F41CC12E4200E517C7 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 7271881813746EA8001A2036 /* common.c */; };
+               271285FB1CC12EEB00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271286011CC12EFA00E517C7 /* rastertoepson.c in Sources */ = {isa = PBXBuildFile; fileRef = 7271882113746EA8001A2036 /* rastertoepson.c */; };
+               271286041CC12F0800E517C7 /* libcupsimage.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72F75A611336F9A3004BB496 /* libcupsimage.dylib */; };
+               2712860D1CC12F0B00E517C7 /* libcupsimage.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72F75A611336F9A3004BB496 /* libcupsimage.dylib */; };
+               2712860E1CC12F0B00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271286141CC12F1800E517C7 /* rastertohp.c in Sources */ = {isa = PBXBuildFile; fileRef = 7271882213746EA8001A2036 /* rastertohp.c */; };
+               2712861D1CC12F1A00E517C7 /* libcupsimage.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72F75A611336F9A3004BB496 /* libcupsimage.dylib */; };
+               2712861E1CC12F1A00E517C7 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
+               271286241CC12F2600E517C7 /* rastertolabel.c in Sources */ = {isa = PBXBuildFile; fileRef = 7271882313746EA8001A2036 /* rastertolabel.c */; };
+               2712865D1CC1309000E517C7 /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
+               2712865E1CC1309000E517C7 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2767FC591926750C000F61D3 /* CoreFoundation.framework */; };
+               2712865F1CC1309000E517C7 /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2767FC5B1926750C000F61D3 /* libresolv.dylib */; };
+               271286601CC1309000E517C7 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2767FC5C1926750C000F61D3 /* libz.dylib */; };
+               271286611CC1309000E517C7 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2767FC5D1926750C000F61D3 /* Security.framework */; };
+               271286621CC1309000E517C7 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2767FC5E1926750C000F61D3 /* SystemConfiguration.framework */; };
+               271286691CC130C700E517C7 /* tlscheck.c in Sources */ = {isa = PBXBuildFile; fileRef = 271286681CC130BD00E517C7 /* tlscheck.c */; };
+               271286731CC1310E00E517C7 /* libcupsimage_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 724FA70F1CC03A490092477B /* libcupsimage_static.a */; };
+               271286741CC1310E00E517C7 /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
+               271286751CC1310E00E517C7 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
+               271286761CC1310E00E517C7 /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
+               271286771CC1310E00E517C7 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
+               271286781CC1310E00E517C7 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
+               2712867E1CC1311D00E517C7 /* rasterbench.c in Sources */ = {isa = PBXBuildFile; fileRef = 2712866A1CC130FF00E517C7 /* rasterbench.c */; };
                273BF6C71333B5370022CAAB /* testcups.c in Sources */ = {isa = PBXBuildFile; fileRef = 273BF6C61333B5370022CAAB /* testcups.c */; };
                274FF5D913332CC700317ECB /* cups-driverd.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 274FF5D613332CC700317ECB /* cups-driverd.cxx */; };
                274FF5DA13332CC700317ECB /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 274FF5D713332CC700317ECB /* util.c */; };
                724FA5D91CC037F00092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA5DA1CC037F00092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA5DB1CC037F00092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA5DC1CC037F00092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA5E21CC037FD0092477B /* testoptions.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF049192E3544001EF690 /* testoptions.c */; };
                724FA5EB1CC038040092477B /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
                724FA5EC1CC038040092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
                724FA5ED1CC038040092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA5EE1CC038040092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA5EF1CC038040092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA5F01CC038040092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA5F61CC0380F0092477B /* testppd.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF04A192E3544001EF690 /* testppd.c */; };
                724FA5FF1CC038190092477B /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
                724FA6001CC038190092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
                724FA6011CC038190092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA6021CC038190092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA6031CC038190092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA6041CC038190092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA60A1CC038250092477B /* testpwg.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF04B192E3544001EF690 /* testpwg.c */; };
                724FA6131CC0382B0092477B /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
                724FA6141CC0382B0092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
                724FA6151CC0382B0092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA6161CC0382B0092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA6171CC0382B0092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA6181CC0382B0092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA61E1CC0383B0092477B /* testraster.c in Sources */ = {isa = PBXBuildFile; fileRef = 27F89DA21B3AC43B00E5A4B7 /* testraster.c */; };
                724FA6271CC038410092477B /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
                724FA6281CC038410092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
                724FA6291CC038410092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA62A1CC038410092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA62B1CC038410092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA62C1CC038410092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA6321CC038510092477B /* testsnmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF04C192E3544001EF690 /* testsnmp.c */; };
                724FA63B1CC038560092477B /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
                724FA63C1CC038560092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
                724FA63D1CC038560092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA63E1CC038560092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA63F1CC038560092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA6401CC038560092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA6461CC038650092477B /* testspeed.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF04E192E3602001EF690 /* testspeed.c */; };
                724FA64F1CC0386E0092477B /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
                724FA6501CC0386E0092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
                724FA6511CC0386E0092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA6521CC0386E0092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA6531CC0386E0092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA6541CC0386E0092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA65A1CC038790092477B /* testsub.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF04F192E3602001EF690 /* testsub.c */; };
                724FA6661CC038A50092477B /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
                724FA6671CC038A50092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
                724FA68F1CC038D90092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA6901CC038D90092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA6911CC038D90092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA6921CC038D90092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA6981CC038E70092477B /* testsupplies.c in Sources */ = {isa = PBXBuildFile; fileRef = 724FA65D1CC0389F0092477B /* testsupplies.c */; };
                724FA69F1CC039200092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2767FC591926750C000F61D3 /* CoreFoundation.framework */; };
                724FA6A01CC039200092477B /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2767FC5A1926750C000F61D3 /* libiconv.dylib */; };
                724FA6C91CC0395A0092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA6CA1CC0395A0092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA6CB1CC0395A0092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA6CC1CC0395A0092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA6D21CC039680092477B /* testtemplate.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF03F192E3498001EF690 /* testtemplate.c */; };
                724FA6E01CC039DE0092477B /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
                724FA6E11CC039DE0092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
                724FA6E21CC039DE0092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA6E31CC039DE0092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA6E41CC039DE0092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA6E51CC039DE0092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA6EB1CC039EB0092477B /* testnotify.c in Sources */ = {isa = PBXBuildFile; fileRef = 724FA6D71CC039D00092477B /* testnotify.c */; };
                724FA6F51CC03A210092477B /* libcups_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A4332F155844CF002E172D /* libcups_static.a */; };
                724FA6F61CC03A210092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
                724FA6F71CC03A210092477B /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; };
                724FA6F81CC03A210092477B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; };
                724FA6F91CC03A210092477B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; };
-               724FA6FA1CC03A210092477B /* libcupsmime.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220FAC13330B2200FCA411 /* libcupsmime.dylib */; };
                724FA7001CC03A2F0092477B /* testcatalog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 724FA6EC1CC03A1D0092477B /* testcatalog.cxx */; };
                724FA7051CC03A490092477B /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 72F75A691336FA8A004BB496 /* error.c */; };
                724FA7061CC03A490092477B /* interpret.c in Sources */ = {isa = PBXBuildFile; fileRef = 72F75A6A1336FA8A004BB496 /* interpret.c */; };
                724FA7071CC03A490092477B /* raster.c in Sources */ = {isa = PBXBuildFile; fileRef = 72F75A6B1336FA8A004BB496 /* raster.c */; };
-               724FA7091CC03A490092477B /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
                724FA70B1CC03A490092477B /* raster.h in Headers */ = {isa = PBXBuildFile; fileRef = 72220EFA133305BB00FCA411 /* raster.h */; settings = {ATTRIBUTES = (Public, ); }; };
                724FA7141CC03A990092477B /* filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 72220FB213330BCE00FCA411 /* filter.c */; };
                724FA7151CC03A990092477B /* mime.c in Sources */ = {isa = PBXBuildFile; fileRef = 72220FB313330BCE00FCA411 /* mime.c */; };
                724FA7161CC03A990092477B /* type.c in Sources */ = {isa = PBXBuildFile; fileRef = 72220FB513330BCE00FCA411 /* type.c */; };
-               724FA7181CC03A990092477B /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
                724FA71A1CC03A990092477B /* mime.h in Headers */ = {isa = PBXBuildFile; fileRef = 72220FB413330BCE00FCA411 /* mime.h */; settings = {ATTRIBUTES = (Private, ); }; };
                724FA71B1CC03A990092477B /* mime-private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7271883C1374AB14001A2036 /* mime-private.h */; settings = {ATTRIBUTES = (Private, ); }; };
                724FA7241CC03AAF0092477B /* ppdc-array.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 274FF5F51333315100317ECB /* ppdc-array.cxx */; };
                724FA7341CC03AAF0092477B /* ppdc-source.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 274FF6061333315100317ECB /* ppdc-source.cxx */; };
                724FA7351CC03AAF0092477B /* ppdc-string.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 274FF6071333315100317ECB /* ppdc-string.cxx */; };
                724FA7361CC03AAF0092477B /* ppdc-variable.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 274FF6081333315100317ECB /* ppdc-variable.cxx */; };
-               724FA7381CC03AAF0092477B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; };
-               724FA7391CC03AAF0092477B /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
                724FA73B1CC03AAF0092477B /* ppdc.h in Headers */ = {isa = PBXBuildFile; fileRef = 274FF6091333315100317ECB /* ppdc.h */; settings = {ATTRIBUTES = (Private, ); }; };
                724FA73C1CC03AAF0092477B /* ppdc-private.h in Headers */ = {isa = PBXBuildFile; fileRef = 274FF6031333315100317ECB /* ppdc-private.h */; settings = {ATTRIBUTES = (Private, ); }; };
                724FA7491CC03ACC0092477B /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
-               724FA7501CC03AF20092477B /* classes.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF032192E3498001EF690 /* classes.c */; };
                724FA7511CC03AF20092477B /* help-index.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF033192E3498001EF690 /* help-index.c */; };
                724FA7521CC03AF20092477B /* help.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF035192E3498001EF690 /* help.c */; };
                724FA7531CC03AF20092477B /* html.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF036192E3498001EF690 /* html.c */; };
                724FA7551CC03AF20092477B /* search.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF03B192E3498001EF690 /* search.c */; };
                724FA7561CC03AF20092477B /* template.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF03C192E3498001EF690 /* template.c */; };
                724FA7571CC03AF20092477B /* var.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF040192E3498001EF690 /* var.c */; };
-               724FA75C1CC03AF60092477B /* classes.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF032192E3498001EF690 /* classes.c */; };
                724FA75D1CC03AF60092477B /* help-index.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF033192E3498001EF690 /* help-index.c */; };
                724FA75E1CC03AF60092477B /* help.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF035192E3498001EF690 /* help.c */; };
                724FA75F1CC03AF60092477B /* html.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF036192E3498001EF690 /* html.c */; };
                724FA7611CC03AF60092477B /* search.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF03B192E3498001EF690 /* search.c */; };
                724FA7621CC03AF60092477B /* template.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF03C192E3498001EF690 /* template.c */; };
                724FA7631CC03AF60092477B /* var.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF040192E3498001EF690 /* var.c */; };
-               724FA7651CC03AF60092477B /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; };
                724FA76C1CC03B4D0092477B /* cgi-private.h in Headers */ = {isa = PBXBuildFile; fileRef = 727EF030192E3498001EF690 /* cgi-private.h */; settings = {ATTRIBUTES = (Private, ); }; };
                724FA76D1CC03B4D0092477B /* cgi.h in Headers */ = {isa = PBXBuildFile; fileRef = 727EF031192E3498001EF690 /* cgi.h */; settings = {ATTRIBUTES = (Private, ); }; };
                724FA76E1CC03B640092477B /* raster-private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2767FC76192696A0000F61D3 /* raster-private.h */; settings = {ATTRIBUTES = (Private, ); }; };
                        remoteGlobalIDString = 270CCDA6135E3C9E00007BE2;
                        remoteInfo = testmime;
                };
-               270CCDB5135E3CF700007BE2 /* PBXContainerItemProxy */ = {
-                       isa = PBXContainerItemProxy;
-                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
-                       proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
-               };
                270CCDB7135E3CFD00007BE2 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        remoteGlobalIDString = 274FF6891333B1C400317ECB;
                        remoteInfo = libcups_static;
                };
-               273BF6C81333B5410022CAAB /* PBXContainerItemProxy */ = {
+               271284901CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 274FF6891333B1C400317ECB;
                        remoteInfo = libcups_static;
                };
-               273BF6DD1333B6370022CAAB /* PBXContainerItemProxy */ = {
+               271284921CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 273BF6BC1333B5000022CAAB;
-                       remoteInfo = testcups;
+                       remoteGlobalIDString = 724FA7581CC03AF60092477B;
+                       remoteInfo = libcupscgi_static;
                };
-               274FF5DB13332CF900317ECB /* PBXContainerItemProxy */ = {
+               271284941CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA7011CC03A490092477B;
+                       remoteInfo = libcupsimage_static;
                };
-               274FF5E213332D4300317ECB /* PBXContainerItemProxy */ = {
+               271284961CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA7101CC03A990092477B;
+                       remoteInfo = libcupsmime_static;
                };
-               274FF5E413332D4300317ECB /* PBXContainerItemProxy */ = {
+               271284981CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 724FA7201CC03AAF0092477B;
+                       remoteInfo = libcupsppdc_static;
                };
-               274FF5E613332D4300317ECB /* PBXContainerItemProxy */ = {
+               2712849A1CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220F5A13330A5A00FCA411;
-                       remoteInfo = cupsd;
+                       remoteGlobalIDString = 724FA65E1CC038A50092477B;
+                       remoteInfo = test1284;
                };
-               274FF5E813332D4300317ECB /* PBXContainerItemProxy */ = {
+               2712849C1CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF5CB13332B1F00317ECB;
-                       remoteInfo = "cups-driverd";
+                       remoteGlobalIDString = 724FA5241CC0370C0092477B;
+                       remoteInfo = testadmin;
                };
-               274FF5F2133330FD00317ECB /* PBXContainerItemProxy */ = {
+               2712849E1CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA5371CC037370092477B;
+                       remoteInfo = testarray;
                };
-               274FF61F1333316200317ECB /* PBXContainerItemProxy */ = {
+               271284A01CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
-                       remoteInfo = libcupsppdc;
+                       remoteGlobalIDString = 724FA6721CC038BD0092477B;
+                       remoteInfo = testbackend;
                };
-               274FF621133331D300317ECB /* PBXContainerItemProxy */ = {
+               271284A21CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
-                       remoteInfo = libcupsppdc;
+                       remoteGlobalIDString = 724FA54A1CC037500092477B;
+                       remoteInfo = testcache;
                };
-               274FF6331333335200317ECB /* PBXContainerItemProxy */ = {
+               271284A41CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA6ED1CC03A210092477B;
+                       remoteInfo = testcatalog;
                };
-               274FF6381333348400317ECB /* PBXContainerItemProxy */ = {
+               271284A61CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6281333333600317ECB;
-                       remoteInfo = "cups-deviced";
+                       remoteGlobalIDString = 724FA6991CC039200092477B;
+                       remoteInfo = testcgi;
                };
-               274FF647133335A300317ECB /* PBXContainerItemProxy */ = {
+               271284A81CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF63D1333358B00317ECB;
-                       remoteInfo = "cups-exec";
+                       remoteGlobalIDString = 724FA55D1CC037670092477B;
+                       remoteInfo = testconflicts;
                };
-               274FF659133339D900317ECB /* PBXContainerItemProxy */ = {
+               271284AA1CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA5701CC037810092477B;
+                       remoteInfo = testfile;
                };
-               274FF65D13333A3400317ECB /* PBXContainerItemProxy */ = {
+               271284AC1CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF64E133339C400317ECB;
-                       remoteInfo = "cups-lpd";
+                       remoteGlobalIDString = 724FA6AC1CC0393E0092477B;
+                       remoteInfo = testhi;
                };
-               274FF68113333B3C00317ECB /* PBXContainerItemProxy */ = {
+               271284AE1CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA5831CC037980092477B;
+                       remoteInfo = testi18n;
                };
-               274FF68313333B3C00317ECB /* PBXContainerItemProxy */ = {
+               271284B01CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 724FA5961CC037AA0092477B;
+                       remoteInfo = testipp;
                };
-               274FF6E11333B33F00317ECB /* PBXContainerItemProxy */ = {
+               271284B21CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF67713333B2F00317ECB;
-                       remoteInfo = cupsfilter;
+                       remoteGlobalIDString = 724FA5A91CC037C60092477B;
+                       remoteInfo = testlang;
                };
-               276683651337A9D6000D33D0 /* PBXContainerItemProxy */ = {
+               271284B41CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA5BC1CC037D90092477B;
+                       remoteInfo = testlpd;
                };
-               2766836A1337AA25000D33D0 /* PBXContainerItemProxy */ = {
+               271284B61CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 2766835B1337A9B6000D33D0;
-                       remoteInfo = cupsctl;
+                       remoteGlobalIDString = 724FA6D81CC039DE0092477B;
+                       remoteInfo = testnotify;
                };
-               276683AD1337ACF9000D33D0 /* PBXContainerItemProxy */ = {
+               271284B81CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA5CF1CC037F00092477B;
+                       remoteInfo = testoptions;
                };
-               276683AF1337ACF9000D33D0 /* PBXContainerItemProxy */ = {
+               271284BA1CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
-                       remoteInfo = libcupsppdc;
+                       remoteGlobalIDString = 724FA5E31CC038040092477B;
+                       remoteInfo = testppd;
                };
-               276683B31337AD18000D33D0 /* PBXContainerItemProxy */ = {
+               271284BC1CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA5F71CC038190092477B;
+                       remoteInfo = testpwg;
                };
-               276683B51337AD18000D33D0 /* PBXContainerItemProxy */ = {
+               271284BE1CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
-                       remoteInfo = libcupsppdc;
+                       remoteGlobalIDString = 724FA60B1CC0382B0092477B;
+                       remoteInfo = testraster;
                };
-               276683BB1337AE49000D33D0 /* PBXContainerItemProxy */ = {
+               271284C01CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA61F1CC038410092477B;
+                       remoteInfo = testsnmp;
                };
-               276683BD1337AE49000D33D0 /* PBXContainerItemProxy */ = {
+               271284C21CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
-                       remoteInfo = libcupsppdc;
+                       remoteGlobalIDString = 724FA6331CC038560092477B;
+                       remoteInfo = testspeed;
                };
-               276683BF1337B1AD000D33D0 /* PBXContainerItemProxy */ = {
+               271284C41CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA6471CC0386E0092477B;
+                       remoteInfo = testsub;
                };
-               276683C11337B1AD000D33D0 /* PBXContainerItemProxy */ = {
+               271284C61CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
-                       remoteInfo = libcupsppdc;
+                       remoteGlobalIDString = 724FA6851CC038D90092477B;
+                       remoteInfo = testsupplies;
                };
-               276683C51337B1BC000D33D0 /* PBXContainerItemProxy */ = {
+               271284C81CC11FA500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 724FA6BF1CC0395A0092477B;
+                       remoteInfo = testtemplate;
                };
-               276683C71337B1BC000D33D0 /* PBXContainerItemProxy */ = {
+               271284CA1CC122D000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
-                       remoteInfo = libcupsppdc;
+                       remoteGlobalIDString = 724FA7581CC03AF60092477B;
+                       remoteInfo = libcupscgi_static;
                };
-               276683D61337B24A000D33D0 /* PBXContainerItemProxy */ = {
+               271284CC1CC122E400E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 2766836F1337AC79000D33D0;
-                       remoteInfo = ppdc;
+                       remoteGlobalIDString = 724FA7201CC03AAF0092477B;
+                       remoteInfo = libcupsppdc_static;
                };
-               276683D81337B24A000D33D0 /* PBXContainerItemProxy */ = {
+               271284CE1CC122ED00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 2766837C1337AC8C000D33D0;
-                       remoteInfo = ppdhtml;
+                       remoteGlobalIDString = 724FA7581CC03AF60092477B;
+                       remoteInfo = libcupscgi_static;
                };
-               276683DA1337B24A000D33D0 /* PBXContainerItemProxy */ = {
+               271284D01CC122F900E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 276683891337AC97000D33D0;
-                       remoteInfo = ppdi;
+                       remoteGlobalIDString = 724FA7011CC03A490092477B;
+                       remoteInfo = libcupsimage_static;
                };
-               276683DC1337B24A000D33D0 /* PBXContainerItemProxy */ = {
+               271284D31CC1232500E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 276683961337ACA2000D33D0;
-                       remoteInfo = ppdmerge;
+                       remoteGlobalIDString = 724FA7581CC03AF60092477B;
+                       remoteInfo = libcupscgi_static;
                };
-               276683DE1337B24A000D33D0 /* PBXContainerItemProxy */ = {
+               271284D51CC1234D00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 276683A31337ACAB000D33D0;
-                       remoteInfo = ppdpo;
+                       remoteGlobalIDString = 724FA7101CC03A990092477B;
+                       remoteInfo = libcupsmime_static;
                };
-               276683E01337B299000D33D0 /* PBXContainerItemProxy */ = {
+               271284E31CC1261900E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               276683E31337B2BA000D33D0 /* PBXContainerItemProxy */ = {
+               271284F01CC1264B00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72F75A601336F9A3004BB496;
-                       remoteInfo = libcupsimage;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               276683FB1337F7B3000D33D0 /* PBXContainerItemProxy */ = {
+               271284FD1CC1265D00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               276683FE1337F7C5000D33D0 /* PBXContainerItemProxy */ = {
+               2712850A1CC1267A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 276683EF1337F78E000D33D0;
-                       remoteInfo = ipptool;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               2766840D1337FA31000D33D0 /* PBXContainerItemProxy */ = {
+               271285171CC1269700E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               276684121337FA8D000D33D0 /* PBXContainerItemProxy */ = {
+               271285241CC126AA00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 276684031337FA1D000D33D0;
-                       remoteInfo = cupsaddsmb;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               2767FC4819266A0D000F61D3 /* PBXContainerItemProxy */ = {
+               271285311CC1270B00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               2767FC5319267469000F61D3 /* PBXContainerItemProxy */ = {
+               2712853E1CC1271E00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 276683EF1337F78E000D33D0;
-                       remoteInfo = ipptool;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               2767FC5519267469000F61D3 /* PBXContainerItemProxy */ = {
+               2712854B1CC1272D00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 2767FC4619266A0D000F61D3;
-                       remoteInfo = testdest;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               278C58D5136B641D00836530 /* PBXContainerItemProxy */ = {
+               271285581CC1274300E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 278C58CA136B640300836530;
-                       remoteInfo = testhttp;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               278C58D7136B642F00836530 /* PBXContainerItemProxy */ = {
+               271285651CC1275200E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               27A034831A8BDC4A00650675 /* PBXContainerItemProxy */ = {
+               271285721CC1276400E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               27A034861A8BDC6900650675 /* PBXContainerItemProxy */ = {
+               2712857D1CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 27A0347A1A8BDB1200650675;
-                       remoteInfo = lpadmin;
+                       remoteGlobalIDString = 271284E11CC1261900E517C7;
+                       remoteInfo = cancel;
                };
-               720DD6CE1358FD790064AA82 /* PBXContainerItemProxy */ = {
+               2712857F1CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 271284EE1CC1264B00E517C7;
+                       remoteInfo = cupsaccept;
                };
-               720DD6D01358FDBE0064AA82 /* PBXContainerItemProxy */ = {
+               271285811CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 720DD6C11358FD5F0064AA82;
-                       remoteInfo = snmp;
+                       remoteGlobalIDString = 271284FB1CC1265D00E517C7;
+                       remoteInfo = cupstestdsc;
                };
-               72220F6413330A6500FCA411 /* PBXContainerItemProxy */ = {
+               271285831CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 271285081CC1267A00E517C7;
+                       remoteInfo = lp;
                };
-               72220FBB13330C0500FCA411 /* PBXContainerItemProxy */ = {
+               271285851CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 271285151CC1269700E517C7;
+                       remoteInfo = lpc;
                };
-               72220FBD13330C0B00FCA411 /* PBXContainerItemProxy */ = {
+               271285871CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 271285221CC126AA00E517C7;
+                       remoteInfo = lpinfo;
                };
-               724379061333E49B009631B9 /* PBXContainerItemProxy */ = {
+               271285891CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 2712852F1CC1270B00E517C7;
+                       remoteInfo = lpmove;
                };
-               724379101333E4EA009631B9 /* PBXContainerItemProxy */ = {
+               2712858B1CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 724378FC1333E43E009631B9;
-                       remoteInfo = ipp;
+                       remoteGlobalIDString = 2712853C1CC1271E00E517C7;
+                       remoteInfo = lpoptions;
                };
-               724379251333E932009631B9 /* PBXContainerItemProxy */ = {
+               2712858D1CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 271285491CC1272D00E517C7;
+                       remoteInfo = lpq;
                };
-               7243792A1333E962009631B9 /* PBXContainerItemProxy */ = {
+               2712858F1CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 724379171333E532009631B9;
-                       remoteInfo = lpd;
+                       remoteGlobalIDString = 271285561CC1274300E517C7;
+                       remoteInfo = lpr;
                };
-               724379391333FB95009631B9 /* PBXContainerItemProxy */ = {
+               271285911CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
-                       remoteInfo = libcups;
+                       remoteGlobalIDString = 271285631CC1275200E517C7;
+                       remoteInfo = lprm;
                };
-               7243793E1333FD23009631B9 /* PBXContainerItemProxy */ = {
+               271285931CC1295A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 7243792F1333FB85009631B9;
-                       remoteInfo = socket;
+                       remoteGlobalIDString = 271285701CC1276400E517C7;
+                       remoteInfo = lpstat;
                };
-               724379521333FECE009631B9 /* PBXContainerItemProxy */ = {
+               271285971CC12D1300E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 724379461333FEA9009631B9;
-                       remoteInfo = dnssd;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724379541333FEFE009631B9 /* PBXContainerItemProxy */ = {
+               271285A51CC12D3A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               724379641333FF2E009631B9 /* PBXContainerItemProxy */ = {
+               271285B31CC12D4E00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               724379C21333FF7D009631B9 /* PBXContainerItemProxy */ = {
+               271285C11CC12D5E00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 7243795A1333FF1D009631B9;
-                       remoteInfo = usb;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA5261CC0370C0092477B /* PBXContainerItemProxy */ = {
+               271285CF1CC12DBF00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA5391CC037370092477B /* PBXContainerItemProxy */ = {
+               271285DC1CC12DDF00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA54C1CC037500092477B /* PBXContainerItemProxy */ = {
+               271285E91CC12E2D00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA55F1CC037670092477B /* PBXContainerItemProxy */ = {
+               271285F71CC12EEB00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA5721CC037810092477B /* PBXContainerItemProxy */ = {
+               271286021CC12F0100E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72F75A601336F9A3004BB496;
+                       remoteInfo = libcupsimage;
                };
-               724FA5851CC037980092477B /* PBXContainerItemProxy */ = {
+               271286071CC12F0B00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72F75A601336F9A3004BB496;
+                       remoteInfo = libcupsimage;
                };
-               724FA5981CC037AA0092477B /* PBXContainerItemProxy */ = {
+               271286091CC12F0B00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA5AB1CC037C60092477B /* PBXContainerItemProxy */ = {
+               271286171CC12F1A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72F75A601336F9A3004BB496;
+                       remoteInfo = libcupsimage;
                };
-               724FA5BE1CC037D90092477B /* PBXContainerItemProxy */ = {
+               271286191CC12F1A00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA5D11CC037F00092477B /* PBXContainerItemProxy */ = {
+               271286341CC12F9000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 271285951CC12D1300E517C7;
+                       remoteInfo = admin.cgi;
                };
-               724FA5D31CC037F00092477B /* PBXContainerItemProxy */ = {
+               271286361CC12F9000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 271285A31CC12D3A00E517C7;
+                       remoteInfo = classes.cgi;
                };
-               724FA5E51CC038040092477B /* PBXContainerItemProxy */ = {
+               271286381CC12F9000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 271285CD1CC12DBF00E517C7;
+                       remoteInfo = commandtops;
                };
-               724FA5E71CC038040092477B /* PBXContainerItemProxy */ = {
+               2712863A1CC12F9000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 271285DA1CC12DDF00E517C7;
+                       remoteInfo = gziptoany;
                };
-               724FA5F91CC038190092477B /* PBXContainerItemProxy */ = {
+               2712863C1CC12F9000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 271285B11CC12D4E00E517C7;
+                       remoteInfo = jobs.cgi;
                };
-               724FA5FB1CC038190092477B /* PBXContainerItemProxy */ = {
+               2712863E1CC12F9000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 271285BF1CC12D5E00E517C7;
+                       remoteInfo = printers.cgi;
                };
-               724FA60D1CC0382B0092477B /* PBXContainerItemProxy */ = {
+               271286401CC12F9000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 271285E71CC12E2D00E517C7;
+                       remoteInfo = pstops;
                };
-               724FA60F1CC0382B0092477B /* PBXContainerItemProxy */ = {
+               271286421CC12F9000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 271285F51CC12EEB00E517C7;
+                       remoteInfo = rastertoepson;
                };
-               724FA6211CC038410092477B /* PBXContainerItemProxy */ = {
+               271286441CC12F9000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 271286051CC12F0B00E517C7;
+                       remoteInfo = rastertohp;
                };
-               724FA6231CC038410092477B /* PBXContainerItemProxy */ = {
+               271286461CC12F9000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 271286151CC12F1A00E517C7;
+                       remoteInfo = rastertolabel;
                };
-               724FA6351CC038560092477B /* PBXContainerItemProxy */ = {
+               271286591CC1309000E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 274FF6891333B1C400317ECB;
                        remoteInfo = libcups_static;
                };
-               724FA6371CC038560092477B /* PBXContainerItemProxy */ = {
+               2712866D1CC1310E00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 724FA7011CC03A490092477B;
+                       remoteInfo = libcupsimage_static;
                };
-               724FA6491CC0386E0092477B /* PBXContainerItemProxy */ = {
+               2712866F1CC1310E00E517C7 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 274FF6891333B1C400317ECB;
                        remoteInfo = libcups_static;
                };
-               724FA64B1CC0386E0092477B /* PBXContainerItemProxy */ = {
+               273BF6C81333B5410022CAAB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA6601CC038A50092477B /* PBXContainerItemProxy */ = {
+               273BF6DD1333B6370022CAAB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 273BF6BC1333B5000022CAAB;
+                       remoteInfo = testcups;
+               };
+               274FF5DB13332CF900317ECB /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
+               };
+               274FF5E213332D4300317ECB /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA6621CC038A50092477B /* PBXContainerItemProxy */ = {
+               274FF5E413332D4300317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220FAB13330B2200FCA411;
                        remoteInfo = libcupsmime;
                };
-               724FA6741CC038BD0092477B /* PBXContainerItemProxy */ = {
+               274FF5E613332D4300317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72220F5A13330A5A00FCA411;
+                       remoteInfo = cupsd;
                };
-               724FA6871CC038D90092477B /* PBXContainerItemProxy */ = {
+               274FF5E813332D4300317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 274FF5CB13332B1F00317ECB;
+                       remoteInfo = "cups-driverd";
                };
-               724FA6891CC038D90092477B /* PBXContainerItemProxy */ = {
+               274FF5F2133330FD00317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA69B1CC039200092477B /* PBXContainerItemProxy */ = {
+               274FF61F1333316200317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
+                       remoteInfo = libcupsppdc;
                };
-               724FA6AE1CC0393E0092477B /* PBXContainerItemProxy */ = {
+               274FF621133331D300317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
+                       remoteInfo = libcupsppdc;
                };
-               724FA6C11CC0395A0092477B /* PBXContainerItemProxy */ = {
+               274FF6331333335200317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA6C31CC0395A0092477B /* PBXContainerItemProxy */ = {
+               274FF6381333348400317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 274FF6281333333600317ECB;
+                       remoteInfo = "cups-deviced";
                };
-               724FA6DA1CC039DE0092477B /* PBXContainerItemProxy */ = {
+               274FF647133335A300317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 274FF63D1333358B00317ECB;
+                       remoteInfo = "cups-exec";
                };
-               724FA6DC1CC039DE0092477B /* PBXContainerItemProxy */ = {
+               274FF659133339D900317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
-                       remoteInfo = libcupsmime;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA6EF1CC03A210092477B /* PBXContainerItemProxy */ = {
+               274FF65D13333A3400317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 274FF64E133339C400317ECB;
+                       remoteInfo = "cups-lpd";
+               };
+               274FF68113333B3C00317ECB /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724FA6F11CC03A210092477B /* PBXContainerItemProxy */ = {
+               274FF68313333B3C00317ECB /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220FAB13330B2200FCA411;
                        remoteInfo = libcupsmime;
                };
-               724FA7031CC03A490092477B /* PBXContainerItemProxy */ = {
+               274FF6E11333B33F00317ECB /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF67713333B2F00317ECB;
+                       remoteInfo = cupsfilter;
+               };
+               276683651337A9D6000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               724FA7121CC03A990092477B /* PBXContainerItemProxy */ = {
+               2766836A1337AA25000D33D0 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 2766835B1337A9B6000D33D0;
+                       remoteInfo = cupsctl;
+               };
+               276683AD1337ACF9000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               724FA7221CC03AAF0092477B /* PBXContainerItemProxy */ = {
+               276683AF1337ACF9000D33D0 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
+                       remoteInfo = libcupsppdc;
+               };
+               276683B31337AD18000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               724FA7431CC03ACC0092477B /* PBXContainerItemProxy */ = {
+               276683B51337AD18000D33D0 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
+                       remoteInfo = libcupsppdc;
+               };
+               276683BB1337AE49000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               724FA75A1CC03AF60092477B /* PBXContainerItemProxy */ = {
+               276683BD1337AE49000D33D0 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
+                       remoteInfo = libcupsppdc;
+               };
+               276683BF1337B1AD000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               7258EAEE13459ADA009286F1 /* PBXContainerItemProxy */ = {
+               276683C11337B1AD000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 7258EAE1134594C4009286F1;
-                       remoteInfo = rastertopwg;
+                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
+                       remoteInfo = libcupsppdc;
                };
-               7258EAF013459B67009286F1 /* PBXContainerItemProxy */ = {
+               276683C51337B1BC000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               7258EAF213459B67009286F1 /* PBXContainerItemProxy */ = {
+               276683C71337B1BC000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72F75A601336F9A3004BB496;
-                       remoteInfo = libcupsimage;
+                       remoteGlobalIDString = 274FF5ED133330C800317ECB;
+                       remoteInfo = libcupsppdc;
                };
-               726AD703135E8AA1002C930D /* PBXContainerItemProxy */ = {
+               276683D61337B24A000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 726AD6F6135E88F0002C930D;
-                       remoteInfo = ippserver;
+                       remoteGlobalIDString = 2766836F1337AC79000D33D0;
+                       remoteInfo = ppdc;
                };
-               726AD705135E8AC5002C930D /* PBXContainerItemProxy */ = {
+               276683D81337B24A000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 2766837C1337AC8C000D33D0;
+                       remoteInfo = ppdhtml;
                };
-               72BEA8D319AFA89C0085F0F3 /* PBXContainerItemProxy */ = {
+               276683DA1337B24A000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 726AD6F6135E88F0002C930D;
-                       remoteInfo = ippserver;
+                       remoteGlobalIDString = 276683891337AC97000D33D0;
+                       remoteInfo = ppdi;
                };
-               72BEA8D519AFA8A00085F0F3 /* PBXContainerItemProxy */ = {
+               276683DC1337B24A000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72CF95E618A19134000FCAE4;
-                       remoteInfo = ippfind;
+                       remoteGlobalIDString = 276683961337ACA2000D33D0;
+                       remoteInfo = ppdmerge;
                };
-               72BEA8D719AFA8BB0085F0F3 /* PBXContainerItemProxy */ = {
+               276683DE1337B24A000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
-                       remoteInfo = libcups_static;
+                       remoteGlobalIDString = 276683A31337ACAB000D33D0;
+                       remoteInfo = ppdpo;
                };
-               72CF95E818A19134000FCAE4 /* PBXContainerItemProxy */ = {
+               276683E01337B299000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               72F75A651336FA30004BB496 /* PBXContainerItemProxy */ = {
+               276683E31337B2BA000D33D0 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72F75A601336F9A3004BB496;
+                       remoteInfo = libcupsimage;
+               };
+               276683FB1337F7B3000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
                        remoteGlobalIDString = 72220EAD1333047D00FCA411;
                        remoteInfo = libcups;
                };
-               72F75A701336FACD004BB496 /* PBXContainerItemProxy */ = {
+               276683FE1337F7C5000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72F75A601336F9A3004BB496;
-                       remoteInfo = libcupsimage;
+                       remoteGlobalIDString = 276683EF1337F78E000D33D0;
+                       remoteInfo = ipptool;
                };
-               72F75A721336FACD004BB496 /* PBXContainerItemProxy */ = {
+               2766840D1337FA31000D33D0 /* PBXContainerItemProxy */ = {
                        isa = PBXContainerItemProxy;
                        containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
                        proxyType = 1;
-                       remoteGlobalIDString = 72F75A511336F950004BB496;
-                       remoteInfo = cupstestppd;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXCopyFilesBuildPhase section */
-               270CCDA5135E3C9E00007BE2 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               276684121337FA8D000D33D0 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 276684031337FA1D000D33D0;
+                       remoteInfo = cupsaddsmb;
                };
-               273BF6BB1333B5000022CAAB /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               2767FC4819266A0D000F61D3 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               274FF5CA13332B1F00317ECB /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
-               };
-               274FF6271333333600317ECB /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               2767FC5319267469000F61D3 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 276683EF1337F78E000D33D0;
+                       remoteInfo = ipptool;
                };
-               274FF63C1333358B00317ECB /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               2767FC5519267469000F61D3 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 2767FC4619266A0D000F61D3;
+                       remoteInfo = testdest;
                };
-               274FF64D133339C400317ECB /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               278C58D5136B641D00836530 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 278C58CA136B640300836530;
+                       remoteInfo = testhttp;
                };
-               274FF67613333B2F00317ECB /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               278C58D7136B642F00836530 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               2766835A1337A9B6000D33D0 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               27A034831A8BDC4A00650675 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               2766836E1337AC79000D33D0 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               27A034861A8BDC6900650675 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 27A0347A1A8BDB1200650675;
+                       remoteInfo = lpadmin;
                };
-               2766837B1337AC8C000D33D0 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               720DD6CE1358FD790064AA82 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               276683881337AC97000D33D0 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               720DD6D01358FDBE0064AA82 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 720DD6C11358FD5F0064AA82;
+                       remoteInfo = snmp;
                };
-               276683951337ACA2000D33D0 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               72220F6413330A6500FCA411 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               276683A21337ACAB000D33D0 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               72220FBB13330C0500FCA411 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               276683EE1337F78E000D33D0 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               72220FBD13330C0B00FCA411 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220FAB13330B2200FCA411;
+                       remoteInfo = libcupsmime;
                };
-               276684021337FA1D000D33D0 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724379061333E49B009631B9 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               2767FC4C19266A0D000F61D3 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724379101333E4EA009631B9 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 724378FC1333E43E009631B9;
+                       remoteInfo = ipp;
                };
-               278C58C9136B640300836530 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724379251333E932009631B9 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               27A034791A8BDB1200650675 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               7243792A1333E962009631B9 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 724379171333E532009631B9;
+                       remoteInfo = lpd;
                };
-               720DD6C01358FD5F0064AA82 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724379391333FB95009631B9 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               72220F5913330A5A00FCA411 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               7243793E1333FD23009631B9 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 7243792F1333FB85009631B9;
+                       remoteInfo = socket;
                };
-               724378FB1333E43E009631B9 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724379521333FECE009631B9 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 724379461333FEA9009631B9;
+                       remoteInfo = dnssd;
                };
-               724379161333E532009631B9 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724379541333FEFE009631B9 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               7243792E1333FB85009631B9 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724379641333FF2E009631B9 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
                };
-               724379451333FEA9009631B9 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724379C21333FF7D009631B9 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 7243795A1333FF1D009631B9;
+                       remoteInfo = usb;
                };
-               724379591333FF1D009631B9 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA5261CC0370C0092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA5311CC0370C0092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA5391CC037370092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA5441CC037370092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA54C1CC037500092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA5571CC037500092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA55F1CC037670092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA56A1CC037670092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA5721CC037810092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA57D1CC037810092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA5851CC037980092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA5901CC037980092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA5981CC037AA0092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA5A31CC037AA0092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA5AB1CC037C60092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA5B61CC037C60092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA5BE1CC037D90092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA5C91CC037D90092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA5D11CC037F00092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA5DD1CC037F00092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA5E51CC038040092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA5F11CC038040092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA5F91CC038190092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA6051CC038190092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA60D1CC0382B0092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA6191CC0382B0092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA6211CC038410092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA62D1CC038410092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
+               724FA6351CC038560092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
                };
-               724FA6411CC038560092477B /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
+               724FA6491CC0386E0092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               724FA6601CC038A50092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               724FA6741CC038BD0092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               724FA6871CC038D90092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               724FA69B1CC039200092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               724FA6AE1CC0393E0092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               724FA6C11CC0395A0092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               724FA6DA1CC039DE0092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               724FA6EF1CC03A210092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               724FA7431CC03ACC0092477B /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
+               };
+               7258EAEE13459ADA009286F1 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 7258EAE1134594C4009286F1;
+                       remoteInfo = rastertopwg;
+               };
+               7258EAF013459B67009286F1 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
+               };
+               7258EAF213459B67009286F1 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72F75A601336F9A3004BB496;
+                       remoteInfo = libcupsimage;
+               };
+               726AD703135E8AA1002C930D /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 726AD6F6135E88F0002C930D;
+                       remoteInfo = ippserver;
+               };
+               726AD705135E8AC5002C930D /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               72BEA8D319AFA89C0085F0F3 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 726AD6F6135E88F0002C930D;
+                       remoteInfo = ippserver;
+               };
+               72BEA8D519AFA8A00085F0F3 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72CF95E618A19134000FCAE4;
+                       remoteInfo = ippfind;
+               };
+               72BEA8D719AFA8BB0085F0F3 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 274FF6891333B1C400317ECB;
+                       remoteInfo = libcups_static;
+               };
+               72CF95E818A19134000FCAE4 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
+               };
+               72F75A651336FA30004BB496 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72220EAD1333047D00FCA411;
+                       remoteInfo = libcups;
+               };
+               72F75A701336FACD004BB496 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72F75A601336F9A3004BB496;
+                       remoteInfo = libcupsimage;
+               };
+               72F75A721336FACD004BB496 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 72F75A511336F950004BB496;
+                       remoteInfo = cupstestppd;
+               };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+               270CCDA5135E3C9E00007BE2 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               724FA6551CC0386E0092477B /* CopyFiles */ = {
+               271284E81CC1261900E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               724FA66C1CC038A50092477B /* CopyFiles */ = {
+               271284F51CC1264B00E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               724FA67F1CC038BD0092477B /* CopyFiles */ = {
+               271285021CC1265D00E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               724FA6931CC038D90092477B /* CopyFiles */ = {
+               2712850F1CC1267A00E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               724FA6A61CC039200092477B /* CopyFiles */ = {
+               2712851C1CC1269700E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               724FA6B91CC0393E0092477B /* CopyFiles */ = {
+               271285291CC126AA00E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               724FA6CD1CC0395A0092477B /* CopyFiles */ = {
+               271285361CC1270B00E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               724FA6E61CC039DE0092477B /* CopyFiles */ = {
+               271285431CC1271E00E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               724FA6FB1CC03A210092477B /* CopyFiles */ = {
+               271285501CC1272D00E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               7258EAE0134594C4009286F1 /* CopyFiles */ = {
+               2712855D1CC1274300E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               726AD6F5135E88F0002C930D /* CopyFiles */ = {
+               2712856A1CC1275200E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               72CF95ED18A19134000FCAE4 /* CopyFiles */ = {
+               271285771CC1276400E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               72F75A501336F950004BB496 /* CopyFiles */ = {
+               2712859C1CC12D1300E517C7 /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-/* End PBXCopyFilesBuildPhase section */
-
-/* Begin PBXFileReference section */
-               2706965A1CADF3E200FFE5FB /* libcups_ios.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcups_ios.a; sourceTree = BUILT_PRODUCTS_DIR; };
-               270B267D17F5C06700C8A3A9 /* tls-darwin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "tls-darwin.c"; path = "../cups/tls-darwin.c"; sourceTree = "<group>"; };
-               270B267E17F5C06700C8A3A9 /* tls-gnutls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "tls-gnutls.c"; path = "../cups/tls-gnutls.c"; sourceTree = "<group>"; };
-               270B268117F5C5D600C8A3A9 /* tls-sspi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "tls-sspi.c"; path = "../cups/tls-sspi.c"; sourceTree = "<group>"; };
-               270CCDA7135E3C9E00007BE2 /* testmime */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testmime; sourceTree = BUILT_PRODUCTS_DIR; };
-               270CCDBB135E3D3E00007BE2 /* testmime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testmime.c; path = ../scheduler/testmime.c; sourceTree = "<group>"; };
-               2732E089137A3F5200FAFEF6 /* cancel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cancel.c; path = ../systemv/cancel.c; sourceTree = "<group>"; };
-               2732E08A137A3F5200FAFEF6 /* cupsaccept.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cupsaccept.c; path = ../systemv/cupsaccept.c; sourceTree = "<group>"; };
-               2732E08B137A3F5200FAFEF6 /* cupstestdsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cupstestdsc.c; path = ../systemv/cupstestdsc.c; sourceTree = "<group>"; };
-               2732E08C137A3F5200FAFEF6 /* lp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lp.c; path = ../systemv/lp.c; sourceTree = "<group>"; };
-               2732E08D137A3F5200FAFEF6 /* lpadmin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lpadmin.c; path = ../systemv/lpadmin.c; sourceTree = "<group>"; };
-               2732E08E137A3F5200FAFEF6 /* lpinfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lpinfo.c; path = ../systemv/lpinfo.c; sourceTree = "<group>"; };
-               2732E08F137A3F5200FAFEF6 /* lpmove.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lpmove.c; path = ../systemv/lpmove.c; sourceTree = "<group>"; };
-               2732E090137A3F5200FAFEF6 /* lpoptions.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lpoptions.c; path = ../systemv/lpoptions.c; sourceTree = "<group>"; };
-               2732E092137A3F5200FAFEF6 /* lpstat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lpstat.c; path = ../systemv/lpstat.c; sourceTree = "<group>"; };
-               273BF6BD1333B5000022CAAB /* testcups */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testcups; sourceTree = BUILT_PRODUCTS_DIR; };
-               273BF6C61333B5370022CAAB /* testcups.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testcups.c; path = ../cups/testcups.c; sourceTree = "<group>"; };
-               274FF5CC13332B1F00317ECB /* cups-driverd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cups-driverd"; sourceTree = BUILT_PRODUCTS_DIR; };
-               274FF5D613332CC700317ECB /* cups-driverd.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "cups-driverd.cxx"; path = "../scheduler/cups-driverd.cxx"; sourceTree = "<group>"; };
-               274FF5D713332CC700317ECB /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = util.c; path = ../scheduler/util.c; sourceTree = "<group>"; };
-               274FF5D813332CC700317ECB /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = util.h; path = ../scheduler/util.h; sourceTree = "<group>"; };
-               274FF5EE133330C800317ECB /* libcupsppdc.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupsppdc.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
-               274FF5F51333315100317ECB /* ppdc-array.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-array.cxx"; path = "../ppdc/ppdc-array.cxx"; sourceTree = "<group>"; };
-               274FF5F61333315100317ECB /* ppdc-attr.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-attr.cxx"; path = "../ppdc/ppdc-attr.cxx"; sourceTree = "<group>"; };
-               274FF5F71333315100317ECB /* ppdc-catalog.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-catalog.cxx"; path = "../ppdc/ppdc-catalog.cxx"; sourceTree = "<group>"; };
-               274FF5F81333315100317ECB /* ppdc-choice.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-choice.cxx"; path = "../ppdc/ppdc-choice.cxx"; sourceTree = "<group>"; };
-               274FF5F91333315100317ECB /* ppdc-constraint.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-constraint.cxx"; path = "../ppdc/ppdc-constraint.cxx"; sourceTree = "<group>"; };
-               274FF5FA1333315100317ECB /* ppdc-driver.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-driver.cxx"; path = "../ppdc/ppdc-driver.cxx"; sourceTree = "<group>"; };
-               274FF5FB1333315100317ECB /* ppdc-file.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-file.cxx"; path = "../ppdc/ppdc-file.cxx"; sourceTree = "<group>"; };
-               274FF5FC1333315100317ECB /* ppdc-filter.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-filter.cxx"; path = "../ppdc/ppdc-filter.cxx"; sourceTree = "<group>"; };
-               274FF5FD1333315100317ECB /* ppdc-font.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-font.cxx"; path = "../ppdc/ppdc-font.cxx"; sourceTree = "<group>"; };
-               274FF5FE1333315100317ECB /* ppdc-group.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-group.cxx"; path = "../ppdc/ppdc-group.cxx"; sourceTree = "<group>"; };
-               274FF5FF1333315100317ECB /* ppdc-import.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-import.cxx"; path = "../ppdc/ppdc-import.cxx"; sourceTree = "<group>"; };
-               274FF6001333315100317ECB /* ppdc-mediasize.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-mediasize.cxx"; path = "../ppdc/ppdc-mediasize.cxx"; sourceTree = "<group>"; };
-               274FF6011333315100317ECB /* ppdc-message.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-message.cxx"; path = "../ppdc/ppdc-message.cxx"; sourceTree = "<group>"; };
-               274FF6021333315100317ECB /* ppdc-option.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-option.cxx"; path = "../ppdc/ppdc-option.cxx"; sourceTree = "<group>"; };
-               274FF6031333315100317ECB /* ppdc-private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "ppdc-private.h"; path = "../ppdc/ppdc-private.h"; sourceTree = "<group>"; };
-               274FF6041333315100317ECB /* ppdc-profile.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-profile.cxx"; path = "../ppdc/ppdc-profile.cxx"; sourceTree = "<group>"; };
-               274FF6051333315100317ECB /* ppdc-shared.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-shared.cxx"; path = "../ppdc/ppdc-shared.cxx"; sourceTree = "<group>"; };
-               274FF6061333315100317ECB /* ppdc-source.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-source.cxx"; path = "../ppdc/ppdc-source.cxx"; sourceTree = "<group>"; };
-               274FF6071333315100317ECB /* ppdc-string.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-string.cxx"; path = "../ppdc/ppdc-string.cxx"; sourceTree = "<group>"; };
-               274FF6081333315100317ECB /* ppdc-variable.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-variable.cxx"; path = "../ppdc/ppdc-variable.cxx"; sourceTree = "<group>"; };
-               274FF6091333315100317ECB /* ppdc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ppdc.h; path = ../ppdc/ppdc.h; sourceTree = "<group>"; };
-               274FF6291333333600317ECB /* cups-deviced */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cups-deviced"; sourceTree = BUILT_PRODUCTS_DIR; };
-               274FF6351333344400317ECB /* cups-deviced.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cups-deviced.c"; path = "../scheduler/cups-deviced.c"; sourceTree = "<group>"; };
-               274FF63E1333358B00317ECB /* cups-exec */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cups-exec"; sourceTree = BUILT_PRODUCTS_DIR; };
-               274FF6491333398D00317ECB /* cups-exec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cups-exec.c"; path = "../scheduler/cups-exec.c"; sourceTree = "<group>"; };
-               274FF64F133339C400317ECB /* cups-lpd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cups-lpd"; sourceTree = BUILT_PRODUCTS_DIR; };
-               274FF65B133339FC00317ECB /* cups-lpd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cups-lpd.c"; path = "../scheduler/cups-lpd.c"; sourceTree = "<group>"; };
-               274FF67813333B2F00317ECB /* cupsfilter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cupsfilter; sourceTree = BUILT_PRODUCTS_DIR; };
-               274FF68713333B6E00317ECB /* cupsfilter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cupsfilter.c; path = ../scheduler/cupsfilter.c; sourceTree = "<group>"; };
-               276683561337A8C5000D33D0 /* cups.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = cups.strings; path = ../locale/cups.strings; sourceTree = "<group>"; };
-               2766835C1337A9B6000D33D0 /* cupsctl */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cupsctl; sourceTree = BUILT_PRODUCTS_DIR; };
-               276683681337AA00000D33D0 /* cupsctl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cupsctl.c; path = ../systemv/cupsctl.c; sourceTree = "<group>"; };
-               276683701337AC79000D33D0 /* ppdc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ppdc; sourceTree = BUILT_PRODUCTS_DIR; };
-               2766837D1337AC8C000D33D0 /* ppdhtml */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ppdhtml; sourceTree = BUILT_PRODUCTS_DIR; };
-               2766838A1337AC97000D33D0 /* ppdi */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ppdi; sourceTree = BUILT_PRODUCTS_DIR; };
-               276683971337ACA2000D33D0 /* ppdmerge */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ppdmerge; sourceTree = BUILT_PRODUCTS_DIR; };
-               276683A41337ACAB000D33D0 /* ppdpo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ppdpo; sourceTree = BUILT_PRODUCTS_DIR; };
-               276683CC1337B201000D33D0 /* ppdc.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ppdc.cxx; path = ../ppdc/ppdc.cxx; sourceTree = "<group>"; };
-               276683CE1337B20D000D33D0 /* ppdhtml.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ppdhtml.cxx; path = ../ppdc/ppdhtml.cxx; sourceTree = "<group>"; };
-               276683D01337B21A000D33D0 /* ppdi.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ppdi.cxx; path = ../ppdc/ppdi.cxx; sourceTree = "<group>"; };
-               276683D21337B228000D33D0 /* ppdmerge.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ppdmerge.cxx; path = ../ppdc/ppdmerge.cxx; sourceTree = "<group>"; };
-               276683D41337B237000D33D0 /* ppdpo.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ppdpo.cxx; path = ../ppdc/ppdpo.cxx; sourceTree = "<group>"; };
-               276683F01337F78E000D33D0 /* ipptool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ipptool; sourceTree = BUILT_PRODUCTS_DIR; };
-               276683F91337F7A9000D33D0 /* ipptool.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ipptool.c; path = ../test/ipptool.c; sourceTree = "<group>"; };
-               276684041337FA1D000D33D0 /* cupsaddsmb */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cupsaddsmb; sourceTree = BUILT_PRODUCTS_DIR; };
-               276684101337FA7C000D33D0 /* cupsaddsmb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cupsaddsmb.c; path = ../systemv/cupsaddsmb.c; sourceTree = "<group>"; };
-               2767FC5019266A0D000F61D3 /* testdest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testdest; sourceTree = BUILT_PRODUCTS_DIR; };
-               2767FC5119266A36000F61D3 /* testdest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testdest.c; path = ../cups/testdest.c; sourceTree = "<group>"; };
-               2767FC591926750C000F61D3 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
-               2767FC5A1926750C000F61D3 /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; };
-               2767FC5B1926750C000F61D3 /* libresolv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libresolv.dylib; path = usr/lib/libresolv.dylib; sourceTree = SDKROOT; };
-               2767FC5C1926750C000F61D3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
-               2767FC5D1926750C000F61D3 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
-               2767FC5E1926750C000F61D3 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
-               2767FC7519269687000F61D3 /* pwg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = pwg.h; path = ../cups/pwg.h; sourceTree = "<group>"; };
+               271285AB1CC12D3A00E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               271285B91CC12D4E00E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               271285C71CC12D5E00E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               271285D41CC12DBF00E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               271285E11CC12DDF00E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               271285EE1CC12E2D00E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               271285FC1CC12EEB00E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               2712860F1CC12F0B00E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               2712861F1CC12F1A00E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               271286631CC1309000E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               271286791CC1310E00E517C7 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               273BF6BB1333B5000022CAAB /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               274FF5CA13332B1F00317ECB /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               274FF6271333333600317ECB /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               274FF63C1333358B00317ECB /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               274FF64D133339C400317ECB /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               274FF67613333B2F00317ECB /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               2766835A1337A9B6000D33D0 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               2766836E1337AC79000D33D0 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               2766837B1337AC8C000D33D0 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               276683881337AC97000D33D0 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               276683951337ACA2000D33D0 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               276683A21337ACAB000D33D0 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               276683EE1337F78E000D33D0 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               276684021337FA1D000D33D0 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               2767FC4C19266A0D000F61D3 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               278C58C9136B640300836530 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               27A034791A8BDB1200650675 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               720DD6C01358FD5F0064AA82 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               72220F5913330A5A00FCA411 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724378FB1333E43E009631B9 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724379161333E532009631B9 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               7243792E1333FB85009631B9 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724379451333FEA9009631B9 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724379591333FF1D009631B9 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA5311CC0370C0092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA5441CC037370092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA5571CC037500092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA56A1CC037670092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA57D1CC037810092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA5901CC037980092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA5A31CC037AA0092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA5B61CC037C60092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA5C91CC037D90092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA5DD1CC037F00092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA5F11CC038040092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA6051CC038190092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA6191CC0382B0092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA62D1CC038410092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA6411CC038560092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA6551CC0386E0092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA66C1CC038A50092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA67F1CC038BD0092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA6931CC038D90092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA6A61CC039200092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA6B91CC0393E0092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA6CD1CC0395A0092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA6E61CC039DE0092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               724FA6FB1CC03A210092477B /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               7258EAE0134594C4009286F1 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               726AD6F5135E88F0002C930D /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               72CF95ED18A19134000FCAE4 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               72F75A501336F950004BB496 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+               2706965A1CADF3E200FFE5FB /* libcups_ios.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcups_ios.a; sourceTree = BUILT_PRODUCTS_DIR; };
+               270B267D17F5C06700C8A3A9 /* tls-darwin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "tls-darwin.c"; path = "../cups/tls-darwin.c"; sourceTree = "<group>"; };
+               270B267E17F5C06700C8A3A9 /* tls-gnutls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "tls-gnutls.c"; path = "../cups/tls-gnutls.c"; sourceTree = "<group>"; };
+               270B268117F5C5D600C8A3A9 /* tls-sspi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "tls-sspi.c"; path = "../cups/tls-sspi.c"; sourceTree = "<group>"; };
+               270CCDA7135E3C9E00007BE2 /* testmime */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testmime; sourceTree = BUILT_PRODUCTS_DIR; };
+               270CCDBB135E3D3E00007BE2 /* testmime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testmime.c; path = ../scheduler/testmime.c; sourceTree = "<group>"; };
+               271284DD1CC125FC00E517C7 /* lpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpc.c; path = ../berkeley/lpc.c; sourceTree = "<group>"; };
+               271284DE1CC125FC00E517C7 /* lpq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpq.c; path = ../berkeley/lpq.c; sourceTree = "<group>"; };
+               271284DF1CC125FC00E517C7 /* lpr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpr.c; path = ../berkeley/lpr.c; sourceTree = "<group>"; };
+               271284E01CC125FC00E517C7 /* lprm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lprm.c; path = ../berkeley/lprm.c; sourceTree = "<group>"; };
+               271284EC1CC1261900E517C7 /* cancel */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cancel; sourceTree = BUILT_PRODUCTS_DIR; };
+               271284F91CC1264B00E517C7 /* cupsaccept */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cupsaccept; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285061CC1265D00E517C7 /* cupstestdsc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cupstestdsc; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285131CC1267A00E517C7 /* lp */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lp; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285201CC1269700E517C7 /* lpc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lpc; sourceTree = BUILT_PRODUCTS_DIR; };
+               2712852D1CC126AA00E517C7 /* lpinfo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lpinfo; sourceTree = BUILT_PRODUCTS_DIR; };
+               2712853A1CC1270B00E517C7 /* lpmove */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lpmove; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285471CC1271E00E517C7 /* lpoptions */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lpoptions; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285541CC1272D00E517C7 /* lpq */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lpq; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285611CC1274300E517C7 /* lpr */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lpr; sourceTree = BUILT_PRODUCTS_DIR; };
+               2712856E1CC1275200E517C7 /* lprm */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lprm; sourceTree = BUILT_PRODUCTS_DIR; };
+               2712857B1CC1276400E517C7 /* lpstat */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lpstat; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285A01CC12D1300E517C7 /* admin.cgi */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = admin.cgi; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285AF1CC12D3A00E517C7 /* classes.cgi */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = classes.cgi; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285BD1CC12D4E00E517C7 /* jobs.cgi */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = jobs.cgi; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285CB1CC12D5E00E517C7 /* printers.cgi */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = printers.cgi; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285D81CC12DBF00E517C7 /* commandtops */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = commandtops; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285E51CC12DDF00E517C7 /* gziptoany */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = gziptoany; sourceTree = BUILT_PRODUCTS_DIR; };
+               271285F21CC12E2E00E517C7 /* pstops */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = pstops; sourceTree = BUILT_PRODUCTS_DIR; };
+               271286001CC12EEB00E517C7 /* rastertoepson */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rastertoepson; sourceTree = BUILT_PRODUCTS_DIR; };
+               271286131CC12F0B00E517C7 /* rastertohp */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rastertohp; sourceTree = BUILT_PRODUCTS_DIR; };
+               271286231CC12F1A00E517C7 /* rastertolabel */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rastertolabel; sourceTree = BUILT_PRODUCTS_DIR; };
+               271286671CC1309000E517C7 /* tlscheck */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tlscheck; sourceTree = BUILT_PRODUCTS_DIR; };
+               271286681CC130BD00E517C7 /* tlscheck.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tlscheck.c; path = ../cups/tlscheck.c; sourceTree = "<group>"; };
+               2712866A1CC130FF00E517C7 /* rasterbench.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rasterbench.c; path = ../filter/rasterbench.c; sourceTree = "<group>"; };
+               2712867D1CC1310E00E517C7 /* rasterbench */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rasterbench; sourceTree = BUILT_PRODUCTS_DIR; };
+               2732E089137A3F5200FAFEF6 /* cancel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cancel.c; path = ../systemv/cancel.c; sourceTree = "<group>"; };
+               2732E08A137A3F5200FAFEF6 /* cupsaccept.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cupsaccept.c; path = ../systemv/cupsaccept.c; sourceTree = "<group>"; };
+               2732E08B137A3F5200FAFEF6 /* cupstestdsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cupstestdsc.c; path = ../systemv/cupstestdsc.c; sourceTree = "<group>"; };
+               2732E08C137A3F5200FAFEF6 /* lp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lp.c; path = ../systemv/lp.c; sourceTree = "<group>"; };
+               2732E08D137A3F5200FAFEF6 /* lpadmin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lpadmin.c; path = ../systemv/lpadmin.c; sourceTree = "<group>"; };
+               2732E08E137A3F5200FAFEF6 /* lpinfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lpinfo.c; path = ../systemv/lpinfo.c; sourceTree = "<group>"; };
+               2732E08F137A3F5200FAFEF6 /* lpmove.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lpmove.c; path = ../systemv/lpmove.c; sourceTree = "<group>"; };
+               2732E090137A3F5200FAFEF6 /* lpoptions.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lpoptions.c; path = ../systemv/lpoptions.c; sourceTree = "<group>"; };
+               2732E092137A3F5200FAFEF6 /* lpstat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = lpstat.c; path = ../systemv/lpstat.c; sourceTree = "<group>"; };
+               273BF6BD1333B5000022CAAB /* testcups */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testcups; sourceTree = BUILT_PRODUCTS_DIR; };
+               273BF6C61333B5370022CAAB /* testcups.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testcups.c; path = ../cups/testcups.c; sourceTree = "<group>"; };
+               274FF5CC13332B1F00317ECB /* cups-driverd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cups-driverd"; sourceTree = BUILT_PRODUCTS_DIR; };
+               274FF5D613332CC700317ECB /* cups-driverd.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "cups-driverd.cxx"; path = "../scheduler/cups-driverd.cxx"; sourceTree = "<group>"; };
+               274FF5D713332CC700317ECB /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = util.c; path = ../scheduler/util.c; sourceTree = "<group>"; };
+               274FF5D813332CC700317ECB /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = util.h; path = ../scheduler/util.h; sourceTree = "<group>"; };
+               274FF5EE133330C800317ECB /* libcupsppdc.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupsppdc.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
+               274FF5F51333315100317ECB /* ppdc-array.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-array.cxx"; path = "../ppdc/ppdc-array.cxx"; sourceTree = "<group>"; };
+               274FF5F61333315100317ECB /* ppdc-attr.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-attr.cxx"; path = "../ppdc/ppdc-attr.cxx"; sourceTree = "<group>"; };
+               274FF5F71333315100317ECB /* ppdc-catalog.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-catalog.cxx"; path = "../ppdc/ppdc-catalog.cxx"; sourceTree = "<group>"; };
+               274FF5F81333315100317ECB /* ppdc-choice.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-choice.cxx"; path = "../ppdc/ppdc-choice.cxx"; sourceTree = "<group>"; };
+               274FF5F91333315100317ECB /* ppdc-constraint.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-constraint.cxx"; path = "../ppdc/ppdc-constraint.cxx"; sourceTree = "<group>"; };
+               274FF5FA1333315100317ECB /* ppdc-driver.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-driver.cxx"; path = "../ppdc/ppdc-driver.cxx"; sourceTree = "<group>"; };
+               274FF5FB1333315100317ECB /* ppdc-file.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-file.cxx"; path = "../ppdc/ppdc-file.cxx"; sourceTree = "<group>"; };
+               274FF5FC1333315100317ECB /* ppdc-filter.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-filter.cxx"; path = "../ppdc/ppdc-filter.cxx"; sourceTree = "<group>"; };
+               274FF5FD1333315100317ECB /* ppdc-font.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-font.cxx"; path = "../ppdc/ppdc-font.cxx"; sourceTree = "<group>"; };
+               274FF5FE1333315100317ECB /* ppdc-group.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-group.cxx"; path = "../ppdc/ppdc-group.cxx"; sourceTree = "<group>"; };
+               274FF5FF1333315100317ECB /* ppdc-import.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-import.cxx"; path = "../ppdc/ppdc-import.cxx"; sourceTree = "<group>"; };
+               274FF6001333315100317ECB /* ppdc-mediasize.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-mediasize.cxx"; path = "../ppdc/ppdc-mediasize.cxx"; sourceTree = "<group>"; };
+               274FF6011333315100317ECB /* ppdc-message.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-message.cxx"; path = "../ppdc/ppdc-message.cxx"; sourceTree = "<group>"; };
+               274FF6021333315100317ECB /* ppdc-option.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-option.cxx"; path = "../ppdc/ppdc-option.cxx"; sourceTree = "<group>"; };
+               274FF6031333315100317ECB /* ppdc-private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "ppdc-private.h"; path = "../ppdc/ppdc-private.h"; sourceTree = "<group>"; };
+               274FF6041333315100317ECB /* ppdc-profile.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-profile.cxx"; path = "../ppdc/ppdc-profile.cxx"; sourceTree = "<group>"; };
+               274FF6051333315100317ECB /* ppdc-shared.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-shared.cxx"; path = "../ppdc/ppdc-shared.cxx"; sourceTree = "<group>"; };
+               274FF6061333315100317ECB /* ppdc-source.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-source.cxx"; path = "../ppdc/ppdc-source.cxx"; sourceTree = "<group>"; };
+               274FF6071333315100317ECB /* ppdc-string.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-string.cxx"; path = "../ppdc/ppdc-string.cxx"; sourceTree = "<group>"; };
+               274FF6081333315100317ECB /* ppdc-variable.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ppdc-variable.cxx"; path = "../ppdc/ppdc-variable.cxx"; sourceTree = "<group>"; };
+               274FF6091333315100317ECB /* ppdc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ppdc.h; path = ../ppdc/ppdc.h; sourceTree = "<group>"; };
+               274FF6291333333600317ECB /* cups-deviced */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cups-deviced"; sourceTree = BUILT_PRODUCTS_DIR; };
+               274FF6351333344400317ECB /* cups-deviced.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cups-deviced.c"; path = "../scheduler/cups-deviced.c"; sourceTree = "<group>"; };
+               274FF63E1333358B00317ECB /* cups-exec */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cups-exec"; sourceTree = BUILT_PRODUCTS_DIR; };
+               274FF6491333398D00317ECB /* cups-exec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cups-exec.c"; path = "../scheduler/cups-exec.c"; sourceTree = "<group>"; };
+               274FF64F133339C400317ECB /* cups-lpd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cups-lpd"; sourceTree = BUILT_PRODUCTS_DIR; };
+               274FF65B133339FC00317ECB /* cups-lpd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cups-lpd.c"; path = "../scheduler/cups-lpd.c"; sourceTree = "<group>"; };
+               274FF67813333B2F00317ECB /* cupsfilter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cupsfilter; sourceTree = BUILT_PRODUCTS_DIR; };
+               274FF68713333B6E00317ECB /* cupsfilter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cupsfilter.c; path = ../scheduler/cupsfilter.c; sourceTree = "<group>"; };
+               276683561337A8C5000D33D0 /* cups.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = cups.strings; path = ../locale/cups.strings; sourceTree = "<group>"; };
+               2766835C1337A9B6000D33D0 /* cupsctl */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cupsctl; sourceTree = BUILT_PRODUCTS_DIR; };
+               276683681337AA00000D33D0 /* cupsctl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cupsctl.c; path = ../systemv/cupsctl.c; sourceTree = "<group>"; };
+               276683701337AC79000D33D0 /* ppdc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ppdc; sourceTree = BUILT_PRODUCTS_DIR; };
+               2766837D1337AC8C000D33D0 /* ppdhtml */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ppdhtml; sourceTree = BUILT_PRODUCTS_DIR; };
+               2766838A1337AC97000D33D0 /* ppdi */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ppdi; sourceTree = BUILT_PRODUCTS_DIR; };
+               276683971337ACA2000D33D0 /* ppdmerge */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ppdmerge; sourceTree = BUILT_PRODUCTS_DIR; };
+               276683A41337ACAB000D33D0 /* ppdpo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ppdpo; sourceTree = BUILT_PRODUCTS_DIR; };
+               276683CC1337B201000D33D0 /* ppdc.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ppdc.cxx; path = ../ppdc/ppdc.cxx; sourceTree = "<group>"; };
+               276683CE1337B20D000D33D0 /* ppdhtml.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ppdhtml.cxx; path = ../ppdc/ppdhtml.cxx; sourceTree = "<group>"; };
+               276683D01337B21A000D33D0 /* ppdi.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ppdi.cxx; path = ../ppdc/ppdi.cxx; sourceTree = "<group>"; };
+               276683D21337B228000D33D0 /* ppdmerge.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ppdmerge.cxx; path = ../ppdc/ppdmerge.cxx; sourceTree = "<group>"; };
+               276683D41337B237000D33D0 /* ppdpo.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ppdpo.cxx; path = ../ppdc/ppdpo.cxx; sourceTree = "<group>"; };
+               276683F01337F78E000D33D0 /* ipptool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ipptool; sourceTree = BUILT_PRODUCTS_DIR; };
+               276683F91337F7A9000D33D0 /* ipptool.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ipptool.c; path = ../test/ipptool.c; sourceTree = "<group>"; };
+               276684041337FA1D000D33D0 /* cupsaddsmb */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cupsaddsmb; sourceTree = BUILT_PRODUCTS_DIR; };
+               276684101337FA7C000D33D0 /* cupsaddsmb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cupsaddsmb.c; path = ../systemv/cupsaddsmb.c; sourceTree = "<group>"; };
+               2767FC5019266A0D000F61D3 /* testdest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testdest; sourceTree = BUILT_PRODUCTS_DIR; };
+               2767FC5119266A36000F61D3 /* testdest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testdest.c; path = ../cups/testdest.c; sourceTree = "<group>"; };
+               2767FC591926750C000F61D3 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
+               2767FC5A1926750C000F61D3 /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; };
+               2767FC5B1926750C000F61D3 /* libresolv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libresolv.dylib; path = usr/lib/libresolv.dylib; sourceTree = SDKROOT; };
+               2767FC5C1926750C000F61D3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
+               2767FC5D1926750C000F61D3 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
+               2767FC5E1926750C000F61D3 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
+               2767FC7519269687000F61D3 /* pwg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = pwg.h; path = ../cups/pwg.h; sourceTree = "<group>"; };
                2767FC76192696A0000F61D3 /* raster-private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "raster-private.h"; path = "../cups/raster-private.h"; sourceTree = "<group>"; };
                278C58CB136B640300836530 /* testhttp */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testhttp; sourceTree = BUILT_PRODUCTS_DIR; };
                278C58E2136B647200836530 /* testhttp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testhttp.c; path = ../cups/testhttp.c; sourceTree = "<group>"; };
                724FA6EA1CC039DE0092477B /* testnotify */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testnotify; sourceTree = BUILT_PRODUCTS_DIR; };
                724FA6EC1CC03A1D0092477B /* testcatalog.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = testcatalog.cxx; path = ../ppdc/testcatalog.cxx; sourceTree = "<group>"; };
                724FA6FF1CC03A210092477B /* testcatalog */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testcatalog; sourceTree = BUILT_PRODUCTS_DIR; };
-               724FA70F1CC03A490092477B /* libcupsimage_static.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupsimage_static.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
-               724FA71F1CC03A990092477B /* libcupsmime_static.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupsmime_static.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
-               724FA7401CC03AAF0092477B /* libcupsppdc_static.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupsppdc_static.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
+               724FA70F1CC03A490092477B /* libcupsimage_static.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupsimage_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
+               724FA71F1CC03A990092477B /* libcupsmime_static.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupsmime_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
+               724FA7401CC03AAF0092477B /* libcupsppdc_static.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupsppdc_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
                724FA74F1CC03ACC0092477B /* libcupscgi.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupscgi.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
-               724FA76B1CC03AF60092477B /* libcupscgi_static.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupscgi_static.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
+               724FA76B1CC03AF60092477B /* libcupscgi_static.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupscgi_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
                7258EAE2134594C4009286F1 /* rastertopwg */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rastertopwg; sourceTree = BUILT_PRODUCTS_DIR; };
                7258EAEC134594EB009286F1 /* rastertopwg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rastertopwg.c; path = ../filter/rastertopwg.c; sourceTree = "<group>"; };
                726AD6F7135E88F0002C930D /* ippserver */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ippserver; sourceTree = BUILT_PRODUCTS_DIR; };
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               270696341CADF3E200FFE5FB /* SystemConfiguration.framework in Frameworks */,
-                               270696351CADF3E200FFE5FB /* CoreFoundation.framework in Frameworks */,
-                               270696381CADF3E200FFE5FB /* libiconv.dylib in Frameworks */,
-                               270696391CADF3E200FFE5FB /* libresolv.dylib in Frameworks */,
-                               2706963A1CADF3E200FFE5FB /* libz.dylib in Frameworks */,
-                               2706963B1CADF3E200FFE5FB /* Security.framework in Frameworks */,
+                               270696341CADF3E200FFE5FB /* SystemConfiguration.framework in Frameworks */,
+                               270696351CADF3E200FFE5FB /* CoreFoundation.framework in Frameworks */,
+                               270696381CADF3E200FFE5FB /* libiconv.dylib in Frameworks */,
+                               270696391CADF3E200FFE5FB /* libresolv.dylib in Frameworks */,
+                               2706963A1CADF3E200FFE5FB /* libz.dylib in Frameworks */,
+                               2706963B1CADF3E200FFE5FB /* Security.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               270CCDA4135E3C9E00007BE2 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271284DC1CC1254C00E517C7 /* libcupsmime_static.a in Frameworks */,
+                               2767FC57192674C4000F61D3 /* libcups_static.a in Frameworks */,
+                               278C58E9136B64B000836530 /* CoreFoundation.framework in Frameworks */,
+                               278C58EA136B64B000836530 /* Kerberos.framework in Frameworks */,
+                               278C58EB136B64B000836530 /* Security.framework in Frameworks */,
+                               278C58EC136B64B000836530 /* SystemConfiguration.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271284E61CC1261900E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271284E71CC1261900E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271284F31CC1264B00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271284F41CC1264B00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285001CC1265D00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285011CC1265D00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712850D1CC1267A00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712850E1CC1267A00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712851A1CC1269700E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712851B1CC1269700E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285271CC126AA00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285281CC126AA00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285341CC1270B00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285351CC1270B00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285411CC1271E00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285421CC1271E00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712854E1CC1272D00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712854F1CC1272D00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712855B1CC1274300E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712855C1CC1274300E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285681CC1275200E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285691CC1275200E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285751CC1276400E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285761CC1276400E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712859A1CC12D1300E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285A21CC12D2900E517C7 /* libcupscgi.dylib in Frameworks */,
+                               2712859B1CC12D1300E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285A81CC12D3A00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285A91CC12D3A00E517C7 /* libcupscgi.dylib in Frameworks */,
+                               271285AA1CC12D3A00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285B61CC12D4E00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285B71CC12D4E00E517C7 /* libcupscgi.dylib in Frameworks */,
+                               271285B81CC12D4E00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285C41CC12D5E00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285C51CC12D5E00E517C7 /* libcupscgi.dylib in Frameworks */,
+                               271285C61CC12D5E00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285D21CC12DBF00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285D31CC12DBF00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285DF1CC12DDF00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285E01CC12DDF00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285EC1CC12E2D00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285ED1CC12E2D00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285FA1CC12EEB00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271286041CC12F0800E517C7 /* libcupsimage.dylib in Frameworks */,
+                               271285FB1CC12EEB00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712860C1CC12F0B00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712860D1CC12F0B00E517C7 /* libcupsimage.dylib in Frameworks */,
+                               2712860E1CC12F0B00E517C7 /* libcups.dylib in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               270CCDA4135E3C9E00007BE2 /* Frameworks */ = {
+               2712861C1CC12F1A00E517C7 /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               2767FC57192674C4000F61D3 /* libcups_static.a in Frameworks */,
-                               278C58E9136B64B000836530 /* CoreFoundation.framework in Frameworks */,
-                               278C58EA136B64B000836530 /* Kerberos.framework in Frameworks */,
-                               278C58EB136B64B000836530 /* Security.framework in Frameworks */,
-                               278C58EC136B64B000836530 /* SystemConfiguration.framework in Frameworks */,
-                               270CCDBA135E3D0900007BE2 /* libcupsmime.dylib in Frameworks */,
+                               2712861D1CC12F1A00E517C7 /* libcupsimage.dylib in Frameworks */,
+                               2712861E1CC12F1A00E517C7 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712865C1CC1309000E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712865D1CC1309000E517C7 /* libcups_static.a in Frameworks */,
+                               2712865E1CC1309000E517C7 /* CoreFoundation.framework in Frameworks */,
+                               2712865F1CC1309000E517C7 /* libresolv.dylib in Frameworks */,
+                               271286601CC1309000E517C7 /* libz.dylib in Frameworks */,
+                               271286611CC1309000E517C7 /* Security.framework in Frameworks */,
+                               271286621CC1309000E517C7 /* SystemConfiguration.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271286721CC1310E00E517C7 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271286731CC1310E00E517C7 /* libcupsimage_static.a in Frameworks */,
+                               271286741CC1310E00E517C7 /* libcups_static.a in Frameworks */,
+                               271286751CC1310E00E517C7 /* CoreFoundation.framework in Frameworks */,
+                               271286761CC1310E00E517C7 /* Kerberos.framework in Frameworks */,
+                               271286771CC1310E00E517C7 /* Security.framework in Frameworks */,
+                               271286781CC1310E00E517C7 /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               274FF64C133339C400317ECB /* Frameworks */ = {
+               274FF64C133339C400317ECB /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               274FF658133339D300317ECB /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               274FF67513333B2F00317ECB /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               274FF68513333B4300317ECB /* libcups.dylib in Frameworks */,
+                               274FF68613333B4300317ECB /* libcupsmime.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               274FF6B91333B1C400317ECB /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               72BFD609191AF14C0005DA37 /* SystemConfiguration.framework in Frameworks */,
+                               72BFD602191AF1270005DA37 /* CoreFoundation.framework in Frameworks */,
+                               72BFD603191AF1270005DA37 /* GSS.framework in Frameworks */,
+                               72BFD604191AF1270005DA37 /* Kerberos.framework in Frameworks */,
+                               72BFD605191AF1270005DA37 /* libiconv.dylib in Frameworks */,
+                               72BFD606191AF1270005DA37 /* libresolv.dylib in Frameworks */,
+                               72BFD607191AF1270005DA37 /* libz.dylib in Frameworks */,
+                               72BFD608191AF1270005DA37 /* Security.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               276683591337A9B6000D33D0 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               276683671337A9E0000D33D0 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2766836D1337AC79000D33D0 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               276683B11337AD06000D33D0 /* libcups.dylib in Frameworks */,
+                               276683B21337AD06000D33D0 /* libcupsppdc.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2766837A1337AC8C000D33D0 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               276683B71337AD23000D33D0 /* libcups.dylib in Frameworks */,
+                               276683B81337AD23000D33D0 /* libcupsppdc.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               276683871337AC97000D33D0 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               276683B91337AD31000D33D0 /* libcups.dylib in Frameworks */,
+                               276683BA1337AD31000D33D0 /* libcupsppdc.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               276683941337ACA2000D33D0 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               276683C31337B1B3000D33D0 /* libcups.dylib in Frameworks */,
+                               276683C41337B1B3000D33D0 /* libcupsppdc.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               276683A11337ACAB000D33D0 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               276683C91337B1C1000D33D0 /* libcups.dylib in Frameworks */,
+                               276683CA1337B1C1000D33D0 /* libcupsppdc.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               276683ED1337F78E000D33D0 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               276683FD1337F7B8000D33D0 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               276684011337FA1D000D33D0 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2766840F1337FA38000D33D0 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2767FC4B19266A0D000F61D3 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2767FC6B192685E6000F61D3 /* libcups_static.a in Frameworks */,
+                               2767FC6C192685E6000F61D3 /* CoreFoundation.framework in Frameworks */,
+                               2767FC6D192685E6000F61D3 /* libiconv.dylib in Frameworks */,
+                               2767FC6E192685E6000F61D3 /* libresolv.dylib in Frameworks */,
+                               2767FC6F192685E6000F61D3 /* libz.dylib in Frameworks */,
+                               2767FC70192685E6000F61D3 /* Security.framework in Frameworks */,
+                               2767FC71192685E6000F61D3 /* SystemConfiguration.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               278C58C8136B640300836530 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               72BFD5FB191AF0A30005DA37 /* libcups_static.a in Frameworks */,
+                               72BFD5FC191AF0A30005DA37 /* CoreFoundation.framework in Frameworks */,
+                               72BFD5FD191AF0A30005DA37 /* Kerberos.framework in Frameworks */,
+                               72BFD5FE191AF0A30005DA37 /* libiconv.dylib in Frameworks */,
+                               72BFD5FF191AF0A30005DA37 /* libresolv.dylib in Frameworks */,
+                               72BFD600191AF0A30005DA37 /* libz.dylib in Frameworks */,
+                               72BFD601191AF0A30005DA37 /* Security.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               27A034781A8BDB1200650675 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               27A034851A8BDC5C00650675 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               720DD6BF1358FD5F0064AA82 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               720DD6CD1358FD720064AA82 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               72220EAB1333047D00FCA411 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               728FB7F11536167A005426E1 /* libiconv.dylib in Frameworks */,
+                               728FB7F21536167A005426E1 /* libresolv.dylib in Frameworks */,
+                               728FB7ED1536161C005426E1 /* libz.dylib in Frameworks */,
+                               728FB7E91536161C005426E1 /* CoreFoundation.framework in Frameworks */,
+                               72D53A2A15B49110003F877F /* GSS.framework in Frameworks */,
+                               728FB7EA1536161C005426E1 /* Kerberos.framework in Frameworks */,
+                               728FB7EB1536161C005426E1 /* Security.framework in Frameworks */,
+                               728FB7EE15361642005426E1 /* SystemConfiguration.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               72220F5813330A5A00FCA411 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               72D53A3A15B492FA003F877F /* libpam.dylib in Frameworks */,
+                               72220F6613330A7000FCA411 /* libcups.dylib in Frameworks */,
+                               72220FBF13330C1000FCA411 /* libcupsmime.dylib in Frameworks */,
+                               72D53A3415B4925B003F877F /* ApplicationServices.framework in Frameworks */,
+                               72D53A3015B4923F003F877F /* CoreFoundation.framework in Frameworks */,
+                               72D53A3B15B4930A003F877F /* GSS.framework in Frameworks */,
+                               72D53A3515B49270003F877F /* IOKit.framework in Frameworks */,
+                               72D53A3C15B4930A003F877F /* Kerberos.framework in Frameworks */,
+                               72D53A3115B4923F003F877F /* Security.framework in Frameworks */,
+                               72D53A3215B4923F003F877F /* SystemConfiguration.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               72220FA913330B2200FCA411 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               72220FBA13330BEE00FCA411 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               724378FA1333E43E009631B9 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               724379081333E4A5009631B9 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               724379151333E532009631B9 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               724379271333E93D009631B9 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               7243792D1333FB85009631B9 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               7243793B1333FB9D009631B9 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               724379441333FEA9009631B9 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               724379561333FF04009631B9 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               724379581333FF1D009631B9 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               724379661333FF3B009631B9 /* libcups.dylib in Frameworks */,
+                               72D53A2F15B49174003F877F /* CoreFoundation.framework in Frameworks */,
+                               72D53A2D15B4913D003F877F /* IOKit.framework in Frameworks */,
+                               72D53A2E15B4915B003F877F /* SystemConfiguration.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               724FA5291CC0370C0092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               274FF658133339D300317ECB /* libcups.dylib in Frameworks */,
+                               724FA52A1CC0370C0092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA52B1CC0370C0092477B /* libiconv.dylib in Frameworks */,
+                               724FA52C1CC0370C0092477B /* libresolv.dylib in Frameworks */,
+                               724FA52D1CC0370C0092477B /* libz.dylib in Frameworks */,
+                               724FA52E1CC0370C0092477B /* Security.framework in Frameworks */,
+                               724FA52F1CC0370C0092477B /* SystemConfiguration.framework in Frameworks */,
+                               724FA5301CC0370C0092477B /* libcups_static.a in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               274FF67513333B2F00317ECB /* Frameworks */ = {
+               724FA53C1CC037370092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               274FF68513333B4300317ECB /* libcups.dylib in Frameworks */,
-                               274FF68613333B4300317ECB /* libcupsmime.dylib in Frameworks */,
+                               724FA53D1CC037370092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA53E1CC037370092477B /* libiconv.dylib in Frameworks */,
+                               724FA53F1CC037370092477B /* libresolv.dylib in Frameworks */,
+                               724FA5401CC037370092477B /* libz.dylib in Frameworks */,
+                               724FA5411CC037370092477B /* Security.framework in Frameworks */,
+                               724FA5421CC037370092477B /* SystemConfiguration.framework in Frameworks */,
+                               724FA5431CC037370092477B /* libcups_static.a in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               274FF6B91333B1C400317ECB /* Frameworks */ = {
+               724FA54F1CC037500092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               72BFD609191AF14C0005DA37 /* SystemConfiguration.framework in Frameworks */,
-                               72BFD602191AF1270005DA37 /* CoreFoundation.framework in Frameworks */,
-                               72BFD603191AF1270005DA37 /* GSS.framework in Frameworks */,
-                               72BFD604191AF1270005DA37 /* Kerberos.framework in Frameworks */,
-                               72BFD605191AF1270005DA37 /* libiconv.dylib in Frameworks */,
-                               72BFD606191AF1270005DA37 /* libresolv.dylib in Frameworks */,
-                               72BFD607191AF1270005DA37 /* libz.dylib in Frameworks */,
-                               72BFD608191AF1270005DA37 /* Security.framework in Frameworks */,
+                               724FA5501CC037500092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA5511CC037500092477B /* libiconv.dylib in Frameworks */,
+                               724FA5521CC037500092477B /* libresolv.dylib in Frameworks */,
+                               724FA5531CC037500092477B /* libz.dylib in Frameworks */,
+                               724FA5541CC037500092477B /* Security.framework in Frameworks */,
+                               724FA5551CC037500092477B /* SystemConfiguration.framework in Frameworks */,
+                               724FA5561CC037500092477B /* libcups_static.a in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               276683591337A9B6000D33D0 /* Frameworks */ = {
+               724FA5621CC037670092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               276683671337A9E0000D33D0 /* libcups.dylib in Frameworks */,
+                               724FA5631CC037670092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA5641CC037670092477B /* libiconv.dylib in Frameworks */,
+                               724FA5651CC037670092477B /* libresolv.dylib in Frameworks */,
+                               724FA5661CC037670092477B /* libz.dylib in Frameworks */,
+                               724FA5671CC037670092477B /* Security.framework in Frameworks */,
+                               724FA5681CC037670092477B /* SystemConfiguration.framework in Frameworks */,
+                               724FA5691CC037670092477B /* libcups_static.a in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               2766836D1337AC79000D33D0 /* Frameworks */ = {
+               724FA5751CC037810092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               276683B11337AD06000D33D0 /* libcups.dylib in Frameworks */,
-                               276683B21337AD06000D33D0 /* libcupsppdc.dylib in Frameworks */,
+                               724FA5761CC037810092477B /* libcups_static.a in Frameworks */,
+                               724FA5771CC037810092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA5781CC037810092477B /* libiconv.dylib in Frameworks */,
+                               724FA5791CC037810092477B /* libresolv.dylib in Frameworks */,
+                               724FA57A1CC037810092477B /* libz.dylib in Frameworks */,
+                               724FA57B1CC037810092477B /* Security.framework in Frameworks */,
+                               724FA57C1CC037810092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               2766837A1337AC8C000D33D0 /* Frameworks */ = {
+               724FA5881CC037980092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               276683B71337AD23000D33D0 /* libcups.dylib in Frameworks */,
-                               276683B81337AD23000D33D0 /* libcupsppdc.dylib in Frameworks */,
+                               724FA5891CC037980092477B /* libcups_static.a in Frameworks */,
+                               724FA58A1CC037980092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA58B1CC037980092477B /* Kerberos.framework in Frameworks */,
+                               724FA58C1CC037980092477B /* libiconv.dylib in Frameworks */,
+                               724FA58D1CC037980092477B /* libresolv.dylib in Frameworks */,
+                               724FA58E1CC037980092477B /* libz.dylib in Frameworks */,
+                               724FA58F1CC037980092477B /* Security.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               276683871337AC97000D33D0 /* Frameworks */ = {
+               724FA59B1CC037AA0092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               276683B91337AD31000D33D0 /* libcups.dylib in Frameworks */,
-                               276683BA1337AD31000D33D0 /* libcupsppdc.dylib in Frameworks */,
+                               724FA59C1CC037AA0092477B /* libcups_static.a in Frameworks */,
+                               724FA59D1CC037AA0092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA59E1CC037AA0092477B /* Kerberos.framework in Frameworks */,
+                               724FA59F1CC037AA0092477B /* libiconv.dylib in Frameworks */,
+                               724FA5A01CC037AA0092477B /* libresolv.dylib in Frameworks */,
+                               724FA5A11CC037AA0092477B /* libz.dylib in Frameworks */,
+                               724FA5A21CC037AA0092477B /* Security.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               276683941337ACA2000D33D0 /* Frameworks */ = {
+               724FA5AE1CC037C60092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               276683C31337B1B3000D33D0 /* libcups.dylib in Frameworks */,
-                               276683C41337B1B3000D33D0 /* libcupsppdc.dylib in Frameworks */,
+                               724FA5AF1CC037C60092477B /* libcups_static.a in Frameworks */,
+                               724FA5B01CC037C60092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA5B11CC037C60092477B /* Kerberos.framework in Frameworks */,
+                               724FA5B21CC037C60092477B /* libiconv.dylib in Frameworks */,
+                               724FA5B31CC037C60092477B /* libresolv.dylib in Frameworks */,
+                               724FA5B41CC037C60092477B /* libz.dylib in Frameworks */,
+                               724FA5B51CC037C60092477B /* Security.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               276683A11337ACAB000D33D0 /* Frameworks */ = {
+               724FA5C11CC037D90092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               276683C91337B1C1000D33D0 /* libcups.dylib in Frameworks */,
-                               276683CA1337B1C1000D33D0 /* libcupsppdc.dylib in Frameworks */,
+                               724FA5C21CC037D90092477B /* libcups_static.a in Frameworks */,
+                               724FA5C31CC037D90092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA5C41CC037D90092477B /* Kerberos.framework in Frameworks */,
+                               724FA5C51CC037D90092477B /* libiconv.dylib in Frameworks */,
+                               724FA5C61CC037D90092477B /* libresolv.dylib in Frameworks */,
+                               724FA5C71CC037D90092477B /* libz.dylib in Frameworks */,
+                               724FA5C81CC037D90092477B /* Security.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               276683ED1337F78E000D33D0 /* Frameworks */ = {
+               724FA5D61CC037F00092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               276683FD1337F7B8000D33D0 /* libcups.dylib in Frameworks */,
+                               724FA5D71CC037F00092477B /* libcups_static.a in Frameworks */,
+                               724FA5D81CC037F00092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA5D91CC037F00092477B /* Kerberos.framework in Frameworks */,
+                               724FA5DA1CC037F00092477B /* Security.framework in Frameworks */,
+                               724FA5DB1CC037F00092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               276684011337FA1D000D33D0 /* Frameworks */ = {
+               724FA5EA1CC038040092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               2766840F1337FA38000D33D0 /* libcups.dylib in Frameworks */,
+                               724FA5EB1CC038040092477B /* libcups_static.a in Frameworks */,
+                               724FA5EC1CC038040092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA5ED1CC038040092477B /* Kerberos.framework in Frameworks */,
+                               724FA5EE1CC038040092477B /* Security.framework in Frameworks */,
+                               724FA5EF1CC038040092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               2767FC4B19266A0D000F61D3 /* Frameworks */ = {
+               724FA5FE1CC038190092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               2767FC6B192685E6000F61D3 /* libcups_static.a in Frameworks */,
-                               2767FC6C192685E6000F61D3 /* CoreFoundation.framework in Frameworks */,
-                               2767FC6D192685E6000F61D3 /* libiconv.dylib in Frameworks */,
-                               2767FC6E192685E6000F61D3 /* libresolv.dylib in Frameworks */,
-                               2767FC6F192685E6000F61D3 /* libz.dylib in Frameworks */,
-                               2767FC70192685E6000F61D3 /* Security.framework in Frameworks */,
-                               2767FC71192685E6000F61D3 /* SystemConfiguration.framework in Frameworks */,
+                               724FA5FF1CC038190092477B /* libcups_static.a in Frameworks */,
+                               724FA6001CC038190092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6011CC038190092477B /* Kerberos.framework in Frameworks */,
+                               724FA6021CC038190092477B /* Security.framework in Frameworks */,
+                               724FA6031CC038190092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               278C58C8136B640300836530 /* Frameworks */ = {
+               724FA6121CC0382B0092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               72BFD5FB191AF0A30005DA37 /* libcups_static.a in Frameworks */,
-                               72BFD5FC191AF0A30005DA37 /* CoreFoundation.framework in Frameworks */,
-                               72BFD5FD191AF0A30005DA37 /* Kerberos.framework in Frameworks */,
-                               72BFD5FE191AF0A30005DA37 /* libiconv.dylib in Frameworks */,
-                               72BFD5FF191AF0A30005DA37 /* libresolv.dylib in Frameworks */,
-                               72BFD600191AF0A30005DA37 /* libz.dylib in Frameworks */,
-                               72BFD601191AF0A30005DA37 /* Security.framework in Frameworks */,
+                               271284DA1CC1251400E517C7 /* libcupsimage_static.a in Frameworks */,
+                               724FA6131CC0382B0092477B /* libcups_static.a in Frameworks */,
+                               724FA6141CC0382B0092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6151CC0382B0092477B /* Kerberos.framework in Frameworks */,
+                               724FA6161CC0382B0092477B /* Security.framework in Frameworks */,
+                               724FA6171CC0382B0092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               27A034781A8BDB1200650675 /* Frameworks */ = {
+               724FA6261CC038410092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               27A034851A8BDC5C00650675 /* libcups.dylib in Frameworks */,
+                               724FA6271CC038410092477B /* libcups_static.a in Frameworks */,
+                               724FA6281CC038410092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6291CC038410092477B /* Kerberos.framework in Frameworks */,
+                               724FA62A1CC038410092477B /* Security.framework in Frameworks */,
+                               724FA62B1CC038410092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               720DD6BF1358FD5F0064AA82 /* Frameworks */ = {
+               724FA63A1CC038560092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               720DD6CD1358FD720064AA82 /* libcups.dylib in Frameworks */,
+                               724FA63B1CC038560092477B /* libcups_static.a in Frameworks */,
+                               724FA63C1CC038560092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA63D1CC038560092477B /* Kerberos.framework in Frameworks */,
+                               724FA63E1CC038560092477B /* Security.framework in Frameworks */,
+                               724FA63F1CC038560092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               72220EAB1333047D00FCA411 /* Frameworks */ = {
+               724FA64E1CC0386E0092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               728FB7F11536167A005426E1 /* libiconv.dylib in Frameworks */,
-                               728FB7F21536167A005426E1 /* libresolv.dylib in Frameworks */,
-                               728FB7ED1536161C005426E1 /* libz.dylib in Frameworks */,
-                               728FB7E91536161C005426E1 /* CoreFoundation.framework in Frameworks */,
-                               72D53A2A15B49110003F877F /* GSS.framework in Frameworks */,
-                               728FB7EA1536161C005426E1 /* Kerberos.framework in Frameworks */,
-                               728FB7EB1536161C005426E1 /* Security.framework in Frameworks */,
-                               728FB7EE15361642005426E1 /* SystemConfiguration.framework in Frameworks */,
+                               724FA64F1CC0386E0092477B /* libcups_static.a in Frameworks */,
+                               724FA6501CC0386E0092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6511CC0386E0092477B /* Kerberos.framework in Frameworks */,
+                               724FA6521CC0386E0092477B /* Security.framework in Frameworks */,
+                               724FA6531CC0386E0092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               72220F5813330A5A00FCA411 /* Frameworks */ = {
+               724FA6651CC038A50092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               72D53A3A15B492FA003F877F /* libpam.dylib in Frameworks */,
-                               72220F6613330A7000FCA411 /* libcups.dylib in Frameworks */,
-                               72220FBF13330C1000FCA411 /* libcupsmime.dylib in Frameworks */,
-                               72D53A3415B4925B003F877F /* ApplicationServices.framework in Frameworks */,
-                               72D53A3015B4923F003F877F /* CoreFoundation.framework in Frameworks */,
-                               72D53A3B15B4930A003F877F /* GSS.framework in Frameworks */,
-                               72D53A3515B49270003F877F /* IOKit.framework in Frameworks */,
-                               72D53A3C15B4930A003F877F /* Kerberos.framework in Frameworks */,
-                               72D53A3115B4923F003F877F /* Security.framework in Frameworks */,
-                               72D53A3215B4923F003F877F /* SystemConfiguration.framework in Frameworks */,
+                               724FA6661CC038A50092477B /* libcups_static.a in Frameworks */,
+                               724FA6671CC038A50092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6681CC038A50092477B /* Kerberos.framework in Frameworks */,
+                               724FA6691CC038A50092477B /* Security.framework in Frameworks */,
+                               724FA66A1CC038A50092477B /* SystemConfiguration.framework in Frameworks */,
+                               724FA66B1CC038A50092477B /* libcupsmime.dylib in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               72220FA913330B2200FCA411 /* Frameworks */ = {
+               724FA6771CC038BD0092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               72220FBA13330BEE00FCA411 /* libcups.dylib in Frameworks */,
+                               724FA6781CC038BD0092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6791CC038BD0092477B /* libiconv.dylib in Frameworks */,
+                               724FA67A1CC038BD0092477B /* libresolv.dylib in Frameworks */,
+                               724FA67B1CC038BD0092477B /* libz.dylib in Frameworks */,
+                               724FA67C1CC038BD0092477B /* Security.framework in Frameworks */,
+                               724FA67D1CC038BD0092477B /* SystemConfiguration.framework in Frameworks */,
+                               724FA67E1CC038BD0092477B /* libcups_static.a in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724378FA1333E43E009631B9 /* Frameworks */ = {
+               724FA68C1CC038D90092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724379081333E4A5009631B9 /* libcups.dylib in Frameworks */,
+                               724FA68D1CC038D90092477B /* libcups_static.a in Frameworks */,
+                               724FA68E1CC038D90092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA68F1CC038D90092477B /* Kerberos.framework in Frameworks */,
+                               724FA6901CC038D90092477B /* Security.framework in Frameworks */,
+                               724FA6911CC038D90092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724379151333E532009631B9 /* Frameworks */ = {
+               724FA69E1CC039200092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724379271333E93D009631B9 /* libcups.dylib in Frameworks */,
+                               271284D71CC124D700E517C7 /* libcupscgi_static.a in Frameworks */,
+                               724FA69F1CC039200092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6A01CC039200092477B /* libiconv.dylib in Frameworks */,
+                               724FA6A11CC039200092477B /* libresolv.dylib in Frameworks */,
+                               724FA6A21CC039200092477B /* libz.dylib in Frameworks */,
+                               724FA6A31CC039200092477B /* Security.framework in Frameworks */,
+                               724FA6A41CC039200092477B /* SystemConfiguration.framework in Frameworks */,
+                               724FA6A51CC039200092477B /* libcups_static.a in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               7243792D1333FB85009631B9 /* Frameworks */ = {
+               724FA6B11CC0393E0092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               7243793B1333FB9D009631B9 /* libcups.dylib in Frameworks */,
+                               271284D81CC124E300E517C7 /* libcupscgi_static.a in Frameworks */,
+                               724FA6B21CC0393E0092477B /* libcups_static.a in Frameworks */,
+                               724FA6B31CC0393E0092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6B41CC0393E0092477B /* Kerberos.framework in Frameworks */,
+                               724FA6B51CC0393E0092477B /* libiconv.dylib in Frameworks */,
+                               724FA6B61CC0393E0092477B /* libresolv.dylib in Frameworks */,
+                               724FA6B71CC0393E0092477B /* libz.dylib in Frameworks */,
+                               724FA6B81CC0393E0092477B /* Security.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724379441333FEA9009631B9 /* Frameworks */ = {
+               724FA6C61CC0395A0092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724379561333FF04009631B9 /* libcups.dylib in Frameworks */,
+                               271284DB1CC1251F00E517C7 /* libcupscgi_static.a in Frameworks */,
+                               724FA6C71CC0395A0092477B /* libcups_static.a in Frameworks */,
+                               724FA6C81CC0395A0092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6C91CC0395A0092477B /* Kerberos.framework in Frameworks */,
+                               724FA6CA1CC0395A0092477B /* Security.framework in Frameworks */,
+                               724FA6CB1CC0395A0092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724379581333FF1D009631B9 /* Frameworks */ = {
+               724FA6DF1CC039DE0092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724379661333FF3B009631B9 /* libcups.dylib in Frameworks */,
-                               72D53A2F15B49174003F877F /* CoreFoundation.framework in Frameworks */,
-                               72D53A2D15B4913D003F877F /* IOKit.framework in Frameworks */,
-                               72D53A2E15B4915B003F877F /* SystemConfiguration.framework in Frameworks */,
+                               724FA6E01CC039DE0092477B /* libcups_static.a in Frameworks */,
+                               724FA6E11CC039DE0092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6E21CC039DE0092477B /* Kerberos.framework in Frameworks */,
+                               724FA6E31CC039DE0092477B /* Security.framework in Frameworks */,
+                               724FA6E41CC039DE0092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA5291CC0370C0092477B /* Frameworks */ = {
+               724FA6F41CC03A210092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA52A1CC0370C0092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA52B1CC0370C0092477B /* libiconv.dylib in Frameworks */,
-                               724FA52C1CC0370C0092477B /* libresolv.dylib in Frameworks */,
-                               724FA52D1CC0370C0092477B /* libz.dylib in Frameworks */,
-                               724FA52E1CC0370C0092477B /* Security.framework in Frameworks */,
-                               724FA52F1CC0370C0092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA5301CC0370C0092477B /* libcups_static.a in Frameworks */,
+                               271284D91CC124F000E517C7 /* libcupsppdc_static.a in Frameworks */,
+                               724FA6F51CC03A210092477B /* libcups_static.a in Frameworks */,
+                               724FA6F61CC03A210092477B /* CoreFoundation.framework in Frameworks */,
+                               724FA6F71CC03A210092477B /* Kerberos.framework in Frameworks */,
+                               724FA6F81CC03A210092477B /* Security.framework in Frameworks */,
+                               724FA6F91CC03A210092477B /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA53C1CC037370092477B /* Frameworks */ = {
+               724FA7081CC03A490092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA53D1CC037370092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA53E1CC037370092477B /* libiconv.dylib in Frameworks */,
-                               724FA53F1CC037370092477B /* libresolv.dylib in Frameworks */,
-                               724FA5401CC037370092477B /* libz.dylib in Frameworks */,
-                               724FA5411CC037370092477B /* Security.framework in Frameworks */,
-                               724FA5421CC037370092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA5431CC037370092477B /* libcups_static.a in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA54F1CC037500092477B /* Frameworks */ = {
+               724FA7171CC03A990092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA5501CC037500092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA5511CC037500092477B /* libiconv.dylib in Frameworks */,
-                               724FA5521CC037500092477B /* libresolv.dylib in Frameworks */,
-                               724FA5531CC037500092477B /* libz.dylib in Frameworks */,
-                               724FA5541CC037500092477B /* Security.framework in Frameworks */,
-                               724FA5551CC037500092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA5561CC037500092477B /* libcups_static.a in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA5621CC037670092477B /* Frameworks */ = {
+               724FA7371CC03AAF0092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA5631CC037670092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA5641CC037670092477B /* libiconv.dylib in Frameworks */,
-                               724FA5651CC037670092477B /* libresolv.dylib in Frameworks */,
-                               724FA5661CC037670092477B /* libz.dylib in Frameworks */,
-                               724FA5671CC037670092477B /* Security.framework in Frameworks */,
-                               724FA5681CC037670092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA5691CC037670092477B /* libcups_static.a in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA5751CC037810092477B /* Frameworks */ = {
+               724FA7481CC03ACC0092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA5761CC037810092477B /* libcups_static.a in Frameworks */,
-                               724FA5771CC037810092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA5781CC037810092477B /* libiconv.dylib in Frameworks */,
-                               724FA5791CC037810092477B /* libresolv.dylib in Frameworks */,
-                               724FA57A1CC037810092477B /* libz.dylib in Frameworks */,
-                               724FA57B1CC037810092477B /* Security.framework in Frameworks */,
-                               724FA57C1CC037810092477B /* SystemConfiguration.framework in Frameworks */,
+                               724FA7491CC03ACC0092477B /* libcups.dylib in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA5881CC037980092477B /* Frameworks */ = {
+               724FA7641CC03AF60092477B /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA5891CC037980092477B /* libcups_static.a in Frameworks */,
-                               724FA58A1CC037980092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA58B1CC037980092477B /* Kerberos.framework in Frameworks */,
-                               724FA58C1CC037980092477B /* libiconv.dylib in Frameworks */,
-                               724FA58D1CC037980092477B /* libresolv.dylib in Frameworks */,
-                               724FA58E1CC037980092477B /* libz.dylib in Frameworks */,
-                               724FA58F1CC037980092477B /* Security.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA59B1CC037AA0092477B /* Frameworks */ = {
+               7258EADF134594C4009286F1 /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA59C1CC037AA0092477B /* libcups_static.a in Frameworks */,
-                               724FA59D1CC037AA0092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA59E1CC037AA0092477B /* Kerberos.framework in Frameworks */,
-                               724FA59F1CC037AA0092477B /* libiconv.dylib in Frameworks */,
-                               724FA5A01CC037AA0092477B /* libresolv.dylib in Frameworks */,
-                               724FA5A11CC037AA0092477B /* libz.dylib in Frameworks */,
-                               724FA5A21CC037AA0092477B /* Security.framework in Frameworks */,
+                               7258EAF413459B6D009286F1 /* libcups.dylib in Frameworks */,
+                               7258EAF513459B6D009286F1 /* libcupsimage.dylib in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA5AE1CC037C60092477B /* Frameworks */ = {
+               726AD6F4135E88F0002C930D /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA5AF1CC037C60092477B /* libcups_static.a in Frameworks */,
-                               724FA5B01CC037C60092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA5B11CC037C60092477B /* Kerberos.framework in Frameworks */,
-                               724FA5B21CC037C60092477B /* libiconv.dylib in Frameworks */,
-                               724FA5B31CC037C60092477B /* libresolv.dylib in Frameworks */,
-                               724FA5B41CC037C60092477B /* libz.dylib in Frameworks */,
-                               724FA5B51CC037C60092477B /* Security.framework in Frameworks */,
+                               2767FC6519267538000F61D3 /* libcups_static.a in Frameworks */,
+                               2767FC6619267538000F61D3 /* CoreFoundation.framework in Frameworks */,
+                               2767FC6719267538000F61D3 /* libresolv.dylib in Frameworks */,
+                               2767FC6819267538000F61D3 /* libz.dylib in Frameworks */,
+                               2767FC6919267538000F61D3 /* Security.framework in Frameworks */,
+                               2767FC6A19267538000F61D3 /* SystemConfiguration.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA5C11CC037D90092477B /* Frameworks */ = {
+               72CF95EB18A19134000FCAE4 /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA5C21CC037D90092477B /* libcups_static.a in Frameworks */,
-                               724FA5C31CC037D90092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA5C41CC037D90092477B /* Kerberos.framework in Frameworks */,
-                               724FA5C51CC037D90092477B /* libiconv.dylib in Frameworks */,
-                               724FA5C61CC037D90092477B /* libresolv.dylib in Frameworks */,
-                               724FA5C71CC037D90092477B /* libz.dylib in Frameworks */,
-                               724FA5C81CC037D90092477B /* Security.framework in Frameworks */,
+                               72CF95EC18A19134000FCAE4 /* libcups.dylib in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA5D61CC037F00092477B /* Frameworks */ = {
+               72F75A4F1336F950004BB496 /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA5D71CC037F00092477B /* libcups_static.a in Frameworks */,
-                               724FA5D81CC037F00092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA5D91CC037F00092477B /* Kerberos.framework in Frameworks */,
-                               724FA5DA1CC037F00092477B /* Security.framework in Frameworks */,
-                               724FA5DB1CC037F00092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA5DC1CC037F00092477B /* libcupsmime.dylib in Frameworks */,
+                               276683E51337B2BE000D33D0 /* libcupsimage.dylib in Frameworks */,
+                               276683E21337B29C000D33D0 /* libcups.dylib in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA5EA1CC038040092477B /* Frameworks */ = {
+               72F75A5E1336F9A3004BB496 /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA5EB1CC038040092477B /* libcups_static.a in Frameworks */,
-                               724FA5EC1CC038040092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA5ED1CC038040092477B /* Kerberos.framework in Frameworks */,
-                               724FA5EE1CC038040092477B /* Security.framework in Frameworks */,
-                               724FA5EF1CC038040092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA5F01CC038040092477B /* libcupsmime.dylib in Frameworks */,
+                               72F75A671336FA38004BB496 /* libcups.dylib in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+               273BF6B81333B4A90022CAAB /* tests */ = {
+                       isa = PBXGroup;
+                       children = (
+                               2712866A1CC130FF00E517C7 /* rasterbench.c */,
+                               724FA65B1CC0389F0092477B /* test1284.c */,
+                               727EF041192E3544001EF690 /* testadmin.c */,
+                               727EF042192E3544001EF690 /* testarray.c */,
+                               724FA65C1CC0389F0092477B /* testbackend.c */,
+                               727EF043192E3544001EF690 /* testcache.c */,
+                               724FA6EC1CC03A1D0092477B /* testcatalog.cxx */,
+                               727EF03D192E3498001EF690 /* testcgi.c */,
+                               727EF044192E3544001EF690 /* testconflicts.c */,
+                               273BF6C61333B5370022CAAB /* testcups.c */,
+                               2767FC5119266A36000F61D3 /* testdest.c */,
+                               727EF045192E3544001EF690 /* testfile.c */,
+                               727EF03E192E3498001EF690 /* testhi.c */,
+                               278C58E2136B647200836530 /* testhttp.c */,
+                               727EF046192E3544001EF690 /* testi18n.c */,
+                               727EF047192E3544001EF690 /* testipp.c */,
+                               727EF048192E3544001EF690 /* testlang.c */,
+                               727EF04D192E3602001EF690 /* testlpd.c */,
+                               270CCDBB135E3D3E00007BE2 /* testmime.c */,
+                               724FA6D71CC039D00092477B /* testnotify.c */,
+                               727EF049192E3544001EF690 /* testoptions.c */,
+                               727EF04A192E3544001EF690 /* testppd.c */,
+                               727EF04B192E3544001EF690 /* testpwg.c */,
+                               27F89DA21B3AC43B00E5A4B7 /* testraster.c */,
+                               727EF04C192E3544001EF690 /* testsnmp.c */,
+                               727EF04E192E3602001EF690 /* testspeed.c */,
+                               727EF04F192E3602001EF690 /* testsub.c */,
+                               724FA65D1CC0389F0092477B /* testsupplies.c */,
+                               727EF03F192E3498001EF690 /* testtemplate.c */,
+                       );
+                       name = tests;
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
+               };
+               274FF5D513332C2C00317ECB /* daemon */ = {
+                       isa = PBXGroup;
+                       children = (
+                               274FF6351333344400317ECB /* cups-deviced.c */,
+                               274FF5D613332CC700317ECB /* cups-driverd.cxx */,
+                               274FF6491333398D00317ECB /* cups-exec.c */,
+                               274FF65B133339FC00317ECB /* cups-lpd.c */,
+                               274FF5D713332CC700317ECB /* util.c */,
+                               274FF5D813332CC700317ECB /* util.h */,
+                       );
+                       name = daemon;
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
+               };
+               274FF5F41333310400317ECB /* libcupsppdc */ = {
+                       isa = PBXGroup;
+                       children = (
+                               274FF5F51333315100317ECB /* ppdc-array.cxx */,
+                               274FF5F61333315100317ECB /* ppdc-attr.cxx */,
+                               274FF5F71333315100317ECB /* ppdc-catalog.cxx */,
+                               274FF5F81333315100317ECB /* ppdc-choice.cxx */,
+                               274FF5F91333315100317ECB /* ppdc-constraint.cxx */,
+                               274FF5FA1333315100317ECB /* ppdc-driver.cxx */,
+                               274FF5FB1333315100317ECB /* ppdc-file.cxx */,
+                               274FF5FC1333315100317ECB /* ppdc-filter.cxx */,
+                               274FF5FD1333315100317ECB /* ppdc-font.cxx */,
+                               274FF5FE1333315100317ECB /* ppdc-group.cxx */,
+                               274FF5FF1333315100317ECB /* ppdc-import.cxx */,
+                               274FF6001333315100317ECB /* ppdc-mediasize.cxx */,
+                               274FF6011333315100317ECB /* ppdc-message.cxx */,
+                               274FF6021333315100317ECB /* ppdc-option.cxx */,
+                               274FF6031333315100317ECB /* ppdc-private.h */,
+                               274FF6041333315100317ECB /* ppdc-profile.cxx */,
+                               274FF6051333315100317ECB /* ppdc-shared.cxx */,
+                               274FF6061333315100317ECB /* ppdc-source.cxx */,
+                               274FF6071333315100317ECB /* ppdc-string.cxx */,
+                               274FF6081333315100317ECB /* ppdc-variable.cxx */,
+                       );
+                       name = libcupsppdc;
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
+               };
+               274FF67313333B0A00317ECB /* commands */ = {
+                       isa = PBXGroup;
+                       children = (
+                               271286681CC130BD00E517C7 /* tlscheck.c */,
+                               2732E089137A3F5200FAFEF6 /* cancel.c */,
+                               2732E08A137A3F5200FAFEF6 /* cupsaccept.c */,
+                               276684101337FA7C000D33D0 /* cupsaddsmb.c */,
+                               276683681337AA00000D33D0 /* cupsctl.c */,
+                               274FF68713333B6E00317ECB /* cupsfilter.c */,
+                               2732E08B137A3F5200FAFEF6 /* cupstestdsc.c */,
+                               72F75A5B1336F988004BB496 /* cupstestppd.c */,
+                               72CF95F218A19165000FCAE4 /* ippfind.c */,
+                               726AD701135E8A90002C930D /* ippserver.c */,
+                               276683F91337F7A9000D33D0 /* ipptool.c */,
+                               2732E08C137A3F5200FAFEF6 /* lp.c */,
+                               2732E08D137A3F5200FAFEF6 /* lpadmin.c */,
+                               271284DD1CC125FC00E517C7 /* lpc.c */,
+                               2732E08E137A3F5200FAFEF6 /* lpinfo.c */,
+                               2732E08F137A3F5200FAFEF6 /* lpmove.c */,
+                               2732E090137A3F5200FAFEF6 /* lpoptions.c */,
+                               271284DE1CC125FC00E517C7 /* lpq.c */,
+                               271284DF1CC125FC00E517C7 /* lpr.c */,
+                               271284E01CC125FC00E517C7 /* lprm.c */,
+                               2732E092137A3F5200FAFEF6 /* lpstat.c */,
+                       );
+                       name = commands;
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
+               };
+               276683CB1337B1CC000D33D0 /* ppdc tools */ = {
+                       isa = PBXGroup;
+                       children = (
+                               276683CC1337B201000D33D0 /* ppdc.cxx */,
+                               276683CE1337B20D000D33D0 /* ppdhtml.cxx */,
+                               276683D01337B21A000D33D0 /* ppdi.cxx */,
+                               276683D21337B228000D33D0 /* ppdmerge.cxx */,
+                               276683D41337B237000D33D0 /* ppdpo.cxx */,
+                       );
+                       name = "ppdc tools";
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
+               };
+               72220EAF1333047D00FCA411 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               72220F5B13330A5A00FCA411 /* cupsd */,
+                               274FF5CC13332B1F00317ECB /* cups-driverd */,
+                               274FF6291333333600317ECB /* cups-deviced */,
+                               274FF63E1333358B00317ECB /* cups-exec */,
+                               274FF64F133339C400317ECB /* cups-lpd */,
+                               274FF67813333B2F00317ECB /* cupsfilter */,
+                               273BF6BD1333B5000022CAAB /* testcups */,
+                               724378FD1333E43E009631B9 /* ipp */,
+                               724379181333E532009631B9 /* lpd */,
+                               724379301333FB85009631B9 /* socket */,
+                               724379471333FEA9009631B9 /* dnssd */,
+                               7243795B1333FF1D009631B9 /* usb */,
+                               72F75A521336F950004BB496 /* cupstestppd */,
+                               2766835C1337A9B6000D33D0 /* cupsctl */,
+                               276683701337AC79000D33D0 /* ppdc */,
+                               2766837D1337AC8C000D33D0 /* ppdhtml */,
+                               2766838A1337AC97000D33D0 /* ppdi */,
+                               276683971337ACA2000D33D0 /* ppdmerge */,
+                               276683A41337ACAB000D33D0 /* ppdpo */,
+                               276683F01337F78E000D33D0 /* ipptool */,
+                               276684041337FA1D000D33D0 /* cupsaddsmb */,
+                               7258EAE2134594C4009286F1 /* rastertopwg */,
+                               720DD6C21358FD5F0064AA82 /* snmp */,
+                               270CCDA7135E3C9E00007BE2 /* testmime */,
+                               726AD6F7135E88F0002C930D /* ippserver */,
+                               278C58CB136B640300836530 /* testhttp */,
+                               72A4332F155844CF002E172D /* libcups_static.a */,
+                               72CF95F118A19134000FCAE4 /* ipptool copy */,
+                               2767FC5019266A0D000F61D3 /* testdest */,
+                               27A0347B1A8BDB1300650675 /* lpadmin */,
+                               2706965A1CADF3E200FFE5FB /* libcups_ios.a */,
+                               724FA5351CC0370C0092477B /* testadmin */,
+                               724FA5481CC037370092477B /* testarray */,
+                               724FA55B1CC037500092477B /* testcache */,
+                               724FA56E1CC037670092477B /* testconflicts */,
+                               724FA5811CC037810092477B /* testfile */,
+                               724FA5941CC037980092477B /* testi18n */,
+                               724FA5A71CC037AA0092477B /* testipp */,
+                               724FA5BA1CC037C60092477B /* testlang */,
+                               724FA5CD1CC037D90092477B /* testlpd */,
+                               724FA5E11CC037F00092477B /* testoptions */,
+                               724FA5F51CC038040092477B /* testppd */,
+                               724FA6091CC038190092477B /* testpwg */,
+                               724FA61D1CC0382B0092477B /* testraster */,
+                               724FA6311CC038410092477B /* testsnmp */,
+                               724FA6451CC038560092477B /* testspeed */,
+                               724FA6591CC0386E0092477B /* testsub */,
+                               724FA6701CC038A50092477B /* test1284 */,
+                               724FA6831CC038BD0092477B /* testbackend */,
+                               724FA6971CC038D90092477B /* testsupplies */,
+                               724FA6AA1CC039200092477B /* testcgi */,
+                               724FA6BD1CC0393E0092477B /* testhi */,
+                               724FA6D11CC0395A0092477B /* testtemplate */,
+                               724FA6EA1CC039DE0092477B /* testnotify */,
+                               724FA6FF1CC03A210092477B /* testcatalog */,
+                               724FA70F1CC03A490092477B /* libcupsimage_static.a */,
+                               724FA71F1CC03A990092477B /* libcupsmime_static.a */,
+                               724FA7401CC03AAF0092477B /* libcupsppdc_static.a */,
+                               724FA74F1CC03ACC0092477B /* libcupscgi.dylib */,
+                               724FA76B1CC03AF60092477B /* libcupscgi_static.a */,
+                               271284EC1CC1261900E517C7 /* cancel */,
+                               271284F91CC1264B00E517C7 /* cupsaccept */,
+                               271285061CC1265D00E517C7 /* cupstestdsc */,
+                               271285131CC1267A00E517C7 /* lp */,
+                               271285201CC1269700E517C7 /* lpc */,
+                               2712852D1CC126AA00E517C7 /* lpinfo */,
+                               2712853A1CC1270B00E517C7 /* lpmove */,
+                               271285471CC1271E00E517C7 /* lpoptions */,
+                               271285541CC1272D00E517C7 /* lpq */,
+                               271285611CC1274300E517C7 /* lpr */,
+                               2712856E1CC1275200E517C7 /* lprm */,
+                               2712857B1CC1276400E517C7 /* lpstat */,
+                               271285A01CC12D1300E517C7 /* admin.cgi */,
+                               271285AF1CC12D3A00E517C7 /* classes.cgi */,
+                               271285BD1CC12D4E00E517C7 /* jobs.cgi */,
+                               271285CB1CC12D5E00E517C7 /* printers.cgi */,
+                               271285D81CC12DBF00E517C7 /* commandtops */,
+                               271285E51CC12DDF00E517C7 /* gziptoany */,
+                               271285F21CC12E2E00E517C7 /* pstops */,
+                               271286001CC12EEB00E517C7 /* rastertoepson */,
+                               271286131CC12F0B00E517C7 /* rastertohp */,
+                               271286231CC12F1A00E517C7 /* rastertolabel */,
+                               271286671CC1309000E517C7 /* tlscheck */,
+                               2712867D1CC1310E00E517C7 /* rasterbench */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = Products;
+                       sourceTree = "<group>";
                };
-               724FA5FE1CC038190092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA5FF1CC038190092477B /* libcups_static.a in Frameworks */,
-                               724FA6001CC038190092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6011CC038190092477B /* Kerberos.framework in Frameworks */,
-                               724FA6021CC038190092477B /* Security.framework in Frameworks */,
-                               724FA6031CC038190092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA6041CC038190092477B /* libcupsmime.dylib in Frameworks */,
+               72220EB41333050100FCA411 /* libcups */ = {
+                       isa = PBXGroup;
+                       children = (
+                               276683561337A8C5000D33D0 /* cups.strings */,
+                               27D3037D134148CB00F022B1 /* libcups2.def */,
+                               72220EB51333052D00FCA411 /* adminutil.c */,
+                               72220EB81333056300FCA411 /* array.c */,
+                               72220EBB1333056300FCA411 /* auth.c */,
+                               72220EBC1333056300FCA411 /* backchannel.c */,
+                               72220EBD1333056300FCA411 /* backend.c */,
+                               72220ED1133305BB00FCA411 /* debug.c */,
+                               72CF95E018A13543000FCAE4 /* dest-job.c */,
+                               72CF95E118A13543000FCAE4 /* dest-localization.c */,
+                               72CF95E218A13543000FCAE4 /* dest-options.c */,
+                               72220ED2133305BB00FCA411 /* dest.c */,
+                               72220ED3133305BB00FCA411 /* dir.c */,
+                               72220ED4133305BB00FCA411 /* dir.h */,
+                               72220ED6133305BB00FCA411 /* encode.c */,
+                               72220ED8133305BB00FCA411 /* file.c */,
+                               72220EDA133305BB00FCA411 /* getdevices.c */,
+                               72220EDB133305BB00FCA411 /* getifaddrs.c */,
+                               72220EDC133305BB00FCA411 /* getputfile.c */,
+                               72220EDD133305BB00FCA411 /* globals.c */,
+                               7284F9EF1BFCCD940026F886 /* hash.c */,
+                               72220EDE133305BB00FCA411 /* http-addr.c */,
+                               72220EDF133305BB00FCA411 /* http-addrlist.c */,
+                               72220EE1133305BB00FCA411 /* http-support.c */,
+                               72220EE2133305BB00FCA411 /* http.c */,
+                               72220EE5133305BB00FCA411 /* ipp-support.c */,
+                               72220EE6133305BB00FCA411 /* ipp.c */,
+                               72220EE8133305BB00FCA411 /* langprintf.c */,
+                               72220EEA133305BB00FCA411 /* language.c */,
+                               72220EEF133305BB00FCA411 /* md5.c */,
+                               72220EF0133305BB00FCA411 /* md5passwd.c */,
+                               72220EF1133305BB00FCA411 /* notify.c */,
+                               72220EF2133305BB00FCA411 /* options.c */,
+                               72220EF6133305BB00FCA411 /* ppd.c */,
+                               72220EBA1333056300FCA411 /* ppd-attr.c */,
+                               72220EF4133305BB00FCA411 /* ppd-cache.c */,
+                               72220EBF1333056300FCA411 /* ppd-conflicts.c */,
+                               72220EC21333056300FCA411 /* ppd-custom.c */,
+                               72220ED5133305BB00FCA411 /* ppd-emit.c */,
+                               72220EEC133305BB00FCA411 /* ppd-localize.c */,
+                               72220EED133305BB00FCA411 /* ppd-mark.c */,
+                               72220EF3133305BB00FCA411 /* ppd-page.c */,
+                               72A8B3D61C188BDE00A1A547 /* ppd-util.c */,
+                               72220EF8133305BB00FCA411 /* pwg-media.c */,
+                               72220EFB133305BB00FCA411 /* request.c */,
+                               72220EFC133305BB00FCA411 /* sidechannel.c */,
+                               72220EFF133305BB00FCA411 /* snmp.c */,
+                               72220F00133305BB00FCA411 /* snprintf.c */,
+                               72220F02133305BB00FCA411 /* string.c */,
+                               72220F03133305BB00FCA411 /* tempfile.c */,
+                               72220F05133305BB00FCA411 /* thread.c */,
+                               270B267D17F5C06700C8A3A9 /* tls-darwin.c */,
+                               270B267E17F5C06700C8A3A9 /* tls-gnutls.c */,
+                               270B268117F5C5D600C8A3A9 /* tls-sspi.c */,
+                               727AD5B619100A58009F6862 /* tls.c */,
+                               72220F06133305BB00FCA411 /* transcode.c */,
+                               72220F08133305BB00FCA411 /* usersys.c */,
+                               72220F09133305BB00FCA411 /* util.c */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = libcups;
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
                };
-               724FA6121CC0382B0092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA6131CC0382B0092477B /* libcups_static.a in Frameworks */,
-                               724FA6141CC0382B0092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6151CC0382B0092477B /* Kerberos.framework in Frameworks */,
-                               724FA6161CC0382B0092477B /* Security.framework in Frameworks */,
-                               724FA6171CC0382B0092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA6181CC0382B0092477B /* libcupsmime.dylib in Frameworks */,
+               72220F45133305D000FCA411 /* Public Headers */ = {
+                       isa = PBXGroup;
+                       children = (
+                               72220EB71333056300FCA411 /* adminutil.h */,
+                               72220EB91333056300FCA411 /* array.h */,
+                               72220EBE1333056300FCA411 /* backend.h */,
+                               72220EC11333056300FCA411 /* cups.h */,
+                               72220ED9133305BB00FCA411 /* file.h */,
+                               72220EE3133305BB00FCA411 /* http.h */,
+                               72220EE7133305BB00FCA411 /* ipp.h */,
+                               72220EEB133305BB00FCA411 /* language.h */,
+                               72220EF7133305BB00FCA411 /* ppd.h */,
+                               274FF6091333315100317ECB /* ppdc.h */,
+                               2767FC7519269687000F61D3 /* pwg.h */,
+                               72220EFA133305BB00FCA411 /* raster.h */,
+                               72220EFD133305BB00FCA411 /* sidechannel.h */,
+                               72220F07133305BB00FCA411 /* transcode.h */,
+                               72220F0A133305BB00FCA411 /* versioning.h */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = "Public Headers";
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
                };
-               724FA6261CC038410092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA6271CC038410092477B /* libcups_static.a in Frameworks */,
-                               724FA6281CC038410092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6291CC038410092477B /* Kerberos.framework in Frameworks */,
-                               724FA62A1CC038410092477B /* Security.framework in Frameworks */,
-                               724FA62B1CC038410092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA62C1CC038410092477B /* libcupsmime.dylib in Frameworks */,
+               72220F461333060C00FCA411 /* Private Headers */ = {
+                       isa = PBXGroup;
+                       children = (
+                               72220F471333063D00FCA411 /* config.h */,
+                               7234F41F1378A16F00D3E9C9 /* array-private.h */,
+                               72220EC01333056300FCA411 /* cups-private.h */,
+                               72220EC31333056300FCA411 /* debug-private.h */,
+                               72220ED7133305BB00FCA411 /* file-private.h */,
+                               72220EE0133305BB00FCA411 /* http-private.h */,
+                               72220EE4133305BB00FCA411 /* ipp-private.h */,
+                               72220EE9133305BB00FCA411 /* language-private.h */,
+                               72220EEE133305BB00FCA411 /* md5-private.h */,
+                               72220FB413330BCE00FCA411 /* mime.h */,
+                               7271883C1374AB14001A2036 /* mime-private.h */,
+                               72220EF5133305BB00FCA411 /* ppd-private.h */,
+                               72220EF9133305BB00FCA411 /* pwg-private.h */,
+                               2767FC76192696A0000F61D3 /* raster-private.h */,
+                               72220EFE133305BB00FCA411 /* snmp-private.h */,
+                               72220F01133305BB00FCA411 /* string-private.h */,
+                               72220F04133305BB00FCA411 /* thread-private.h */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = "Private Headers";
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
                };
-               724FA63A1CC038560092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA63B1CC038560092477B /* libcups_static.a in Frameworks */,
-                               724FA63C1CC038560092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA63D1CC038560092477B /* Kerberos.framework in Frameworks */,
-                               724FA63E1CC038560092477B /* Security.framework in Frameworks */,
-                               724FA63F1CC038560092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA6401CC038560092477B /* libcupsmime.dylib in Frameworks */,
+               72220F5D13330A5A00FCA411 /* cupsd */ = {
+                       isa = PBXGroup;
+                       children = (
+                               72E65BDC18DC852700097E89 /* Makefile */,
+                               7226369B18AE6D19004ED309 /* org.cups.cups-lpd.plist */,
+                               72E65BD518DC818400097E89 /* org.cups.cups-lpd.plist.in */,
+                               72496E171A13A03B0051899C /* org.cups.cups-lpdAT.service.in */,
+                               72496E161A13A03B0051899C /* org.cups.cups-lpd.socket */,
+                               72E65BD618DC818400097E89 /* org.cups.cupsd.path.in */,
+                               7226369C18AE6D19004ED309 /* org.cups.cupsd.plist */,
+                               72E65BD718DC818400097E89 /* org.cups.cupsd.service.in */,
+                               72E65BD818DC818400097E89 /* org.cups.cupsd.socket.in */,
+                               72220F6913330B0C00FCA411 /* auth.c */,
+                               72220F6A13330B0C00FCA411 /* auth.h */,
+                               72220F6B13330B0C00FCA411 /* banners.c */,
+                               72220F6C13330B0C00FCA411 /* banners.h */,
+                               72220F6D13330B0C00FCA411 /* cert.c */,
+                               72220F6E13330B0C00FCA411 /* cert.h */,
+                               72220F6F13330B0C00FCA411 /* classes.c */,
+                               72220F7013330B0C00FCA411 /* classes.h */,
+                               72220F7113330B0C00FCA411 /* client.c */,
+                               72220F7213330B0C00FCA411 /* client.h */,
+                               72D53A3615B4929D003F877F /* colorman.c */,
+                               72D53A3715B4929D003F877F /* colorman.h */,
+                               72220F7313330B0C00FCA411 /* conf.c */,
+                               72220F7413330B0C00FCA411 /* conf.h */,
+                               72220F7513330B0C00FCA411 /* cupsd.h */,
+                               72220F7613330B0C00FCA411 /* dirsvc.c */,
+                               72220F7713330B0C00FCA411 /* dirsvc.h */,
+                               72220F7813330B0C00FCA411 /* env.c */,
+                               72C16CB8137B195D007E4BF4 /* file.c */,
+                               72220F7913330B0C00FCA411 /* ipp.c */,
+                               72220F7A13330B0C00FCA411 /* job.c */,
+                               72220F7B13330B0C00FCA411 /* job.h */,
+                               72220F7C13330B0C00FCA411 /* listen.c */,
+                               72220F7D13330B0C00FCA411 /* log.c */,
+                               72220F7E13330B0C00FCA411 /* main.c */,
+                               72220F7F13330B0C00FCA411 /* network.c */,
+                               72220F8013330B0C00FCA411 /* network.h */,
+                               72220F8113330B0C00FCA411 /* policy.c */,
+                               72220F8213330B0C00FCA411 /* policy.h */,
+                               72220F8313330B0C00FCA411 /* printers.c */,
+                               72220F8413330B0C00FCA411 /* printers.h */,
+                               72220F8513330B0C00FCA411 /* process.c */,
+                               72220F8613330B0C00FCA411 /* quotas.c */,
+                               72220F8813330B0C00FCA411 /* select.c */,
+                               72220F8913330B0C00FCA411 /* server.c */,
+                               72220F8A13330B0C00FCA411 /* statbuf.c */,
+                               72220F8B13330B0C00FCA411 /* statbuf.h */,
+                               72220F8C13330B0C00FCA411 /* subscriptions.c */,
+                               72220F8D13330B0C00FCA411 /* subscriptions.h */,
+                               72220F8E13330B0C00FCA411 /* sysman.c */,
+                               72220F8F13330B0C00FCA411 /* sysman.h */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = cupsd;
+                       path = .;
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
                };
-               724FA64E1CC0386E0092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA64F1CC0386E0092477B /* libcups_static.a in Frameworks */,
-                               724FA6501CC0386E0092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6511CC0386E0092477B /* Kerberos.framework in Frameworks */,
-                               724FA6521CC0386E0092477B /* Security.framework in Frameworks */,
-                               724FA6531CC0386E0092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA6541CC0386E0092477B /* libcupsmime.dylib in Frameworks */,
+               72220FB013330B3400FCA411 /* libcupsmime */ = {
+                       isa = PBXGroup;
+                       children = (
+                               72220FB213330BCE00FCA411 /* filter.c */,
+                               72220FB313330BCE00FCA411 /* mime.c */,
+                               72220FB513330BCE00FCA411 /* type.c */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = libcupsmime;
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
                };
-               724FA6651CC038A50092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA6661CC038A50092477B /* libcups_static.a in Frameworks */,
-                               724FA6671CC038A50092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6681CC038A50092477B /* Kerberos.framework in Frameworks */,
-                               724FA6691CC038A50092477B /* Security.framework in Frameworks */,
-                               724FA66A1CC038A50092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA66B1CC038A50092477B /* libcupsmime.dylib in Frameworks */,
+               72220FB113330B4A00FCA411 /* Frameworks */ = {
+                       isa = PBXGroup;
+                       children = (
+                               2767FC591926750C000F61D3 /* CoreFoundation.framework */,
+                               2767FC5A1926750C000F61D3 /* libiconv.dylib */,
+                               2767FC5B1926750C000F61D3 /* libresolv.dylib */,
+                               2767FC5C1926750C000F61D3 /* libz.dylib */,
+                               2767FC5D1926750C000F61D3 /* Security.framework */,
+                               2767FC5E1926750C000F61D3 /* SystemConfiguration.framework */,
+                               72D53A3915B492FA003F877F /* libpam.dylib */,
+                               72D53A3315B4925B003F877F /* ApplicationServices.framework */,
+                               72D53A2C15B4913D003F877F /* IOKit.framework */,
+                               72D53A2915B49110003F877F /* GSS.framework */,
+                               728FB7EF1536167A005426E1 /* libiconv.dylib */,
+                               728FB7F01536167A005426E1 /* libresolv.dylib */,
+                               728FB7EC1536161C005426E1 /* libz.dylib */,
+                               278C58E5136B64AF00836530 /* CoreFoundation.framework */,
+                               278C58E6136B64B000836530 /* Kerberos.framework */,
+                               278C58E7136B64B000836530 /* Security.framework */,
+                               278C58E8136B64B000836530 /* SystemConfiguration.framework */,
+                               72220EAE1333047D00FCA411 /* libcups.dylib */,
+                               72F75A611336F9A3004BB496 /* libcupsimage.dylib */,
+                               72220FAC13330B2200FCA411 /* libcupsmime.dylib */,
+                               274FF5EE133330C800317ECB /* libcupsppdc.dylib */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = Frameworks;
+                       sourceTree = "<group>";
                };
-               724FA6771CC038BD0092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA6781CC038BD0092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6791CC038BD0092477B /* libiconv.dylib in Frameworks */,
-                               724FA67A1CC038BD0092477B /* libresolv.dylib in Frameworks */,
-                               724FA67B1CC038BD0092477B /* libz.dylib in Frameworks */,
-                               724FA67C1CC038BD0092477B /* Security.framework in Frameworks */,
-                               724FA67D1CC038BD0092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA67E1CC038BD0092477B /* libcups_static.a in Frameworks */,
+               724378F71333E3CE009631B9 /* backends */ = {
+                       isa = PBXGroup;
+                       children = (
+                               724379091333E4E3009631B9 /* backend-private.h */,
+                               724379501333FEBB009631B9 /* dnssd.c */,
+                               724379CA1334000E009631B9 /* ieee1284.c */,
+                               7243790A1333E4E3009631B9 /* ipp.c */,
+                               724379281333E952009631B9 /* lpd.c */,
+                               7243790B1333E4E3009631B9 /* network.c */,
+                               724379121333E516009631B9 /* runloop.c */,
+                               7243790C1333E4E3009631B9 /* snmp-supplies.c */,
+                               720DD6D21358FDDE0064AA82 /* snmp.c */,
+                               7243793C1333FD19009631B9 /* socket.c */,
+                               724379C51333FFC7009631B9 /* usb.c */,
+                               724379C41333FFC7009631B9 /* usb-darwin.c */,
+                               72FC29CF1A37A1CA00BDF935 /* usb-libusb.c */,
+                               72FC29D01A37A1CA00BDF935 /* usb-unix.c */,
+                               72F7F1D719D1C0CC00870B09 /* org.cups.usb-quirks */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = backends;
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
                };
-               724FA68C1CC038D90092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA68D1CC038D90092477B /* libcups_static.a in Frameworks */,
-                               724FA68E1CC038D90092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA68F1CC038D90092477B /* Kerberos.framework in Frameworks */,
-                               724FA6901CC038D90092477B /* Security.framework in Frameworks */,
-                               724FA6911CC038D90092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA6921CC038D90092477B /* libcupsmime.dylib in Frameworks */,
+               724FA6D31CC0399D0092477B /* notifiers */ = {
+                       isa = PBXGroup;
+                       children = (
+                               724FA6D41CC039D00092477B /* dbus.c */,
+                               724FA6D51CC039D00092477B /* mailto.c */,
+                               724FA6D61CC039D00092477B /* rss.c */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = notifiers;
+                       sourceTree = "<group>";
                };
-               724FA69E1CC039200092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA69F1CC039200092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6A01CC039200092477B /* libiconv.dylib in Frameworks */,
-                               724FA6A11CC039200092477B /* libresolv.dylib in Frameworks */,
-                               724FA6A21CC039200092477B /* libz.dylib in Frameworks */,
-                               724FA6A31CC039200092477B /* Security.framework in Frameworks */,
-                               724FA6A41CC039200092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA6A51CC039200092477B /* libcups_static.a in Frameworks */,
+               7258EADC134594A8009286F1 /* filters */ = {
+                       isa = PBXGroup;
+                       children = (
+                               7271881713746EA8001A2036 /* commandtops.c */,
+                               7271881813746EA8001A2036 /* common.c */,
+                               7271881913746EA8001A2036 /* common.h */,
+                               7271881A13746EA8001A2036 /* gziptoany.c */,
+                               7271882013746EA8001A2036 /* pstops.c */,
+                               7271882113746EA8001A2036 /* rastertoepson.c */,
+                               7271882213746EA8001A2036 /* rastertohp.c */,
+                               7271882313746EA8001A2036 /* rastertolabel.c */,
+                               7258EAEC134594EB009286F1 /* rastertopwg.c */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = filters;
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
                };
-               724FA6B11CC0393E0092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA6B21CC0393E0092477B /* libcups_static.a in Frameworks */,
-                               724FA6B31CC0393E0092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6B41CC0393E0092477B /* Kerberos.framework in Frameworks */,
-                               724FA6B51CC0393E0092477B /* libiconv.dylib in Frameworks */,
-                               724FA6B61CC0393E0092477B /* libresolv.dylib in Frameworks */,
-                               724FA6B71CC0393E0092477B /* libz.dylib in Frameworks */,
-                               724FA6B81CC0393E0092477B /* Security.framework in Frameworks */,
+               727EF02E192E3461001EF690 /* cgi-bin */ = {
+                       isa = PBXGroup;
+                       children = (
+                               727EF02F192E3498001EF690 /* admin.c */,
+                               727EF030192E3498001EF690 /* cgi-private.h */,
+                               727EF031192E3498001EF690 /* cgi.h */,
+                               727EF032192E3498001EF690 /* classes.c */,
+                               727EF033192E3498001EF690 /* help-index.c */,
+                               727EF034192E3498001EF690 /* help-index.h */,
+                               727EF035192E3498001EF690 /* help.c */,
+                               727EF036192E3498001EF690 /* html.c */,
+                               727EF037192E3498001EF690 /* ipp-var.c */,
+                               727EF038192E3498001EF690 /* jobs.c */,
+                               727EF039192E3498001EF690 /* makedocset.c */,
+                               727EF03A192E3498001EF690 /* printers.c */,
+                               727EF03B192E3498001EF690 /* search.c */,
+                               727EF03C192E3498001EF690 /* template.c */,
+                               727EF040192E3498001EF690 /* var.c */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = "cgi-bin";
+                       sourceTree = "<group>";
                };
-               724FA6C61CC0395A0092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA6C71CC0395A0092477B /* libcups_static.a in Frameworks */,
-                               724FA6C81CC0395A0092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6C91CC0395A0092477B /* Kerberos.framework in Frameworks */,
-                               724FA6CA1CC0395A0092477B /* Security.framework in Frameworks */,
-                               724FA6CB1CC0395A0092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA6CC1CC0395A0092477B /* libcupsmime.dylib in Frameworks */,
+               72BF96351333042100B1EAD7 = {
+                       isa = PBXGroup;
+                       children = (
+                               72E65BA218DC796500097E89 /* Autoconf Files */,
+                               72E65BB818DC79F800097E89 /* Documentation */,
+                               72220F45133305D000FCA411 /* Public Headers */,
+                               72220F461333060C00FCA411 /* Private Headers */,
+                               72220EB41333050100FCA411 /* libcups */,
+                               72F75A681336FA42004BB496 /* libcupsimage */,
+                               72220FB013330B3400FCA411 /* libcupsmime */,
+                               274FF5F41333310400317ECB /* libcupsppdc */,
+                               724378F71333E3CE009631B9 /* backends */,
+                               727EF02E192E3461001EF690 /* cgi-bin */,
+                               274FF67313333B0A00317ECB /* commands */,
+                               72220F5D13330A5A00FCA411 /* cupsd */,
+                               274FF5D513332C2C00317ECB /* daemon */,
+                               7258EADC134594A8009286F1 /* filters */,
+                               724FA6D31CC0399D0092477B /* notifiers */,
+                               276683CB1337B1CC000D33D0 /* ppdc tools */,
+                               273BF6B81333B4A90022CAAB /* tests */,
+                               72220FB113330B4A00FCA411 /* Frameworks */,
+                               72220EAF1333047D00FCA411 /* Products */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       indentWidth = 2;
+                       sourceTree = "<group>";
+                       tabWidth = 8;
+                       wrapsLines = 1;
                };
-               724FA6DF1CC039DE0092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA6E01CC039DE0092477B /* libcups_static.a in Frameworks */,
-                               724FA6E11CC039DE0092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6E21CC039DE0092477B /* Kerberos.framework in Frameworks */,
-                               724FA6E31CC039DE0092477B /* Security.framework in Frameworks */,
-                               724FA6E41CC039DE0092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA6E51CC039DE0092477B /* libcupsmime.dylib in Frameworks */,
+               72E65BA218DC796500097E89 /* Autoconf Files */ = {
+                       isa = PBXGroup;
+                       children = (
+                               72E65BD918DC850A00097E89 /* Makefile */,
+                               72E65BB718DC79CC00097E89 /* Makedefs.in */,
+                               72E65BA318DC797E00097E89 /* configure.ac */,
+                               7226369D18AE73BB004ED309 /* config.h.in */,
+                               72E65BB618DC79CC00097E89 /* cups-config.in */,
+                               72E65BA418DC799B00097E89 /* cups-common.m4 */,
+                               72E65BA518DC799B00097E89 /* cups-compiler.m4 */,
+                               72E65BA618DC799B00097E89 /* cups-defaults.m4 */,
+                               72E65BA718DC799B00097E89 /* cups-directories.m4 */,
+                               72E65BA818DC799B00097E89 /* cups-dnssd.m4 */,
+                               72E65BA918DC799B00097E89 /* cups-gssapi.m4 */,
+                               72E65BAA18DC799B00097E89 /* cups-largefile.m4 */,
+                               72E65BAB18DC799B00097E89 /* cups-startup.m4 */,
+                               72E65BAC18DC799B00097E89 /* cups-libtool.m4 */,
+                               72E65BAD18DC799B00097E89 /* cups-manpages.m4 */,
+                               72E65BAE18DC799B00097E89 /* cups-network.m4 */,
+                               72E65BAF18DC799B00097E89 /* cups-opsys.m4 */,
+                               72E65BB018DC799B00097E89 /* cups-pam.m4 */,
+                               72E65BB118DC799B00097E89 /* cups-poll.m4 */,
+                               72E65BB218DC799B00097E89 /* cups-scripting.m4 */,
+                               72E65BB318DC799B00097E89 /* cups-sharedlibs.m4 */,
+                               72E65BB418DC799B00097E89 /* cups-ssl.m4 */,
+                               72E65BB518DC799B00097E89 /* cups-threads.m4 */,
+                       );
+                       name = "Autoconf Files";
+                       sourceTree = "<group>";
+               };
+               72E65BB818DC79F800097E89 /* Documentation */ = {
+                       isa = PBXGroup;
+                       children = (
+                               72E65BBB18DC7A6B00097E89 /* api-array.header */,
+                               72E65BBC18DC7A6B00097E89 /* api-array.shtml */,
+                               72E65BBD18DC7A6B00097E89 /* api-cups.header */,
+                               72E65BBE18DC7A6B00097E89 /* api-cups.shtml */,
+                               72E65BBF18DC7A6B00097E89 /* api-filedir.header */,
+                               72E65BC018DC7A6B00097E89 /* api-filedir.shtml */,
+                               72E65BC118DC7A6B00097E89 /* api-filter.header */,
+                               72E65BC218DC7A6B00097E89 /* api-filter.shtml */,
+                               72E65BC318DC7A6B00097E89 /* api-httpipp.header */,
+                               72E65BC418DC7A6B00097E89 /* api-httpipp.shtml */,
+                               72E65BC518DC7A6B00097E89 /* api-overview.header */,
+                               72E65BC618DC7A6B00097E89 /* api-overview.shtml */,
+                               72E65BC718DC7A6B00097E89 /* api-ppd.header */,
+                               72E65BC818DC7A6B00097E89 /* api-ppd.shtml */,
+                               72E65BCB18DC7A9800097E89 /* api-raster.header */,
+                               72E65BCC18DC7A9800097E89 /* api-raster.shtml */,
+                               72E65BDD18DCA35700097E89 /* CHANGES-1.7.txt */,
+                               729D4B561A2CB48700692B21 /* CHANGES-2.0.txt */,
+                               72E65BDE18DCA35700097E89 /* CHANGES.txt */,
+                               72E65BDF18DCA35700097E89 /* CREDITS.txt */,
+                               72E65BB918DC7A3600097E89 /* doc */,
+                               72E65BE018DCA35700097E89 /* INSTALL.txt */,
+                               72E65BE218DCA35700097E89 /* LICENSE.txt */,
+                               72E65BBA18DC7A3600097E89 /* man */,
+                               72E65BCD18DC7A9800097E89 /* postscript-driver.header */,
+                               72E65BCE18DC7A9800097E89 /* postscript-driver.shtml */,
+                               72E65BCF18DC7A9800097E89 /* ppd-compiler.header */,
+                               72E65BD018DC7A9800097E89 /* ppd-compiler.shtml */,
+                               72E65BD118DC7A9800097E89 /* raster-driver.header */,
+                               72E65BD218DC7A9800097E89 /* raster-driver.shtml */,
+                               72E65BE318DCA35700097E89 /* README.txt */,
+                               72E65BD318DC7A9800097E89 /* spec-ppd.header */,
+                               72E65BD418DC7A9800097E89 /* spec-ppd.shtml */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = Documentation;
+                       sourceTree = "<group>";
                };
-               724FA6F41CC03A210092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA6F51CC03A210092477B /* libcups_static.a in Frameworks */,
-                               724FA6F61CC03A210092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA6F71CC03A210092477B /* Kerberos.framework in Frameworks */,
-                               724FA6F81CC03A210092477B /* Security.framework in Frameworks */,
-                               724FA6F91CC03A210092477B /* SystemConfiguration.framework in Frameworks */,
-                               724FA6FA1CC03A210092477B /* libcupsmime.dylib in Frameworks */,
+               72F75A681336FA42004BB496 /* libcupsimage */ = {
+                       isa = PBXGroup;
+                       children = (
+                               72F75A691336FA8A004BB496 /* error.c */,
+                               72F75A6A1336FA8A004BB496 /* interpret.c */,
+                               72F75A6B1336FA8A004BB496 /* raster.c */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = libcupsimage;
+                       sourceTree = "<group>";
+                       wrapsLines = 1;
                };
-               724FA7081CC03A490092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+               2706963C1CADF3E200FFE5FB /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA7091CC03A490092477B /* libcups.dylib in Frameworks */,
+                               2706963D1CADF3E200FFE5FB /* adminutil.h in Headers */,
+                               2706963E1CADF3E200FFE5FB /* array.h in Headers */,
+                               2706963F1CADF3E200FFE5FB /* backend.h in Headers */,
+                               270696401CADF3E200FFE5FB /* cups-private.h in Headers */,
+                               270696411CADF3E200FFE5FB /* debug-private.h in Headers */,
+                               270696421CADF3E200FFE5FB /* file-private.h in Headers */,
+                               270696431CADF3E200FFE5FB /* http-private.h in Headers */,
+                               270696441CADF3E200FFE5FB /* ipp-private.h in Headers */,
+                               270696451CADF3E200FFE5FB /* language-private.h in Headers */,
+                               270696461CADF3E200FFE5FB /* md5-private.h in Headers */,
+                               270696471CADF3E200FFE5FB /* ppd-private.h in Headers */,
+                               270696481CADF3E200FFE5FB /* pwg-private.h in Headers */,
+                               270696491CADF3E200FFE5FB /* snmp-private.h in Headers */,
+                               2706964A1CADF3E200FFE5FB /* string-private.h in Headers */,
+                               2706964B1CADF3E200FFE5FB /* thread-private.h in Headers */,
+                               2706964C1CADF3E200FFE5FB /* config.h in Headers */,
+                               2706964D1CADF3E200FFE5FB /* cups.h in Headers */,
+                               2706964E1CADF3E200FFE5FB /* dir.h in Headers */,
+                               2706964F1CADF3E200FFE5FB /* file.h in Headers */,
+                               270696501CADF3E200FFE5FB /* http.h in Headers */,
+                               270696511CADF3E200FFE5FB /* ipp.h in Headers */,
+                               270696521CADF3E200FFE5FB /* language.h in Headers */,
+                               270696531CADF3E200FFE5FB /* ppd.h in Headers */,
+                               270696541CADF3E200FFE5FB /* sidechannel.h in Headers */,
+                               270696551CADF3E200FFE5FB /* transcode.h in Headers */,
+                               270696561CADF3E200FFE5FB /* versioning.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA7171CC03A990092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
+               274FF5EC133330C800317ECB /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA7181CC03A990092477B /* libcups.dylib in Frameworks */,
+                               274FF61E1333315100317ECB /* ppdc.h in Headers */,
+                               274FF6181333315100317ECB /* ppdc-private.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA7371CC03AAF0092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
+               274FF6C11333B1C400317ECB /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA7381CC03AAF0092477B /* CoreFoundation.framework in Frameworks */,
-                               724FA7391CC03AAF0092477B /* libcups.dylib in Frameworks */,
+                               274FF6C21333B1C400317ECB /* adminutil.h in Headers */,
+                               274FF6C31333B1C400317ECB /* array.h in Headers */,
+                               274FF6C41333B1C400317ECB /* backend.h in Headers */,
+                               274FF6D01333B1C400317ECB /* cups-private.h in Headers */,
+                               274FF6D11333B1C400317ECB /* debug-private.h in Headers */,
+                               274FF6D21333B1C400317ECB /* file-private.h in Headers */,
+                               274FF6D31333B1C400317ECB /* http-private.h in Headers */,
+                               274FF6D41333B1C400317ECB /* ipp-private.h in Headers */,
+                               274FF6D51333B1C400317ECB /* language-private.h in Headers */,
+                               274FF6D61333B1C400317ECB /* md5-private.h in Headers */,
+                               274FF6D71333B1C400317ECB /* ppd-private.h in Headers */,
+                               274FF6D81333B1C400317ECB /* pwg-private.h in Headers */,
+                               274FF6D91333B1C400317ECB /* snmp-private.h in Headers */,
+                               274FF6DA1333B1C400317ECB /* string-private.h in Headers */,
+                               274FF6DB1333B1C400317ECB /* thread-private.h in Headers */,
+                               274FF6DC1333B1C400317ECB /* config.h in Headers */,
+                               274FF6C51333B1C400317ECB /* cups.h in Headers */,
+                               274FF6C61333B1C400317ECB /* dir.h in Headers */,
+                               274FF6C71333B1C400317ECB /* file.h in Headers */,
+                               274FF6C81333B1C400317ECB /* http.h in Headers */,
+                               274FF6C91333B1C400317ECB /* ipp.h in Headers */,
+                               274FF6CA1333B1C400317ECB /* language.h in Headers */,
+                               274FF6CB1333B1C400317ECB /* ppd.h in Headers */,
+                               274FF6CD1333B1C400317ECB /* sidechannel.h in Headers */,
+                               274FF6CE1333B1C400317ECB /* transcode.h in Headers */,
+                               274FF6CF1333B1C400317ECB /* versioning.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA7481CC03ACC0092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
+               72220EAC1333047D00FCA411 /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA7491CC03ACC0092477B /* libcups.dylib in Frameworks */,
+                               72220EC41333056300FCA411 /* adminutil.h in Headers */,
+                               72220EC61333056300FCA411 /* array.h in Headers */,
+                               72220ECB1333056300FCA411 /* backend.h in Headers */,
+                               72220ECE1333056300FCA411 /* cups.h in Headers */,
+                               72220F0E133305BB00FCA411 /* dir.h in Headers */,
+                               72220F13133305BB00FCA411 /* file.h in Headers */,
+                               72220F1D133305BB00FCA411 /* http.h in Headers */,
+                               72220F21133305BB00FCA411 /* ipp.h in Headers */,
+                               72220F25133305BB00FCA411 /* language.h in Headers */,
+                               72220F31133305BB00FCA411 /* ppd.h in Headers */,
+                               72220F37133305BB00FCA411 /* sidechannel.h in Headers */,
+                               72220F41133305BB00FCA411 /* transcode.h in Headers */,
+                               72220F44133305BB00FCA411 /* versioning.h in Headers */,
+                               7234F4201378A16F00D3E9C9 /* array-private.h in Headers */,
+                               72220ECD1333056300FCA411 /* cups-private.h in Headers */,
+                               72220ED01333056300FCA411 /* debug-private.h in Headers */,
+                               72220F11133305BB00FCA411 /* file-private.h in Headers */,
+                               72220F1A133305BB00FCA411 /* http-private.h in Headers */,
+                               72220F1E133305BB00FCA411 /* ipp-private.h in Headers */,
+                               72220F23133305BB00FCA411 /* language-private.h in Headers */,
+                               72220F28133305BB00FCA411 /* md5-private.h in Headers */,
+                               72220F2F133305BB00FCA411 /* ppd-private.h in Headers */,
+                               72220F33133305BB00FCA411 /* pwg-private.h in Headers */,
+                               72220F38133305BB00FCA411 /* snmp-private.h in Headers */,
+                               72220F3B133305BB00FCA411 /* string-private.h in Headers */,
+                               72220F3E133305BB00FCA411 /* thread-private.h in Headers */,
+                               72220F481333063D00FCA411 /* config.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               724FA7641CC03AF60092477B /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
+               72220FAA13330B2200FCA411 /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA7651CC03AF60092477B /* libcups.dylib in Frameworks */,
+                               72220FB813330BCE00FCA411 /* mime.h in Headers */,
+                               7271883D1374AB14001A2036 /* mime-private.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               7258EADF134594C4009286F1 /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
+               724FA70A1CC03A490092477B /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               7258EAF413459B6D009286F1 /* libcups.dylib in Frameworks */,
-                               7258EAF513459B6D009286F1 /* libcupsimage.dylib in Frameworks */,
+                               724FA70B1CC03A490092477B /* raster.h in Headers */,
+                               724FA7711CC03B920092477B /* raster-private.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               726AD6F4135E88F0002C930D /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
+               724FA7191CC03A990092477B /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               2767FC6519267538000F61D3 /* libcups_static.a in Frameworks */,
-                               2767FC6619267538000F61D3 /* CoreFoundation.framework in Frameworks */,
-                               2767FC6719267538000F61D3 /* libresolv.dylib in Frameworks */,
-                               2767FC6819267538000F61D3 /* libz.dylib in Frameworks */,
-                               2767FC6919267538000F61D3 /* Security.framework in Frameworks */,
-                               2767FC6A19267538000F61D3 /* SystemConfiguration.framework in Frameworks */,
+                               724FA71A1CC03A990092477B /* mime.h in Headers */,
+                               724FA71B1CC03A990092477B /* mime-private.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               72CF95EB18A19134000FCAE4 /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
+               724FA73A1CC03AAF0092477B /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               72CF95EC18A19134000FCAE4 /* libcups.dylib in Frameworks */,
+                               724FA73B1CC03AAF0092477B /* ppdc.h in Headers */,
+                               724FA73C1CC03AAF0092477B /* ppdc-private.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               72F75A4F1336F950004BB496 /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
+               724FA74A1CC03ACC0092477B /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               276683E51337B2BE000D33D0 /* libcupsimage.dylib in Frameworks */,
-                               276683E21337B29C000D33D0 /* libcups.dylib in Frameworks */,
+                               724FA76D1CC03B4D0092477B /* cgi.h in Headers */,
+                               724FA76C1CC03B4D0092477B /* cgi-private.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               72F75A5E1336F9A3004BB496 /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
+               724FA7661CC03AF60092477B /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               72F75A671336FA38004BB496 /* libcups.dylib in Frameworks */,
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
-               273BF6B81333B4A90022CAAB /* tests */ = {
-                       isa = PBXGroup;
-                       children = (
-                               724FA6EC1CC03A1D0092477B /* testcatalog.cxx */,
-                               724FA6D71CC039D00092477B /* testnotify.c */,
-                               727EF03D192E3498001EF690 /* testcgi.c */,
-                               727EF03E192E3498001EF690 /* testhi.c */,
-                               727EF03F192E3498001EF690 /* testtemplate.c */,
-                               724FA65B1CC0389F0092477B /* test1284.c */,
-                               724FA65C1CC0389F0092477B /* testbackend.c */,
-                               724FA65D1CC0389F0092477B /* testsupplies.c */,
-                               727EF041192E3544001EF690 /* testadmin.c */,
-                               727EF042192E3544001EF690 /* testarray.c */,
-                               727EF043192E3544001EF690 /* testcache.c */,
-                               727EF044192E3544001EF690 /* testconflicts.c */,
-                               273BF6C61333B5370022CAAB /* testcups.c */,
-                               2767FC5119266A36000F61D3 /* testdest.c */,
-                               727EF045192E3544001EF690 /* testfile.c */,
-                               278C58E2136B647200836530 /* testhttp.c */,
-                               727EF046192E3544001EF690 /* testi18n.c */,
-                               727EF047192E3544001EF690 /* testipp.c */,
-                               727EF048192E3544001EF690 /* testlang.c */,
-                               727EF04D192E3602001EF690 /* testlpd.c */,
-                               270CCDBB135E3D3E00007BE2 /* testmime.c */,
-                               727EF049192E3544001EF690 /* testoptions.c */,
-                               727EF04A192E3544001EF690 /* testppd.c */,
-                               727EF04B192E3544001EF690 /* testpwg.c */,
-                               27F89DA21B3AC43B00E5A4B7 /* testraster.c */,
-                               727EF04C192E3544001EF690 /* testsnmp.c */,
-                               727EF04E192E3602001EF690 /* testspeed.c */,
-                               727EF04F192E3602001EF690 /* testsub.c */,
-                       );
-                       name = tests;
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
-               };
-               274FF5D513332C2C00317ECB /* daemon */ = {
-                       isa = PBXGroup;
-                       children = (
-                               274FF6351333344400317ECB /* cups-deviced.c */,
-                               274FF5D613332CC700317ECB /* cups-driverd.cxx */,
-                               274FF6491333398D00317ECB /* cups-exec.c */,
-                               274FF65B133339FC00317ECB /* cups-lpd.c */,
-                               274FF5D713332CC700317ECB /* util.c */,
-                               274FF5D813332CC700317ECB /* util.h */,
-                       );
-                       name = daemon;
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
-               };
-               274FF5F41333310400317ECB /* libcupsppdc */ = {
-                       isa = PBXGroup;
-                       children = (
-                               274FF5F51333315100317ECB /* ppdc-array.cxx */,
-                               274FF5F61333315100317ECB /* ppdc-attr.cxx */,
-                               274FF5F71333315100317ECB /* ppdc-catalog.cxx */,
-                               274FF5F81333315100317ECB /* ppdc-choice.cxx */,
-                               274FF5F91333315100317ECB /* ppdc-constraint.cxx */,
-                               274FF5FA1333315100317ECB /* ppdc-driver.cxx */,
-                               274FF5FB1333315100317ECB /* ppdc-file.cxx */,
-                               274FF5FC1333315100317ECB /* ppdc-filter.cxx */,
-                               274FF5FD1333315100317ECB /* ppdc-font.cxx */,
-                               274FF5FE1333315100317ECB /* ppdc-group.cxx */,
-                               274FF5FF1333315100317ECB /* ppdc-import.cxx */,
-                               274FF6001333315100317ECB /* ppdc-mediasize.cxx */,
-                               274FF6011333315100317ECB /* ppdc-message.cxx */,
-                               274FF6021333315100317ECB /* ppdc-option.cxx */,
-                               274FF6031333315100317ECB /* ppdc-private.h */,
-                               274FF6041333315100317ECB /* ppdc-profile.cxx */,
-                               274FF6051333315100317ECB /* ppdc-shared.cxx */,
-                               274FF6061333315100317ECB /* ppdc-source.cxx */,
-                               274FF6071333315100317ECB /* ppdc-string.cxx */,
-                               274FF6081333315100317ECB /* ppdc-variable.cxx */,
+                               724FA7701CC03B820092477B /* cgi.h in Headers */,
+                               724FA76F1CC03B820092477B /* cgi-private.h in Headers */,
                        );
-                       name = libcupsppdc;
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
+                       runOnlyForDeploymentPostprocessing = 0;
                };
-               274FF67313333B0A00317ECB /* commands */ = {
-                       isa = PBXGroup;
-                       children = (
-                               2732E089137A3F5200FAFEF6 /* cancel.c */,
-                               2732E08A137A3F5200FAFEF6 /* cupsaccept.c */,
-                               276684101337FA7C000D33D0 /* cupsaddsmb.c */,
-                               276683681337AA00000D33D0 /* cupsctl.c */,
-                               274FF68713333B6E00317ECB /* cupsfilter.c */,
-                               2732E08B137A3F5200FAFEF6 /* cupstestdsc.c */,
-                               72F75A5B1336F988004BB496 /* cupstestppd.c */,
-                               72CF95F218A19165000FCAE4 /* ippfind.c */,
-                               726AD701135E8A90002C930D /* ippserver.c */,
-                               276683F91337F7A9000D33D0 /* ipptool.c */,
-                               2732E08C137A3F5200FAFEF6 /* lp.c */,
-                               2732E08D137A3F5200FAFEF6 /* lpadmin.c */,
-                               2732E08E137A3F5200FAFEF6 /* lpinfo.c */,
-                               2732E08F137A3F5200FAFEF6 /* lpmove.c */,
-                               2732E090137A3F5200FAFEF6 /* lpoptions.c */,
-                               2732E092137A3F5200FAFEF6 /* lpstat.c */,
+               72F75A5F1336F9A3004BB496 /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               72F75A6F1336FAB6004BB496 /* raster.h in Headers */,
+                               724FA76E1CC03B640092477B /* raster-private.h in Headers */,
                        );
-                       name = commands;
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
+                       runOnlyForDeploymentPostprocessing = 0;
                };
-               276683CB1337B1CC000D33D0 /* ppdc tools */ = {
-                       isa = PBXGroup;
-                       children = (
-                               276683CC1337B201000D33D0 /* ppdc.cxx */,
-                               276683CE1337B20D000D33D0 /* ppdhtml.cxx */,
-                               276683D01337B21A000D33D0 /* ppdi.cxx */,
-                               276683D21337B228000D33D0 /* ppdmerge.cxx */,
-                               276683D41337B237000D33D0 /* ppdpo.cxx */,
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+               270695FD1CADF3E200FFE5FB /* libcups_ios */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 270696571CADF3E200FFE5FB /* Build configuration list for PBXNativeTarget "libcups_ios" */;
+                       buildPhases = (
+                               270695FE1CADF3E200FFE5FB /* Sources */,
+                               270696331CADF3E200FFE5FB /* Frameworks */,
+                               2706963C1CADF3E200FFE5FB /* Headers */,
                        );
-                       name = "ppdc tools";
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
-               };
-               72220EAF1333047D00FCA411 /* Products */ = {
-                       isa = PBXGroup;
-                       children = (
-                               72220F5B13330A5A00FCA411 /* cupsd */,
-                               274FF5CC13332B1F00317ECB /* cups-driverd */,
-                               274FF6291333333600317ECB /* cups-deviced */,
-                               274FF63E1333358B00317ECB /* cups-exec */,
-                               274FF64F133339C400317ECB /* cups-lpd */,
-                               274FF67813333B2F00317ECB /* cupsfilter */,
-                               273BF6BD1333B5000022CAAB /* testcups */,
-                               724378FD1333E43E009631B9 /* ipp */,
-                               724379181333E532009631B9 /* lpd */,
-                               724379301333FB85009631B9 /* socket */,
-                               724379471333FEA9009631B9 /* dnssd */,
-                               7243795B1333FF1D009631B9 /* usb */,
-                               72F75A521336F950004BB496 /* cupstestppd */,
-                               2766835C1337A9B6000D33D0 /* cupsctl */,
-                               276683701337AC79000D33D0 /* ppdc */,
-                               2766837D1337AC8C000D33D0 /* ppdhtml */,
-                               2766838A1337AC97000D33D0 /* ppdi */,
-                               276683971337ACA2000D33D0 /* ppdmerge */,
-                               276683A41337ACAB000D33D0 /* ppdpo */,
-                               276683F01337F78E000D33D0 /* ipptool */,
-                               276684041337FA1D000D33D0 /* cupsaddsmb */,
-                               7258EAE2134594C4009286F1 /* rastertopwg */,
-                               720DD6C21358FD5F0064AA82 /* snmp */,
-                               270CCDA7135E3C9E00007BE2 /* testmime */,
-                               726AD6F7135E88F0002C930D /* ippserver */,
-                               278C58CB136B640300836530 /* testhttp */,
-                               72A4332F155844CF002E172D /* libcups_static.a */,
-                               72CF95F118A19134000FCAE4 /* ipptool copy */,
-                               2767FC5019266A0D000F61D3 /* testdest */,
-                               27A0347B1A8BDB1300650675 /* lpadmin */,
-                               2706965A1CADF3E200FFE5FB /* libcups_ios.a */,
-                               724FA5351CC0370C0092477B /* testadmin */,
-                               724FA5481CC037370092477B /* testarray */,
-                               724FA55B1CC037500092477B /* testcache */,
-                               724FA56E1CC037670092477B /* testconflicts */,
-                               724FA5811CC037810092477B /* testfile */,
-                               724FA5941CC037980092477B /* testi18n */,
-                               724FA5A71CC037AA0092477B /* testipp */,
-                               724FA5BA1CC037C60092477B /* testlang */,
-                               724FA5CD1CC037D90092477B /* testlpd */,
-                               724FA5E11CC037F00092477B /* testoptions */,
-                               724FA5F51CC038040092477B /* testppd */,
-                               724FA6091CC038190092477B /* testpwg */,
-                               724FA61D1CC0382B0092477B /* testraster */,
-                               724FA6311CC038410092477B /* testsnmp */,
-                               724FA6451CC038560092477B /* testspeed */,
-                               724FA6591CC0386E0092477B /* testsub */,
-                               724FA6701CC038A50092477B /* test1284 */,
-                               724FA6831CC038BD0092477B /* testbackend */,
-                               724FA6971CC038D90092477B /* testsupplies */,
-                               724FA6AA1CC039200092477B /* testcgi */,
-                               724FA6BD1CC0393E0092477B /* testhi */,
-                               724FA6D11CC0395A0092477B /* testtemplate */,
-                               724FA6EA1CC039DE0092477B /* testnotify */,
-                               724FA6FF1CC03A210092477B /* testcatalog */,
-                               724FA70F1CC03A490092477B /* libcupsimage_static.dylib */,
-                               724FA71F1CC03A990092477B /* libcupsmime_static.dylib */,
-                               724FA7401CC03AAF0092477B /* libcupsppdc_static.dylib */,
-                               724FA74F1CC03ACC0092477B /* libcupscgi.dylib */,
-                               724FA76B1CC03AF60092477B /* libcupscgi_static.dylib */,
+                       buildRules = (
                        );
-                       name = Products;
-                       sourceTree = "<group>";
+                       dependencies = (
+                       );
+                       name = libcups_ios;
+                       productName = libcups;
+                       productReference = 2706965A1CADF3E200FFE5FB /* libcups_ios.a */;
+                       productType = "com.apple.product-type.library.dynamic";
                };
-               72220EB41333050100FCA411 /* libcups */ = {
-                       isa = PBXGroup;
-                       children = (
-                               276683561337A8C5000D33D0 /* cups.strings */,
-                               27D3037D134148CB00F022B1 /* libcups2.def */,
-                               72220EB51333052D00FCA411 /* adminutil.c */,
-                               72220EB81333056300FCA411 /* array.c */,
-                               72220EBB1333056300FCA411 /* auth.c */,
-                               72220EBC1333056300FCA411 /* backchannel.c */,
-                               72220EBD1333056300FCA411 /* backend.c */,
-                               72220ED1133305BB00FCA411 /* debug.c */,
-                               72CF95E018A13543000FCAE4 /* dest-job.c */,
-                               72CF95E118A13543000FCAE4 /* dest-localization.c */,
-                               72CF95E218A13543000FCAE4 /* dest-options.c */,
-                               72220ED2133305BB00FCA411 /* dest.c */,
-                               72220ED3133305BB00FCA411 /* dir.c */,
-                               72220ED4133305BB00FCA411 /* dir.h */,
-                               72220ED6133305BB00FCA411 /* encode.c */,
-                               72220ED8133305BB00FCA411 /* file.c */,
-                               72220EDA133305BB00FCA411 /* getdevices.c */,
-                               72220EDB133305BB00FCA411 /* getifaddrs.c */,
-                               72220EDC133305BB00FCA411 /* getputfile.c */,
-                               72220EDD133305BB00FCA411 /* globals.c */,
-                               7284F9EF1BFCCD940026F886 /* hash.c */,
-                               72220EDE133305BB00FCA411 /* http-addr.c */,
-                               72220EDF133305BB00FCA411 /* http-addrlist.c */,
-                               72220EE1133305BB00FCA411 /* http-support.c */,
-                               72220EE2133305BB00FCA411 /* http.c */,
-                               72220EE5133305BB00FCA411 /* ipp-support.c */,
-                               72220EE6133305BB00FCA411 /* ipp.c */,
-                               72220EE8133305BB00FCA411 /* langprintf.c */,
-                               72220EEA133305BB00FCA411 /* language.c */,
-                               72220EEF133305BB00FCA411 /* md5.c */,
-                               72220EF0133305BB00FCA411 /* md5passwd.c */,
-                               72220EF1133305BB00FCA411 /* notify.c */,
-                               72220EF2133305BB00FCA411 /* options.c */,
-                               72220EF6133305BB00FCA411 /* ppd.c */,
-                               72220EBA1333056300FCA411 /* ppd-attr.c */,
-                               72220EF4133305BB00FCA411 /* ppd-cache.c */,
-                               72220EBF1333056300FCA411 /* ppd-conflicts.c */,
-                               72220EC21333056300FCA411 /* ppd-custom.c */,
-                               72220ED5133305BB00FCA411 /* ppd-emit.c */,
-                               72220EEC133305BB00FCA411 /* ppd-localize.c */,
-                               72220EED133305BB00FCA411 /* ppd-mark.c */,
-                               72220EF3133305BB00FCA411 /* ppd-page.c */,
-                               72A8B3D61C188BDE00A1A547 /* ppd-util.c */,
-                               72220EF8133305BB00FCA411 /* pwg-media.c */,
-                               72220EFB133305BB00FCA411 /* request.c */,
-                               72220EFC133305BB00FCA411 /* sidechannel.c */,
-                               72220EFF133305BB00FCA411 /* snmp.c */,
-                               72220F00133305BB00FCA411 /* snprintf.c */,
-                               72220F02133305BB00FCA411 /* string.c */,
-                               72220F03133305BB00FCA411 /* tempfile.c */,
-                               72220F05133305BB00FCA411 /* thread.c */,
-                               270B267D17F5C06700C8A3A9 /* tls-darwin.c */,
-                               270B267E17F5C06700C8A3A9 /* tls-gnutls.c */,
-                               270B268117F5C5D600C8A3A9 /* tls-sspi.c */,
-                               727AD5B619100A58009F6862 /* tls.c */,
-                               72220F06133305BB00FCA411 /* transcode.c */,
-                               72220F08133305BB00FCA411 /* usersys.c */,
-                               72220F09133305BB00FCA411 /* util.c */,
+               270CCDA6135E3C9E00007BE2 /* testmime */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 270CCDAF135E3C9E00007BE2 /* Build configuration list for PBXNativeTarget "testmime" */;
+                       buildPhases = (
+                               270CCDA3135E3C9E00007BE2 /* Sources */,
+                               270CCDA4135E3C9E00007BE2 /* Frameworks */,
+                               270CCDA5135E3C9E00007BE2 /* CopyFiles */,
                        );
-                       name = libcups;
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271284D61CC1234D00E517C7 /* PBXTargetDependency */,
+                               270CCDB8135E3CFD00007BE2 /* PBXTargetDependency */,
+                       );
+                       name = testmime;
+                       productName = testmime;
+                       productReference = 270CCDA7135E3C9E00007BE2 /* testmime */;
+                       productType = "com.apple.product-type.tool";
                };
-               72220F45133305D000FCA411 /* Public Headers */ = {
-                       isa = PBXGroup;
-                       children = (
-                               72220EB71333056300FCA411 /* adminutil.h */,
-                               72220EB91333056300FCA411 /* array.h */,
-                               72220EBE1333056300FCA411 /* backend.h */,
-                               72220EC11333056300FCA411 /* cups.h */,
-                               72220ED9133305BB00FCA411 /* file.h */,
-                               72220EE3133305BB00FCA411 /* http.h */,
-                               72220EE7133305BB00FCA411 /* ipp.h */,
-                               72220EEB133305BB00FCA411 /* language.h */,
-                               72220EF7133305BB00FCA411 /* ppd.h */,
-                               274FF6091333315100317ECB /* ppdc.h */,
-                               2767FC7519269687000F61D3 /* pwg.h */,
-                               72220EFA133305BB00FCA411 /* raster.h */,
-                               72220EFD133305BB00FCA411 /* sidechannel.h */,
-                               72220F07133305BB00FCA411 /* transcode.h */,
-                               72220F0A133305BB00FCA411 /* versioning.h */,
+               271284E11CC1261900E517C7 /* cancel */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271284E91CC1261900E517C7 /* Build configuration list for PBXNativeTarget "cancel" */;
+                       buildPhases = (
+                               271284E41CC1261900E517C7 /* Sources */,
+                               271284E61CC1261900E517C7 /* Frameworks */,
+                               271284E81CC1261900E517C7 /* CopyFiles */,
                        );
-                       name = "Public Headers";
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271284E21CC1261900E517C7 /* PBXTargetDependency */,
+                       );
+                       name = cancel;
+                       productName = cupsaddsmb;
+                       productReference = 271284EC1CC1261900E517C7 /* cancel */;
+                       productType = "com.apple.product-type.tool";
                };
-               72220F461333060C00FCA411 /* Private Headers */ = {
-                       isa = PBXGroup;
-                       children = (
-                               72220F471333063D00FCA411 /* config.h */,
-                               7234F41F1378A16F00D3E9C9 /* array-private.h */,
-                               72220EC01333056300FCA411 /* cups-private.h */,
-                               72220EC31333056300FCA411 /* debug-private.h */,
-                               72220ED7133305BB00FCA411 /* file-private.h */,
-                               72220EE0133305BB00FCA411 /* http-private.h */,
-                               72220EE4133305BB00FCA411 /* ipp-private.h */,
-                               72220EE9133305BB00FCA411 /* language-private.h */,
-                               72220EEE133305BB00FCA411 /* md5-private.h */,
-                               72220FB413330BCE00FCA411 /* mime.h */,
-                               7271883C1374AB14001A2036 /* mime-private.h */,
-                               72220EF5133305BB00FCA411 /* ppd-private.h */,
-                               72220EF9133305BB00FCA411 /* pwg-private.h */,
-                               2767FC76192696A0000F61D3 /* raster-private.h */,
-                               72220EFE133305BB00FCA411 /* snmp-private.h */,
-                               72220F01133305BB00FCA411 /* string-private.h */,
-                               72220F04133305BB00FCA411 /* thread-private.h */,
+               271284EE1CC1264B00E517C7 /* cupsaccept */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271284F61CC1264B00E517C7 /* Build configuration list for PBXNativeTarget "cupsaccept" */;
+                       buildPhases = (
+                               271284F11CC1264B00E517C7 /* Sources */,
+                               271284F31CC1264B00E517C7 /* Frameworks */,
+                               271284F51CC1264B00E517C7 /* CopyFiles */,
                        );
-                       name = "Private Headers";
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271284EF1CC1264B00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = cupsaccept;
+                       productName = cupsaddsmb;
+                       productReference = 271284F91CC1264B00E517C7 /* cupsaccept */;
+                       productType = "com.apple.product-type.tool";
                };
-               72220F5D13330A5A00FCA411 /* cupsd */ = {
-                       isa = PBXGroup;
-                       children = (
-                               72E65BDC18DC852700097E89 /* Makefile */,
-                               7226369B18AE6D19004ED309 /* org.cups.cups-lpd.plist */,
-                               72E65BD518DC818400097E89 /* org.cups.cups-lpd.plist.in */,
-                               72496E171A13A03B0051899C /* org.cups.cups-lpdAT.service.in */,
-                               72496E161A13A03B0051899C /* org.cups.cups-lpd.socket */,
-                               72E65BD618DC818400097E89 /* org.cups.cupsd.path.in */,
-                               7226369C18AE6D19004ED309 /* org.cups.cupsd.plist */,
-                               72E65BD718DC818400097E89 /* org.cups.cupsd.service.in */,
-                               72E65BD818DC818400097E89 /* org.cups.cupsd.socket.in */,
-                               72220F6913330B0C00FCA411 /* auth.c */,
-                               72220F6A13330B0C00FCA411 /* auth.h */,
-                               72220F6B13330B0C00FCA411 /* banners.c */,
-                               72220F6C13330B0C00FCA411 /* banners.h */,
-                               72220F6D13330B0C00FCA411 /* cert.c */,
-                               72220F6E13330B0C00FCA411 /* cert.h */,
-                               72220F6F13330B0C00FCA411 /* classes.c */,
-                               72220F7013330B0C00FCA411 /* classes.h */,
-                               72220F7113330B0C00FCA411 /* client.c */,
-                               72220F7213330B0C00FCA411 /* client.h */,
-                               72D53A3615B4929D003F877F /* colorman.c */,
-                               72D53A3715B4929D003F877F /* colorman.h */,
-                               72220F7313330B0C00FCA411 /* conf.c */,
-                               72220F7413330B0C00FCA411 /* conf.h */,
-                               72220F7513330B0C00FCA411 /* cupsd.h */,
-                               72220F7613330B0C00FCA411 /* dirsvc.c */,
-                               72220F7713330B0C00FCA411 /* dirsvc.h */,
-                               72220F7813330B0C00FCA411 /* env.c */,
-                               72C16CB8137B195D007E4BF4 /* file.c */,
-                               72220F7913330B0C00FCA411 /* ipp.c */,
-                               72220F7A13330B0C00FCA411 /* job.c */,
-                               72220F7B13330B0C00FCA411 /* job.h */,
-                               72220F7C13330B0C00FCA411 /* listen.c */,
-                               72220F7D13330B0C00FCA411 /* log.c */,
-                               72220F7E13330B0C00FCA411 /* main.c */,
-                               72220F7F13330B0C00FCA411 /* network.c */,
-                               72220F8013330B0C00FCA411 /* network.h */,
-                               72220F8113330B0C00FCA411 /* policy.c */,
-                               72220F8213330B0C00FCA411 /* policy.h */,
-                               72220F8313330B0C00FCA411 /* printers.c */,
-                               72220F8413330B0C00FCA411 /* printers.h */,
-                               72220F8513330B0C00FCA411 /* process.c */,
-                               72220F8613330B0C00FCA411 /* quotas.c */,
-                               72220F8813330B0C00FCA411 /* select.c */,
-                               72220F8913330B0C00FCA411 /* server.c */,
-                               72220F8A13330B0C00FCA411 /* statbuf.c */,
-                               72220F8B13330B0C00FCA411 /* statbuf.h */,
-                               72220F8C13330B0C00FCA411 /* subscriptions.c */,
-                               72220F8D13330B0C00FCA411 /* subscriptions.h */,
-                               72220F8E13330B0C00FCA411 /* sysman.c */,
-                               72220F8F13330B0C00FCA411 /* sysman.h */,
+               271284FB1CC1265D00E517C7 /* cupstestdsc */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285031CC1265D00E517C7 /* Build configuration list for PBXNativeTarget "cupstestdsc" */;
+                       buildPhases = (
+                               271284FE1CC1265D00E517C7 /* Sources */,
+                               271285001CC1265D00E517C7 /* Frameworks */,
+                               271285021CC1265D00E517C7 /* CopyFiles */,
                        );
-                       name = cupsd;
-                       path = .;
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271284FC1CC1265D00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = cupstestdsc;
+                       productName = cupsaddsmb;
+                       productReference = 271285061CC1265D00E517C7 /* cupstestdsc */;
+                       productType = "com.apple.product-type.tool";
                };
-               72220FB013330B3400FCA411 /* libcupsmime */ = {
-                       isa = PBXGroup;
-                       children = (
-                               72220FB213330BCE00FCA411 /* filter.c */,
-                               72220FB313330BCE00FCA411 /* mime.c */,
-                               72220FB513330BCE00FCA411 /* type.c */,
+               271285081CC1267A00E517C7 /* lp */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285101CC1267A00E517C7 /* Build configuration list for PBXNativeTarget "lp" */;
+                       buildPhases = (
+                               2712850B1CC1267A00E517C7 /* Sources */,
+                               2712850D1CC1267A00E517C7 /* Frameworks */,
+                               2712850F1CC1267A00E517C7 /* CopyFiles */,
                        );
-                       name = libcupsmime;
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285091CC1267A00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = lp;
+                       productName = cupsaddsmb;
+                       productReference = 271285131CC1267A00E517C7 /* lp */;
+                       productType = "com.apple.product-type.tool";
                };
-               72220FB113330B4A00FCA411 /* Frameworks */ = {
-                       isa = PBXGroup;
-                       children = (
-                               2767FC591926750C000F61D3 /* CoreFoundation.framework */,
-                               2767FC5A1926750C000F61D3 /* libiconv.dylib */,
-                               2767FC5B1926750C000F61D3 /* libresolv.dylib */,
-                               2767FC5C1926750C000F61D3 /* libz.dylib */,
-                               2767FC5D1926750C000F61D3 /* Security.framework */,
-                               2767FC5E1926750C000F61D3 /* SystemConfiguration.framework */,
-                               72D53A3915B492FA003F877F /* libpam.dylib */,
-                               72D53A3315B4925B003F877F /* ApplicationServices.framework */,
-                               72D53A2C15B4913D003F877F /* IOKit.framework */,
-                               72D53A2915B49110003F877F /* GSS.framework */,
-                               728FB7EF1536167A005426E1 /* libiconv.dylib */,
-                               728FB7F01536167A005426E1 /* libresolv.dylib */,
-                               728FB7EC1536161C005426E1 /* libz.dylib */,
-                               278C58E5136B64AF00836530 /* CoreFoundation.framework */,
-                               278C58E6136B64B000836530 /* Kerberos.framework */,
-                               278C58E7136B64B000836530 /* Security.framework */,
-                               278C58E8136B64B000836530 /* SystemConfiguration.framework */,
-                               72220EAE1333047D00FCA411 /* libcups.dylib */,
-                               72F75A611336F9A3004BB496 /* libcupsimage.dylib */,
-                               72220FAC13330B2200FCA411 /* libcupsmime.dylib */,
-                               274FF5EE133330C800317ECB /* libcupsppdc.dylib */,
+               271285151CC1269700E517C7 /* lpc */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 2712851D1CC1269700E517C7 /* Build configuration list for PBXNativeTarget "lpc" */;
+                       buildPhases = (
+                               271285181CC1269700E517C7 /* Sources */,
+                               2712851A1CC1269700E517C7 /* Frameworks */,
+                               2712851C1CC1269700E517C7 /* CopyFiles */,
                        );
-                       name = Frameworks;
-                       sourceTree = "<group>";
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285161CC1269700E517C7 /* PBXTargetDependency */,
+                       );
+                       name = lpc;
+                       productName = cupsaddsmb;
+                       productReference = 271285201CC1269700E517C7 /* lpc */;
+                       productType = "com.apple.product-type.tool";
                };
-               724378F71333E3CE009631B9 /* backends */ = {
-                       isa = PBXGroup;
-                       children = (
-                               724379091333E4E3009631B9 /* backend-private.h */,
-                               724379501333FEBB009631B9 /* dnssd.c */,
-                               724379CA1334000E009631B9 /* ieee1284.c */,
-                               7243790A1333E4E3009631B9 /* ipp.c */,
-                               724379281333E952009631B9 /* lpd.c */,
-                               7243790B1333E4E3009631B9 /* network.c */,
-                               724379121333E516009631B9 /* runloop.c */,
-                               7243790C1333E4E3009631B9 /* snmp-supplies.c */,
-                               720DD6D21358FDDE0064AA82 /* snmp.c */,
-                               7243793C1333FD19009631B9 /* socket.c */,
-                               724379C51333FFC7009631B9 /* usb.c */,
-                               724379C41333FFC7009631B9 /* usb-darwin.c */,
-                               72FC29CF1A37A1CA00BDF935 /* usb-libusb.c */,
-                               72FC29D01A37A1CA00BDF935 /* usb-unix.c */,
-                               72F7F1D719D1C0CC00870B09 /* org.cups.usb-quirks */,
+               271285221CC126AA00E517C7 /* lpinfo */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 2712852A1CC126AA00E517C7 /* Build configuration list for PBXNativeTarget "lpinfo" */;
+                       buildPhases = (
+                               271285251CC126AA00E517C7 /* Sources */,
+                               271285271CC126AA00E517C7 /* Frameworks */,
+                               271285291CC126AA00E517C7 /* CopyFiles */,
                        );
-                       name = backends;
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285231CC126AA00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = lpinfo;
+                       productName = cupsaddsmb;
+                       productReference = 2712852D1CC126AA00E517C7 /* lpinfo */;
+                       productType = "com.apple.product-type.tool";
                };
-               724FA6D31CC0399D0092477B /* notifiers */ = {
-                       isa = PBXGroup;
-                       children = (
-                               724FA6D41CC039D00092477B /* dbus.c */,
-                               724FA6D51CC039D00092477B /* mailto.c */,
-                               724FA6D61CC039D00092477B /* rss.c */,
+               2712852F1CC1270B00E517C7 /* lpmove */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285371CC1270B00E517C7 /* Build configuration list for PBXNativeTarget "lpmove" */;
+                       buildPhases = (
+                               271285321CC1270B00E517C7 /* Sources */,
+                               271285341CC1270B00E517C7 /* Frameworks */,
+                               271285361CC1270B00E517C7 /* CopyFiles */,
                        );
-                       name = notifiers;
-                       sourceTree = "<group>";
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285301CC1270B00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = lpmove;
+                       productName = cupsaddsmb;
+                       productReference = 2712853A1CC1270B00E517C7 /* lpmove */;
+                       productType = "com.apple.product-type.tool";
                };
-               7258EADC134594A8009286F1 /* filters */ = {
-                       isa = PBXGroup;
-                       children = (
-                               7271881713746EA8001A2036 /* commandtops.c */,
-                               7271881813746EA8001A2036 /* common.c */,
-                               7271881913746EA8001A2036 /* common.h */,
-                               7271881A13746EA8001A2036 /* gziptoany.c */,
-                               7271882013746EA8001A2036 /* pstops.c */,
-                               7271882113746EA8001A2036 /* rastertoepson.c */,
-                               7271882213746EA8001A2036 /* rastertohp.c */,
-                               7271882313746EA8001A2036 /* rastertolabel.c */,
-                               7258EAEC134594EB009286F1 /* rastertopwg.c */,
+               2712853C1CC1271E00E517C7 /* lpoptions */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285441CC1271E00E517C7 /* Build configuration list for PBXNativeTarget "lpoptions" */;
+                       buildPhases = (
+                               2712853F1CC1271E00E517C7 /* Sources */,
+                               271285411CC1271E00E517C7 /* Frameworks */,
+                               271285431CC1271E00E517C7 /* CopyFiles */,
                        );
-                       name = filters;
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               2712853D1CC1271E00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = lpoptions;
+                       productName = cupsaddsmb;
+                       productReference = 271285471CC1271E00E517C7 /* lpoptions */;
+                       productType = "com.apple.product-type.tool";
                };
-               727EF02E192E3461001EF690 /* cgi-bin */ = {
-                       isa = PBXGroup;
-                       children = (
-                               727EF02F192E3498001EF690 /* admin.c */,
-                               727EF030192E3498001EF690 /* cgi-private.h */,
-                               727EF031192E3498001EF690 /* cgi.h */,
-                               727EF032192E3498001EF690 /* classes.c */,
-                               727EF033192E3498001EF690 /* help-index.c */,
-                               727EF034192E3498001EF690 /* help-index.h */,
-                               727EF035192E3498001EF690 /* help.c */,
-                               727EF036192E3498001EF690 /* html.c */,
-                               727EF037192E3498001EF690 /* ipp-var.c */,
-                               727EF038192E3498001EF690 /* jobs.c */,
-                               727EF039192E3498001EF690 /* makedocset.c */,
-                               727EF03A192E3498001EF690 /* printers.c */,
-                               727EF03B192E3498001EF690 /* search.c */,
-                               727EF03C192E3498001EF690 /* template.c */,
-                               727EF040192E3498001EF690 /* var.c */,
+               271285491CC1272D00E517C7 /* lpq */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285511CC1272D00E517C7 /* Build configuration list for PBXNativeTarget "lpq" */;
+                       buildPhases = (
+                               2712854C1CC1272D00E517C7 /* Sources */,
+                               2712854E1CC1272D00E517C7 /* Frameworks */,
+                               271285501CC1272D00E517C7 /* CopyFiles */,
                        );
-                       name = "cgi-bin";
-                       sourceTree = "<group>";
+                       buildRules = (
+                       );
+                       dependencies = (
+                               2712854A1CC1272D00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = lpq;
+                       productName = cupsaddsmb;
+                       productReference = 271285541CC1272D00E517C7 /* lpq */;
+                       productType = "com.apple.product-type.tool";
                };
-               72BF96351333042100B1EAD7 = {
-                       isa = PBXGroup;
-                       children = (
-                               72E65BA218DC796500097E89 /* Autoconf Files */,
-                               72E65BB818DC79F800097E89 /* Documentation */,
-                               72220F45133305D000FCA411 /* Public Headers */,
-                               72220F461333060C00FCA411 /* Private Headers */,
-                               72220EB41333050100FCA411 /* libcups */,
-                               72F75A681336FA42004BB496 /* libcupsimage */,
-                               72220FB013330B3400FCA411 /* libcupsmime */,
-                               274FF5F41333310400317ECB /* libcupsppdc */,
-                               724378F71333E3CE009631B9 /* backends */,
-                               727EF02E192E3461001EF690 /* cgi-bin */,
-                               274FF67313333B0A00317ECB /* commands */,
-                               72220F5D13330A5A00FCA411 /* cupsd */,
-                               274FF5D513332C2C00317ECB /* daemon */,
-                               7258EADC134594A8009286F1 /* filters */,
-                               724FA6D31CC0399D0092477B /* notifiers */,
-                               276683CB1337B1CC000D33D0 /* ppdc tools */,
-                               273BF6B81333B4A90022CAAB /* tests */,
-                               72220FB113330B4A00FCA411 /* Frameworks */,
-                               72220EAF1333047D00FCA411 /* Products */,
+               271285561CC1274300E517C7 /* lpr */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 2712855E1CC1274300E517C7 /* Build configuration list for PBXNativeTarget "lpr" */;
+                       buildPhases = (
+                               271285591CC1274300E517C7 /* Sources */,
+                               2712855B1CC1274300E517C7 /* Frameworks */,
+                               2712855D1CC1274300E517C7 /* CopyFiles */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285571CC1274300E517C7 /* PBXTargetDependency */,
+                       );
+                       name = lpr;
+                       productName = cupsaddsmb;
+                       productReference = 271285611CC1274300E517C7 /* lpr */;
+                       productType = "com.apple.product-type.tool";
+               };
+               271285631CC1275200E517C7 /* lprm */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 2712856B1CC1275200E517C7 /* Build configuration list for PBXNativeTarget "lprm" */;
+                       buildPhases = (
+                               271285661CC1275200E517C7 /* Sources */,
+                               271285681CC1275200E517C7 /* Frameworks */,
+                               2712856A1CC1275200E517C7 /* CopyFiles */,
+                       );
+                       buildRules = (
                        );
-                       indentWidth = 2;
-                       sourceTree = "<group>";
-                       tabWidth = 8;
-                       wrapsLines = 1;
+                       dependencies = (
+                               271285641CC1275200E517C7 /* PBXTargetDependency */,
+                       );
+                       name = lprm;
+                       productName = cupsaddsmb;
+                       productReference = 2712856E1CC1275200E517C7 /* lprm */;
+                       productType = "com.apple.product-type.tool";
                };
-               72E65BA218DC796500097E89 /* Autoconf Files */ = {
-                       isa = PBXGroup;
-                       children = (
-                               72E65BD918DC850A00097E89 /* Makefile */,
-                               72E65BB718DC79CC00097E89 /* Makedefs.in */,
-                               72E65BA318DC797E00097E89 /* configure.ac */,
-                               7226369D18AE73BB004ED309 /* config.h.in */,
-                               72E65BB618DC79CC00097E89 /* cups-config.in */,
-                               72E65BA418DC799B00097E89 /* cups-common.m4 */,
-                               72E65BA518DC799B00097E89 /* cups-compiler.m4 */,
-                               72E65BA618DC799B00097E89 /* cups-defaults.m4 */,
-                               72E65BA718DC799B00097E89 /* cups-directories.m4 */,
-                               72E65BA818DC799B00097E89 /* cups-dnssd.m4 */,
-                               72E65BA918DC799B00097E89 /* cups-gssapi.m4 */,
-                               72E65BAA18DC799B00097E89 /* cups-largefile.m4 */,
-                               72E65BAB18DC799B00097E89 /* cups-startup.m4 */,
-                               72E65BAC18DC799B00097E89 /* cups-libtool.m4 */,
-                               72E65BAD18DC799B00097E89 /* cups-manpages.m4 */,
-                               72E65BAE18DC799B00097E89 /* cups-network.m4 */,
-                               72E65BAF18DC799B00097E89 /* cups-opsys.m4 */,
-                               72E65BB018DC799B00097E89 /* cups-pam.m4 */,
-                               72E65BB118DC799B00097E89 /* cups-poll.m4 */,
-                               72E65BB218DC799B00097E89 /* cups-scripting.m4 */,
-                               72E65BB318DC799B00097E89 /* cups-sharedlibs.m4 */,
-                               72E65BB418DC799B00097E89 /* cups-ssl.m4 */,
-                               72E65BB518DC799B00097E89 /* cups-threads.m4 */,
+               271285701CC1276400E517C7 /* lpstat */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285781CC1276400E517C7 /* Build configuration list for PBXNativeTarget "lpstat" */;
+                       buildPhases = (
+                               271285731CC1276400E517C7 /* Sources */,
+                               271285751CC1276400E517C7 /* Frameworks */,
+                               271285771CC1276400E517C7 /* CopyFiles */,
                        );
-                       name = "Autoconf Files";
-                       sourceTree = "<group>";
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285711CC1276400E517C7 /* PBXTargetDependency */,
+                       );
+                       name = lpstat;
+                       productName = cupsaddsmb;
+                       productReference = 2712857B1CC1276400E517C7 /* lpstat */;
+                       productType = "com.apple.product-type.tool";
                };
-               72E65BB818DC79F800097E89 /* Documentation */ = {
-                       isa = PBXGroup;
-                       children = (
-                               72E65BBB18DC7A6B00097E89 /* api-array.header */,
-                               72E65BBC18DC7A6B00097E89 /* api-array.shtml */,
-                               72E65BBD18DC7A6B00097E89 /* api-cups.header */,
-                               72E65BBE18DC7A6B00097E89 /* api-cups.shtml */,
-                               72E65BBF18DC7A6B00097E89 /* api-filedir.header */,
-                               72E65BC018DC7A6B00097E89 /* api-filedir.shtml */,
-                               72E65BC118DC7A6B00097E89 /* api-filter.header */,
-                               72E65BC218DC7A6B00097E89 /* api-filter.shtml */,
-                               72E65BC318DC7A6B00097E89 /* api-httpipp.header */,
-                               72E65BC418DC7A6B00097E89 /* api-httpipp.shtml */,
-                               72E65BC518DC7A6B00097E89 /* api-overview.header */,
-                               72E65BC618DC7A6B00097E89 /* api-overview.shtml */,
-                               72E65BC718DC7A6B00097E89 /* api-ppd.header */,
-                               72E65BC818DC7A6B00097E89 /* api-ppd.shtml */,
-                               72E65BCB18DC7A9800097E89 /* api-raster.header */,
-                               72E65BCC18DC7A9800097E89 /* api-raster.shtml */,
-                               72E65BDD18DCA35700097E89 /* CHANGES-1.7.txt */,
-                               729D4B561A2CB48700692B21 /* CHANGES-2.0.txt */,
-                               72E65BDE18DCA35700097E89 /* CHANGES.txt */,
-                               72E65BDF18DCA35700097E89 /* CREDITS.txt */,
-                               72E65BB918DC7A3600097E89 /* doc */,
-                               72E65BE018DCA35700097E89 /* INSTALL.txt */,
-                               72E65BE218DCA35700097E89 /* LICENSE.txt */,
-                               72E65BBA18DC7A3600097E89 /* man */,
-                               72E65BCD18DC7A9800097E89 /* postscript-driver.header */,
-                               72E65BCE18DC7A9800097E89 /* postscript-driver.shtml */,
-                               72E65BCF18DC7A9800097E89 /* ppd-compiler.header */,
-                               72E65BD018DC7A9800097E89 /* ppd-compiler.shtml */,
-                               72E65BD118DC7A9800097E89 /* raster-driver.header */,
-                               72E65BD218DC7A9800097E89 /* raster-driver.shtml */,
-                               72E65BE318DCA35700097E89 /* README.txt */,
-                               72E65BD318DC7A9800097E89 /* spec-ppd.header */,
-                               72E65BD418DC7A9800097E89 /* spec-ppd.shtml */,
+               271285951CC12D1300E517C7 /* admin.cgi */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 2712859D1CC12D1300E517C7 /* Build configuration list for PBXNativeTarget "admin.cgi" */;
+                       buildPhases = (
+                               271285981CC12D1300E517C7 /* Sources */,
+                               2712859A1CC12D1300E517C7 /* Frameworks */,
+                               2712859C1CC12D1300E517C7 /* CopyFiles */,
                        );
-                       name = Documentation;
-                       sourceTree = "<group>";
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285961CC12D1300E517C7 /* PBXTargetDependency */,
+                       );
+                       name = admin.cgi;
+                       productName = cupsaddsmb;
+                       productReference = 271285A01CC12D1300E517C7 /* admin.cgi */;
+                       productType = "com.apple.product-type.tool";
                };
-               72F75A681336FA42004BB496 /* libcupsimage */ = {
-                       isa = PBXGroup;
-                       children = (
-                               72F75A691336FA8A004BB496 /* error.c */,
-                               72F75A6A1336FA8A004BB496 /* interpret.c */,
-                               72F75A6B1336FA8A004BB496 /* raster.c */,
+               271285A31CC12D3A00E517C7 /* classes.cgi */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285AC1CC12D3A00E517C7 /* Build configuration list for PBXNativeTarget "classes.cgi" */;
+                       buildPhases = (
+                               271285A61CC12D3A00E517C7 /* Sources */,
+                               271285A81CC12D3A00E517C7 /* Frameworks */,
+                               271285AB1CC12D3A00E517C7 /* CopyFiles */,
                        );
-                       name = libcupsimage;
-                       sourceTree = "<group>";
-                       wrapsLines = 1;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285A41CC12D3A00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = classes.cgi;
+                       productName = cupsaddsmb;
+                       productReference = 271285AF1CC12D3A00E517C7 /* classes.cgi */;
+                       productType = "com.apple.product-type.tool";
                };
-/* End PBXGroup section */
-
-/* Begin PBXHeadersBuildPhase section */
-               2706963C1CADF3E200FFE5FB /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               2706963D1CADF3E200FFE5FB /* adminutil.h in Headers */,
-                               2706963E1CADF3E200FFE5FB /* array.h in Headers */,
-                               2706963F1CADF3E200FFE5FB /* backend.h in Headers */,
-                               270696401CADF3E200FFE5FB /* cups-private.h in Headers */,
-                               270696411CADF3E200FFE5FB /* debug-private.h in Headers */,
-                               270696421CADF3E200FFE5FB /* file-private.h in Headers */,
-                               270696431CADF3E200FFE5FB /* http-private.h in Headers */,
-                               270696441CADF3E200FFE5FB /* ipp-private.h in Headers */,
-                               270696451CADF3E200FFE5FB /* language-private.h in Headers */,
-                               270696461CADF3E200FFE5FB /* md5-private.h in Headers */,
-                               270696471CADF3E200FFE5FB /* ppd-private.h in Headers */,
-                               270696481CADF3E200FFE5FB /* pwg-private.h in Headers */,
-                               270696491CADF3E200FFE5FB /* snmp-private.h in Headers */,
-                               2706964A1CADF3E200FFE5FB /* string-private.h in Headers */,
-                               2706964B1CADF3E200FFE5FB /* thread-private.h in Headers */,
-                               2706964C1CADF3E200FFE5FB /* config.h in Headers */,
-                               2706964D1CADF3E200FFE5FB /* cups.h in Headers */,
-                               2706964E1CADF3E200FFE5FB /* dir.h in Headers */,
-                               2706964F1CADF3E200FFE5FB /* file.h in Headers */,
-                               270696501CADF3E200FFE5FB /* http.h in Headers */,
-                               270696511CADF3E200FFE5FB /* ipp.h in Headers */,
-                               270696521CADF3E200FFE5FB /* language.h in Headers */,
-                               270696531CADF3E200FFE5FB /* ppd.h in Headers */,
-                               270696541CADF3E200FFE5FB /* sidechannel.h in Headers */,
-                               270696551CADF3E200FFE5FB /* transcode.h in Headers */,
-                               270696561CADF3E200FFE5FB /* versioning.h in Headers */,
+               271285B11CC12D4E00E517C7 /* jobs.cgi */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285BA1CC12D4E00E517C7 /* Build configuration list for PBXNativeTarget "jobs.cgi" */;
+                       buildPhases = (
+                               271285B41CC12D4E00E517C7 /* Sources */,
+                               271285B61CC12D4E00E517C7 /* Frameworks */,
+                               271285B91CC12D4E00E517C7 /* CopyFiles */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285B21CC12D4E00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = jobs.cgi;
+                       productName = cupsaddsmb;
+                       productReference = 271285BD1CC12D4E00E517C7 /* jobs.cgi */;
+                       productType = "com.apple.product-type.tool";
                };
-               274FF5EC133330C800317ECB /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               274FF61E1333315100317ECB /* ppdc.h in Headers */,
-                               274FF6181333315100317ECB /* ppdc-private.h in Headers */,
+               271285BF1CC12D5E00E517C7 /* printers.cgi */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285C81CC12D5E00E517C7 /* Build configuration list for PBXNativeTarget "printers.cgi" */;
+                       buildPhases = (
+                               271285C21CC12D5E00E517C7 /* Sources */,
+                               271285C41CC12D5E00E517C7 /* Frameworks */,
+                               271285C71CC12D5E00E517C7 /* CopyFiles */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285C01CC12D5E00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = printers.cgi;
+                       productName = cupsaddsmb;
+                       productReference = 271285CB1CC12D5E00E517C7 /* printers.cgi */;
+                       productType = "com.apple.product-type.tool";
                };
-               274FF6C11333B1C400317ECB /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               274FF6C21333B1C400317ECB /* adminutil.h in Headers */,
-                               274FF6C31333B1C400317ECB /* array.h in Headers */,
-                               274FF6C41333B1C400317ECB /* backend.h in Headers */,
-                               274FF6D01333B1C400317ECB /* cups-private.h in Headers */,
-                               274FF6D11333B1C400317ECB /* debug-private.h in Headers */,
-                               274FF6D21333B1C400317ECB /* file-private.h in Headers */,
-                               274FF6D31333B1C400317ECB /* http-private.h in Headers */,
-                               274FF6D41333B1C400317ECB /* ipp-private.h in Headers */,
-                               274FF6D51333B1C400317ECB /* language-private.h in Headers */,
-                               274FF6D61333B1C400317ECB /* md5-private.h in Headers */,
-                               274FF6D71333B1C400317ECB /* ppd-private.h in Headers */,
-                               274FF6D81333B1C400317ECB /* pwg-private.h in Headers */,
-                               274FF6D91333B1C400317ECB /* snmp-private.h in Headers */,
-                               274FF6DA1333B1C400317ECB /* string-private.h in Headers */,
-                               274FF6DB1333B1C400317ECB /* thread-private.h in Headers */,
-                               274FF6DC1333B1C400317ECB /* config.h in Headers */,
-                               274FF6C51333B1C400317ECB /* cups.h in Headers */,
-                               274FF6C61333B1C400317ECB /* dir.h in Headers */,
-                               274FF6C71333B1C400317ECB /* file.h in Headers */,
-                               274FF6C81333B1C400317ECB /* http.h in Headers */,
-                               274FF6C91333B1C400317ECB /* ipp.h in Headers */,
-                               274FF6CA1333B1C400317ECB /* language.h in Headers */,
-                               274FF6CB1333B1C400317ECB /* ppd.h in Headers */,
-                               274FF6CD1333B1C400317ECB /* sidechannel.h in Headers */,
-                               274FF6CE1333B1C400317ECB /* transcode.h in Headers */,
-                               274FF6CF1333B1C400317ECB /* versioning.h in Headers */,
+               271285CD1CC12DBF00E517C7 /* commandtops */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285D51CC12DBF00E517C7 /* Build configuration list for PBXNativeTarget "commandtops" */;
+                       buildPhases = (
+                               271285D01CC12DBF00E517C7 /* Sources */,
+                               271285D21CC12DBF00E517C7 /* Frameworks */,
+                               271285D41CC12DBF00E517C7 /* CopyFiles */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285CE1CC12DBF00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = commandtops;
+                       productName = cupsaddsmb;
+                       productReference = 271285D81CC12DBF00E517C7 /* commandtops */;
+                       productType = "com.apple.product-type.tool";
                };
-               72220EAC1333047D00FCA411 /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               72220EC41333056300FCA411 /* adminutil.h in Headers */,
-                               72220EC61333056300FCA411 /* array.h in Headers */,
-                               72220ECB1333056300FCA411 /* backend.h in Headers */,
-                               72220ECE1333056300FCA411 /* cups.h in Headers */,
-                               72220F0E133305BB00FCA411 /* dir.h in Headers */,
-                               72220F13133305BB00FCA411 /* file.h in Headers */,
-                               72220F1D133305BB00FCA411 /* http.h in Headers */,
-                               72220F21133305BB00FCA411 /* ipp.h in Headers */,
-                               72220F25133305BB00FCA411 /* language.h in Headers */,
-                               72220F31133305BB00FCA411 /* ppd.h in Headers */,
-                               72220F37133305BB00FCA411 /* sidechannel.h in Headers */,
-                               72220F41133305BB00FCA411 /* transcode.h in Headers */,
-                               72220F44133305BB00FCA411 /* versioning.h in Headers */,
-                               7234F4201378A16F00D3E9C9 /* array-private.h in Headers */,
-                               72220ECD1333056300FCA411 /* cups-private.h in Headers */,
-                               72220ED01333056300FCA411 /* debug-private.h in Headers */,
-                               72220F11133305BB00FCA411 /* file-private.h in Headers */,
-                               72220F1A133305BB00FCA411 /* http-private.h in Headers */,
-                               72220F1E133305BB00FCA411 /* ipp-private.h in Headers */,
-                               72220F23133305BB00FCA411 /* language-private.h in Headers */,
-                               72220F28133305BB00FCA411 /* md5-private.h in Headers */,
-                               72220F2F133305BB00FCA411 /* ppd-private.h in Headers */,
-                               72220F33133305BB00FCA411 /* pwg-private.h in Headers */,
-                               72220F38133305BB00FCA411 /* snmp-private.h in Headers */,
-                               72220F3B133305BB00FCA411 /* string-private.h in Headers */,
-                               72220F3E133305BB00FCA411 /* thread-private.h in Headers */,
-                               72220F481333063D00FCA411 /* config.h in Headers */,
+               271285DA1CC12DDF00E517C7 /* gziptoany */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285E21CC12DDF00E517C7 /* Build configuration list for PBXNativeTarget "gziptoany" */;
+                       buildPhases = (
+                               271285DD1CC12DDF00E517C7 /* Sources */,
+                               271285DF1CC12DDF00E517C7 /* Frameworks */,
+                               271285E11CC12DDF00E517C7 /* CopyFiles */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285DB1CC12DDF00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = gziptoany;
+                       productName = cupsaddsmb;
+                       productReference = 271285E51CC12DDF00E517C7 /* gziptoany */;
+                       productType = "com.apple.product-type.tool";
                };
-               72220FAA13330B2200FCA411 /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               72220FB813330BCE00FCA411 /* mime.h in Headers */,
-                               7271883D1374AB14001A2036 /* mime-private.h in Headers */,
+               271285E71CC12E2D00E517C7 /* pstops */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285EF1CC12E2D00E517C7 /* Build configuration list for PBXNativeTarget "pstops" */;
+                       buildPhases = (
+                               271285EA1CC12E2D00E517C7 /* Sources */,
+                               271285EC1CC12E2D00E517C7 /* Frameworks */,
+                               271285EE1CC12E2D00E517C7 /* CopyFiles */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271285E81CC12E2D00E517C7 /* PBXTargetDependency */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = pstops;
+                       productName = cupsaddsmb;
+                       productReference = 271285F21CC12E2E00E517C7 /* pstops */;
+                       productType = "com.apple.product-type.tool";
                };
-               724FA70A1CC03A490092477B /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA70B1CC03A490092477B /* raster.h in Headers */,
-                               724FA7711CC03B920092477B /* raster-private.h in Headers */,
+               271285F51CC12EEB00E517C7 /* rastertoepson */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271285FD1CC12EEB00E517C7 /* Build configuration list for PBXNativeTarget "rastertoepson" */;
+                       buildPhases = (
+                               271285F81CC12EEB00E517C7 /* Sources */,
+                               271285FA1CC12EEB00E517C7 /* Frameworks */,
+                               271285FC1CC12EEB00E517C7 /* CopyFiles */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               724FA7191CC03A990092477B /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA71A1CC03A990092477B /* mime.h in Headers */,
-                               724FA71B1CC03A990092477B /* mime-private.h in Headers */,
+                       buildRules = (
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               724FA73A1CC03AAF0092477B /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA73B1CC03AAF0092477B /* ppdc.h in Headers */,
-                               724FA73C1CC03AAF0092477B /* ppdc-private.h in Headers */,
+                       dependencies = (
+                               271286031CC12F0100E517C7 /* PBXTargetDependency */,
+                               271285F61CC12EEB00E517C7 /* PBXTargetDependency */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       name = rastertoepson;
+                       productName = cupsaddsmb;
+                       productReference = 271286001CC12EEB00E517C7 /* rastertoepson */;
+                       productType = "com.apple.product-type.tool";
                };
-               724FA74A1CC03ACC0092477B /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA76D1CC03B4D0092477B /* cgi.h in Headers */,
-                               724FA76C1CC03B4D0092477B /* cgi-private.h in Headers */,
+               271286051CC12F0B00E517C7 /* rastertohp */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271286101CC12F0B00E517C7 /* Build configuration list for PBXNativeTarget "rastertohp" */;
+                       buildPhases = (
+                               2712860A1CC12F0B00E517C7 /* Sources */,
+                               2712860C1CC12F0B00E517C7 /* Frameworks */,
+                               2712860F1CC12F0B00E517C7 /* CopyFiles */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               724FA7661CC03AF60092477B /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               724FA7701CC03B820092477B /* cgi.h in Headers */,
-                               724FA76F1CC03B820092477B /* cgi-private.h in Headers */,
+                       buildRules = (
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       dependencies = (
+                               271286061CC12F0B00E517C7 /* PBXTargetDependency */,
+                               271286081CC12F0B00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = rastertohp;
+                       productName = cupsaddsmb;
+                       productReference = 271286131CC12F0B00E517C7 /* rastertohp */;
+                       productType = "com.apple.product-type.tool";
                };
-               72F75A5F1336F9A3004BB496 /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               72F75A6F1336FAB6004BB496 /* raster.h in Headers */,
-                               724FA76E1CC03B640092477B /* raster-private.h in Headers */,
+               271286151CC12F1A00E517C7 /* rastertolabel */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 271286201CC12F1A00E517C7 /* Build configuration list for PBXNativeTarget "rastertolabel" */;
+                       buildPhases = (
+                               2712861A1CC12F1A00E517C7 /* Sources */,
+                               2712861C1CC12F1A00E517C7 /* Frameworks */,
+                               2712861F1CC12F1A00E517C7 /* CopyFiles */,
                        );
-                       runOnlyForDeploymentPostprocessing = 0;
+                       buildRules = (
+                       );
+                       dependencies = (
+                               271286161CC12F1A00E517C7 /* PBXTargetDependency */,
+                               271286181CC12F1A00E517C7 /* PBXTargetDependency */,
+                       );
+                       name = rastertolabel;
+                       productName = cupsaddsmb;
+                       productReference = 271286231CC12F1A00E517C7 /* rastertolabel */;
+                       productType = "com.apple.product-type.tool";
                };
-/* End PBXHeadersBuildPhase section */
-
-/* Begin PBXNativeTarget section */
-               270695FD1CADF3E200FFE5FB /* libcups_ios */ = {
+               271286571CC1309000E517C7 /* tlscheck */ = {
                        isa = PBXNativeTarget;
-                       buildConfigurationList = 270696571CADF3E200FFE5FB /* Build configuration list for PBXNativeTarget "libcups_ios" */;
+                       buildConfigurationList = 271286641CC1309000E517C7 /* Build configuration list for PBXNativeTarget "tlscheck" */;
                        buildPhases = (
-                               270695FE1CADF3E200FFE5FB /* Sources */,
-                               270696331CADF3E200FFE5FB /* Frameworks */,
-                               2706963C1CADF3E200FFE5FB /* Headers */,
+                               2712865A1CC1309000E517C7 /* Sources */,
+                               2712865C1CC1309000E517C7 /* Frameworks */,
+                               271286631CC1309000E517C7 /* CopyFiles */,
                        );
                        buildRules = (
                        );
                        dependencies = (
+                               271286581CC1309000E517C7 /* PBXTargetDependency */,
                        );
-                       name = libcups_ios;
-                       productName = libcups;
-                       productReference = 2706965A1CADF3E200FFE5FB /* libcups_ios.a */;
-                       productType = "com.apple.product-type.library.dynamic";
+                       name = tlscheck;
+                       productName = ippserver;
+                       productReference = 271286671CC1309000E517C7 /* tlscheck */;
+                       productType = "com.apple.product-type.tool";
                };
-               270CCDA6135E3C9E00007BE2 /* testmime */ = {
+               2712866B1CC1310E00E517C7 /* rasterbench */ = {
                        isa = PBXNativeTarget;
-                       buildConfigurationList = 270CCDAF135E3C9E00007BE2 /* Build configuration list for PBXNativeTarget "testmime" */;
+                       buildConfigurationList = 2712867A1CC1310E00E517C7 /* Build configuration list for PBXNativeTarget "rasterbench" */;
                        buildPhases = (
-                               270CCDA3135E3C9E00007BE2 /* Sources */,
-                               270CCDA4135E3C9E00007BE2 /* Frameworks */,
-                               270CCDA5135E3C9E00007BE2 /* CopyFiles */,
+                               271286701CC1310E00E517C7 /* Sources */,
+                               271286721CC1310E00E517C7 /* Frameworks */,
+                               271286791CC1310E00E517C7 /* CopyFiles */,
                        );
                        buildRules = (
                        );
                        dependencies = (
-                               270CCDB8135E3CFD00007BE2 /* PBXTargetDependency */,
-                               270CCDB6135E3CF700007BE2 /* PBXTargetDependency */,
+                               2712866C1CC1310E00E517C7 /* PBXTargetDependency */,
+                               2712866E1CC1310E00E517C7 /* PBXTargetDependency */,
                        );
-                       name = testmime;
+                       name = rasterbench;
                        productName = testmime;
-                       productReference = 270CCDA7135E3C9E00007BE2 /* testmime */;
+                       productReference = 2712867D1CC1310E00E517C7 /* rasterbench */;
                        productType = "com.apple.product-type.tool";
                };
                273BF6BC1333B5000022CAAB /* testcups */ = {
                        );
                        dependencies = (
                                724FA5D01CC037F00092477B /* PBXTargetDependency */,
-                               724FA5D21CC037F00092477B /* PBXTargetDependency */,
                        );
                        name = testoptions;
                        productName = testmime;
                        );
                        dependencies = (
                                724FA5E41CC038040092477B /* PBXTargetDependency */,
-                               724FA5E61CC038040092477B /* PBXTargetDependency */,
                        );
                        name = testppd;
                        productName = testmime;
                        );
                        dependencies = (
                                724FA5F81CC038190092477B /* PBXTargetDependency */,
-                               724FA5FA1CC038190092477B /* PBXTargetDependency */,
                        );
                        name = testpwg;
                        productName = testmime;
                        buildRules = (
                        );
                        dependencies = (
+                               271284D11CC122F900E517C7 /* PBXTargetDependency */,
                                724FA60C1CC0382B0092477B /* PBXTargetDependency */,
-                               724FA60E1CC0382B0092477B /* PBXTargetDependency */,
                        );
                        name = testraster;
                        productName = testmime;
                        );
                        dependencies = (
                                724FA6201CC038410092477B /* PBXTargetDependency */,
-                               724FA6221CC038410092477B /* PBXTargetDependency */,
                        );
                        name = testsnmp;
                        productName = testmime;
                        );
                        dependencies = (
                                724FA6341CC038560092477B /* PBXTargetDependency */,
-                               724FA6361CC038560092477B /* PBXTargetDependency */,
                        );
                        name = testspeed;
                        productName = testmime;
                        );
                        dependencies = (
                                724FA6481CC0386E0092477B /* PBXTargetDependency */,
-                               724FA64A1CC0386E0092477B /* PBXTargetDependency */,
                        );
                        name = testsub;
                        productName = testmime;
                        );
                        dependencies = (
                                724FA65F1CC038A50092477B /* PBXTargetDependency */,
-                               724FA6611CC038A50092477B /* PBXTargetDependency */,
                        );
                        name = test1284;
                        productName = testmime;
                        );
                        dependencies = (
                                724FA6861CC038D90092477B /* PBXTargetDependency */,
-                               724FA6881CC038D90092477B /* PBXTargetDependency */,
                        );
                        name = testsupplies;
                        productName = testmime;
                        buildRules = (
                        );
                        dependencies = (
+                               271284CB1CC122D000E517C7 /* PBXTargetDependency */,
                                724FA69A1CC039200092477B /* PBXTargetDependency */,
                        );
                        name = testcgi;
                        buildRules = (
                        );
                        dependencies = (
+                               271284CF1CC122ED00E517C7 /* PBXTargetDependency */,
                                724FA6AD1CC0393E0092477B /* PBXTargetDependency */,
                        );
                        name = testhi;
                        buildRules = (
                        );
                        dependencies = (
+                               271284D41CC1232500E517C7 /* PBXTargetDependency */,
                                724FA6C01CC0395A0092477B /* PBXTargetDependency */,
-                               724FA6C21CC0395A0092477B /* PBXTargetDependency */,
                        );
                        name = testtemplate;
                        productName = testmime;
                        );
                        dependencies = (
                                724FA6D91CC039DE0092477B /* PBXTargetDependency */,
-                               724FA6DB1CC039DE0092477B /* PBXTargetDependency */,
                        );
                        name = testnotify;
                        productName = testmime;
                        buildRules = (
                        );
                        dependencies = (
+                               271284CD1CC122E400E517C7 /* PBXTargetDependency */,
                                724FA6EE1CC03A210092477B /* PBXTargetDependency */,
-                               724FA6F01CC03A210092477B /* PBXTargetDependency */,
                        );
                        name = testcatalog;
                        productName = testmime;
                        buildRules = (
                        );
                        dependencies = (
-                               724FA7021CC03A490092477B /* PBXTargetDependency */,
                        );
                        name = libcupsimage_static;
                        productName = libcupsimage;
-                       productReference = 724FA70F1CC03A490092477B /* libcupsimage_static.dylib */;
+                       productReference = 724FA70F1CC03A490092477B /* libcupsimage_static.a */;
                        productType = "com.apple.product-type.library.dynamic";
                };
                724FA7101CC03A990092477B /* libcupsmime_static */ = {
                        buildRules = (
                        );
                        dependencies = (
-                               724FA7111CC03A990092477B /* PBXTargetDependency */,
                        );
                        name = libcupsmime_static;
                        productName = libcupsmime;
-                       productReference = 724FA71F1CC03A990092477B /* libcupsmime_static.dylib */;
+                       productReference = 724FA71F1CC03A990092477B /* libcupsmime_static.a */;
                        productType = "com.apple.product-type.library.dynamic";
                };
                724FA7201CC03AAF0092477B /* libcupsppdc_static */ = {
                        buildRules = (
                        );
                        dependencies = (
-                               724FA7211CC03AAF0092477B /* PBXTargetDependency */,
                        );
                        name = libcupsppdc_static;
                        productName = libcupsppdc;
-                       productReference = 724FA7401CC03AAF0092477B /* libcupsppdc_static.dylib */;
+                       productReference = 724FA7401CC03AAF0092477B /* libcupsppdc_static.a */;
                        productType = "com.apple.product-type.library.dynamic";
                };
                724FA7411CC03ACC0092477B /* libcupscgi */ = {
                        buildRules = (
                        );
                        dependencies = (
-                               724FA7591CC03AF60092477B /* PBXTargetDependency */,
                        );
                        name = libcupscgi_static;
                        productName = libcupsimage;
-                       productReference = 724FA76B1CC03AF60092477B /* libcupscgi_static.dylib */;
+                       productReference = 724FA76B1CC03AF60092477B /* libcupscgi_static.a */;
                        productType = "com.apple.product-type.library.dynamic";
                };
                7258EAE1134594C4009286F1 /* rastertopwg */ = {
                                724FA7101CC03A990092477B /* libcupsmime_static */,
                                274FF5ED133330C800317ECB /* libcupsppdc */,
                                724FA7201CC03AAF0092477B /* libcupsppdc_static */,
+                               271285951CC12D1300E517C7 /* admin.cgi */,
+                               271284E11CC1261900E517C7 /* cancel */,
+                               271285A31CC12D3A00E517C7 /* classes.cgi */,
+                               271285CD1CC12DBF00E517C7 /* commandtops */,
                                276684031337FA1D000D33D0 /* cupsaddsmb */,
+                               271284EE1CC1264B00E517C7 /* cupsaccept */,
                                2766835B1337A9B6000D33D0 /* cupsctl */,
                                72220F5A13330A5A00FCA411 /* cupsd */,
                                274FF5CB13332B1F00317ECB /* cups-driverd */,
                                274FF63D1333358B00317ECB /* cups-exec */,
                                274FF64E133339C400317ECB /* cups-lpd */,
                                274FF67713333B2F00317ECB /* cupsfilter */,
+                               271284FB1CC1265D00E517C7 /* cupstestdsc */,
                                72F75A511336F950004BB496 /* cupstestppd */,
                                724379461333FEA9009631B9 /* dnssd */,
+                               271285DA1CC12DDF00E517C7 /* gziptoany */,
                                724378FC1333E43E009631B9 /* ipp */,
                                72CF95E618A19134000FCAE4 /* ippfind */,
                                726AD6F6135E88F0002C930D /* ippserver */,
                                276683EF1337F78E000D33D0 /* ipptool */,
+                               271285B11CC12D4E00E517C7 /* jobs.cgi */,
+                               271285081CC1267A00E517C7 /* lp */,
                                27A0347A1A8BDB1200650675 /* lpadmin */,
+                               271285151CC1269700E517C7 /* lpc */,
                                724379171333E532009631B9 /* lpd */,
+                               271285221CC126AA00E517C7 /* lpinfo */,
+                               2712852F1CC1270B00E517C7 /* lpmove */,
+                               2712853C1CC1271E00E517C7 /* lpoptions */,
+                               271285491CC1272D00E517C7 /* lpq */,
+                               271285561CC1274300E517C7 /* lpr */,
+                               271285631CC1275200E517C7 /* lprm */,
+                               271285701CC1276400E517C7 /* lpstat */,
                                2766836F1337AC79000D33D0 /* ppdc */,
                                2766837C1337AC8C000D33D0 /* ppdhtml */,
                                276683891337AC97000D33D0 /* ppdi */,
                                276683961337ACA2000D33D0 /* ppdmerge */,
                                276683A31337ACAB000D33D0 /* ppdpo */,
+                               271285BF1CC12D5E00E517C7 /* printers.cgi */,
+                               271285E71CC12E2D00E517C7 /* pstops */,
+                               2712866B1CC1310E00E517C7 /* rasterbench */,
+                               271285F51CC12EEB00E517C7 /* rastertoepson */,
+                               271286051CC12F0B00E517C7 /* rastertohp */,
+                               271286151CC12F1A00E517C7 /* rastertolabel */,
                                7258EAE1134594C4009286F1 /* rastertopwg */,
                                720DD6C11358FD5F0064AA82 /* snmp */,
                                7243792F1333FB85009631B9 /* socket */,
                                724FA6471CC0386E0092477B /* testsub */,
                                724FA6851CC038D90092477B /* testsupplies */,
                                724FA6BF1CC0395A0092477B /* testtemplate */,
+                               271286571CC1309000E517C7 /* tlscheck */,
                                7243795A1333FF1D009631B9 /* usb */,
                        );
                };
-/* End PBXProject section */
-
-/* Begin PBXSourcesBuildPhase section */
-               270695FE1CADF3E200FFE5FB /* Sources */ = {
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+               270695FE1CADF3E200FFE5FB /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               270696001CADF3E200FFE5FB /* array.c in Sources */,
+                               270696021CADF3E200FFE5FB /* auth.c in Sources */,
+                               270696071CADF3E200FFE5FB /* debug.c in Sources */,
+                               270696081CADF3E200FFE5FB /* dest.c in Sources */,
+                               270696091CADF3E200FFE5FB /* dir.c in Sources */,
+                               2706960B1CADF3E200FFE5FB /* encode.c in Sources */,
+                               2706960C1CADF3E200FFE5FB /* file.c in Sources */,
+                               2706960F1CADF3E200FFE5FB /* getputfile.c in Sources */,
+                               270696101CADF3E200FFE5FB /* globals.c in Sources */,
+                               270696111CADF3E200FFE5FB /* http-addr.c in Sources */,
+                               270696121CADF3E200FFE5FB /* http-addrlist.c in Sources */,
+                               270696131CADF3E200FFE5FB /* http-support.c in Sources */,
+                               270696141CADF3E200FFE5FB /* http.c in Sources */,
+                               270696161CADF3E200FFE5FB /* dest-options.c in Sources */,
+                               270696171CADF3E200FFE5FB /* ipp-support.c in Sources */,
+                               270696181CADF3E200FFE5FB /* ipp.c in Sources */,
+                               270696191CADF3E200FFE5FB /* langprintf.c in Sources */,
+                               2706961A1CADF3E200FFE5FB /* language.c in Sources */,
+                               2706961D1CADF3E200FFE5FB /* md5.c in Sources */,
+                               2706961E1CADF3E200FFE5FB /* md5passwd.c in Sources */,
+                               2706961F1CADF3E200FFE5FB /* hash.c in Sources */,
+                               270696201CADF3E200FFE5FB /* notify.c in Sources */,
+                               270696211CADF3E200FFE5FB /* options.c in Sources */,
+                               270696221CADF3E200FFE5FB /* tls.c in Sources */,
+                               270696251CADF3E200FFE5FB /* dest-job.c in Sources */,
+                               270696271CADF3E200FFE5FB /* pwg-media.c in Sources */,
+                               270696281CADF3E200FFE5FB /* dest-localization.c in Sources */,
+                               270696291CADF3E200FFE5FB /* request.c in Sources */,
+                               2706962C1CADF3E200FFE5FB /* snprintf.c in Sources */,
+                               2706962D1CADF3E200FFE5FB /* string.c in Sources */,
+                               2706965B1CAE1A9A00FFE5FB /* util.c in Sources */,
+                               2706962E1CADF3E200FFE5FB /* tempfile.c in Sources */,
+                               2706962F1CADF3E200FFE5FB /* thread.c in Sources */,
+                               270696301CADF3E200FFE5FB /* transcode.c in Sources */,
+                               270696311CADF3E200FFE5FB /* usersys.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               270CCDA3135E3C9E00007BE2 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               270CCDBC135E3D3E00007BE2 /* testmime.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271284E41CC1261900E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271284ED1CC1262C00E517C7 /* cancel.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271284F11CC1264B00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271284FA1CC1265800E517C7 /* cupsaccept.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271284FE1CC1265D00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285071CC1267400E517C7 /* cupstestdsc.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712850B1CC1267A00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285141CC1269400E517C7 /* lp.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285181CC1269700E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285211CC126A700E517C7 /* lpc.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285251CC126AA00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712852E1CC126BC00E517C7 /* lpinfo.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285321CC1270B00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712853B1CC1271B00E517C7 /* lpmove.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712853F1CC1271E00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285481CC1272900E517C7 /* lpoptions.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712854C1CC1272D00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285551CC1273C00E517C7 /* lpq.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285591CC1274300E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285621CC1274F00E517C7 /* lpr.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285661CC1275200E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712856F1CC1276000E517C7 /* lprm.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285731CC1276400E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712857C1CC1277000E517C7 /* lpstat.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285981CC12D1300E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285A11CC12D2100E517C7 /* admin.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285A61CC12D3A00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285B01CC12D4A00E517C7 /* classes.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285B41CC12D4E00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285BE1CC12D5C00E517C7 /* jobs.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285C21CC12D5E00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285CC1CC12D6D00E517C7 /* printers.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285D01CC12DBF00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285D91CC12DD000E517C7 /* commandtops.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285DD1CC12DDF00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285E61CC12DEF00E517C7 /* gziptoany.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285EA1CC12E2D00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271285F41CC12E4200E517C7 /* common.c in Sources */,
+                               271285F31CC12E3C00E517C7 /* pstops.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271285F81CC12EEB00E517C7 /* Sources */ = {
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               270696001CADF3E200FFE5FB /* array.c in Sources */,
-                               270696021CADF3E200FFE5FB /* auth.c in Sources */,
-                               270696071CADF3E200FFE5FB /* debug.c in Sources */,
-                               270696081CADF3E200FFE5FB /* dest.c in Sources */,
-                               270696091CADF3E200FFE5FB /* dir.c in Sources */,
-                               2706960B1CADF3E200FFE5FB /* encode.c in Sources */,
-                               2706960C1CADF3E200FFE5FB /* file.c in Sources */,
-                               2706960F1CADF3E200FFE5FB /* getputfile.c in Sources */,
-                               270696101CADF3E200FFE5FB /* globals.c in Sources */,
-                               270696111CADF3E200FFE5FB /* http-addr.c in Sources */,
-                               270696121CADF3E200FFE5FB /* http-addrlist.c in Sources */,
-                               270696131CADF3E200FFE5FB /* http-support.c in Sources */,
-                               270696141CADF3E200FFE5FB /* http.c in Sources */,
-                               270696161CADF3E200FFE5FB /* dest-options.c in Sources */,
-                               270696171CADF3E200FFE5FB /* ipp-support.c in Sources */,
-                               270696181CADF3E200FFE5FB /* ipp.c in Sources */,
-                               270696191CADF3E200FFE5FB /* langprintf.c in Sources */,
-                               2706961A1CADF3E200FFE5FB /* language.c in Sources */,
-                               2706961D1CADF3E200FFE5FB /* md5.c in Sources */,
-                               2706961E1CADF3E200FFE5FB /* md5passwd.c in Sources */,
-                               2706961F1CADF3E200FFE5FB /* hash.c in Sources */,
-                               270696201CADF3E200FFE5FB /* notify.c in Sources */,
-                               270696211CADF3E200FFE5FB /* options.c in Sources */,
-                               270696221CADF3E200FFE5FB /* tls.c in Sources */,
-                               270696251CADF3E200FFE5FB /* dest-job.c in Sources */,
-                               270696271CADF3E200FFE5FB /* pwg-media.c in Sources */,
-                               270696281CADF3E200FFE5FB /* dest-localization.c in Sources */,
-                               270696291CADF3E200FFE5FB /* request.c in Sources */,
-                               2706962C1CADF3E200FFE5FB /* snprintf.c in Sources */,
-                               2706962D1CADF3E200FFE5FB /* string.c in Sources */,
-                               2706965B1CAE1A9A00FFE5FB /* util.c in Sources */,
-                               2706962E1CADF3E200FFE5FB /* tempfile.c in Sources */,
-                               2706962F1CADF3E200FFE5FB /* thread.c in Sources */,
-                               270696301CADF3E200FFE5FB /* transcode.c in Sources */,
-                               270696311CADF3E200FFE5FB /* usersys.c in Sources */,
+                               271286011CC12EFA00E517C7 /* rastertoepson.c in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               270CCDA3135E3C9E00007BE2 /* Sources */ = {
+               2712860A1CC12F0B00E517C7 /* Sources */ = {
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               270CCDBC135E3D3E00007BE2 /* testmime.c in Sources */,
+                               271286141CC12F1800E517C7 /* rastertohp.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712861A1CC12F1A00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271286241CC12F2600E517C7 /* rastertolabel.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               2712865A1CC1309000E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               271286691CC130C700E517C7 /* tlscheck.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               271286701CC1310E00E517C7 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               2712867E1CC1311D00E517C7 /* rasterbench.c in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
+                               271284D21CC1231300E517C7 /* snmp-supplies.c in Sources */,
                                724FA6981CC038E70092477B /* testsupplies.c in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA7501CC03AF20092477B /* classes.c in Sources */,
                                724FA7511CC03AF20092477B /* help-index.c in Sources */,
                                724FA7521CC03AF20092477B /* help.c in Sources */,
                                724FA7531CC03AF20092477B /* html.c in Sources */,
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               724FA75C1CC03AF60092477B /* classes.c in Sources */,
                                724FA75D1CC03AF60092477B /* help-index.c in Sources */,
                                724FA75E1CC03AF60092477B /* help.c in Sources */,
                                724FA75F1CC03AF60092477B /* html.c in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
-               270CCDB2135E3CDE00007BE2 /* PBXTargetDependency */ = {
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+               270CCDB2135E3CDE00007BE2 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 270CCDA6135E3C9E00007BE2 /* testmime */;
+                       targetProxy = 270CCDB1135E3CDE00007BE2 /* PBXContainerItemProxy */;
+               };
+               270CCDB8135E3CFD00007BE2 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 270CCDB7135E3CFD00007BE2 /* PBXContainerItemProxy */;
+               };
+               271284911CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 271284901CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284931CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7581CC03AF60092477B /* libcupscgi_static */;
+                       targetProxy = 271284921CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284951CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7011CC03A490092477B /* libcupsimage_static */;
+                       targetProxy = 271284941CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284971CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7101CC03A990092477B /* libcupsmime_static */;
+                       targetProxy = 271284961CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284991CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7201CC03AAF0092477B /* libcupsppdc_static */;
+                       targetProxy = 271284981CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               2712849B1CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA65E1CC038A50092477B /* test1284 */;
+                       targetProxy = 2712849A1CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               2712849D1CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA5241CC0370C0092477B /* testadmin */;
+                       targetProxy = 2712849C1CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               2712849F1CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA5371CC037370092477B /* testarray */;
+                       targetProxy = 2712849E1CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284A11CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA6721CC038BD0092477B /* testbackend */;
+                       targetProxy = 271284A01CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284A31CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA54A1CC037500092477B /* testcache */;
+                       targetProxy = 271284A21CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284A51CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA6ED1CC03A210092477B /* testcatalog */;
+                       targetProxy = 271284A41CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284A71CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA6991CC039200092477B /* testcgi */;
+                       targetProxy = 271284A61CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284A91CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA55D1CC037670092477B /* testconflicts */;
+                       targetProxy = 271284A81CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284AB1CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA5701CC037810092477B /* testfile */;
+                       targetProxy = 271284AA1CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284AD1CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA6AC1CC0393E0092477B /* testhi */;
+                       targetProxy = 271284AC1CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284AF1CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA5831CC037980092477B /* testi18n */;
+                       targetProxy = 271284AE1CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284B11CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA5961CC037AA0092477B /* testipp */;
+                       targetProxy = 271284B01CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284B31CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA5A91CC037C60092477B /* testlang */;
+                       targetProxy = 271284B21CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284B51CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA5BC1CC037D90092477B /* testlpd */;
+                       targetProxy = 271284B41CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284B71CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA6D81CC039DE0092477B /* testnotify */;
+                       targetProxy = 271284B61CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284B91CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA5CF1CC037F00092477B /* testoptions */;
+                       targetProxy = 271284B81CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284BB1CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA5E31CC038040092477B /* testppd */;
+                       targetProxy = 271284BA1CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284BD1CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA5F71CC038190092477B /* testpwg */;
+                       targetProxy = 271284BC1CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284BF1CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA60B1CC0382B0092477B /* testraster */;
+                       targetProxy = 271284BE1CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284C11CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA61F1CC038410092477B /* testsnmp */;
+                       targetProxy = 271284C01CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284C31CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA6331CC038560092477B /* testspeed */;
+                       targetProxy = 271284C21CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284C51CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA6471CC0386E0092477B /* testsub */;
+                       targetProxy = 271284C41CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284C71CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA6851CC038D90092477B /* testsupplies */;
+                       targetProxy = 271284C61CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284C91CC11FA500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA6BF1CC0395A0092477B /* testtemplate */;
+                       targetProxy = 271284C81CC11FA500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284CB1CC122D000E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7581CC03AF60092477B /* libcupscgi_static */;
+                       targetProxy = 271284CA1CC122D000E517C7 /* PBXContainerItemProxy */;
+               };
+               271284CD1CC122E400E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7201CC03AAF0092477B /* libcupsppdc_static */;
+                       targetProxy = 271284CC1CC122E400E517C7 /* PBXContainerItemProxy */;
+               };
+               271284CF1CC122ED00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7581CC03AF60092477B /* libcupscgi_static */;
+                       targetProxy = 271284CE1CC122ED00E517C7 /* PBXContainerItemProxy */;
+               };
+               271284D11CC122F900E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7011CC03A490092477B /* libcupsimage_static */;
+                       targetProxy = 271284D01CC122F900E517C7 /* PBXContainerItemProxy */;
+               };
+               271284D41CC1232500E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7581CC03AF60092477B /* libcupscgi_static */;
+                       targetProxy = 271284D31CC1232500E517C7 /* PBXContainerItemProxy */;
+               };
+               271284D61CC1234D00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7101CC03A990092477B /* libcupsmime_static */;
+                       targetProxy = 271284D51CC1234D00E517C7 /* PBXContainerItemProxy */;
+               };
+               271284E21CC1261900E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271284E31CC1261900E517C7 /* PBXContainerItemProxy */;
+               };
+               271284EF1CC1264B00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271284F01CC1264B00E517C7 /* PBXContainerItemProxy */;
+               };
+               271284FC1CC1265D00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271284FD1CC1265D00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285091CC1267A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 2712850A1CC1267A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285161CC1269700E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285171CC1269700E517C7 /* PBXContainerItemProxy */;
+               };
+               271285231CC126AA00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285241CC126AA00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285301CC1270B00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285311CC1270B00E517C7 /* PBXContainerItemProxy */;
+               };
+               2712853D1CC1271E00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 2712853E1CC1271E00E517C7 /* PBXContainerItemProxy */;
+               };
+               2712854A1CC1272D00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 2712854B1CC1272D00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285571CC1274300E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285581CC1274300E517C7 /* PBXContainerItemProxy */;
+               };
+               271285641CC1275200E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285651CC1275200E517C7 /* PBXContainerItemProxy */;
+               };
+               271285711CC1276400E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285721CC1276400E517C7 /* PBXContainerItemProxy */;
+               };
+               2712857E1CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271284E11CC1261900E517C7 /* cancel */;
+                       targetProxy = 2712857D1CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285801CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271284EE1CC1264B00E517C7 /* cupsaccept */;
+                       targetProxy = 2712857F1CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285821CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271284FB1CC1265D00E517C7 /* cupstestdsc */;
+                       targetProxy = 271285811CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285841CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285081CC1267A00E517C7 /* lp */;
+                       targetProxy = 271285831CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285861CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285151CC1269700E517C7 /* lpc */;
+                       targetProxy = 271285851CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285881CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285221CC126AA00E517C7 /* lpinfo */;
+                       targetProxy = 271285871CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               2712858A1CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 2712852F1CC1270B00E517C7 /* lpmove */;
+                       targetProxy = 271285891CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               2712858C1CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 2712853C1CC1271E00E517C7 /* lpoptions */;
+                       targetProxy = 2712858B1CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               2712858E1CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285491CC1272D00E517C7 /* lpq */;
+                       targetProxy = 2712858D1CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285901CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285561CC1274300E517C7 /* lpr */;
+                       targetProxy = 2712858F1CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285921CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285631CC1275200E517C7 /* lprm */;
+                       targetProxy = 271285911CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285941CC1295A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285701CC1276400E517C7 /* lpstat */;
+                       targetProxy = 271285931CC1295A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285961CC12D1300E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285971CC12D1300E517C7 /* PBXContainerItemProxy */;
+               };
+               271285A41CC12D3A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285A51CC12D3A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285B21CC12D4E00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285B31CC12D4E00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285C01CC12D5E00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285C11CC12D5E00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285CE1CC12DBF00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285CF1CC12DBF00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285DB1CC12DDF00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285DC1CC12DDF00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285E81CC12E2D00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285E91CC12E2D00E517C7 /* PBXContainerItemProxy */;
+               };
+               271285F61CC12EEB00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271285F71CC12EEB00E517C7 /* PBXContainerItemProxy */;
+               };
+               271286031CC12F0100E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72F75A601336F9A3004BB496 /* libcupsimage */;
+                       targetProxy = 271286021CC12F0100E517C7 /* PBXContainerItemProxy */;
+               };
+               271286061CC12F0B00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72F75A601336F9A3004BB496 /* libcupsimage */;
+                       targetProxy = 271286071CC12F0B00E517C7 /* PBXContainerItemProxy */;
+               };
+               271286081CC12F0B00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271286091CC12F0B00E517C7 /* PBXContainerItemProxy */;
+               };
+               271286161CC12F1A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72F75A601336F9A3004BB496 /* libcupsimage */;
+                       targetProxy = 271286171CC12F1A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271286181CC12F1A00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 271286191CC12F1A00E517C7 /* PBXContainerItemProxy */;
+               };
+               271286351CC12F9000E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285951CC12D1300E517C7 /* admin.cgi */;
+                       targetProxy = 271286341CC12F9000E517C7 /* PBXContainerItemProxy */;
+               };
+               271286371CC12F9000E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285A31CC12D3A00E517C7 /* classes.cgi */;
+                       targetProxy = 271286361CC12F9000E517C7 /* PBXContainerItemProxy */;
+               };
+               271286391CC12F9000E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285CD1CC12DBF00E517C7 /* commandtops */;
+                       targetProxy = 271286381CC12F9000E517C7 /* PBXContainerItemProxy */;
+               };
+               2712863B1CC12F9000E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285DA1CC12DDF00E517C7 /* gziptoany */;
+                       targetProxy = 2712863A1CC12F9000E517C7 /* PBXContainerItemProxy */;
+               };
+               2712863D1CC12F9000E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285B11CC12D4E00E517C7 /* jobs.cgi */;
+                       targetProxy = 2712863C1CC12F9000E517C7 /* PBXContainerItemProxy */;
+               };
+               2712863F1CC12F9000E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271285BF1CC12D5E00E517C7 /* printers.cgi */;
+                       targetProxy = 2712863E1CC12F9000E517C7 /* PBXContainerItemProxy */;
+               };
+               271286411CC12F9000E517C7 /* PBXTargetDependency */ = {
                        isa = PBXTargetDependency;
-                       target = 270CCDA6135E3C9E00007BE2 /* testmime */;
-                       targetProxy = 270CCDB1135E3CDE00007BE2 /* PBXContainerItemProxy */;
+                       target = 271285E71CC12E2D00E517C7 /* pstops */;
+                       targetProxy = 271286401CC12F9000E517C7 /* PBXContainerItemProxy */;
                };
-               270CCDB6135E3CF700007BE2 /* PBXTargetDependency */ = {
+               271286431CC12F9000E517C7 /* PBXTargetDependency */ = {
                        isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 270CCDB5135E3CF700007BE2 /* PBXContainerItemProxy */;
+                       target = 271285F51CC12EEB00E517C7 /* rastertoepson */;
+                       targetProxy = 271286421CC12F9000E517C7 /* PBXContainerItemProxy */;
                };
-               270CCDB8135E3CFD00007BE2 /* PBXTargetDependency */ = {
+               271286451CC12F9000E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271286051CC12F0B00E517C7 /* rastertohp */;
+                       targetProxy = 271286441CC12F9000E517C7 /* PBXContainerItemProxy */;
+               };
+               271286471CC12F9000E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 271286151CC12F1A00E517C7 /* rastertolabel */;
+                       targetProxy = 271286461CC12F9000E517C7 /* PBXContainerItemProxy */;
+               };
+               271286581CC1309000E517C7 /* PBXTargetDependency */ = {
                        isa = PBXTargetDependency;
                        target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 270CCDB7135E3CFD00007BE2 /* PBXContainerItemProxy */;
+                       targetProxy = 271286591CC1309000E517C7 /* PBXContainerItemProxy */;
+               };
+               2712866C1CC1310E00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 724FA7011CC03A490092477B /* libcupsimage_static */;
+                       targetProxy = 2712866D1CC1310E00E517C7 /* PBXContainerItemProxy */;
+               };
+               2712866E1CC1310E00E517C7 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 2712866F1CC1310E00E517C7 /* PBXContainerItemProxy */;
                };
                273BF6C91333B5410022CAAB /* PBXTargetDependency */ = {
                        isa = PBXTargetDependency;
                        target = 274FF6891333B1C400317ECB /* libcups_static */;
                        targetProxy = 724FA5D11CC037F00092477B /* PBXContainerItemProxy */;
                };
-               724FA5D21CC037F00092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA5D31CC037F00092477B /* PBXContainerItemProxy */;
-               };
                724FA5E41CC038040092477B /* PBXTargetDependency */ = {
                        isa = PBXTargetDependency;
                        target = 274FF6891333B1C400317ECB /* libcups_static */;
                        targetProxy = 724FA5E51CC038040092477B /* PBXContainerItemProxy */;
                };
-               724FA5E61CC038040092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA5E71CC038040092477B /* PBXContainerItemProxy */;
-               };
                724FA5F81CC038190092477B /* PBXTargetDependency */ = {
                        isa = PBXTargetDependency;
                        target = 274FF6891333B1C400317ECB /* libcups_static */;
                        targetProxy = 724FA5F91CC038190092477B /* PBXContainerItemProxy */;
                };
-               724FA5FA1CC038190092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA5FB1CC038190092477B /* PBXContainerItemProxy */;
-               };
                724FA60C1CC0382B0092477B /* PBXTargetDependency */ = {
                        isa = PBXTargetDependency;
                        target = 274FF6891333B1C400317ECB /* libcups_static */;
                        targetProxy = 724FA60D1CC0382B0092477B /* PBXContainerItemProxy */;
                };
-               724FA60E1CC0382B0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA60F1CC0382B0092477B /* PBXContainerItemProxy */;
-               };
                724FA6201CC038410092477B /* PBXTargetDependency */ = {
                        isa = PBXTargetDependency;
                        target = 274FF6891333B1C400317ECB /* libcups_static */;
                        targetProxy = 724FA6211CC038410092477B /* PBXContainerItemProxy */;
                };
-               724FA6221CC038410092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA6231CC038410092477B /* PBXContainerItemProxy */;
+               724FA6341CC038560092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 724FA6351CC038560092477B /* PBXContainerItemProxy */;
+               };
+               724FA6481CC0386E0092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 724FA6491CC0386E0092477B /* PBXContainerItemProxy */;
+               };
+               724FA65F1CC038A50092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 724FA6601CC038A50092477B /* PBXContainerItemProxy */;
+               };
+               724FA6731CC038BD0092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 724FA6741CC038BD0092477B /* PBXContainerItemProxy */;
+               };
+               724FA6861CC038D90092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 724FA6871CC038D90092477B /* PBXContainerItemProxy */;
+               };
+               724FA69A1CC039200092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 724FA69B1CC039200092477B /* PBXContainerItemProxy */;
+               };
+               724FA6AD1CC0393E0092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 724FA6AE1CC0393E0092477B /* PBXContainerItemProxy */;
+               };
+               724FA6C01CC0395A0092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 724FA6C11CC0395A0092477B /* PBXContainerItemProxy */;
+               };
+               724FA6D91CC039DE0092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 724FA6DA1CC039DE0092477B /* PBXContainerItemProxy */;
+               };
+               724FA6EE1CC03A210092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 724FA6EF1CC03A210092477B /* PBXContainerItemProxy */;
+               };
+               724FA7421CC03ACC0092477B /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 724FA7431CC03ACC0092477B /* PBXContainerItemProxy */;
+               };
+               7258EAEF13459ADA009286F1 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 7258EAE1134594C4009286F1 /* rastertopwg */;
+                       targetProxy = 7258EAEE13459ADA009286F1 /* PBXContainerItemProxy */;
+               };
+               7258EAF113459B67009286F1 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 7258EAF013459B67009286F1 /* PBXContainerItemProxy */;
+               };
+               7258EAF313459B67009286F1 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72F75A601336F9A3004BB496 /* libcupsimage */;
+                       targetProxy = 7258EAF213459B67009286F1 /* PBXContainerItemProxy */;
+               };
+               726AD704135E8AA1002C930D /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 726AD6F6135E88F0002C930D /* ippserver */;
+                       targetProxy = 726AD703135E8AA1002C930D /* PBXContainerItemProxy */;
+               };
+               726AD706135E8AC5002C930D /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 726AD705135E8AC5002C930D /* PBXContainerItemProxy */;
+               };
+               72BEA8D419AFA89C0085F0F3 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 726AD6F6135E88F0002C930D /* ippserver */;
+                       targetProxy = 72BEA8D319AFA89C0085F0F3 /* PBXContainerItemProxy */;
+               };
+               72BEA8D619AFA8A00085F0F3 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72CF95E618A19134000FCAE4 /* ippfind */;
+                       targetProxy = 72BEA8D519AFA8A00085F0F3 /* PBXContainerItemProxy */;
+               };
+               72BEA8D819AFA8BB0085F0F3 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 274FF6891333B1C400317ECB /* libcups_static */;
+                       targetProxy = 72BEA8D719AFA8BB0085F0F3 /* PBXContainerItemProxy */;
+               };
+               72CF95E718A19134000FCAE4 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 72CF95E818A19134000FCAE4 /* PBXContainerItemProxy */;
+               };
+               72F75A661336FA30004BB496 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72220EAD1333047D00FCA411 /* libcups */;
+                       targetProxy = 72F75A651336FA30004BB496 /* PBXContainerItemProxy */;
+               };
+               72F75A711336FACD004BB496 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72F75A601336F9A3004BB496 /* libcupsimage */;
+                       targetProxy = 72F75A701336FACD004BB496 /* PBXContainerItemProxy */;
+               };
+               72F75A731336FACD004BB496 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 72F75A511336F950004BB496 /* cupstestppd */;
+                       targetProxy = 72F75A721336FACD004BB496 /* PBXContainerItemProxy */;
+               };
+/* End PBXTargetDependency section */
+
+/* Begin XCBuildConfiguration section */
+               270696581CADF3E200FFE5FB /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               CODE_SIGN_IDENTITY = "iPhone Developer";
+                               "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+                               COMBINE_HIDPI_IMAGES = YES;
+                               EXECUTABLE_EXTENSION = a;
+                               EXECUTABLE_PREFIX = "";
+                               PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include/cups;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               PROVISIONING_PROFILE = "";
+                               PUBLIC_HEADERS_FOLDER_PATH = /usr/include/cups;
+                               SDKROOT = iphoneos;
+                               SKIP_INSTALL = YES;
+                               STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;
+                               SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
+                       };
+                       name = Debug;
+               };
+               270696591CADF3E200FFE5FB /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               CODE_SIGN_IDENTITY = "iPhone Developer";
+                               "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+                               COMBINE_HIDPI_IMAGES = YES;
+                               EXECUTABLE_EXTENSION = a;
+                               EXECUTABLE_PREFIX = "";
+                               PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include/cups;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               PROVISIONING_PROFILE = "";
+                               PUBLIC_HEADERS_FOLDER_PATH = /usr/include/cups;
+                               SDKROOT = iphoneos;
+                               SKIP_INSTALL = YES;
+                               STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;
+                               SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
+                       };
+                       name = Release;
+               };
+               270CCDAD135E3C9E00007BE2 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
+               };
+               270CCDAE135E3C9E00007BE2 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+               271284EA1CC1261900E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
+               };
+               271284EB1CC1261900E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+               271284F71CC1264B00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/sbin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
+               };
+               271284F81CC1264B00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/sbin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+               271285041CC1265D00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
+               };
+               271285051CC1265D00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+               271285111CC1267A00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
+               };
+               271285121CC1267A00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+               2712851E1CC1269700E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/sbin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA6341CC038560092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 724FA6351CC038560092477B /* PBXContainerItemProxy */;
+               2712851F1CC1269700E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/sbin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA6361CC038560092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA6371CC038560092477B /* PBXContainerItemProxy */;
+               2712852B1CC126AA00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/sbin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA6481CC0386E0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 724FA6491CC0386E0092477B /* PBXContainerItemProxy */;
+               2712852C1CC126AA00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/sbin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA64A1CC0386E0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA64B1CC0386E0092477B /* PBXContainerItemProxy */;
+               271285381CC1270B00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA65F1CC038A50092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 724FA6601CC038A50092477B /* PBXContainerItemProxy */;
+               271285391CC1270B00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA6611CC038A50092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA6621CC038A50092477B /* PBXContainerItemProxy */;
+               271285451CC1271E00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA6731CC038BD0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 724FA6741CC038BD0092477B /* PBXContainerItemProxy */;
+               271285461CC1271E00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA6861CC038D90092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 724FA6871CC038D90092477B /* PBXContainerItemProxy */;
+               271285521CC1272D00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA6881CC038D90092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA6891CC038D90092477B /* PBXContainerItemProxy */;
+               271285531CC1272D00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA69A1CC039200092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 724FA69B1CC039200092477B /* PBXContainerItemProxy */;
+               2712855F1CC1274300E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA6AD1CC0393E0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 724FA6AE1CC0393E0092477B /* PBXContainerItemProxy */;
+               271285601CC1274300E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA6C01CC0395A0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 724FA6C11CC0395A0092477B /* PBXContainerItemProxy */;
+               2712856C1CC1275200E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA6C21CC0395A0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA6C31CC0395A0092477B /* PBXContainerItemProxy */;
+               2712856D1CC1275200E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA6D91CC039DE0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 724FA6DA1CC039DE0092477B /* PBXContainerItemProxy */;
+               271285791CC1276400E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA6DB1CC039DE0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA6DC1CC039DE0092477B /* PBXContainerItemProxy */;
+               2712857A1CC1276400E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/bin;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA6EE1CC03A210092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 724FA6EF1CC03A210092477B /* PBXContainerItemProxy */;
+               2712859E1CC12D1300E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = "/usr/libexec/cups/cgi-bin";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA6F01CC03A210092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220FAB13330B2200FCA411 /* libcupsmime */;
-                       targetProxy = 724FA6F11CC03A210092477B /* PBXContainerItemProxy */;
+               2712859F1CC12D1300E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = "/usr/libexec/cups/cgi-bin";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA7021CC03A490092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220EAD1333047D00FCA411 /* libcups */;
-                       targetProxy = 724FA7031CC03A490092477B /* PBXContainerItemProxy */;
+               271285AD1CC12D3A00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = "/usr/libexec/cups/cgi-bin";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA7111CC03A990092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220EAD1333047D00FCA411 /* libcups */;
-                       targetProxy = 724FA7121CC03A990092477B /* PBXContainerItemProxy */;
+               271285AE1CC12D3A00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = "/usr/libexec/cups/cgi-bin";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA7211CC03AAF0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220EAD1333047D00FCA411 /* libcups */;
-                       targetProxy = 724FA7221CC03AAF0092477B /* PBXContainerItemProxy */;
+               271285BB1CC12D4E00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = "/usr/libexec/cups/cgi-bin";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               724FA7421CC03ACC0092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220EAD1333047D00FCA411 /* libcups */;
-                       targetProxy = 724FA7431CC03ACC0092477B /* PBXContainerItemProxy */;
+               271285BC1CC12D4E00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = "/usr/libexec/cups/cgi-bin";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               724FA7591CC03AF60092477B /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220EAD1333047D00FCA411 /* libcups */;
-                       targetProxy = 724FA75A1CC03AF60092477B /* PBXContainerItemProxy */;
+               271285C91CC12D5E00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = "/usr/libexec/cups/cgi-bin";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               7258EAEF13459ADA009286F1 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 7258EAE1134594C4009286F1 /* rastertopwg */;
-                       targetProxy = 7258EAEE13459ADA009286F1 /* PBXContainerItemProxy */;
+               271285CA1CC12D5E00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = "/usr/libexec/cups/cgi-bin";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               7258EAF113459B67009286F1 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220EAD1333047D00FCA411 /* libcups */;
-                       targetProxy = 7258EAF013459B67009286F1 /* PBXContainerItemProxy */;
+               271285D61CC12DBF00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               7258EAF313459B67009286F1 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72F75A601336F9A3004BB496 /* libcupsimage */;
-                       targetProxy = 7258EAF213459B67009286F1 /* PBXContainerItemProxy */;
+               271285D71CC12DBF00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               726AD704135E8AA1002C930D /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 726AD6F6135E88F0002C930D /* ippserver */;
-                       targetProxy = 726AD703135E8AA1002C930D /* PBXContainerItemProxy */;
+               271285E31CC12DDF00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               726AD706135E8AC5002C930D /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 726AD705135E8AC5002C930D /* PBXContainerItemProxy */;
+               271285E41CC12DDF00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               72BEA8D419AFA89C0085F0F3 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 726AD6F6135E88F0002C930D /* ippserver */;
-                       targetProxy = 72BEA8D319AFA89C0085F0F3 /* PBXContainerItemProxy */;
+               271285F01CC12E2D00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               72BEA8D619AFA8A00085F0F3 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72CF95E618A19134000FCAE4 /* ippfind */;
-                       targetProxy = 72BEA8D519AFA8A00085F0F3 /* PBXContainerItemProxy */;
+               271285F11CC12E2D00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               72BEA8D819AFA8BB0085F0F3 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 274FF6891333B1C400317ECB /* libcups_static */;
-                       targetProxy = 72BEA8D719AFA8BB0085F0F3 /* PBXContainerItemProxy */;
+               271285FE1CC12EEB00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               72CF95E718A19134000FCAE4 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220EAD1333047D00FCA411 /* libcups */;
-                       targetProxy = 72CF95E818A19134000FCAE4 /* PBXContainerItemProxy */;
+               271285FF1CC12EEB00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               72F75A661336FA30004BB496 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72220EAD1333047D00FCA411 /* libcups */;
-                       targetProxy = 72F75A651336FA30004BB496 /* PBXContainerItemProxy */;
+               271286111CC12F0B00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-               72F75A711336FACD004BB496 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72F75A601336F9A3004BB496 /* libcupsimage */;
-                       targetProxy = 72F75A701336FACD004BB496 /* PBXContainerItemProxy */;
+               271286121CC12F0B00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
                };
-               72F75A731336FACD004BB496 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 72F75A511336F950004BB496 /* cupstestppd */;
-                       targetProxy = 72F75A721336FACD004BB496 /* PBXContainerItemProxy */;
+               271286211CC12F1A00E517C7 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
                };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
-               270696581CADF3E200FFE5FB /* Debug */ = {
+               271286221CC12F1A00E517C7 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               INSTALL_PATH = /usr/libexec/cups/filter;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+               271286651CC1309000E517C7 /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
-                               CODE_SIGN_IDENTITY = "iPhone Developer";
-                               "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-                               COMBINE_HIDPI_IMAGES = YES;
-                               EXECUTABLE_EXTENSION = a;
-                               EXECUTABLE_PREFIX = "";
-                               PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include/cups;
                                PRODUCT_NAME = "$(TARGET_NAME)";
-                               PROVISIONING_PROFILE = "";
-                               PUBLIC_HEADERS_FOLDER_PATH = /usr/include/cups;
-                               SDKROOT = iphoneos;
-                               SKIP_INSTALL = YES;
-                               STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;
-                               SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
                        };
                        name = Debug;
                };
-               270696591CADF3E200FFE5FB /* Release */ = {
+               271286661CC1309000E517C7 /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
-                               CODE_SIGN_IDENTITY = "iPhone Developer";
-                               "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-                               COMBINE_HIDPI_IMAGES = YES;
-                               EXECUTABLE_EXTENSION = a;
-                               EXECUTABLE_PREFIX = "";
-                               PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include/cups;
                                PRODUCT_NAME = "$(TARGET_NAME)";
-                               PROVISIONING_PROFILE = "";
-                               PUBLIC_HEADERS_FOLDER_PATH = /usr/include/cups;
-                               SDKROOT = iphoneos;
-                               SKIP_INSTALL = YES;
-                               STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;
-                               SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
                        };
                        name = Release;
                };
-               270CCDAD135E3C9E00007BE2 /* Debug */ = {
+               2712867B1CC1310E00E517C7 /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Debug;
                };
-               270CCDAE135E3C9E00007BE2 /* Release */ = {
+               2712867C1CC1310E00E517C7 /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                PRODUCT_NAME = "$(TARGET_NAME)";
                274FF67F13333B2F00317ECB /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
-                               INSTALL_PATH = /usr/sbin;
+                               INSTALL_PATH = /usr/bin;
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Debug;
                274FF68013333B2F00317ECB /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
-                               INSTALL_PATH = /usr/sbin;
+                               INSTALL_PATH = /usr/bin;
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Release;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                COMBINE_HIDPI_IMAGES = YES;
+                               EXECUTABLE_EXTENSION = a;
                                EXECUTABLE_PREFIX = "";
                                INSTALL_PATH = /usr/lib;
                                MACH_O_TYPE = staticlib;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                COMBINE_HIDPI_IMAGES = YES;
+                               EXECUTABLE_EXTENSION = a;
                                EXECUTABLE_PREFIX = "";
                                INSTALL_PATH = /usr/lib;
                                MACH_O_TYPE = staticlib;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                COMBINE_HIDPI_IMAGES = YES;
+                               EXECUTABLE_EXTENSION = a;
                                EXECUTABLE_PREFIX = "";
                                INSTALL_PATH = /usr/lib;
                                MACH_O_TYPE = staticlib;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                COMBINE_HIDPI_IMAGES = YES;
+                               EXECUTABLE_EXTENSION = a;
                                EXECUTABLE_PREFIX = "";
                                INSTALL_PATH = /usr/lib;
                                MACH_O_TYPE = staticlib;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                COMBINE_HIDPI_IMAGES = YES;
+                               EXECUTABLE_EXTENSION = a;
                                EXECUTABLE_PREFIX = "";
                                INSTALL_PATH = /usr/lib;
                                MACH_O_TYPE = staticlib;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                COMBINE_HIDPI_IMAGES = YES;
+                               EXECUTABLE_EXTENSION = a;
                                EXECUTABLE_PREFIX = "";
                                INSTALL_PATH = /usr/lib;
                                MACH_O_TYPE = staticlib;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                COMBINE_HIDPI_IMAGES = YES;
+                               EXECUTABLE_EXTENSION = a;
                                EXECUTABLE_PREFIX = "";
                                INSTALL_PATH = /usr/lib;
                                MACH_O_TYPE = staticlib;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                COMBINE_HIDPI_IMAGES = YES;
+                               EXECUTABLE_EXTENSION = a;
                                EXECUTABLE_PREFIX = "";
                                INSTALL_PATH = /usr/lib;
                                MACH_O_TYPE = staticlib;
                        defaultConfigurationIsVisible = 0;
                        defaultConfigurationName = Release;
                };
+               271284E91CC1261900E517C7 /* Build configuration list for PBXNativeTarget "cancel" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271284EA1CC1261900E517C7 /* Debug */,
+                               271284EB1CC1261900E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271284F61CC1264B00E517C7 /* Build configuration list for PBXNativeTarget "cupsaccept" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271284F71CC1264B00E517C7 /* Debug */,
+                               271284F81CC1264B00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285031CC1265D00E517C7 /* Build configuration list for PBXNativeTarget "cupstestdsc" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285041CC1265D00E517C7 /* Debug */,
+                               271285051CC1265D00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285101CC1267A00E517C7 /* Build configuration list for PBXNativeTarget "lp" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285111CC1267A00E517C7 /* Debug */,
+                               271285121CC1267A00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               2712851D1CC1269700E517C7 /* Build configuration list for PBXNativeTarget "lpc" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               2712851E1CC1269700E517C7 /* Debug */,
+                               2712851F1CC1269700E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               2712852A1CC126AA00E517C7 /* Build configuration list for PBXNativeTarget "lpinfo" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               2712852B1CC126AA00E517C7 /* Debug */,
+                               2712852C1CC126AA00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285371CC1270B00E517C7 /* Build configuration list for PBXNativeTarget "lpmove" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285381CC1270B00E517C7 /* Debug */,
+                               271285391CC1270B00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285441CC1271E00E517C7 /* Build configuration list for PBXNativeTarget "lpoptions" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285451CC1271E00E517C7 /* Debug */,
+                               271285461CC1271E00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285511CC1272D00E517C7 /* Build configuration list for PBXNativeTarget "lpq" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285521CC1272D00E517C7 /* Debug */,
+                               271285531CC1272D00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               2712855E1CC1274300E517C7 /* Build configuration list for PBXNativeTarget "lpr" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               2712855F1CC1274300E517C7 /* Debug */,
+                               271285601CC1274300E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               2712856B1CC1275200E517C7 /* Build configuration list for PBXNativeTarget "lprm" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               2712856C1CC1275200E517C7 /* Debug */,
+                               2712856D1CC1275200E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285781CC1276400E517C7 /* Build configuration list for PBXNativeTarget "lpstat" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285791CC1276400E517C7 /* Debug */,
+                               2712857A1CC1276400E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               2712859D1CC12D1300E517C7 /* Build configuration list for PBXNativeTarget "admin.cgi" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               2712859E1CC12D1300E517C7 /* Debug */,
+                               2712859F1CC12D1300E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285AC1CC12D3A00E517C7 /* Build configuration list for PBXNativeTarget "classes.cgi" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285AD1CC12D3A00E517C7 /* Debug */,
+                               271285AE1CC12D3A00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285BA1CC12D4E00E517C7 /* Build configuration list for PBXNativeTarget "jobs.cgi" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285BB1CC12D4E00E517C7 /* Debug */,
+                               271285BC1CC12D4E00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285C81CC12D5E00E517C7 /* Build configuration list for PBXNativeTarget "printers.cgi" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285C91CC12D5E00E517C7 /* Debug */,
+                               271285CA1CC12D5E00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285D51CC12DBF00E517C7 /* Build configuration list for PBXNativeTarget "commandtops" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285D61CC12DBF00E517C7 /* Debug */,
+                               271285D71CC12DBF00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285E21CC12DDF00E517C7 /* Build configuration list for PBXNativeTarget "gziptoany" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285E31CC12DDF00E517C7 /* Debug */,
+                               271285E41CC12DDF00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285EF1CC12E2D00E517C7 /* Build configuration list for PBXNativeTarget "pstops" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285F01CC12E2D00E517C7 /* Debug */,
+                               271285F11CC12E2D00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271285FD1CC12EEB00E517C7 /* Build configuration list for PBXNativeTarget "rastertoepson" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271285FE1CC12EEB00E517C7 /* Debug */,
+                               271285FF1CC12EEB00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271286101CC12F0B00E517C7 /* Build configuration list for PBXNativeTarget "rastertohp" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271286111CC12F0B00E517C7 /* Debug */,
+                               271286121CC12F0B00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271286201CC12F1A00E517C7 /* Build configuration list for PBXNativeTarget "rastertolabel" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271286211CC12F1A00E517C7 /* Debug */,
+                               271286221CC12F1A00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               271286641CC1309000E517C7 /* Build configuration list for PBXNativeTarget "tlscheck" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               271286651CC1309000E517C7 /* Debug */,
+                               271286661CC1309000E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               2712867A1CC1310E00E517C7 /* Build configuration list for PBXNativeTarget "rasterbench" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               2712867B1CC1310E00E517C7 /* Debug */,
+                               2712867C1CC1310E00E517C7 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
                273BF6C31333B5000022CAAB /* Build configuration list for PBXNativeTarget "testcups" */ = {
                        isa = XCConfigurationList;
                        buildConfigurations = (