project.pbxproj 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4228A3FF1620A5A300955433 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4228A3FE1620A5A300955433 /* Cocoa.framework */; };
  10. 4228A4011620A5EC00955433 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4228A4001620A5EC00955433 /* SystemConfiguration.framework */; };
  11. 4228A4031620A63F00955433 /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4228A4021620A63F00955433 /* libiconv.dylib */; };
  12. 42475D7C14720ECE00610A6A /* libdom.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 42475D7B14720ECE00610A6A /* libdom.a */; };
  13. 4251B12C152D044B002F6199 /* Curve.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4251B128152D044B002F6199 /* Curve.cpp */; };
  14. 42783423148D6F7500A6E27F /* FBXSceneEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4278341E148D6F7500A6E27F /* FBXSceneEncoder.cpp */; };
  15. 4283905914896E6C00E2B2F5 /* BoundingVolume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4283905714896E6C00E2B2F5 /* BoundingVolume.cpp */; };
  16. 42C8EE0A14724CD700E43619 /* Animation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDB714724CD700E43619 /* Animation.cpp */; };
  17. 42C8EE0B14724CD700E43619 /* AnimationChannel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDB914724CD700E43619 /* AnimationChannel.cpp */; };
  18. 42C8EE0C14724CD700E43619 /* Animations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDBB14724CD700E43619 /* Animations.cpp */; };
  19. 42C8EE0D14724CD700E43619 /* Base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDBD14724CD700E43619 /* Base.cpp */; };
  20. 42C8EE0E14724CD700E43619 /* Camera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDBF14724CD700E43619 /* Camera.cpp */; };
  21. 42C8EE1014724CD700E43619 /* DAEChannelTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDC314724CD700E43619 /* DAEChannelTarget.cpp */; };
  22. 42C8EE1114724CD700E43619 /* DAEOptimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDC514724CD700E43619 /* DAEOptimizer.cpp */; };
  23. 42C8EE1214724CD700E43619 /* DAESceneEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDC714724CD700E43619 /* DAESceneEncoder.cpp */; };
  24. 42C8EE1314724CD700E43619 /* DAEUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDC914724CD700E43619 /* DAEUtil.cpp */; };
  25. 42C8EE1414724CD700E43619 /* Effect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDCB14724CD700E43619 /* Effect.cpp */; };
  26. 42C8EE1514724CD700E43619 /* EncoderArguments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDCD14724CD700E43619 /* EncoderArguments.cpp */; };
  27. 42C8EE1614724CD700E43619 /* FileIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDCF14724CD700E43619 /* FileIO.cpp */; };
  28. 42C8EE1714724CD700E43619 /* Font.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDD114724CD700E43619 /* Font.cpp */; };
  29. 42C8EE1814724CD700E43619 /* Glyph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDD314724CD700E43619 /* Glyph.cpp */; };
  30. 42C8EE1914724CD700E43619 /* GPBDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDD514724CD700E43619 /* GPBDecoder.cpp */; };
  31. 42C8EE1A14724CD700E43619 /* GPBFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDD714724CD700E43619 /* GPBFile.cpp */; };
  32. 42C8EE1B14724CD700E43619 /* Light.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDD914724CD700E43619 /* Light.cpp */; };
  33. 42C8EE1D14724CD700E43619 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDDD14724CD700E43619 /* main.cpp */; };
  34. 42C8EE1E14724CD700E43619 /* Material.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDDE14724CD700E43619 /* Material.cpp */; };
  35. 42C8EE1F14724CD700E43619 /* MaterialParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDE014724CD700E43619 /* MaterialParameter.cpp */; };
  36. 42C8EE2014724CD700E43619 /* Matrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDE214724CD700E43619 /* Matrix.cpp */; };
  37. 42C8EE2114724CD700E43619 /* Mesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDE414724CD700E43619 /* Mesh.cpp */; };
  38. 42C8EE2214724CD700E43619 /* MeshPart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDE614724CD700E43619 /* MeshPart.cpp */; };
  39. 42C8EE2314724CD700E43619 /* MeshSkin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDE814724CD700E43619 /* MeshSkin.cpp */; };
  40. 42C8EE2414724CD700E43619 /* MeshSubSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDEA14724CD700E43619 /* MeshSubSet.cpp */; };
  41. 42C8EE2514724CD700E43619 /* Model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDEC14724CD700E43619 /* Model.cpp */; };
  42. 42C8EE2614724CD700E43619 /* Node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDEE14724CD700E43619 /* Node.cpp */; };
  43. 42C8EE2714724CD700E43619 /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDF014724CD700E43619 /* Object.cpp */; };
  44. 42C8EE2814724CD700E43619 /* Quaternion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDF214724CD700E43619 /* Quaternion.cpp */; };
  45. 42C8EE2914724CD700E43619 /* Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDF414724CD700E43619 /* Reference.cpp */; };
  46. 42C8EE2A14724CD700E43619 /* ReferenceTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDF614724CD700E43619 /* ReferenceTable.cpp */; };
  47. 42C8EE2B14724CD700E43619 /* Scene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDF814724CD700E43619 /* Scene.cpp */; };
  48. 42C8EE2C14724CD700E43619 /* StringUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDFA14724CD700E43619 /* StringUtil.cpp */; };
  49. 42C8EE2D14724CD700E43619 /* Transform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDFC14724CD700E43619 /* Transform.cpp */; };
  50. 42C8EE2E14724CD700E43619 /* TTFFontEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EDFE14724CD700E43619 /* TTFFontEncoder.cpp */; };
  51. 42C8EE2F14724CD700E43619 /* Vector2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EE0014724CD700E43619 /* Vector2.cpp */; };
  52. 42C8EE3014724CD700E43619 /* Vector3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EE0214724CD700E43619 /* Vector3.cpp */; };
  53. 42C8EE3114724CD700E43619 /* Vector4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EE0414724CD700E43619 /* Vector4.cpp */; };
  54. 42C8EE3214724CD700E43619 /* Vertex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EE0614724CD700E43619 /* Vertex.cpp */; };
  55. 42C8EE3314724CD700E43619 /* VertexElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C8EE0814724CD700E43619 /* VertexElement.cpp */; };
  56. 42C8EE351472B60100E43619 /* libfreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 42C8EE341472B60100E43619 /* libfreetype.a */; };
  57. 42C8EE371472D7E700E43619 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 42C8EE361472D7E700E43619 /* libxml2.dylib */; };
  58. 42C8EE391472DAA300E43619 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 42C8EE381472DAA300E43619 /* libz.dylib */; };
  59. 42C8EE3B1472DAAE00E43619 /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 42C8EE3A1472DAAE00E43619 /* libbz2.dylib */; };
  60. 42D277591472EFA700D867A4 /* libpcre.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 42D277571472EFA700D867A4 /* libpcre.a */; };
  61. 42D2775A1472EFA700D867A4 /* libpcrecpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 42D277581472EFA700D867A4 /* libpcrecpp.a */; };
  62. 5BCD0643152CFC3C0071FAB5 /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BCD0642152CFC3C0071FAB5 /* libpng.a */; };
  63. F18DCD0615D554B800DB35DB /* Heightmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F18DCD0315D554B800DB35DB /* Heightmap.cpp */; };
  64. /* End PBXBuildFile section */
  65. /* Begin PBXCopyFilesBuildPhase section */
  66. 42475CE4147208A000610A6A /* CopyFiles */ = {
  67. isa = PBXCopyFilesBuildPhase;
  68. buildActionMask = 2147483647;
  69. dstPath = /usr/share/man/man1/;
  70. dstSubfolderSpec = 0;
  71. files = (
  72. );
  73. runOnlyForDeploymentPostprocessing = 1;
  74. };
  75. /* End PBXCopyFilesBuildPhase section */
  76. /* Begin PBXFileReference section */
  77. 4228A3FE1620A5A300955433 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  78. 4228A4001620A5EC00955433 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  79. 4228A4021620A63F00955433 /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = ../../../../../usr/lib/libiconv.dylib; sourceTree = "<group>"; };
  80. 42475CE6147208A000610A6A /* gameplay-encoder */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "gameplay-encoder"; sourceTree = BUILT_PRODUCTS_DIR; };
  81. 42475D7B14720ECE00610A6A /* libdom.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdom.a; path = "../external-deps/collada-dom/lib/macosx/libdom.a"; sourceTree = "<group>"; };
  82. 4251B128152D044B002F6199 /* Curve.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Curve.cpp; path = src/Curve.cpp; sourceTree = SOURCE_ROOT; };
  83. 4251B129152D044B002F6199 /* Curve.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Curve.h; path = src/Curve.h; sourceTree = SOURCE_ROOT; };
  84. 4251B12A152D044B002F6199 /* Curve.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Curve.inl; path = src/Curve.inl; sourceTree = SOURCE_ROOT; };
  85. 4251B12B152D044B002F6199 /* Quaternion.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Quaternion.inl; path = src/Quaternion.inl; sourceTree = SOURCE_ROOT; };
  86. 4278341E148D6F7500A6E27F /* FBXSceneEncoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FBXSceneEncoder.cpp; path = src/FBXSceneEncoder.cpp; sourceTree = SOURCE_ROOT; };
  87. 4278341F148D6F7500A6E27F /* FBXSceneEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FBXSceneEncoder.h; path = src/FBXSceneEncoder.h; sourceTree = SOURCE_ROOT; };
  88. 42783420148D6F7500A6E27F /* Vector2.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Vector2.inl; path = src/Vector2.inl; sourceTree = SOURCE_ROOT; };
  89. 42783421148D6F7500A6E27F /* Vector3.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Vector3.inl; path = src/Vector3.inl; sourceTree = SOURCE_ROOT; };
  90. 42783422148D6F7500A6E27F /* Vector4.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Vector4.inl; path = src/Vector4.inl; sourceTree = SOURCE_ROOT; };
  91. 4283905714896E6C00E2B2F5 /* BoundingVolume.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BoundingVolume.cpp; path = src/BoundingVolume.cpp; sourceTree = SOURCE_ROOT; };
  92. 4283905814896E6C00E2B2F5 /* BoundingVolume.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BoundingVolume.h; path = src/BoundingVolume.h; sourceTree = SOURCE_ROOT; };
  93. 42C8EDB714724CD700E43619 /* Animation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Animation.cpp; path = src/Animation.cpp; sourceTree = SOURCE_ROOT; };
  94. 42C8EDB814724CD700E43619 /* Animation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Animation.h; path = src/Animation.h; sourceTree = SOURCE_ROOT; };
  95. 42C8EDB914724CD700E43619 /* AnimationChannel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AnimationChannel.cpp; path = src/AnimationChannel.cpp; sourceTree = SOURCE_ROOT; };
  96. 42C8EDBA14724CD700E43619 /* AnimationChannel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AnimationChannel.h; path = src/AnimationChannel.h; sourceTree = SOURCE_ROOT; };
  97. 42C8EDBB14724CD700E43619 /* Animations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Animations.cpp; path = src/Animations.cpp; sourceTree = SOURCE_ROOT; };
  98. 42C8EDBC14724CD700E43619 /* Animations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Animations.h; path = src/Animations.h; sourceTree = SOURCE_ROOT; };
  99. 42C8EDBD14724CD700E43619 /* Base.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Base.cpp; path = src/Base.cpp; sourceTree = SOURCE_ROOT; };
  100. 42C8EDBE14724CD700E43619 /* Base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Base.h; path = src/Base.h; sourceTree = SOURCE_ROOT; };
  101. 42C8EDBF14724CD700E43619 /* Camera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Camera.cpp; path = src/Camera.cpp; sourceTree = SOURCE_ROOT; };
  102. 42C8EDC014724CD700E43619 /* Camera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Camera.h; path = src/Camera.h; sourceTree = SOURCE_ROOT; };
  103. 42C8EDC314724CD700E43619 /* DAEChannelTarget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DAEChannelTarget.cpp; path = src/DAEChannelTarget.cpp; sourceTree = SOURCE_ROOT; };
  104. 42C8EDC414724CD700E43619 /* DAEChannelTarget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DAEChannelTarget.h; path = src/DAEChannelTarget.h; sourceTree = SOURCE_ROOT; };
  105. 42C8EDC514724CD700E43619 /* DAEOptimizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DAEOptimizer.cpp; path = src/DAEOptimizer.cpp; sourceTree = SOURCE_ROOT; };
  106. 42C8EDC614724CD700E43619 /* DAEOptimizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DAEOptimizer.h; path = src/DAEOptimizer.h; sourceTree = SOURCE_ROOT; };
  107. 42C8EDC714724CD700E43619 /* DAESceneEncoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DAESceneEncoder.cpp; path = src/DAESceneEncoder.cpp; sourceTree = SOURCE_ROOT; };
  108. 42C8EDC814724CD700E43619 /* DAESceneEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DAESceneEncoder.h; path = src/DAESceneEncoder.h; sourceTree = SOURCE_ROOT; };
  109. 42C8EDC914724CD700E43619 /* DAEUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DAEUtil.cpp; path = src/DAEUtil.cpp; sourceTree = SOURCE_ROOT; };
  110. 42C8EDCA14724CD700E43619 /* DAEUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DAEUtil.h; path = src/DAEUtil.h; sourceTree = SOURCE_ROOT; };
  111. 42C8EDCB14724CD700E43619 /* Effect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Effect.cpp; path = src/Effect.cpp; sourceTree = SOURCE_ROOT; };
  112. 42C8EDCC14724CD700E43619 /* Effect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Effect.h; path = src/Effect.h; sourceTree = SOURCE_ROOT; };
  113. 42C8EDCD14724CD700E43619 /* EncoderArguments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EncoderArguments.cpp; path = src/EncoderArguments.cpp; sourceTree = SOURCE_ROOT; };
  114. 42C8EDCE14724CD700E43619 /* EncoderArguments.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EncoderArguments.h; path = src/EncoderArguments.h; sourceTree = SOURCE_ROOT; };
  115. 42C8EDCF14724CD700E43619 /* FileIO.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FileIO.cpp; path = src/FileIO.cpp; sourceTree = SOURCE_ROOT; };
  116. 42C8EDD014724CD700E43619 /* FileIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileIO.h; path = src/FileIO.h; sourceTree = SOURCE_ROOT; };
  117. 42C8EDD114724CD700E43619 /* Font.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Font.cpp; path = src/Font.cpp; sourceTree = SOURCE_ROOT; };
  118. 42C8EDD214724CD700E43619 /* Font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Font.h; path = src/Font.h; sourceTree = SOURCE_ROOT; };
  119. 42C8EDD314724CD700E43619 /* Glyph.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Glyph.cpp; path = src/Glyph.cpp; sourceTree = SOURCE_ROOT; };
  120. 42C8EDD414724CD700E43619 /* Glyph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Glyph.h; path = src/Glyph.h; sourceTree = SOURCE_ROOT; };
  121. 42C8EDD514724CD700E43619 /* GPBDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GPBDecoder.cpp; path = src/GPBDecoder.cpp; sourceTree = SOURCE_ROOT; };
  122. 42C8EDD614724CD700E43619 /* GPBDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GPBDecoder.h; path = src/GPBDecoder.h; sourceTree = SOURCE_ROOT; };
  123. 42C8EDD714724CD700E43619 /* GPBFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GPBFile.cpp; path = src/GPBFile.cpp; sourceTree = SOURCE_ROOT; };
  124. 42C8EDD814724CD700E43619 /* GPBFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GPBFile.h; path = src/GPBFile.h; sourceTree = SOURCE_ROOT; };
  125. 42C8EDD914724CD700E43619 /* Light.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Light.cpp; path = src/Light.cpp; sourceTree = SOURCE_ROOT; };
  126. 42C8EDDA14724CD700E43619 /* Light.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Light.h; path = src/Light.h; sourceTree = SOURCE_ROOT; };
  127. 42C8EDDD14724CD700E43619 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; };
  128. 42C8EDDE14724CD700E43619 /* Material.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Material.cpp; path = src/Material.cpp; sourceTree = SOURCE_ROOT; };
  129. 42C8EDDF14724CD700E43619 /* Material.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Material.h; path = src/Material.h; sourceTree = SOURCE_ROOT; };
  130. 42C8EDE014724CD700E43619 /* MaterialParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MaterialParameter.cpp; path = src/MaterialParameter.cpp; sourceTree = SOURCE_ROOT; };
  131. 42C8EDE114724CD700E43619 /* MaterialParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MaterialParameter.h; path = src/MaterialParameter.h; sourceTree = SOURCE_ROOT; };
  132. 42C8EDE214724CD700E43619 /* Matrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Matrix.cpp; path = src/Matrix.cpp; sourceTree = SOURCE_ROOT; };
  133. 42C8EDE314724CD700E43619 /* Matrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Matrix.h; path = src/Matrix.h; sourceTree = SOURCE_ROOT; };
  134. 42C8EDE414724CD700E43619 /* Mesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Mesh.cpp; path = src/Mesh.cpp; sourceTree = SOURCE_ROOT; };
  135. 42C8EDE514724CD700E43619 /* Mesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Mesh.h; path = src/Mesh.h; sourceTree = SOURCE_ROOT; };
  136. 42C8EDE614724CD700E43619 /* MeshPart.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MeshPart.cpp; path = src/MeshPart.cpp; sourceTree = SOURCE_ROOT; };
  137. 42C8EDE714724CD700E43619 /* MeshPart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MeshPart.h; path = src/MeshPart.h; sourceTree = SOURCE_ROOT; };
  138. 42C8EDE814724CD700E43619 /* MeshSkin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MeshSkin.cpp; path = src/MeshSkin.cpp; sourceTree = SOURCE_ROOT; };
  139. 42C8EDE914724CD700E43619 /* MeshSkin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MeshSkin.h; path = src/MeshSkin.h; sourceTree = SOURCE_ROOT; };
  140. 42C8EDEA14724CD700E43619 /* MeshSubSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MeshSubSet.cpp; path = src/MeshSubSet.cpp; sourceTree = SOURCE_ROOT; };
  141. 42C8EDEB14724CD700E43619 /* MeshSubSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MeshSubSet.h; path = src/MeshSubSet.h; sourceTree = SOURCE_ROOT; };
  142. 42C8EDEC14724CD700E43619 /* Model.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Model.cpp; path = src/Model.cpp; sourceTree = SOURCE_ROOT; };
  143. 42C8EDED14724CD700E43619 /* Model.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Model.h; path = src/Model.h; sourceTree = SOURCE_ROOT; };
  144. 42C8EDEE14724CD700E43619 /* Node.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Node.cpp; path = src/Node.cpp; sourceTree = SOURCE_ROOT; };
  145. 42C8EDEF14724CD700E43619 /* Node.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Node.h; path = src/Node.h; sourceTree = SOURCE_ROOT; };
  146. 42C8EDF014724CD700E43619 /* Object.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Object.cpp; path = src/Object.cpp; sourceTree = SOURCE_ROOT; };
  147. 42C8EDF114724CD700E43619 /* Object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Object.h; path = src/Object.h; sourceTree = SOURCE_ROOT; };
  148. 42C8EDF214724CD700E43619 /* Quaternion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Quaternion.cpp; path = src/Quaternion.cpp; sourceTree = SOURCE_ROOT; };
  149. 42C8EDF314724CD700E43619 /* Quaternion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Quaternion.h; path = src/Quaternion.h; sourceTree = SOURCE_ROOT; };
  150. 42C8EDF414724CD700E43619 /* Reference.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Reference.cpp; path = src/Reference.cpp; sourceTree = SOURCE_ROOT; };
  151. 42C8EDF514724CD700E43619 /* Reference.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Reference.h; path = src/Reference.h; sourceTree = SOURCE_ROOT; };
  152. 42C8EDF614724CD700E43619 /* ReferenceTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ReferenceTable.cpp; path = src/ReferenceTable.cpp; sourceTree = SOURCE_ROOT; };
  153. 42C8EDF714724CD700E43619 /* ReferenceTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ReferenceTable.h; path = src/ReferenceTable.h; sourceTree = SOURCE_ROOT; };
  154. 42C8EDF814724CD700E43619 /* Scene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Scene.cpp; path = src/Scene.cpp; sourceTree = SOURCE_ROOT; };
  155. 42C8EDF914724CD700E43619 /* Scene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Scene.h; path = src/Scene.h; sourceTree = SOURCE_ROOT; };
  156. 42C8EDFA14724CD700E43619 /* StringUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StringUtil.cpp; path = src/StringUtil.cpp; sourceTree = SOURCE_ROOT; };
  157. 42C8EDFB14724CD700E43619 /* StringUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StringUtil.h; path = src/StringUtil.h; sourceTree = SOURCE_ROOT; };
  158. 42C8EDFC14724CD700E43619 /* Transform.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Transform.cpp; path = src/Transform.cpp; sourceTree = SOURCE_ROOT; };
  159. 42C8EDFD14724CD700E43619 /* Transform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Transform.h; path = src/Transform.h; sourceTree = SOURCE_ROOT; };
  160. 42C8EDFE14724CD700E43619 /* TTFFontEncoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TTFFontEncoder.cpp; path = src/TTFFontEncoder.cpp; sourceTree = SOURCE_ROOT; };
  161. 42C8EDFF14724CD700E43619 /* TTFFontEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TTFFontEncoder.h; path = src/TTFFontEncoder.h; sourceTree = SOURCE_ROOT; };
  162. 42C8EE0014724CD700E43619 /* Vector2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Vector2.cpp; path = src/Vector2.cpp; sourceTree = SOURCE_ROOT; };
  163. 42C8EE0114724CD700E43619 /* Vector2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Vector2.h; path = src/Vector2.h; sourceTree = SOURCE_ROOT; };
  164. 42C8EE0214724CD700E43619 /* Vector3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Vector3.cpp; path = src/Vector3.cpp; sourceTree = SOURCE_ROOT; };
  165. 42C8EE0314724CD700E43619 /* Vector3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Vector3.h; path = src/Vector3.h; sourceTree = SOURCE_ROOT; };
  166. 42C8EE0414724CD700E43619 /* Vector4.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Vector4.cpp; path = src/Vector4.cpp; sourceTree = SOURCE_ROOT; };
  167. 42C8EE0514724CD700E43619 /* Vector4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Vector4.h; path = src/Vector4.h; sourceTree = SOURCE_ROOT; };
  168. 42C8EE0614724CD700E43619 /* Vertex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Vertex.cpp; path = src/Vertex.cpp; sourceTree = SOURCE_ROOT; };
  169. 42C8EE0714724CD700E43619 /* Vertex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Vertex.h; path = src/Vertex.h; sourceTree = SOURCE_ROOT; };
  170. 42C8EE0814724CD700E43619 /* VertexElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VertexElement.cpp; path = src/VertexElement.cpp; sourceTree = SOURCE_ROOT; };
  171. 42C8EE0914724CD700E43619 /* VertexElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VertexElement.h; path = src/VertexElement.h; sourceTree = SOURCE_ROOT; };
  172. 42C8EE341472B60100E43619 /* libfreetype.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfreetype.a; path = "../external-deps/freetype2/lib/macosx/libfreetype.a"; sourceTree = "<group>"; };
  173. 42C8EE361472D7E700E43619 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
  174. 42C8EE381472DAA300E43619 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  175. 42C8EE3A1472DAAE00E43619 /* libbz2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbz2.dylib; path = usr/lib/libbz2.dylib; sourceTree = SDKROOT; };
  176. 42D277571472EFA700D867A4 /* libpcre.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpcre.a; path = "../external-deps/pcre/lib/macosx/libpcre.a"; sourceTree = "<group>"; };
  177. 42D277581472EFA700D867A4 /* libpcrecpp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpcrecpp.a; path = "../external-deps/pcre/lib/macosx/libpcrecpp.a"; sourceTree = "<group>"; };
  178. 5BCD0642152CFC3C0071FAB5 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../external-deps/libpng/lib/macosx/libpng.a"; sourceTree = "<group>"; };
  179. F18DCD0315D554B800DB35DB /* Heightmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Heightmap.cpp; path = src/Heightmap.cpp; sourceTree = SOURCE_ROOT; };
  180. F18DCD0415D554B800DB35DB /* Heightmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Heightmap.h; path = src/Heightmap.h; sourceTree = SOURCE_ROOT; };
  181. F18DCD0515D554B800DB35DB /* Thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Thread.h; path = src/Thread.h; sourceTree = SOURCE_ROOT; };
  182. /* End PBXFileReference section */
  183. /* Begin PBXFrameworksBuildPhase section */
  184. 42475CE3147208A000610A6A /* Frameworks */ = {
  185. isa = PBXFrameworksBuildPhase;
  186. buildActionMask = 2147483647;
  187. files = (
  188. 42D277591472EFA700D867A4 /* libpcre.a in Frameworks */,
  189. 42D2775A1472EFA700D867A4 /* libpcrecpp.a in Frameworks */,
  190. 42C8EE351472B60100E43619 /* libfreetype.a in Frameworks */,
  191. 42475D7C14720ECE00610A6A /* libdom.a in Frameworks */,
  192. 42C8EE3B1472DAAE00E43619 /* libbz2.dylib in Frameworks */,
  193. 42C8EE391472DAA300E43619 /* libz.dylib in Frameworks */,
  194. 42C8EE371472D7E700E43619 /* libxml2.dylib in Frameworks */,
  195. 5BCD0643152CFC3C0071FAB5 /* libpng.a in Frameworks */,
  196. 4228A3FF1620A5A300955433 /* Cocoa.framework in Frameworks */,
  197. 4228A4011620A5EC00955433 /* SystemConfiguration.framework in Frameworks */,
  198. 4228A4031620A63F00955433 /* libiconv.dylib in Frameworks */,
  199. );
  200. runOnlyForDeploymentPostprocessing = 0;
  201. };
  202. /* End PBXFrameworksBuildPhase section */
  203. /* Begin PBXGroup section */
  204. 4228A3FD1620A58000955433 /* Frameworks */ = {
  205. isa = PBXGroup;
  206. children = (
  207. 4228A4001620A5EC00955433 /* SystemConfiguration.framework */,
  208. 4228A3FE1620A5A300955433 /* Cocoa.framework */,
  209. );
  210. name = Frameworks;
  211. sourceTree = "<group>";
  212. };
  213. 42475CDB147208A000610A6A = {
  214. isa = PBXGroup;
  215. children = (
  216. 42475CE9147208A000610A6A /* src */,
  217. 427D4F44147DC9080076760E /* Libraries */,
  218. 4228A3FD1620A58000955433 /* Frameworks */,
  219. 42475CE7147208A000610A6A /* Products */,
  220. );
  221. sourceTree = "<group>";
  222. };
  223. 42475CE7147208A000610A6A /* Products */ = {
  224. isa = PBXGroup;
  225. children = (
  226. 42475CE6147208A000610A6A /* gameplay-encoder */,
  227. );
  228. name = Products;
  229. sourceTree = "<group>";
  230. };
  231. 42475CE9147208A000610A6A /* src */ = {
  232. isa = PBXGroup;
  233. children = (
  234. F18DCD0315D554B800DB35DB /* Heightmap.cpp */,
  235. F18DCD0415D554B800DB35DB /* Heightmap.h */,
  236. F18DCD0515D554B800DB35DB /* Thread.h */,
  237. 42C8EDB714724CD700E43619 /* Animation.cpp */,
  238. 42C8EDB814724CD700E43619 /* Animation.h */,
  239. 42C8EDB914724CD700E43619 /* AnimationChannel.cpp */,
  240. 42C8EDBA14724CD700E43619 /* AnimationChannel.h */,
  241. 42C8EDBB14724CD700E43619 /* Animations.cpp */,
  242. 42C8EDBC14724CD700E43619 /* Animations.h */,
  243. 42C8EDBD14724CD700E43619 /* Base.cpp */,
  244. 42C8EDBE14724CD700E43619 /* Base.h */,
  245. 4283905714896E6C00E2B2F5 /* BoundingVolume.cpp */,
  246. 4283905814896E6C00E2B2F5 /* BoundingVolume.h */,
  247. 42C8EDBF14724CD700E43619 /* Camera.cpp */,
  248. 42C8EDC014724CD700E43619 /* Camera.h */,
  249. 4251B128152D044B002F6199 /* Curve.cpp */,
  250. 4251B129152D044B002F6199 /* Curve.h */,
  251. 4251B12A152D044B002F6199 /* Curve.inl */,
  252. 42C8EDC314724CD700E43619 /* DAEChannelTarget.cpp */,
  253. 42C8EDC414724CD700E43619 /* DAEChannelTarget.h */,
  254. 42C8EDC514724CD700E43619 /* DAEOptimizer.cpp */,
  255. 42C8EDC614724CD700E43619 /* DAEOptimizer.h */,
  256. 42C8EDC714724CD700E43619 /* DAESceneEncoder.cpp */,
  257. 42C8EDC814724CD700E43619 /* DAESceneEncoder.h */,
  258. 42C8EDC914724CD700E43619 /* DAEUtil.cpp */,
  259. 42C8EDCA14724CD700E43619 /* DAEUtil.h */,
  260. 42C8EDCB14724CD700E43619 /* Effect.cpp */,
  261. 42C8EDCC14724CD700E43619 /* Effect.h */,
  262. 42C8EDCD14724CD700E43619 /* EncoderArguments.cpp */,
  263. 42C8EDCE14724CD700E43619 /* EncoderArguments.h */,
  264. 4278341E148D6F7500A6E27F /* FBXSceneEncoder.cpp */,
  265. 4278341F148D6F7500A6E27F /* FBXSceneEncoder.h */,
  266. 42C8EDCF14724CD700E43619 /* FileIO.cpp */,
  267. 42C8EDD014724CD700E43619 /* FileIO.h */,
  268. 42C8EDD114724CD700E43619 /* Font.cpp */,
  269. 42C8EDD214724CD700E43619 /* Font.h */,
  270. 42C8EDD314724CD700E43619 /* Glyph.cpp */,
  271. 42C8EDD414724CD700E43619 /* Glyph.h */,
  272. 42C8EDD514724CD700E43619 /* GPBDecoder.cpp */,
  273. 42C8EDD614724CD700E43619 /* GPBDecoder.h */,
  274. 42C8EDD714724CD700E43619 /* GPBFile.cpp */,
  275. 42C8EDD814724CD700E43619 /* GPBFile.h */,
  276. 42C8EDD914724CD700E43619 /* Light.cpp */,
  277. 42C8EDDA14724CD700E43619 /* Light.h */,
  278. 42C8EDDD14724CD700E43619 /* main.cpp */,
  279. 42C8EDDE14724CD700E43619 /* Material.cpp */,
  280. 42C8EDDF14724CD700E43619 /* Material.h */,
  281. 42C8EDE014724CD700E43619 /* MaterialParameter.cpp */,
  282. 42C8EDE114724CD700E43619 /* MaterialParameter.h */,
  283. 42C8EDE214724CD700E43619 /* Matrix.cpp */,
  284. 42C8EDE314724CD700E43619 /* Matrix.h */,
  285. 42C8EDE414724CD700E43619 /* Mesh.cpp */,
  286. 42C8EDE514724CD700E43619 /* Mesh.h */,
  287. 42C8EDE614724CD700E43619 /* MeshPart.cpp */,
  288. 42C8EDE714724CD700E43619 /* MeshPart.h */,
  289. 42C8EDE814724CD700E43619 /* MeshSkin.cpp */,
  290. 42C8EDE914724CD700E43619 /* MeshSkin.h */,
  291. 42C8EDEA14724CD700E43619 /* MeshSubSet.cpp */,
  292. 42C8EDEB14724CD700E43619 /* MeshSubSet.h */,
  293. 42C8EDEC14724CD700E43619 /* Model.cpp */,
  294. 42C8EDED14724CD700E43619 /* Model.h */,
  295. 42C8EDEE14724CD700E43619 /* Node.cpp */,
  296. 42C8EDEF14724CD700E43619 /* Node.h */,
  297. 42C8EDF014724CD700E43619 /* Object.cpp */,
  298. 42C8EDF114724CD700E43619 /* Object.h */,
  299. 42C8EDF214724CD700E43619 /* Quaternion.cpp */,
  300. 42C8EDF314724CD700E43619 /* Quaternion.h */,
  301. 4251B12B152D044B002F6199 /* Quaternion.inl */,
  302. 42C8EDF414724CD700E43619 /* Reference.cpp */,
  303. 42C8EDF514724CD700E43619 /* Reference.h */,
  304. 42C8EDF614724CD700E43619 /* ReferenceTable.cpp */,
  305. 42C8EDF714724CD700E43619 /* ReferenceTable.h */,
  306. 42C8EDF814724CD700E43619 /* Scene.cpp */,
  307. 42C8EDF914724CD700E43619 /* Scene.h */,
  308. 42C8EDFA14724CD700E43619 /* StringUtil.cpp */,
  309. 42C8EDFB14724CD700E43619 /* StringUtil.h */,
  310. 42C8EDFC14724CD700E43619 /* Transform.cpp */,
  311. 42C8EDFD14724CD700E43619 /* Transform.h */,
  312. 42C8EDFE14724CD700E43619 /* TTFFontEncoder.cpp */,
  313. 42C8EDFF14724CD700E43619 /* TTFFontEncoder.h */,
  314. 42C8EE0014724CD700E43619 /* Vector2.cpp */,
  315. 42C8EE0114724CD700E43619 /* Vector2.h */,
  316. 42783420148D6F7500A6E27F /* Vector2.inl */,
  317. 42C8EE0214724CD700E43619 /* Vector3.cpp */,
  318. 42C8EE0314724CD700E43619 /* Vector3.h */,
  319. 42783421148D6F7500A6E27F /* Vector3.inl */,
  320. 42C8EE0414724CD700E43619 /* Vector4.cpp */,
  321. 42C8EE0514724CD700E43619 /* Vector4.h */,
  322. 42783422148D6F7500A6E27F /* Vector4.inl */,
  323. 42C8EE0614724CD700E43619 /* Vertex.cpp */,
  324. 42C8EE0714724CD700E43619 /* Vertex.h */,
  325. 42C8EE0814724CD700E43619 /* VertexElement.cpp */,
  326. 42C8EE0914724CD700E43619 /* VertexElement.h */,
  327. );
  328. name = src;
  329. path = "gameplay-encoder";
  330. sourceTree = "<group>";
  331. };
  332. 427D4F44147DC9080076760E /* Libraries */ = {
  333. isa = PBXGroup;
  334. children = (
  335. 5BCD0642152CFC3C0071FAB5 /* libpng.a */,
  336. 42D277571472EFA700D867A4 /* libpcre.a */,
  337. 42D277581472EFA700D867A4 /* libpcrecpp.a */,
  338. 42C8EE3A1472DAAE00E43619 /* libbz2.dylib */,
  339. 42C8EE381472DAA300E43619 /* libz.dylib */,
  340. 42C8EE361472D7E700E43619 /* libxml2.dylib */,
  341. 42C8EE341472B60100E43619 /* libfreetype.a */,
  342. 42475D7B14720ECE00610A6A /* libdom.a */,
  343. 4228A4021620A63F00955433 /* libiconv.dylib */,
  344. );
  345. name = Libraries;
  346. sourceTree = "<group>";
  347. };
  348. /* End PBXGroup section */
  349. /* Begin PBXNativeTarget section */
  350. 42475CE5147208A000610A6A /* gameplay-encoder */ = {
  351. isa = PBXNativeTarget;
  352. buildConfigurationList = 42475CF0147208A100610A6A /* Build configuration list for PBXNativeTarget "gameplay-encoder" */;
  353. buildPhases = (
  354. 42475CE2147208A000610A6A /* Sources */,
  355. 42475CE3147208A000610A6A /* Frameworks */,
  356. 42475CE4147208A000610A6A /* CopyFiles */,
  357. );
  358. buildRules = (
  359. );
  360. dependencies = (
  361. );
  362. name = "gameplay-encoder";
  363. productName = "gameplay-encoder";
  364. productReference = 42475CE6147208A000610A6A /* gameplay-encoder */;
  365. productType = "com.apple.product-type.tool";
  366. };
  367. /* End PBXNativeTarget section */
  368. /* Begin PBXProject section */
  369. 42475CDD147208A000610A6A /* Project object */ = {
  370. isa = PBXProject;
  371. attributes = {
  372. LastUpgradeCheck = 0430;
  373. };
  374. buildConfigurationList = 42475CE0147208A000610A6A /* Build configuration list for PBXProject "gameplay-encoder" */;
  375. compatibilityVersion = "Xcode 3.2";
  376. developmentRegion = English;
  377. hasScannedForEncodings = 0;
  378. knownRegions = (
  379. en,
  380. );
  381. mainGroup = 42475CDB147208A000610A6A;
  382. productRefGroup = 42475CE7147208A000610A6A /* Products */;
  383. projectDirPath = "";
  384. projectRoot = "";
  385. targets = (
  386. 42475CE5147208A000610A6A /* gameplay-encoder */,
  387. );
  388. };
  389. /* End PBXProject section */
  390. /* Begin PBXSourcesBuildPhase section */
  391. 42475CE2147208A000610A6A /* Sources */ = {
  392. isa = PBXSourcesBuildPhase;
  393. buildActionMask = 2147483647;
  394. files = (
  395. 42C8EE0A14724CD700E43619 /* Animation.cpp in Sources */,
  396. 42C8EE0B14724CD700E43619 /* AnimationChannel.cpp in Sources */,
  397. 42C8EE0C14724CD700E43619 /* Animations.cpp in Sources */,
  398. 42C8EE0D14724CD700E43619 /* Base.cpp in Sources */,
  399. 42C8EE0E14724CD700E43619 /* Camera.cpp in Sources */,
  400. 42C8EE1014724CD700E43619 /* DAEChannelTarget.cpp in Sources */,
  401. 42C8EE1114724CD700E43619 /* DAEOptimizer.cpp in Sources */,
  402. 42C8EE1214724CD700E43619 /* DAESceneEncoder.cpp in Sources */,
  403. 42C8EE1314724CD700E43619 /* DAEUtil.cpp in Sources */,
  404. 42C8EE1414724CD700E43619 /* Effect.cpp in Sources */,
  405. 42C8EE1514724CD700E43619 /* EncoderArguments.cpp in Sources */,
  406. 42C8EE1614724CD700E43619 /* FileIO.cpp in Sources */,
  407. 42C8EE1714724CD700E43619 /* Font.cpp in Sources */,
  408. 42C8EE1814724CD700E43619 /* Glyph.cpp in Sources */,
  409. 42C8EE1914724CD700E43619 /* GPBDecoder.cpp in Sources */,
  410. 42C8EE1A14724CD700E43619 /* GPBFile.cpp in Sources */,
  411. 42C8EE1B14724CD700E43619 /* Light.cpp in Sources */,
  412. 42C8EE1D14724CD700E43619 /* main.cpp in Sources */,
  413. 42C8EE1E14724CD700E43619 /* Material.cpp in Sources */,
  414. 42C8EE1F14724CD700E43619 /* MaterialParameter.cpp in Sources */,
  415. 42C8EE2014724CD700E43619 /* Matrix.cpp in Sources */,
  416. 42C8EE2114724CD700E43619 /* Mesh.cpp in Sources */,
  417. 42C8EE2214724CD700E43619 /* MeshPart.cpp in Sources */,
  418. 42C8EE2314724CD700E43619 /* MeshSkin.cpp in Sources */,
  419. 42C8EE2414724CD700E43619 /* MeshSubSet.cpp in Sources */,
  420. 42C8EE2514724CD700E43619 /* Model.cpp in Sources */,
  421. 42C8EE2614724CD700E43619 /* Node.cpp in Sources */,
  422. 42C8EE2714724CD700E43619 /* Object.cpp in Sources */,
  423. 42C8EE2814724CD700E43619 /* Quaternion.cpp in Sources */,
  424. 42C8EE2914724CD700E43619 /* Reference.cpp in Sources */,
  425. 42C8EE2A14724CD700E43619 /* ReferenceTable.cpp in Sources */,
  426. 42C8EE2B14724CD700E43619 /* Scene.cpp in Sources */,
  427. 42C8EE2C14724CD700E43619 /* StringUtil.cpp in Sources */,
  428. 42C8EE2D14724CD700E43619 /* Transform.cpp in Sources */,
  429. 42C8EE2E14724CD700E43619 /* TTFFontEncoder.cpp in Sources */,
  430. 42C8EE2F14724CD700E43619 /* Vector2.cpp in Sources */,
  431. 42C8EE3014724CD700E43619 /* Vector3.cpp in Sources */,
  432. 42C8EE3114724CD700E43619 /* Vector4.cpp in Sources */,
  433. 42C8EE3214724CD700E43619 /* Vertex.cpp in Sources */,
  434. 42C8EE3314724CD700E43619 /* VertexElement.cpp in Sources */,
  435. 4283905914896E6C00E2B2F5 /* BoundingVolume.cpp in Sources */,
  436. 42783423148D6F7500A6E27F /* FBXSceneEncoder.cpp in Sources */,
  437. 4251B12C152D044B002F6199 /* Curve.cpp in Sources */,
  438. F18DCD0615D554B800DB35DB /* Heightmap.cpp in Sources */,
  439. );
  440. runOnlyForDeploymentPostprocessing = 0;
  441. };
  442. /* End PBXSourcesBuildPhase section */
  443. /* Begin XCBuildConfiguration section */
  444. 42475CEE147208A100610A6A /* Debug */ = {
  445. isa = XCBuildConfiguration;
  446. buildSettings = {
  447. ALWAYS_SEARCH_USER_PATHS = NO;
  448. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  449. COPY_PHASE_STRIP = NO;
  450. GCC_C_LANGUAGE_STANDARD = gnu99;
  451. GCC_DYNAMIC_NO_PIC = NO;
  452. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  453. GCC_OPTIMIZATION_LEVEL = 0;
  454. GCC_PREPROCESSOR_DEFINITIONS = (
  455. DOM_INCLUDE_LIBXML,
  456. NO_BOOST,
  457. NO_ZAE,
  458. "DEBUG=1",
  459. );
  460. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  461. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  462. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  463. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  464. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  465. GCC_WARN_UNUSED_VARIABLE = YES;
  466. HEADER_SEARCH_PATHS = (
  467. "../external-deps/freetype/include",
  468. "../external-deps/collada-dom/include",
  469. "../external-deps/collada-dom/include/1.4",
  470. "../external-deps/libpng/include",
  471. );
  472. INFOPLIST_PREPROCESSOR_DEFINITIONS = "";
  473. MACOSX_DEPLOYMENT_TARGET = 10.7;
  474. ONLY_ACTIVE_ARCH = YES;
  475. OTHER_TEST_FLAGS = "";
  476. PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
  477. SDKROOT = macosx;
  478. USER_HEADER_SEARCH_PATHS = "../external-deps/freetype/include ../external-deps/collada-dom/include ../external-deps/collada-dom/include/1.4 ./external-deps/libpng/include";
  479. WARNING_CFLAGS = "";
  480. };
  481. name = Debug;
  482. };
  483. 42475CEF147208A100610A6A /* Release */ = {
  484. isa = XCBuildConfiguration;
  485. buildSettings = {
  486. ALWAYS_SEARCH_USER_PATHS = NO;
  487. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  488. COPY_PHASE_STRIP = YES;
  489. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  490. GCC_C_LANGUAGE_STANDARD = gnu99;
  491. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  492. GCC_PREPROCESSOR_DEFINITIONS = (
  493. DOM_INCLUDE_LIBXML,
  494. NO_BOOST,
  495. NO_ZAE,
  496. );
  497. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  498. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  499. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  500. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  501. GCC_WARN_UNUSED_VARIABLE = YES;
  502. HEADER_SEARCH_PATHS = (
  503. "../external-deps/freetype/include",
  504. "../external-deps/collada-dom/include",
  505. "../external-deps/collada-dom/include/1.4",
  506. "../external-deps/libpng/include",
  507. );
  508. INFOPLIST_PREPROCESSOR_DEFINITIONS = "";
  509. MACOSX_DEPLOYMENT_TARGET = 10.7;
  510. OTHER_TEST_FLAGS = "";
  511. PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
  512. SDKROOT = macosx;
  513. USER_HEADER_SEARCH_PATHS = "../external-deps/freetype/include ../external-deps/collada-dom/include ../external-deps/collada-dom/include/1.4 ./external-deps/libpng/include";
  514. WARNING_CFLAGS = "";
  515. };
  516. name = Release;
  517. };
  518. 42475CF1147208A100610A6A /* Debug */ = {
  519. isa = XCBuildConfiguration;
  520. buildSettings = {
  521. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  522. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  523. CLANG_CXX_LIBRARY = "compiler-default";
  524. GCC_C_LANGUAGE_STANDARD = "compiler-default";
  525. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  526. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  527. GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
  528. GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
  529. GCC_WARN_UNUSED_VARIABLE = NO;
  530. HEADER_SEARCH_PATHS = (
  531. "../external-deps/freetype2/include",
  532. "../external-deps/collada-dom/include",
  533. "../external-deps/collada-dom/include/1.4",
  534. "../external-deps/libpng/include",
  535. );
  536. LIBRARY_SEARCH_PATHS = (
  537. "$(inherited)",
  538. "\"$(SRCROOT)/../external-deps/freetype2/lib/macosx\"",
  539. "\"$(SRCROOT)/../external-deps/collada-dom/lib/macosx\"",
  540. "\"$(SRCROOT)/../external-deps/pcre/lib/macosx\"",
  541. "\"$(SRCROOT)/../external-deps/libpng/lib/macosx\"",
  542. "\"$(SRCROOT)\"",
  543. );
  544. MACH_O_TYPE = mh_execute;
  545. PRODUCT_NAME = "$(TARGET_NAME)";
  546. USER_HEADER_SEARCH_PATHS = "../external-deps/freetype2/include ../external-deps/collada-dom/include ../external-deps/collada-dom/include/1.4 ../external-deps/libpng/include";
  547. };
  548. name = Debug;
  549. };
  550. 42475CF2147208A100610A6A /* Release */ = {
  551. isa = XCBuildConfiguration;
  552. buildSettings = {
  553. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  554. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  555. CLANG_CXX_LIBRARY = "compiler-default";
  556. GCC_C_LANGUAGE_STANDARD = "compiler-default";
  557. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  558. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  559. GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
  560. GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
  561. GCC_WARN_UNUSED_VARIABLE = NO;
  562. HEADER_SEARCH_PATHS = (
  563. "../external-deps/freetype2/include",
  564. "../external-deps/collada-dom/include",
  565. "../external-deps/collada-dom/include/1.4",
  566. "../external-deps/libpng/include",
  567. );
  568. LIBRARY_SEARCH_PATHS = (
  569. "$(inherited)",
  570. "\"$(SRCROOT)/../external-deps/freetype2/lib/macosx\"",
  571. "\"$(SRCROOT)/../external-deps/collada-dom/lib/macosx\"",
  572. "\"$(SRCROOT)/../external-deps/pcre/lib/macosx\"",
  573. "\"$(SRCROOT)/../external-deps/libpng/lib/macosx\"",
  574. "\"$(SRCROOT)\"",
  575. );
  576. MACH_O_TYPE = mh_execute;
  577. PRODUCT_NAME = "$(TARGET_NAME)";
  578. USER_HEADER_SEARCH_PATHS = "../external-deps/freetype2/include ../external-deps/collada-dom/include ../external-deps/collada-dom/include/1.4 ../external-deps/libpng/include";
  579. };
  580. name = Release;
  581. };
  582. /* End XCBuildConfiguration section */
  583. /* Begin XCConfigurationList section */
  584. 42475CE0147208A000610A6A /* Build configuration list for PBXProject "gameplay-encoder" */ = {
  585. isa = XCConfigurationList;
  586. buildConfigurations = (
  587. 42475CEE147208A100610A6A /* Debug */,
  588. 42475CEF147208A100610A6A /* Release */,
  589. );
  590. defaultConfigurationIsVisible = 0;
  591. defaultConfigurationName = Release;
  592. };
  593. 42475CF0147208A100610A6A /* Build configuration list for PBXNativeTarget "gameplay-encoder" */ = {
  594. isa = XCConfigurationList;
  595. buildConfigurations = (
  596. 42475CF1147208A100610A6A /* Debug */,
  597. 42475CF2147208A100610A6A /* Release */,
  598. );
  599. defaultConfigurationIsVisible = 0;
  600. defaultConfigurationName = Release;
  601. };
  602. /* End XCConfigurationList section */
  603. };
  604. rootObject = 42475CDD147208A000610A6A /* Project object */;
  605. }