Adding some useful functions to ITFoundation, for dealing with Carbon
[ITFoundation.git] / ITFoundation.xcode / project.pbxproj
index 247473d..f8320c8 100755 (executable)
@@ -82,6 +82,7 @@
                0867D691FE84028FC02AAC07 = {
                        children = (
                                08FB77AEFE84172EC02AAC07,
+                               2AB93A2C057059DC007E748F,
                                32C88DFF0371C24200C91783,
                                089C1665FE841158C02AAC07,
                                0867D69AFE84028FC02AAC07,
                        sourceTree = "<group>";
                };
                0867D69BFE84028FC02AAC07 = {
-                       expectedFileType = wrapper.framework;
                        fallbackIsa = PBXFileReference;
                        isa = PBXFrameworkReference;
+                       lastKnownFileType = wrapper.framework;
                        name = Foundation.framework;
                        path = /System/Library/Frameworks/Foundation.framework;
                        refType = 0;
                        sourceTree = "<absolute>";
                };
                0867D6A5FE840307C02AAC07 = {
-                       expectedFileType = wrapper.framework;
                        fallbackIsa = PBXFileReference;
                        isa = PBXFrameworkReference;
+                       lastKnownFileType = wrapper.framework;
                        name = AppKit.framework;
                        path = /System/Library/Frameworks/AppKit.framework;
                        refType = 0;
                        sourceTree = "<group>";
                };
                089C1667FE841158C02AAC07 = {
-                       expectedFileType = text.plist.strings;
                        fileEncoding = 10;
                        isa = PBXFileReference;
+                       lastKnownFileType = text.plist.strings;
                        name = English;
                        path = English.lproj/InfoPlist.strings;
                        refType = 4;
                                7CA50B2C054E77950074E1D9,
                                7CA50B2F054E77A00074E1D9,
                                7CA50B30054E77A00074E1D9,
-                               7CA50B7F054E786E0074E1D9,
                                7CA50B80054E786E0074E1D9,
-                               7CA50B8B054E787D0074E1D9,
+                               7CA50B7F054E786E0074E1D9,
                                7CA50B8C054E787D0074E1D9,
+                               7CA50B8B054E787D0074E1D9,
+                               7CF6C92E057D65B0007FEC13,
+                               7CF6C92F057D65B0007FEC13,
+                               7CF6C936057D65BA007FEC13,
+                               7CF6C937057D65BA007FEC13,
+                               7C97DC2C05B614300013E85F,
+                               7C97DC2D05B614300013E85F,
                        );
                        isa = PBXGroup;
                        name = Classes;
                        sourceTree = "<group>";
                };
                1058C7B1FEA5585E11CA2CBB = {
-                       expectedFileType = wrapper.framework;
                        fallbackIsa = PBXFileReference;
                        isa = PBXFrameworkReference;
+                       lastKnownFileType = wrapper.framework;
                        name = Cocoa.framework;
                        path = /System/Library/Frameworks/Cocoa.framework;
                        refType = 0;
 //102
 //103
 //104
+//2A0
+//2A1
+//2A2
+//2A3
+//2A4
+               2AB93A2C057059DC007E748F = {
+                       children = (
+                               2AB93A3005705A0C007E748F,
+                               2AB93A3105705A0C007E748F,
+                       );
+                       isa = PBXGroup;
+                       name = Categories;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               2AB93A3005705A0C007E748F = {
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
+                       path = "ITCategory-NSArray.h";
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               2AB93A3105705A0C007E748F = {
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.objc;
+                       path = "ITCategory-NSArray.m";
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               2AB93A3205705A0C007E748F = {
+                       fileRef = 2AB93A3005705A0C007E748F;
+                       isa = PBXBuildFile;
+                       settings = {
+                               ATTRIBUTES = (
+                                       Public,
+                               );
+                       };
+               };
+               2AB93A3305705A0C007E748F = {
+                       fileRef = 2AB93A3105705A0C007E748F;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+//2A0
+//2A1
+//2A2
+//2A3
+//2A4
 //320
 //321
 //322
                        children = (
                                32DBCF5E0370ADEE00C91783,
                                7CA50D7D054E7C600074E1D9,
+                               3D2D8A10055E07D800F59C27,
+                               3D2D8A11055E07D800F59C27,
                        );
                        isa = PBXGroup;
                        name = "Other Sources";
                        sourceTree = "<group>";
                };
                32DBCF5E0370ADEE00C91783 = {
-                       expectedFileType = sourcecode.c.h;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
                        path = ITFoundation_Prefix.pch;
                        refType = 4;
                        sourceTree = "<group>";
 //322
 //323
 //324
+//3D0
+//3D1
+//3D2
+//3D3
+//3D4
+               3D2D8A10055E07D800F59C27 = {
+                       fileEncoding = 30;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.c;
+                       path = queue.c;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               3D2D8A11055E07D800F59C27 = {
+                       fileEncoding = 30;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
+                       path = queue.h;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               3D2D8A12055E07D800F59C27 = {
+                       fileRef = 3D2D8A10055E07D800F59C27;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               3D2D8A13055E07D800F59C27 = {
+                       fileRef = 3D2D8A11055E07D800F59C27;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+//3D0
+//3D1
+//3D2
+//3D3
+//3D4
 //7C0
 //7C1
 //7C2
 //7C3
 //7C4
+               7C97DC2C05B614300013E85F = {
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
+                       path = ITCarbonSupport.h;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               7C97DC2D05B614300013E85F = {
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.objc;
+                       path = ITCarbonSupport.m;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               7C97DC2E05B614300013E85F = {
+                       fileRef = 7C97DC2C05B614300013E85F;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               7C97DC2F05B614300013E85F = {
+                       fileRef = 7C97DC2D05B614300013E85F;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
                7CA50B2B054E77950074E1D9 = {
-                       expectedFileType = sourcecode.c.h;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
                        path = ITAppleEventCenter.h;
                        refType = 4;
                        sourceTree = "<group>";
                };
                7CA50B2C054E77950074E1D9 = {
-                       expectedFileType = sourcecode.c.objc;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.objc;
                        path = ITAppleEventCenter.m;
                        refType = 4;
                        sourceTree = "<group>";
                        };
                };
                7CA50B2F054E77A00074E1D9 = {
-                       expectedFileType = sourcecode.c.h;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
                        path = ITDebug.h;
                        refType = 4;
                        sourceTree = "<group>";
                };
                7CA50B30054E77A00074E1D9 = {
-                       expectedFileType = sourcecode.c.objc;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.objc;
                        path = ITDebug.m;
                        refType = 4;
                        sourceTree = "<group>";
                        };
                };
                7CA50B7F054E786E0074E1D9 = {
-                       expectedFileType = sourcecode.c.objc;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.objc;
                        path = ITVirtualMemoryInfo.m;
                        refType = 4;
                        sourceTree = "<group>";
                };
                7CA50B80054E786E0074E1D9 = {
-                       expectedFileType = sourcecode.c.h;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
                        path = ITVirtualMemoryInfo.h;
                        refType = 4;
                        sourceTree = "<group>";
                };
                7CA50B8B054E787D0074E1D9 = {
-                       expectedFileType = sourcecode.c.objc;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.objc;
                        path = ITByteStream.m;
                        refType = 4;
                        sourceTree = "<group>";
                };
                7CA50B8C054E787D0074E1D9 = {
-                       expectedFileType = sourcecode.c.h;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
                        path = ITByteStream.h;
                        refType = 4;
                        sourceTree = "<group>";
                };
                7CA50BAA054E794B0074E1D9 = {
-                       expectedFileType = wrapper.framework;
                        isa = PBXFileReference;
+                       lastKnownFileType = wrapper.framework;
                        name = Carbon.framework;
                        path = /System/Library/Frameworks/Carbon.framework;
                        refType = 0;
                        };
                };
                7CA50D7D054E7C600074E1D9 = {
-                       expectedFileType = sourcecode.c.h;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
                        path = ITFoundation.h;
                        refType = 4;
                        sourceTree = "<group>";
                                );
                        };
                };
+               7CF6C92E057D65B0007FEC13 = {
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
+                       path = ITPreference.h;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               7CF6C92F057D65B0007FEC13 = {
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.objc;
+                       path = ITPreference.m;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               7CF6C930057D65B0007FEC13 = {
+                       fileRef = 7CF6C92E057D65B0007FEC13;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               7CF6C931057D65B0007FEC13 = {
+                       fileRef = 7CF6C92F057D65B0007FEC13;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               7CF6C936057D65BA007FEC13 = {
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.h;
+                       path = ITPreferenceCenter.h;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               7CF6C937057D65BA007FEC13 = {
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.objc;
+                       path = ITPreferenceCenter.m;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               7CF6C938057D65BA007FEC13 = {
+                       fileRef = 7CF6C936057D65BA007FEC13;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
+               7CF6C939057D65BA007FEC13 = {
+                       fileRef = 7CF6C937057D65BA007FEC13;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
 //7C0
 //7C1
 //7C2
                                LIBRARY_SEARCH_PATHS = "";
                                LIBRARY_STYLE = Dynamic;
                                MACOSX_DEPLOYMENT_TARGET = 10.2;
-                               OTHER_LDFLAGS = "";
+                               OTHER_LDFLAGS = "-seg1addr 0x15000000";
                                PRODUCT_NAME = ITFoundation;
                                SECTORDER_FLAGS = "";
                                WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
                                7CA50D7E054E7C600074E1D9,
                                7CA50B2D054E77950074E1D9,
                                7CA50B31054E77A00074E1D9,
+                               3D2D8A13055E07D800F59C27,
+                               2AB93A3205705A0C007E748F,
+                               7CF6C930057D65B0007FEC13,
+                               7CF6C938057D65BA007FEC13,
+                               7C97DC2E05B614300013E85F,
                        );
                        isa = PBXHeadersBuildPhase;
                        runOnlyForDeploymentPostprocessing = 0;
                        files = (
                                7CA50B2E054E77950074E1D9,
                                7CA50B32054E77A00074E1D9,
+                               3D2D8A12055E07D800F59C27,
+                               2AB93A3305705A0C007E748F,
+                               7CF6C931057D65B0007FEC13,
+                               7CF6C939057D65BA007FEC13,
+                               7C97DC2F05B614300013E85F,
                        );
                        isa = PBXSourcesBuildPhase;
                        runOnlyForDeploymentPostprocessing = 0;
                        runOnlyForDeploymentPostprocessing = 0;
                };
                8DC2EF5A0486A6940098B216 = {
-                       expectedFileType = text.plist;
                        fileEncoding = 4;
                        isa = PBXFileReference;
+                       lastKnownFileType = text.plist;
                        path = Info.plist;
                        refType = 4;
                        sourceTree = "<group>";
                };
                8DC2EF5B0486A6940098B216 = {
-                       expectedFileType = wrapper.framework;
+                       explicitFileType = wrapper.framework;
                        includeInIndex = 0;
                        isa = PBXFileReference;
                        path = ITFoundation.framework;