|
@@ -9,11 +9,6 @@
|
|
|
/* 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 */; };
|
|
@@ -25,6 +20,13 @@
|
|
|
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 = (); }; };
|
|
|
+ C75BB4F617EE0B64004F0260 /* color4.inl in Resources */ = {isa = PBXBuildFile; fileRef = C75BB4F117EE0B64004F0260 /* color4.inl */; };
|
|
|
+ C75BB4F717EE0B64004F0260 /* quaternion.inl in Resources */ = {isa = PBXBuildFile; fileRef = C75BB4F517EE0B64004F0260 /* quaternion.inl */; };
|
|
|
+ C75BB51417EE0B75004F0260 /* material.inl in Resources */ = {isa = PBXBuildFile; fileRef = C75BB50317EE0B75004F0260 /* material.inl */; };
|
|
|
+ C75BB51517EE0B75004F0260 /* matrix3x3.inl in Resources */ = {isa = PBXBuildFile; fileRef = C75BB50517EE0B75004F0260 /* matrix3x3.inl */; };
|
|
|
+ C75BB51617EE0B75004F0260 /* matrix4x4.inl in Resources */ = {isa = PBXBuildFile; fileRef = C75BB50717EE0B75004F0260 /* matrix4x4.inl */; };
|
|
|
+ C75BB51717EE0B75004F0260 /* vector2.inl in Resources */ = {isa = PBXBuildFile; fileRef = C75BB51017EE0B75004F0260 /* vector2.inl */; };
|
|
|
+ C75BB51817EE0B75004F0260 /* vector3.inl in Resources */ = {isa = PBXBuildFile; fileRef = C75BB51217EE0B75004F0260 /* vector3.inl */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
@@ -33,40 +35,6 @@
|
|
|
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; };
|
|
@@ -85,6 +53,46 @@
|
|
|
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; };
|
|
|
+ C75BB4EA17EE0B64004F0260 /* ai_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ai_assert.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4EB17EE0B64004F0260 /* anim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = anim.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4EC17EE0B64004F0260 /* camera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = camera.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4ED17EE0B64004F0260 /* cexport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cexport.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4EE17EE0B64004F0260 /* cfileio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileio.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4EF17EE0B64004F0260 /* cimport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cimport.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4F017EE0B64004F0260 /* color4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = color4.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4F117EE0B64004F0260 /* color4.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = color4.inl; sourceTree = "<group>"; };
|
|
|
+ C75BB4F217EE0B64004F0260 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4F317EE0B64004F0260 /* metadata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = metadata.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4F417EE0B64004F0260 /* NullLogger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = NullLogger.hpp; sourceTree = "<group>"; };
|
|
|
+ C75BB4F517EE0B64004F0260 /* quaternion.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = quaternion.inl; sourceTree = "<group>"; };
|
|
|
+ C75BB4F817EE0B75004F0260 /* DefaultLogger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = DefaultLogger.hpp; sourceTree = "<group>"; };
|
|
|
+ C75BB4F917EE0B75004F0260 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = defs.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4FA17EE0B75004F0260 /* Exporter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Exporter.hpp; sourceTree = "<group>"; };
|
|
|
+ C75BB4FB17EE0B75004F0260 /* Importer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Importer.hpp; sourceTree = "<group>"; };
|
|
|
+ C75BB4FC17EE0B75004F0260 /* importerdesc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = importerdesc.h; sourceTree = "<group>"; };
|
|
|
+ C75BB4FD17EE0B75004F0260 /* IOStream.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = IOStream.hpp; sourceTree = "<group>"; };
|
|
|
+ C75BB4FE17EE0B75004F0260 /* IOSystem.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = IOSystem.hpp; sourceTree = "<group>"; };
|
|
|
+ C75BB4FF17EE0B75004F0260 /* light.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = light.h; sourceTree = "<group>"; };
|
|
|
+ C75BB50017EE0B75004F0260 /* Logger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Logger.hpp; sourceTree = "<group>"; };
|
|
|
+ C75BB50117EE0B75004F0260 /* LogStream.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = LogStream.hpp; sourceTree = "<group>"; };
|
|
|
+ C75BB50217EE0B75004F0260 /* material.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = material.h; sourceTree = "<group>"; };
|
|
|
+ C75BB50317EE0B75004F0260 /* material.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = material.inl; sourceTree = "<group>"; };
|
|
|
+ C75BB50417EE0B75004F0260 /* matrix3x3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = matrix3x3.h; sourceTree = "<group>"; };
|
|
|
+ C75BB50517EE0B75004F0260 /* matrix3x3.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = matrix3x3.inl; sourceTree = "<group>"; };
|
|
|
+ C75BB50617EE0B75004F0260 /* matrix4x4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = matrix4x4.h; sourceTree = "<group>"; };
|
|
|
+ C75BB50717EE0B75004F0260 /* matrix4x4.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = matrix4x4.inl; sourceTree = "<group>"; };
|
|
|
+ C75BB50817EE0B75004F0260 /* mesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mesh.h; sourceTree = "<group>"; };
|
|
|
+ C75BB50917EE0B75004F0260 /* postprocess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = postprocess.h; sourceTree = "<group>"; };
|
|
|
+ C75BB50A17EE0B75004F0260 /* ProgressHandler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ProgressHandler.hpp; sourceTree = "<group>"; };
|
|
|
+ C75BB50B17EE0B75004F0260 /* quaternion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quaternion.h; sourceTree = "<group>"; };
|
|
|
+ C75BB50C17EE0B75004F0260 /* scene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scene.h; sourceTree = "<group>"; };
|
|
|
+ C75BB50D17EE0B75004F0260 /* texture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = texture.h; sourceTree = "<group>"; };
|
|
|
+ C75BB50E17EE0B75004F0260 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = "<group>"; };
|
|
|
+ C75BB50F17EE0B75004F0260 /* vector2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vector2.h; sourceTree = "<group>"; };
|
|
|
+ C75BB51017EE0B75004F0260 /* vector2.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vector2.inl; sourceTree = "<group>"; };
|
|
|
+ C75BB51117EE0B75004F0260 /* vector3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vector3.h; sourceTree = "<group>"; };
|
|
|
+ C75BB51217EE0B75004F0260 /* vector3.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vector3.inl; sourceTree = "<group>"; };
|
|
|
+ C75BB51317EE0B75004F0260 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -134,40 +142,46 @@
|
|
|
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 */,
|
|
|
+ C75BB4F817EE0B75004F0260 /* DefaultLogger.hpp */,
|
|
|
+ C75BB4F917EE0B75004F0260 /* defs.h */,
|
|
|
+ C75BB4FA17EE0B75004F0260 /* Exporter.hpp */,
|
|
|
+ C75BB4FB17EE0B75004F0260 /* Importer.hpp */,
|
|
|
+ C75BB4FC17EE0B75004F0260 /* importerdesc.h */,
|
|
|
+ C75BB4FD17EE0B75004F0260 /* IOStream.hpp */,
|
|
|
+ C75BB4FE17EE0B75004F0260 /* IOSystem.hpp */,
|
|
|
+ C75BB4FF17EE0B75004F0260 /* light.h */,
|
|
|
+ C75BB50017EE0B75004F0260 /* Logger.hpp */,
|
|
|
+ C75BB50117EE0B75004F0260 /* LogStream.hpp */,
|
|
|
+ C75BB50217EE0B75004F0260 /* material.h */,
|
|
|
+ C75BB50317EE0B75004F0260 /* material.inl */,
|
|
|
+ C75BB50417EE0B75004F0260 /* matrix3x3.h */,
|
|
|
+ C75BB50517EE0B75004F0260 /* matrix3x3.inl */,
|
|
|
+ C75BB50617EE0B75004F0260 /* matrix4x4.h */,
|
|
|
+ C75BB50717EE0B75004F0260 /* matrix4x4.inl */,
|
|
|
+ C75BB50817EE0B75004F0260 /* mesh.h */,
|
|
|
+ C75BB50917EE0B75004F0260 /* postprocess.h */,
|
|
|
+ C75BB50A17EE0B75004F0260 /* ProgressHandler.hpp */,
|
|
|
+ C75BB50B17EE0B75004F0260 /* quaternion.h */,
|
|
|
+ C75BB50C17EE0B75004F0260 /* scene.h */,
|
|
|
+ C75BB50D17EE0B75004F0260 /* texture.h */,
|
|
|
+ C75BB50E17EE0B75004F0260 /* types.h */,
|
|
|
+ C75BB50F17EE0B75004F0260 /* vector2.h */,
|
|
|
+ C75BB51017EE0B75004F0260 /* vector2.inl */,
|
|
|
+ C75BB51117EE0B75004F0260 /* vector3.h */,
|
|
|
+ C75BB51217EE0B75004F0260 /* vector3.inl */,
|
|
|
+ C75BB51317EE0B75004F0260 /* version.h */,
|
|
|
+ C75BB4EA17EE0B64004F0260 /* ai_assert.h */,
|
|
|
+ C75BB4EB17EE0B64004F0260 /* anim.h */,
|
|
|
+ C75BB4EC17EE0B64004F0260 /* camera.h */,
|
|
|
+ C75BB4ED17EE0B64004F0260 /* cexport.h */,
|
|
|
+ C75BB4EE17EE0B64004F0260 /* cfileio.h */,
|
|
|
+ C75BB4EF17EE0B64004F0260 /* cimport.h */,
|
|
|
+ C75BB4F017EE0B64004F0260 /* color4.h */,
|
|
|
+ C75BB4F117EE0B64004F0260 /* color4.inl */,
|
|
|
+ C75BB4F217EE0B64004F0260 /* config.h */,
|
|
|
+ C75BB4F317EE0B64004F0260 /* metadata.h */,
|
|
|
+ C75BB4F417EE0B64004F0260 /* NullLogger.hpp */,
|
|
|
+ C75BB4F517EE0B64004F0260 /* quaternion.inl */,
|
|
|
1B0E9AFC1279F006003108E7 /* Compiler */,
|
|
|
);
|
|
|
path = include;
|
|
@@ -295,11 +309,13 @@
|
|
|
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 */,
|
|
|
+ C75BB4F617EE0B64004F0260 /* color4.inl in Resources */,
|
|
|
+ C75BB4F717EE0B64004F0260 /* quaternion.inl in Resources */,
|
|
|
+ C75BB51417EE0B75004F0260 /* material.inl in Resources */,
|
|
|
+ C75BB51517EE0B75004F0260 /* matrix3x3.inl in Resources */,
|
|
|
+ C75BB51617EE0B75004F0260 /* matrix4x4.inl in Resources */,
|
|
|
+ C75BB51717EE0B75004F0260 /* vector2.inl in Resources */,
|
|
|
+ C75BB51817EE0B75004F0260 /* vector3.inl in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
@@ -413,7 +429,7 @@
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
PREBINDING = NO;
|
|
|
- SDKROOT = macosx10.6;
|
|
|
+ SDKROOT = macosx;
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
@@ -425,7 +441,7 @@
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
PREBINDING = NO;
|
|
|
- SDKROOT = macosx10.6;
|
|
|
+ SDKROOT = macosx;
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|