project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1B0E9A901279ED43003108E7 /* libassimp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B0E9A8F1279ED43003108E7 /* libassimp.a */; };
  10. 1B0E9A951279EDCD003108E7 /* ModelLoaderHelperClasses.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1B0E9A941279EDCD003108E7 /* ModelLoaderHelperClasses.mm */; };
  11. 1B0E9AF51279EFCC003108E7 /* aiColor4D.inl in Resources */ = {isa = PBXBuildFile; fileRef = 1B0E9AD71279EFCC003108E7 /* aiColor4D.inl */; };
  12. 1B0E9AF61279EFCC003108E7 /* aiMaterial.inl in Resources */ = {isa = PBXBuildFile; fileRef = 1B0E9ADD1279EFCC003108E7 /* aiMaterial.inl */; };
  13. 1B0E9AF71279EFCC003108E7 /* aiMatrix3x3.inl in Resources */ = {isa = PBXBuildFile; fileRef = 1B0E9ADF1279EFCC003108E7 /* aiMatrix3x3.inl */; };
  14. 1B0E9AF81279EFCC003108E7 /* aiMatrix4x4.inl in Resources */ = {isa = PBXBuildFile; fileRef = 1B0E9AE11279EFCC003108E7 /* aiMatrix4x4.inl */; };
  15. 1B0E9AF91279EFCC003108E7 /* aiVector3D.inl in Resources */ = {isa = PBXBuildFile; fileRef = 1B0E9AEA1279EFCC003108E7 /* aiVector3D.inl */; };
  16. 1B0E9B1A1279F107003108E7 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B0E9B191279F107003108E7 /* libz.dylib */; };
  17. 1BDF446B127772AF00D3E723 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BDF446A127772AF00D3E723 /* OpenGL.framework */; };
  18. 1BDF446F127772AF00D3E723 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BDF446E127772AF00D3E723 /* Quartz.framework */; };
  19. 2F7446AB0DB6BCF400F9684A /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2F7446A70DB6BCF400F9684A /* MainMenu.xib */; };
  20. 2F7446AC0DB6BCF400F9684A /* MyDocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2F7446A90DB6BCF400F9684A /* MyDocument.xib */; };
  21. 775BDEF1067A8BF0009058FE /* MyDocument.xcdatamodel in Sources */ = {isa = PBXBuildFile; fileRef = 775BDEF0067A8BF0009058FE /* MyDocument.xcdatamodel */; };
  22. 775DFF38067A968500C5B868 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; };
  23. 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */; };
  24. 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165FFE840EACC02AAC07 /* InfoPlist.strings */; };
  25. 8D15AC310486D014006FF6A4 /* MyDocument.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4ACFDCFA73011CA2CEA /* MyDocument.mm */; settings = {ATTRIBUTES = (); }; };
  26. 8D15AC320486D014006FF6A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
  27. /* End PBXBuildFile section */
  28. /* Begin PBXFileReference section */
  29. 089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  30. 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  31. 1B0E9A8F1279ED43003108E7 /* libassimp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libassimp.a; sourceTree = "<group>"; };
  32. 1B0E9A931279EDCD003108E7 /* ModelLoaderHelperClasses.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ModelLoaderHelperClasses.h; sourceTree = "<group>"; };
  33. 1B0E9A941279EDCD003108E7 /* ModelLoaderHelperClasses.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ModelLoaderHelperClasses.mm; sourceTree = "<group>"; };
  34. 1B0E9AD31279EFCC003108E7 /* aiAnim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiAnim.h; sourceTree = "<group>"; };
  35. 1B0E9AD41279EFCC003108E7 /* aiAssert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiAssert.h; sourceTree = "<group>"; };
  36. 1B0E9AD51279EFCC003108E7 /* aiCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiCamera.h; sourceTree = "<group>"; };
  37. 1B0E9AD61279EFCC003108E7 /* aiColor4D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiColor4D.h; sourceTree = "<group>"; };
  38. 1B0E9AD71279EFCC003108E7 /* aiColor4D.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aiColor4D.inl; sourceTree = "<group>"; };
  39. 1B0E9AD81279EFCC003108E7 /* aiConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiConfig.h; sourceTree = "<group>"; };
  40. 1B0E9AD91279EFCC003108E7 /* aiDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiDefines.h; sourceTree = "<group>"; };
  41. 1B0E9ADA1279EFCC003108E7 /* aiFileIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiFileIO.h; sourceTree = "<group>"; };
  42. 1B0E9ADB1279EFCC003108E7 /* aiLight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiLight.h; sourceTree = "<group>"; };
  43. 1B0E9ADC1279EFCC003108E7 /* aiMaterial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiMaterial.h; sourceTree = "<group>"; };
  44. 1B0E9ADD1279EFCC003108E7 /* aiMaterial.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aiMaterial.inl; sourceTree = "<group>"; };
  45. 1B0E9ADE1279EFCC003108E7 /* aiMatrix3x3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiMatrix3x3.h; sourceTree = "<group>"; };
  46. 1B0E9ADF1279EFCC003108E7 /* aiMatrix3x3.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aiMatrix3x3.inl; sourceTree = "<group>"; };
  47. 1B0E9AE01279EFCC003108E7 /* aiMatrix4x4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiMatrix4x4.h; sourceTree = "<group>"; };
  48. 1B0E9AE11279EFCC003108E7 /* aiMatrix4x4.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aiMatrix4x4.inl; sourceTree = "<group>"; };
  49. 1B0E9AE21279EFCC003108E7 /* aiMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiMesh.h; sourceTree = "<group>"; };
  50. 1B0E9AE31279EFCC003108E7 /* aiPostProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiPostProcess.h; sourceTree = "<group>"; };
  51. 1B0E9AE41279EFCC003108E7 /* aiQuaternion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiQuaternion.h; sourceTree = "<group>"; };
  52. 1B0E9AE51279EFCC003108E7 /* aiScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiScene.h; sourceTree = "<group>"; };
  53. 1B0E9AE61279EFCC003108E7 /* aiTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiTexture.h; sourceTree = "<group>"; };
  54. 1B0E9AE71279EFCC003108E7 /* aiTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiTypes.h; sourceTree = "<group>"; };
  55. 1B0E9AE81279EFCC003108E7 /* aiVector2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiVector2D.h; sourceTree = "<group>"; };
  56. 1B0E9AE91279EFCC003108E7 /* aiVector3D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiVector3D.h; sourceTree = "<group>"; };
  57. 1B0E9AEA1279EFCC003108E7 /* aiVector3D.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aiVector3D.inl; sourceTree = "<group>"; };
  58. 1B0E9AEB1279EFCC003108E7 /* aiVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aiVersion.h; sourceTree = "<group>"; };
  59. 1B0E9AEC1279EFCC003108E7 /* assimp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = assimp.h; sourceTree = "<group>"; };
  60. 1B0E9AED1279EFCC003108E7 /* assimp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = assimp.hpp; sourceTree = "<group>"; };
  61. 1B0E9AEE1279EFCC003108E7 /* DefaultLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DefaultLogger.h; sourceTree = "<group>"; };
  62. 1B0E9AEF1279EFCC003108E7 /* IOStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOStream.h; sourceTree = "<group>"; };
  63. 1B0E9AF01279EFCC003108E7 /* IOSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSystem.h; sourceTree = "<group>"; };
  64. 1B0E9AF11279EFCC003108E7 /* Logger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Logger.h; sourceTree = "<group>"; };
  65. 1B0E9AF21279EFCC003108E7 /* LogStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LogStream.h; sourceTree = "<group>"; };
  66. 1B0E9AF31279EFCC003108E7 /* NullLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NullLogger.h; sourceTree = "<group>"; };
  67. 1B0E9AF41279EFCC003108E7 /* ProgressHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProgressHandler.h; sourceTree = "<group>"; };
  68. 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>"; };
  69. 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>"; };
  70. 1B0E9B191279F107003108E7 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  71. 1BDF446A127772AF00D3E723 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
  72. 1BDF446E127772AF00D3E723 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; };
  73. 2A37F4ACFDCFA73011CA2CEA /* MyDocument.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MyDocument.mm; sourceTree = "<group>"; };
  74. 2A37F4AEFDCFA73011CA2CEA /* MyDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyDocument.h; sourceTree = "<group>"; };
  75. 2A37F4B0FDCFA73011CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  76. 2A37F4BAFDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = English.lproj/Credits.rtf; sourceTree = "<group>"; };
  77. 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  78. 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  79. 2F7446A80DB6BCF400F9684A /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
  80. 2F7446AA0DB6BCF400F9684A /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MyDocument.xib; sourceTree = "<group>"; };
  81. 32DBCF750370BD2300C91783 /* SimpleAssimpViewX_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAssimpViewX_Prefix.pch; sourceTree = "<group>"; };
  82. 775BDEF0067A8BF0009058FE /* MyDocument.xcdatamodel */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.xcdatamodel; path = MyDocument.xcdatamodel; sourceTree = "<group>"; };
  83. 7788DA0506752A1600599AAD /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  84. 8D15AC360486D014006FF6A4 /* SimpleAssimpViewX-Info.plist */ = {isa = PBXFileReference; explicitFileType = text.plist.xml; fileEncoding = 4; path = "SimpleAssimpViewX-Info.plist"; sourceTree = "<group>"; };
  85. 8D15AC370486D014006FF6A4 /* SimpleAssimpViewX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleAssimpViewX.app; sourceTree = BUILT_PRODUCTS_DIR; };
  86. /* End PBXFileReference section */
  87. /* Begin PBXFrameworksBuildPhase section */
  88. 8D15AC330486D014006FF6A4 /* Frameworks */ = {
  89. isa = PBXFrameworksBuildPhase;
  90. buildActionMask = 2147483647;
  91. files = (
  92. 775DFF38067A968500C5B868 /* Cocoa.framework in Frameworks */,
  93. 1BDF446B127772AF00D3E723 /* OpenGL.framework in Frameworks */,
  94. 1BDF446F127772AF00D3E723 /* Quartz.framework in Frameworks */,
  95. 1B0E9A901279ED43003108E7 /* libassimp.a in Frameworks */,
  96. 1B0E9B1A1279F107003108E7 /* libz.dylib in Frameworks */,
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. /* End PBXFrameworksBuildPhase section */
  101. /* Begin PBXGroup section */
  102. 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */ = {
  103. isa = PBXGroup;
  104. children = (
  105. 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */,
  106. 1BDF446A127772AF00D3E723 /* OpenGL.framework */,
  107. 1BDF446E127772AF00D3E723 /* Quartz.framework */,
  108. );
  109. name = "Linked Frameworks";
  110. sourceTree = "<group>";
  111. };
  112. 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */ = {
  113. isa = PBXGroup;
  114. children = (
  115. 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */,
  116. 7788DA0506752A1600599AAD /* CoreData.framework */,
  117. 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */,
  118. );
  119. name = "Other Frameworks";
  120. sourceTree = "<group>";
  121. };
  122. 19C28FB0FE9D524F11CA2CBB /* Products */ = {
  123. isa = PBXGroup;
  124. children = (
  125. 8D15AC370486D014006FF6A4 /* SimpleAssimpViewX.app */,
  126. );
  127. name = Products;
  128. sourceTree = "<group>";
  129. };
  130. 1B0E9AD21279EFCC003108E7 /* include */ = {
  131. isa = PBXGroup;
  132. children = (
  133. 1B0E9AD31279EFCC003108E7 /* aiAnim.h */,
  134. 1B0E9AD41279EFCC003108E7 /* aiAssert.h */,
  135. 1B0E9AD51279EFCC003108E7 /* aiCamera.h */,
  136. 1B0E9AD61279EFCC003108E7 /* aiColor4D.h */,
  137. 1B0E9AD71279EFCC003108E7 /* aiColor4D.inl */,
  138. 1B0E9AD81279EFCC003108E7 /* aiConfig.h */,
  139. 1B0E9AD91279EFCC003108E7 /* aiDefines.h */,
  140. 1B0E9ADA1279EFCC003108E7 /* aiFileIO.h */,
  141. 1B0E9ADB1279EFCC003108E7 /* aiLight.h */,
  142. 1B0E9ADC1279EFCC003108E7 /* aiMaterial.h */,
  143. 1B0E9ADD1279EFCC003108E7 /* aiMaterial.inl */,
  144. 1B0E9ADE1279EFCC003108E7 /* aiMatrix3x3.h */,
  145. 1B0E9ADF1279EFCC003108E7 /* aiMatrix3x3.inl */,
  146. 1B0E9AE01279EFCC003108E7 /* aiMatrix4x4.h */,
  147. 1B0E9AE11279EFCC003108E7 /* aiMatrix4x4.inl */,
  148. 1B0E9AE21279EFCC003108E7 /* aiMesh.h */,
  149. 1B0E9AE31279EFCC003108E7 /* aiPostProcess.h */,
  150. 1B0E9AE41279EFCC003108E7 /* aiQuaternion.h */,
  151. 1B0E9AE51279EFCC003108E7 /* aiScene.h */,
  152. 1B0E9AE61279EFCC003108E7 /* aiTexture.h */,
  153. 1B0E9AE71279EFCC003108E7 /* aiTypes.h */,
  154. 1B0E9AE81279EFCC003108E7 /* aiVector2D.h */,
  155. 1B0E9AE91279EFCC003108E7 /* aiVector3D.h */,
  156. 1B0E9AEA1279EFCC003108E7 /* aiVector3D.inl */,
  157. 1B0E9AEB1279EFCC003108E7 /* aiVersion.h */,
  158. 1B0E9AEC1279EFCC003108E7 /* assimp.h */,
  159. 1B0E9AED1279EFCC003108E7 /* assimp.hpp */,
  160. 1B0E9AEE1279EFCC003108E7 /* DefaultLogger.h */,
  161. 1B0E9AEF1279EFCC003108E7 /* IOStream.h */,
  162. 1B0E9AF01279EFCC003108E7 /* IOSystem.h */,
  163. 1B0E9AF11279EFCC003108E7 /* Logger.h */,
  164. 1B0E9AF21279EFCC003108E7 /* LogStream.h */,
  165. 1B0E9AF31279EFCC003108E7 /* NullLogger.h */,
  166. 1B0E9AF41279EFCC003108E7 /* ProgressHandler.h */,
  167. 1B0E9AFC1279F006003108E7 /* Compiler */,
  168. );
  169. path = include;
  170. sourceTree = "<group>";
  171. };
  172. 1B0E9AFC1279F006003108E7 /* Compiler */ = {
  173. isa = PBXGroup;
  174. children = (
  175. 1B0E9AFD1279F006003108E7 /* poppack1.h */,
  176. 1B0E9AFE1279F006003108E7 /* pushpack1.h */,
  177. );
  178. name = Compiler;
  179. path = "/Users/vade/Asset Import/include/Compiler";
  180. sourceTree = "<absolute>";
  181. };
  182. 2A37F4AAFDCFA73011CA2CEA /* DisplayLinkAsyncMoviePlayer */ = {
  183. isa = PBXGroup;
  184. children = (
  185. E1B74B1A0667B4A90069E3BA /* Models */,
  186. 2A37F4ABFDCFA73011CA2CEA /* Classes */,
  187. 1B0E9A8F1279ED43003108E7 /* libassimp.a */,
  188. 1B0E9AD21279EFCC003108E7 /* include */,
  189. 2A37F4AFFDCFA73011CA2CEA /* Other Sources */,
  190. 2A37F4B8FDCFA73011CA2CEA /* Resources */,
  191. 2A37F4C3FDCFA73011CA2CEA /* Frameworks */,
  192. 19C28FB0FE9D524F11CA2CBB /* Products */,
  193. 1B0E9B191279F107003108E7 /* libz.dylib */,
  194. );
  195. name = DisplayLinkAsyncMoviePlayer;
  196. sourceTree = "<group>";
  197. };
  198. 2A37F4ABFDCFA73011CA2CEA /* Classes */ = {
  199. isa = PBXGroup;
  200. children = (
  201. 2A37F4AEFDCFA73011CA2CEA /* MyDocument.h */,
  202. 2A37F4ACFDCFA73011CA2CEA /* MyDocument.mm */,
  203. 1B0E9A931279EDCD003108E7 /* ModelLoaderHelperClasses.h */,
  204. 1B0E9A941279EDCD003108E7 /* ModelLoaderHelperClasses.mm */,
  205. );
  206. name = Classes;
  207. sourceTree = "<group>";
  208. };
  209. 2A37F4AFFDCFA73011CA2CEA /* Other Sources */ = {
  210. isa = PBXGroup;
  211. children = (
  212. 32DBCF750370BD2300C91783 /* SimpleAssimpViewX_Prefix.pch */,
  213. 2A37F4B0FDCFA73011CA2CEA /* main.m */,
  214. );
  215. name = "Other Sources";
  216. sourceTree = "<group>";
  217. };
  218. 2A37F4B8FDCFA73011CA2CEA /* Resources */ = {
  219. isa = PBXGroup;
  220. children = (
  221. 2F7446A70DB6BCF400F9684A /* MainMenu.xib */,
  222. 2F7446A90DB6BCF400F9684A /* MyDocument.xib */,
  223. 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */,
  224. 8D15AC360486D014006FF6A4 /* SimpleAssimpViewX-Info.plist */,
  225. 089C165FFE840EACC02AAC07 /* InfoPlist.strings */,
  226. );
  227. name = Resources;
  228. sourceTree = "<group>";
  229. };
  230. 2A37F4C3FDCFA73011CA2CEA /* Frameworks */ = {
  231. isa = PBXGroup;
  232. children = (
  233. 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */,
  234. 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */,
  235. );
  236. name = Frameworks;
  237. sourceTree = "<group>";
  238. };
  239. E1B74B1A0667B4A90069E3BA /* Models */ = {
  240. isa = PBXGroup;
  241. children = (
  242. 775BDEF0067A8BF0009058FE /* MyDocument.xcdatamodel */,
  243. );
  244. name = Models;
  245. sourceTree = "<group>";
  246. };
  247. /* End PBXGroup section */
  248. /* Begin PBXNativeTarget section */
  249. 8D15AC270486D014006FF6A4 /* SimpleAssimpViewX */ = {
  250. isa = PBXNativeTarget;
  251. buildConfigurationList = 26FC0AA50875C8B900E6366F /* Build configuration list for PBXNativeTarget "SimpleAssimpViewX" */;
  252. buildPhases = (
  253. 8D15AC2B0486D014006FF6A4 /* Resources */,
  254. 8D15AC300486D014006FF6A4 /* Sources */,
  255. 8D15AC330486D014006FF6A4 /* Frameworks */,
  256. );
  257. buildRules = (
  258. );
  259. dependencies = (
  260. );
  261. name = SimpleAssimpViewX;
  262. productInstallPath = "$(HOME)/Applications";
  263. productName = DisplayLinkAsyncMoviePlayer;
  264. productReference = 8D15AC370486D014006FF6A4 /* SimpleAssimpViewX.app */;
  265. productType = "com.apple.product-type.application";
  266. };
  267. /* End PBXNativeTarget section */
  268. /* Begin PBXProject section */
  269. 2A37F4A9FDCFA73011CA2CEA /* Project object */ = {
  270. isa = PBXProject;
  271. buildConfigurationList = 26FC0AA90875C8B900E6366F /* Build configuration list for PBXProject "SimpleAssimpViewX" */;
  272. compatibilityVersion = "Xcode 3.1";
  273. hasScannedForEncodings = 1;
  274. mainGroup = 2A37F4AAFDCFA73011CA2CEA /* DisplayLinkAsyncMoviePlayer */;
  275. projectDirPath = "";
  276. projectRoot = "";
  277. targets = (
  278. 8D15AC270486D014006FF6A4 /* SimpleAssimpViewX */,
  279. );
  280. };
  281. /* End PBXProject section */
  282. /* Begin PBXResourcesBuildPhase section */
  283. 8D15AC2B0486D014006FF6A4 /* Resources */ = {
  284. isa = PBXResourcesBuildPhase;
  285. buildActionMask = 2147483647;
  286. files = (
  287. 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */,
  288. 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */,
  289. 2F7446AB0DB6BCF400F9684A /* MainMenu.xib in Resources */,
  290. 2F7446AC0DB6BCF400F9684A /* MyDocument.xib in Resources */,
  291. 1B0E9AF51279EFCC003108E7 /* aiColor4D.inl in Resources */,
  292. 1B0E9AF61279EFCC003108E7 /* aiMaterial.inl in Resources */,
  293. 1B0E9AF71279EFCC003108E7 /* aiMatrix3x3.inl in Resources */,
  294. 1B0E9AF81279EFCC003108E7 /* aiMatrix4x4.inl in Resources */,
  295. 1B0E9AF91279EFCC003108E7 /* aiVector3D.inl in Resources */,
  296. );
  297. runOnlyForDeploymentPostprocessing = 0;
  298. };
  299. /* End PBXResourcesBuildPhase section */
  300. /* Begin PBXSourcesBuildPhase section */
  301. 8D15AC300486D014006FF6A4 /* Sources */ = {
  302. isa = PBXSourcesBuildPhase;
  303. buildActionMask = 2147483647;
  304. files = (
  305. 8D15AC310486D014006FF6A4 /* MyDocument.mm in Sources */,
  306. 8D15AC320486D014006FF6A4 /* main.m in Sources */,
  307. 775BDEF1067A8BF0009058FE /* MyDocument.xcdatamodel in Sources */,
  308. 1B0E9A951279EDCD003108E7 /* ModelLoaderHelperClasses.mm in Sources */,
  309. );
  310. runOnlyForDeploymentPostprocessing = 0;
  311. };
  312. /* End PBXSourcesBuildPhase section */
  313. /* Begin PBXVariantGroup section */
  314. 089C165FFE840EACC02AAC07 /* InfoPlist.strings */ = {
  315. isa = PBXVariantGroup;
  316. children = (
  317. 089C1660FE840EACC02AAC07 /* English */,
  318. );
  319. name = InfoPlist.strings;
  320. sourceTree = "<group>";
  321. };
  322. 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */ = {
  323. isa = PBXVariantGroup;
  324. children = (
  325. 2A37F4BAFDCFA73011CA2CEA /* English */,
  326. );
  327. name = Credits.rtf;
  328. sourceTree = "<group>";
  329. };
  330. 2F7446A70DB6BCF400F9684A /* MainMenu.xib */ = {
  331. isa = PBXVariantGroup;
  332. children = (
  333. 2F7446A80DB6BCF400F9684A /* English */,
  334. );
  335. name = MainMenu.xib;
  336. sourceTree = "<group>";
  337. };
  338. 2F7446A90DB6BCF400F9684A /* MyDocument.xib */ = {
  339. isa = PBXVariantGroup;
  340. children = (
  341. 2F7446AA0DB6BCF400F9684A /* English */,
  342. );
  343. name = MyDocument.xib;
  344. sourceTree = "<group>";
  345. };
  346. /* End PBXVariantGroup section */
  347. /* Begin XCBuildConfiguration section */
  348. 26FC0AA60875C8B900E6366F /* Debug */ = {
  349. isa = XCBuildConfiguration;
  350. buildSettings = {
  351. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  352. COPY_PHASE_STRIP = NO;
  353. GCC_DYNAMIC_NO_PIC = NO;
  354. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  355. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  356. GCC_MODEL_TUNING = G5;
  357. GCC_OPTIMIZATION_LEVEL = 0;
  358. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  359. GCC_PREFIX_HEADER = SimpleAssimpViewX_Prefix.pch;
  360. HEADER_SEARCH_PATHS = "\"$(SRCROOT)\"/**";
  361. INFOPLIST_FILE = "SimpleAssimpViewX-Info.plist";
  362. INSTALL_PATH = "$(HOME)/Applications";
  363. LIBRARY_SEARCH_PATHS = (
  364. "$(inherited)",
  365. "\"$(SRCROOT)\"",
  366. );
  367. ONLY_ACTIVE_ARCH = NO;
  368. PRODUCT_NAME = SimpleAssimpViewX;
  369. VALID_ARCHS = "x86_64 i386";
  370. WRAPPER_EXTENSION = app;
  371. };
  372. name = Debug;
  373. };
  374. 26FC0AA70875C8B900E6366F /* Release */ = {
  375. isa = XCBuildConfiguration;
  376. buildSettings = {
  377. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  378. FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)\"";
  379. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  380. GCC_MODEL_TUNING = G5;
  381. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  382. GCC_PREFIX_HEADER = SimpleAssimpViewX_Prefix.pch;
  383. HEADER_SEARCH_PATHS = "\"$(SRCROOT)\"/**";
  384. INFOPLIST_FILE = "SimpleAssimpViewX-Info.plist";
  385. INSTALL_PATH = "$(HOME)/Applications";
  386. LIBRARY_SEARCH_PATHS = (
  387. "$(inherited)",
  388. "\"$(SRCROOT)\"",
  389. );
  390. ONLY_ACTIVE_ARCH = NO;
  391. PRODUCT_NAME = SimpleAssimpViewX;
  392. VALID_ARCHS = "x86_64 i386";
  393. WRAPPER_EXTENSION = app;
  394. };
  395. name = Release;
  396. };
  397. 26FC0AAA0875C8B900E6366F /* Debug */ = {
  398. isa = XCBuildConfiguration;
  399. buildSettings = {
  400. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  401. GCC_C_LANGUAGE_STANDARD = gnu99;
  402. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  403. GCC_WARN_UNUSED_VARIABLE = YES;
  404. ONLY_ACTIVE_ARCH = YES;
  405. PREBINDING = NO;
  406. SDKROOT = macosx10.6;
  407. };
  408. name = Debug;
  409. };
  410. 26FC0AAB0875C8B900E6366F /* Release */ = {
  411. isa = XCBuildConfiguration;
  412. buildSettings = {
  413. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  414. GCC_C_LANGUAGE_STANDARD = gnu99;
  415. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  416. GCC_WARN_UNUSED_VARIABLE = YES;
  417. PREBINDING = NO;
  418. SDKROOT = macosx10.6;
  419. };
  420. name = Release;
  421. };
  422. /* End XCBuildConfiguration section */
  423. /* Begin XCConfigurationList section */
  424. 26FC0AA50875C8B900E6366F /* Build configuration list for PBXNativeTarget "SimpleAssimpViewX" */ = {
  425. isa = XCConfigurationList;
  426. buildConfigurations = (
  427. 26FC0AA60875C8B900E6366F /* Debug */,
  428. 26FC0AA70875C8B900E6366F /* Release */,
  429. );
  430. defaultConfigurationIsVisible = 0;
  431. defaultConfigurationName = Release;
  432. };
  433. 26FC0AA90875C8B900E6366F /* Build configuration list for PBXProject "SimpleAssimpViewX" */ = {
  434. isa = XCConfigurationList;
  435. buildConfigurations = (
  436. 26FC0AAA0875C8B900E6366F /* Debug */,
  437. 26FC0AAB0875C8B900E6366F /* Release */,
  438. );
  439. defaultConfigurationIsVisible = 0;
  440. defaultConfigurationName = Release;
  441. };
  442. /* End XCConfigurationList section */
  443. };
  444. rootObject = 2A37F4A9FDCFA73011CA2CEA /* Project object */;
  445. }