| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 45;
- objects = {
- /* Begin PBXBuildFile section */
- 1B0E9A901279ED43003108E7 /* libassimp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B0E9A8F1279ED43003108E7 /* libassimp.a */; };
- 1B0E9A951279EDCD003108E7 /* ModelLoaderHelperClasses.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1B0E9A941279EDCD003108E7 /* ModelLoaderHelperClasses.mm */; };
- 1B0E9AF51279EFCC003108E7 /* aiColor4D.inl in Resources */ = {isa = PBXBuildFile; fileRef = 1B0E9AD71279EFCC003108E7 /* aiColor4D.inl */; };
- 1B0E9AF61279EFCC003108E7 /* aiMaterial.inl in Resources */ = {isa = PBXBuildFile; fileRef = 1B0E9ADD1279EFCC003108E7 /* aiMaterial.inl */; };
- 1B0E9AF71279EFCC003108E7 /* aiMatrix3x3.inl in Resources */ = {isa = PBXBuildFile; fileRef = 1B0E9ADF1279EFCC003108E7 /* aiMatrix3x3.inl */; };
- 1B0E9AF81279EFCC003108E7 /* aiMatrix4x4.inl in Resources */ = {isa = PBXBuildFile; fileRef = 1B0E9AE11279EFCC003108E7 /* aiMatrix4x4.inl */; };
- 1B0E9AF91279EFCC003108E7 /* aiVector3D.inl in Resources */ = {isa = PBXBuildFile; fileRef = 1B0E9AEA1279EFCC003108E7 /* aiVector3D.inl */; };
- 1B0E9B1A1279F107003108E7 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B0E9B191279F107003108E7 /* libz.dylib */; };
- 1BDF446B127772AF00D3E723 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BDF446A127772AF00D3E723 /* OpenGL.framework */; };
- 1BDF446F127772AF00D3E723 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BDF446E127772AF00D3E723 /* Quartz.framework */; };
- 2F7446AB0DB6BCF400F9684A /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2F7446A70DB6BCF400F9684A /* MainMenu.xib */; };
- 2F7446AC0DB6BCF400F9684A /* MyDocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2F7446A90DB6BCF400F9684A /* MyDocument.xib */; };
- 775BDEF1067A8BF0009058FE /* MyDocument.xcdatamodel in Sources */ = {isa = PBXBuildFile; fileRef = 775BDEF0067A8BF0009058FE /* MyDocument.xcdatamodel */; };
- 775DFF38067A968500C5B868 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; };
- 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */; };
- 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165FFE840EACC02AAC07 /* InfoPlist.strings */; };
- 8D15AC310486D014006FF6A4 /* MyDocument.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4ACFDCFA73011CA2CEA /* MyDocument.mm */; settings = {ATTRIBUTES = (); }; };
- 8D15AC320486D014006FF6A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
- 1B0E9A8F1279ED43003108E7 /* libassimp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libassimp.a; sourceTree = "<group>"; };
- 1B0E9A931279EDCD003108E7 /* ModelLoaderHelperClasses.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ModelLoaderHelperClasses.h; sourceTree = "<group>"; };
- 1B0E9A941279EDCD003108E7 /* ModelLoaderHelperClasses.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ModelLoaderHelperClasses.mm; sourceTree = "<group>"; };
- 1B0E9AD31279EFCC003108E7 /* aiAnim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiAnim.h; sourceTree = "<group>"; };
- 1B0E9AD41279EFCC003108E7 /* aiAssert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiAssert.h; sourceTree = "<group>"; };
- 1B0E9AD51279EFCC003108E7 /* aiCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiCamera.h; sourceTree = "<group>"; };
- 1B0E9AD61279EFCC003108E7 /* aiColor4D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiColor4D.h; sourceTree = "<group>"; };
- 1B0E9AD71279EFCC003108E7 /* aiColor4D.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aiColor4D.inl; sourceTree = "<group>"; };
- 1B0E9AD81279EFCC003108E7 /* aiConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiConfig.h; sourceTree = "<group>"; };
- 1B0E9AD91279EFCC003108E7 /* aiDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiDefines.h; sourceTree = "<group>"; };
- 1B0E9ADA1279EFCC003108E7 /* aiFileIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiFileIO.h; sourceTree = "<group>"; };
- 1B0E9ADB1279EFCC003108E7 /* aiLight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiLight.h; sourceTree = "<group>"; };
- 1B0E9ADC1279EFCC003108E7 /* aiMaterial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiMaterial.h; sourceTree = "<group>"; };
- 1B0E9ADD1279EFCC003108E7 /* aiMaterial.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aiMaterial.inl; sourceTree = "<group>"; };
- 1B0E9ADE1279EFCC003108E7 /* aiMatrix3x3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiMatrix3x3.h; sourceTree = "<group>"; };
- 1B0E9ADF1279EFCC003108E7 /* aiMatrix3x3.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aiMatrix3x3.inl; sourceTree = "<group>"; };
- 1B0E9AE01279EFCC003108E7 /* aiMatrix4x4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiMatrix4x4.h; sourceTree = "<group>"; };
- 1B0E9AE11279EFCC003108E7 /* aiMatrix4x4.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aiMatrix4x4.inl; sourceTree = "<group>"; };
- 1B0E9AE21279EFCC003108E7 /* aiMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiMesh.h; sourceTree = "<group>"; };
- 1B0E9AE31279EFCC003108E7 /* aiPostProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiPostProcess.h; sourceTree = "<group>"; };
- 1B0E9AE41279EFCC003108E7 /* aiQuaternion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiQuaternion.h; sourceTree = "<group>"; };
- 1B0E9AE51279EFCC003108E7 /* aiScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiScene.h; sourceTree = "<group>"; };
- 1B0E9AE61279EFCC003108E7 /* aiTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiTexture.h; sourceTree = "<group>"; };
- 1B0E9AE71279EFCC003108E7 /* aiTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiTypes.h; sourceTree = "<group>"; };
- 1B0E9AE81279EFCC003108E7 /* aiVector2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiVector2D.h; sourceTree = "<group>"; };
- 1B0E9AE91279EFCC003108E7 /* aiVector3D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiVector3D.h; sourceTree = "<group>"; };
- 1B0E9AEA1279EFCC003108E7 /* aiVector3D.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aiVector3D.inl; sourceTree = "<group>"; };
- 1B0E9AEB1279EFCC003108E7 /* aiVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiVersion.h; sourceTree = "<group>"; };
- 1B0E9AEC1279EFCC003108E7 /* assimp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = assimp.h; sourceTree = "<group>"; };
- 1B0E9AED1279EFCC003108E7 /* assimp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = assimp.hpp; sourceTree = "<group>"; };
- 1B0E9AEE1279EFCC003108E7 /* DefaultLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DefaultLogger.h; sourceTree = "<group>"; };
- 1B0E9AEF1279EFCC003108E7 /* IOStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOStream.h; sourceTree = "<group>"; };
- 1B0E9AF01279EFCC003108E7 /* IOSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSystem.h; sourceTree = "<group>"; };
- 1B0E9AF11279EFCC003108E7 /* Logger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Logger.h; sourceTree = "<group>"; };
- 1B0E9AF21279EFCC003108E7 /* LogStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LogStream.h; sourceTree = "<group>"; };
- 1B0E9AF31279EFCC003108E7 /* NullLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NullLogger.h; sourceTree = "<group>"; };
- 1B0E9AF41279EFCC003108E7 /* ProgressHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProgressHandler.h; sourceTree = "<group>"; };
- 1B0E9AFD1279F006003108E7 /* poppack1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = poppack1.h; path = "/Users/vade/Asset Import/include/Compiler/poppack1.h"; sourceTree = "<absolute>"; };
- 1B0E9AFE1279F006003108E7 /* pushpack1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pushpack1.h; path = "/Users/vade/Asset Import/include/Compiler/pushpack1.h"; sourceTree = "<absolute>"; };
- 1B0E9B191279F107003108E7 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
- 1BDF446A127772AF00D3E723 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
- 1BDF446E127772AF00D3E723 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; };
- 2A37F4ACFDCFA73011CA2CEA /* MyDocument.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MyDocument.mm; sourceTree = "<group>"; };
- 2A37F4AEFDCFA73011CA2CEA /* MyDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyDocument.h; sourceTree = "<group>"; };
- 2A37F4B0FDCFA73011CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- 2A37F4BAFDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = English.lproj/Credits.rtf; sourceTree = "<group>"; };
- 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
- 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
- 2F7446A80DB6BCF400F9684A /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
- 2F7446AA0DB6BCF400F9684A /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MyDocument.xib; sourceTree = "<group>"; };
- 32DBCF750370BD2300C91783 /* SimpleAssimpViewX_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAssimpViewX_Prefix.pch; sourceTree = "<group>"; };
- 775BDEF0067A8BF0009058FE /* MyDocument.xcdatamodel */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.xcdatamodel; path = MyDocument.xcdatamodel; sourceTree = "<group>"; };
- 7788DA0506752A1600599AAD /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
- 8D15AC360486D014006FF6A4 /* SimpleAssimpViewX-Info.plist */ = {isa = PBXFileReference; explicitFileType = text.plist.xml; fileEncoding = 4; path = "SimpleAssimpViewX-Info.plist"; sourceTree = "<group>"; };
- 8D15AC370486D014006FF6A4 /* SimpleAssimpViewX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleAssimpViewX.app; sourceTree = BUILT_PRODUCTS_DIR; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 8D15AC330486D014006FF6A4 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 775DFF38067A968500C5B868 /* Cocoa.framework in Frameworks */,
- 1BDF446B127772AF00D3E723 /* OpenGL.framework in Frameworks */,
- 1BDF446F127772AF00D3E723 /* Quartz.framework in Frameworks */,
- 1B0E9A901279ED43003108E7 /* libassimp.a in Frameworks */,
- 1B0E9B1A1279F107003108E7 /* libz.dylib in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */ = {
- isa = PBXGroup;
- children = (
- 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */,
- 1BDF446A127772AF00D3E723 /* OpenGL.framework */,
- 1BDF446E127772AF00D3E723 /* Quartz.framework */,
- );
- name = "Linked Frameworks";
- sourceTree = "<group>";
- };
- 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */ = {
- isa = PBXGroup;
- children = (
- 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */,
- 7788DA0506752A1600599AAD /* CoreData.framework */,
- 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */,
- );
- name = "Other Frameworks";
- sourceTree = "<group>";
- };
- 19C28FB0FE9D524F11CA2CBB /* Products */ = {
- isa = PBXGroup;
- children = (
- 8D15AC370486D014006FF6A4 /* SimpleAssimpViewX.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 1B0E9AD21279EFCC003108E7 /* include */ = {
- isa = PBXGroup;
- children = (
- 1B0E9AD31279EFCC003108E7 /* aiAnim.h */,
- 1B0E9AD41279EFCC003108E7 /* aiAssert.h */,
- 1B0E9AD51279EFCC003108E7 /* aiCamera.h */,
- 1B0E9AD61279EFCC003108E7 /* aiColor4D.h */,
- 1B0E9AD71279EFCC003108E7 /* aiColor4D.inl */,
- 1B0E9AD81279EFCC003108E7 /* aiConfig.h */,
- 1B0E9AD91279EFCC003108E7 /* aiDefines.h */,
- 1B0E9ADA1279EFCC003108E7 /* aiFileIO.h */,
- 1B0E9ADB1279EFCC003108E7 /* aiLight.h */,
- 1B0E9ADC1279EFCC003108E7 /* aiMaterial.h */,
- 1B0E9ADD1279EFCC003108E7 /* aiMaterial.inl */,
- 1B0E9ADE1279EFCC003108E7 /* aiMatrix3x3.h */,
- 1B0E9ADF1279EFCC003108E7 /* aiMatrix3x3.inl */,
- 1B0E9AE01279EFCC003108E7 /* aiMatrix4x4.h */,
- 1B0E9AE11279EFCC003108E7 /* aiMatrix4x4.inl */,
- 1B0E9AE21279EFCC003108E7 /* aiMesh.h */,
- 1B0E9AE31279EFCC003108E7 /* aiPostProcess.h */,
- 1B0E9AE41279EFCC003108E7 /* aiQuaternion.h */,
- 1B0E9AE51279EFCC003108E7 /* aiScene.h */,
- 1B0E9AE61279EFCC003108E7 /* aiTexture.h */,
- 1B0E9AE71279EFCC003108E7 /* aiTypes.h */,
- 1B0E9AE81279EFCC003108E7 /* aiVector2D.h */,
- 1B0E9AE91279EFCC003108E7 /* aiVector3D.h */,
- 1B0E9AEA1279EFCC003108E7 /* aiVector3D.inl */,
- 1B0E9AEB1279EFCC003108E7 /* aiVersion.h */,
- 1B0E9AEC1279EFCC003108E7 /* assimp.h */,
- 1B0E9AED1279EFCC003108E7 /* assimp.hpp */,
- 1B0E9AEE1279EFCC003108E7 /* DefaultLogger.h */,
- 1B0E9AEF1279EFCC003108E7 /* IOStream.h */,
- 1B0E9AF01279EFCC003108E7 /* IOSystem.h */,
- 1B0E9AF11279EFCC003108E7 /* Logger.h */,
- 1B0E9AF21279EFCC003108E7 /* LogStream.h */,
- 1B0E9AF31279EFCC003108E7 /* NullLogger.h */,
- 1B0E9AF41279EFCC003108E7 /* ProgressHandler.h */,
- 1B0E9AFC1279F006003108E7 /* Compiler */,
- );
- path = include;
- sourceTree = "<group>";
- };
- 1B0E9AFC1279F006003108E7 /* Compiler */ = {
- isa = PBXGroup;
- children = (
- 1B0E9AFD1279F006003108E7 /* poppack1.h */,
- 1B0E9AFE1279F006003108E7 /* pushpack1.h */,
- );
- name = Compiler;
- path = "/Users/vade/Asset Import/include/Compiler";
- sourceTree = "<absolute>";
- };
- 2A37F4AAFDCFA73011CA2CEA /* DisplayLinkAsyncMoviePlayer */ = {
- isa = PBXGroup;
- children = (
- E1B74B1A0667B4A90069E3BA /* Models */,
- 2A37F4ABFDCFA73011CA2CEA /* Classes */,
- 1B0E9A8F1279ED43003108E7 /* libassimp.a */,
- 1B0E9AD21279EFCC003108E7 /* include */,
- 2A37F4AFFDCFA73011CA2CEA /* Other Sources */,
- 2A37F4B8FDCFA73011CA2CEA /* Resources */,
- 2A37F4C3FDCFA73011CA2CEA /* Frameworks */,
- 19C28FB0FE9D524F11CA2CBB /* Products */,
- 1B0E9B191279F107003108E7 /* libz.dylib */,
- );
- name = DisplayLinkAsyncMoviePlayer;
- sourceTree = "<group>";
- };
- 2A37F4ABFDCFA73011CA2CEA /* Classes */ = {
- isa = PBXGroup;
- children = (
- 2A37F4AEFDCFA73011CA2CEA /* MyDocument.h */,
- 2A37F4ACFDCFA73011CA2CEA /* MyDocument.mm */,
- 1B0E9A931279EDCD003108E7 /* ModelLoaderHelperClasses.h */,
- 1B0E9A941279EDCD003108E7 /* ModelLoaderHelperClasses.mm */,
- );
- name = Classes;
- sourceTree = "<group>";
- };
- 2A37F4AFFDCFA73011CA2CEA /* Other Sources */ = {
- isa = PBXGroup;
- children = (
- 32DBCF750370BD2300C91783 /* SimpleAssimpViewX_Prefix.pch */,
- 2A37F4B0FDCFA73011CA2CEA /* main.m */,
- );
- name = "Other Sources";
- sourceTree = "<group>";
- };
- 2A37F4B8FDCFA73011CA2CEA /* Resources */ = {
- isa = PBXGroup;
- children = (
- 2F7446A70DB6BCF400F9684A /* MainMenu.xib */,
- 2F7446A90DB6BCF400F9684A /* MyDocument.xib */,
- 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */,
- 8D15AC360486D014006FF6A4 /* SimpleAssimpViewX-Info.plist */,
- 089C165FFE840EACC02AAC07 /* InfoPlist.strings */,
- );
- name = Resources;
- sourceTree = "<group>";
- };
- 2A37F4C3FDCFA73011CA2CEA /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */,
- 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- E1B74B1A0667B4A90069E3BA /* Models */ = {
- isa = PBXGroup;
- children = (
- 775BDEF0067A8BF0009058FE /* MyDocument.xcdatamodel */,
- );
- name = Models;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 8D15AC270486D014006FF6A4 /* SimpleAssimpViewX */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 26FC0AA50875C8B900E6366F /* Build configuration list for PBXNativeTarget "SimpleAssimpViewX" */;
- buildPhases = (
- 8D15AC2B0486D014006FF6A4 /* Resources */,
- 8D15AC300486D014006FF6A4 /* Sources */,
- 8D15AC330486D014006FF6A4 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SimpleAssimpViewX;
- productInstallPath = "$(HOME)/Applications";
- productName = DisplayLinkAsyncMoviePlayer;
- productReference = 8D15AC370486D014006FF6A4 /* SimpleAssimpViewX.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 2A37F4A9FDCFA73011CA2CEA /* Project object */ = {
- isa = PBXProject;
- buildConfigurationList = 26FC0AA90875C8B900E6366F /* Build configuration list for PBXProject "SimpleAssimpViewX" */;
- compatibilityVersion = "Xcode 3.1";
- hasScannedForEncodings = 1;
- mainGroup = 2A37F4AAFDCFA73011CA2CEA /* DisplayLinkAsyncMoviePlayer */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 8D15AC270486D014006FF6A4 /* SimpleAssimpViewX */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 8D15AC2B0486D014006FF6A4 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */,
- 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */,
- 2F7446AB0DB6BCF400F9684A /* MainMenu.xib in Resources */,
- 2F7446AC0DB6BCF400F9684A /* MyDocument.xib in Resources */,
- 1B0E9AF51279EFCC003108E7 /* aiColor4D.inl in Resources */,
- 1B0E9AF61279EFCC003108E7 /* aiMaterial.inl in Resources */,
- 1B0E9AF71279EFCC003108E7 /* aiMatrix3x3.inl in Resources */,
- 1B0E9AF81279EFCC003108E7 /* aiMatrix4x4.inl in Resources */,
- 1B0E9AF91279EFCC003108E7 /* aiVector3D.inl in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 8D15AC300486D014006FF6A4 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 8D15AC310486D014006FF6A4 /* MyDocument.mm in Sources */,
- 8D15AC320486D014006FF6A4 /* main.m in Sources */,
- 775BDEF1067A8BF0009058FE /* MyDocument.xcdatamodel in Sources */,
- 1B0E9A951279EDCD003108E7 /* ModelLoaderHelperClasses.mm in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXVariantGroup section */
- 089C165FFE840EACC02AAC07 /* InfoPlist.strings */ = {
- isa = PBXVariantGroup;
- children = (
- 089C1660FE840EACC02AAC07 /* English */,
- );
- name = InfoPlist.strings;
- sourceTree = "<group>";
- };
- 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */ = {
- isa = PBXVariantGroup;
- children = (
- 2A37F4BAFDCFA73011CA2CEA /* English */,
- );
- name = Credits.rtf;
- sourceTree = "<group>";
- };
- 2F7446A70DB6BCF400F9684A /* MainMenu.xib */ = {
- isa = PBXVariantGroup;
- children = (
- 2F7446A80DB6BCF400F9684A /* English */,
- );
- name = MainMenu.xib;
- sourceTree = "<group>";
- };
- 2F7446A90DB6BCF400F9684A /* MyDocument.xib */ = {
- isa = PBXVariantGroup;
- children = (
- 2F7446AA0DB6BCF400F9684A /* English */,
- );
- name = MyDocument.xib;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- 26FC0AA60875C8B900E6366F /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_MODEL_TUNING = G5;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = SimpleAssimpViewX_Prefix.pch;
- HEADER_SEARCH_PATHS = "\"$(SRCROOT)\"/**";
- INFOPLIST_FILE = "SimpleAssimpViewX-Info.plist";
- INSTALL_PATH = "$(HOME)/Applications";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "\"$(SRCROOT)\"",
- );
- ONLY_ACTIVE_ARCH = NO;
- PRODUCT_NAME = SimpleAssimpViewX;
- VALID_ARCHS = "x86_64 i386";
- WRAPPER_EXTENSION = app;
- };
- name = Debug;
- };
- 26FC0AA70875C8B900E6366F /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)\"";
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_MODEL_TUNING = G5;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = SimpleAssimpViewX_Prefix.pch;
- HEADER_SEARCH_PATHS = "\"$(SRCROOT)\"/**";
- INFOPLIST_FILE = "SimpleAssimpViewX-Info.plist";
- INSTALL_PATH = "$(HOME)/Applications";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "\"$(SRCROOT)\"",
- );
- ONLY_ACTIVE_ARCH = NO;
- PRODUCT_NAME = SimpleAssimpViewX;
- VALID_ARCHS = "x86_64 i386";
- WRAPPER_EXTENSION = app;
- };
- name = Release;
- };
- 26FC0AAA0875C8B900E6366F /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- ONLY_ACTIVE_ARCH = YES;
- PREBINDING = NO;
- SDKROOT = macosx10.6;
- };
- name = Debug;
- };
- 26FC0AAB0875C8B900E6366F /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- PREBINDING = NO;
- SDKROOT = macosx10.6;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 26FC0AA50875C8B900E6366F /* Build configuration list for PBXNativeTarget "SimpleAssimpViewX" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 26FC0AA60875C8B900E6366F /* Debug */,
- 26FC0AA70875C8B900E6366F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 26FC0AA90875C8B900E6366F /* Build configuration list for PBXProject "SimpleAssimpViewX" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 26FC0AAA0875C8B900E6366F /* Debug */,
- 26FC0AAB0875C8B900E6366F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 2A37F4A9FDCFA73011CA2CEA /* Project object */;
- }
|