project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6D1992BD1CD6971200DE01FA /* PolyCollisionScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D1992B81CD6971200DE01FA /* PolyCollisionScene.cpp */; };
  10. 6D1992BE1CD6971200DE01FA /* PolyCollisionSceneEntity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D1992B91CD6971200DE01FA /* PolyCollisionSceneEntity.cpp */; };
  11. 6D1992BF1CD6971200DE01FA /* PolyPhysicsConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D1992BA1CD6971200DE01FA /* PolyPhysicsConstraint.cpp */; };
  12. 6D1992C01CD6971200DE01FA /* PolyPhysicsScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D1992BB1CD6971200DE01FA /* PolyPhysicsScene.cpp */; };
  13. 6D1992C11CD6971200DE01FA /* PolyPhysicsSceneEntity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D1992BC1CD6971200DE01FA /* PolyPhysicsSceneEntity.cpp */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXCopyFilesBuildPhase section */
  16. 6D1992AA1CD6970200DE01FA /* CopyFiles */ = {
  17. isa = PBXCopyFilesBuildPhase;
  18. buildActionMask = 2147483647;
  19. dstPath = "include/$(PRODUCT_NAME)";
  20. dstSubfolderSpec = 16;
  21. files = (
  22. );
  23. runOnlyForDeploymentPostprocessing = 0;
  24. };
  25. /* End PBXCopyFilesBuildPhase section */
  26. /* Begin PBXFileReference section */
  27. 6D1992AC1CD6970200DE01FA /* libPolycode3DPhysics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPolycode3DPhysics.a; sourceTree = BUILT_PRODUCTS_DIR; };
  28. 6D1992B81CD6971200DE01FA /* PolyCollisionScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCollisionScene.cpp; path = ../../../../src/modules/physics3D/PolyCollisionScene.cpp; sourceTree = "<group>"; };
  29. 6D1992B91CD6971200DE01FA /* PolyCollisionSceneEntity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyCollisionSceneEntity.cpp; path = ../../../../src/modules/physics3D/PolyCollisionSceneEntity.cpp; sourceTree = "<group>"; };
  30. 6D1992BA1CD6971200DE01FA /* PolyPhysicsConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyPhysicsConstraint.cpp; path = ../../../../src/modules/physics3D/PolyPhysicsConstraint.cpp; sourceTree = "<group>"; };
  31. 6D1992BB1CD6971200DE01FA /* PolyPhysicsScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyPhysicsScene.cpp; path = ../../../../src/modules/physics3D/PolyPhysicsScene.cpp; sourceTree = "<group>"; };
  32. 6D1992BC1CD6971200DE01FA /* PolyPhysicsSceneEntity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyPhysicsSceneEntity.cpp; path = ../../../../src/modules/physics3D/PolyPhysicsSceneEntity.cpp; sourceTree = "<group>"; };
  33. 6D1992C31CD6974200DE01FA /* Polycode3DPhysics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Polycode3DPhysics.h; path = ../../../include/polycode/modules/physics3D/Polycode3DPhysics.h; sourceTree = "<group>"; };
  34. 6D1992C41CD6974200DE01FA /* PolyCollisionScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCollisionScene.h; path = ../../../include/polycode/modules/physics3D/PolyCollisionScene.h; sourceTree = "<group>"; };
  35. 6D1992C51CD6974200DE01FA /* PolyCollisionSceneEntity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyCollisionSceneEntity.h; path = ../../../include/polycode/modules/physics3D/PolyCollisionSceneEntity.h; sourceTree = "<group>"; };
  36. 6D1992C61CD6974200DE01FA /* PolyPhysicsConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyPhysicsConstraint.h; path = ../../../include/polycode/modules/physics3D/PolyPhysicsConstraint.h; sourceTree = "<group>"; };
  37. 6D1992C71CD6974200DE01FA /* PolyPhysicsScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyPhysicsScene.h; path = ../../../include/polycode/modules/physics3D/PolyPhysicsScene.h; sourceTree = "<group>"; };
  38. 6D1992C81CD6974200DE01FA /* PolyPhysicsSceneEntity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyPhysicsSceneEntity.h; path = ../../../include/polycode/modules/physics3D/PolyPhysicsSceneEntity.h; sourceTree = "<group>"; };
  39. /* End PBXFileReference section */
  40. /* Begin PBXFrameworksBuildPhase section */
  41. 6D1992A91CD6970200DE01FA /* Frameworks */ = {
  42. isa = PBXFrameworksBuildPhase;
  43. buildActionMask = 2147483647;
  44. files = (
  45. );
  46. runOnlyForDeploymentPostprocessing = 0;
  47. };
  48. /* End PBXFrameworksBuildPhase section */
  49. /* Begin PBXGroup section */
  50. 6D1992A31CD6970200DE01FA = {
  51. isa = PBXGroup;
  52. children = (
  53. 6D1992C21CD6973400DE01FA /* include */,
  54. 6D1992AE1CD6970200DE01FA /* src */,
  55. 6D1992AD1CD6970200DE01FA /* Products */,
  56. );
  57. sourceTree = "<group>";
  58. };
  59. 6D1992AD1CD6970200DE01FA /* Products */ = {
  60. isa = PBXGroup;
  61. children = (
  62. 6D1992AC1CD6970200DE01FA /* libPolycode3DPhysics.a */,
  63. );
  64. name = Products;
  65. sourceTree = "<group>";
  66. };
  67. 6D1992AE1CD6970200DE01FA /* src */ = {
  68. isa = PBXGroup;
  69. children = (
  70. 6D1992B81CD6971200DE01FA /* PolyCollisionScene.cpp */,
  71. 6D1992B91CD6971200DE01FA /* PolyCollisionSceneEntity.cpp */,
  72. 6D1992BA1CD6971200DE01FA /* PolyPhysicsConstraint.cpp */,
  73. 6D1992BB1CD6971200DE01FA /* PolyPhysicsScene.cpp */,
  74. 6D1992BC1CD6971200DE01FA /* PolyPhysicsSceneEntity.cpp */,
  75. );
  76. name = src;
  77. path = Polycode3DPhysics;
  78. sourceTree = "<group>";
  79. };
  80. 6D1992C21CD6973400DE01FA /* include */ = {
  81. isa = PBXGroup;
  82. children = (
  83. 6D1992C31CD6974200DE01FA /* Polycode3DPhysics.h */,
  84. 6D1992C41CD6974200DE01FA /* PolyCollisionScene.h */,
  85. 6D1992C51CD6974200DE01FA /* PolyCollisionSceneEntity.h */,
  86. 6D1992C61CD6974200DE01FA /* PolyPhysicsConstraint.h */,
  87. 6D1992C71CD6974200DE01FA /* PolyPhysicsScene.h */,
  88. 6D1992C81CD6974200DE01FA /* PolyPhysicsSceneEntity.h */,
  89. );
  90. name = include;
  91. sourceTree = "<group>";
  92. };
  93. /* End PBXGroup section */
  94. /* Begin PBXNativeTarget section */
  95. 6D1992AB1CD6970200DE01FA /* Polycode3DPhysics */ = {
  96. isa = PBXNativeTarget;
  97. buildConfigurationList = 6D1992B51CD6970200DE01FA /* Build configuration list for PBXNativeTarget "Polycode3DPhysics" */;
  98. buildPhases = (
  99. 6D1992A81CD6970200DE01FA /* Sources */,
  100. 6D1992A91CD6970200DE01FA /* Frameworks */,
  101. 6D1992AA1CD6970200DE01FA /* CopyFiles */,
  102. 6D1992C91CD697C400DE01FA /* ShellScript */,
  103. );
  104. buildRules = (
  105. );
  106. dependencies = (
  107. );
  108. name = Polycode3DPhysics;
  109. productName = Polycode3DPhysics;
  110. productReference = 6D1992AC1CD6970200DE01FA /* libPolycode3DPhysics.a */;
  111. productType = "com.apple.product-type.library.static";
  112. };
  113. /* End PBXNativeTarget section */
  114. /* Begin PBXProject section */
  115. 6D1992A41CD6970200DE01FA /* Project object */ = {
  116. isa = PBXProject;
  117. attributes = {
  118. LastUpgradeCheck = 0720;
  119. ORGANIZATIONNAME = "Ivan Safrin";
  120. TargetAttributes = {
  121. 6D1992AB1CD6970200DE01FA = {
  122. CreatedOnToolsVersion = 7.2;
  123. };
  124. };
  125. };
  126. buildConfigurationList = 6D1992A71CD6970200DE01FA /* Build configuration list for PBXProject "Polycode3DPhysics" */;
  127. compatibilityVersion = "Xcode 3.2";
  128. developmentRegion = English;
  129. hasScannedForEncodings = 0;
  130. knownRegions = (
  131. en,
  132. );
  133. mainGroup = 6D1992A31CD6970200DE01FA;
  134. productRefGroup = 6D1992AD1CD6970200DE01FA /* Products */;
  135. projectDirPath = "";
  136. projectRoot = "";
  137. targets = (
  138. 6D1992AB1CD6970200DE01FA /* Polycode3DPhysics */,
  139. );
  140. };
  141. /* End PBXProject section */
  142. /* Begin PBXShellScriptBuildPhase section */
  143. 6D1992C91CD697C400DE01FA /* ShellScript */ = {
  144. isa = PBXShellScriptBuildPhase;
  145. buildActionMask = 2147483647;
  146. files = (
  147. );
  148. inputPaths = (
  149. );
  150. outputPaths = (
  151. );
  152. runOnlyForDeploymentPostprocessing = 0;
  153. shellPath = /bin/sh;
  154. shellScript = "cp $TARGET_BUILD_DIR//$EXECUTABLE_NAME ../../../lib/ios/${PLATFORM_NAME}";
  155. };
  156. /* End PBXShellScriptBuildPhase section */
  157. /* Begin PBXSourcesBuildPhase section */
  158. 6D1992A81CD6970200DE01FA /* Sources */ = {
  159. isa = PBXSourcesBuildPhase;
  160. buildActionMask = 2147483647;
  161. files = (
  162. 6D1992BD1CD6971200DE01FA /* PolyCollisionScene.cpp in Sources */,
  163. 6D1992C01CD6971200DE01FA /* PolyPhysicsScene.cpp in Sources */,
  164. 6D1992BF1CD6971200DE01FA /* PolyPhysicsConstraint.cpp in Sources */,
  165. 6D1992BE1CD6971200DE01FA /* PolyCollisionSceneEntity.cpp in Sources */,
  166. 6D1992C11CD6971200DE01FA /* PolyPhysicsSceneEntity.cpp in Sources */,
  167. );
  168. runOnlyForDeploymentPostprocessing = 0;
  169. };
  170. /* End PBXSourcesBuildPhase section */
  171. /* Begin XCBuildConfiguration section */
  172. 6D1992B31CD6970200DE01FA /* Debug */ = {
  173. isa = XCBuildConfiguration;
  174. buildSettings = {
  175. ALWAYS_SEARCH_USER_PATHS = NO;
  176. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  177. CLANG_CXX_LIBRARY = "libc++";
  178. CLANG_ENABLE_MODULES = YES;
  179. CLANG_ENABLE_OBJC_ARC = YES;
  180. CLANG_WARN_BOOL_CONVERSION = YES;
  181. CLANG_WARN_CONSTANT_CONVERSION = YES;
  182. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  183. CLANG_WARN_EMPTY_BODY = YES;
  184. CLANG_WARN_ENUM_CONVERSION = YES;
  185. CLANG_WARN_INT_CONVERSION = YES;
  186. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  187. CLANG_WARN_UNREACHABLE_CODE = YES;
  188. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  189. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  190. COPY_PHASE_STRIP = NO;
  191. DEBUG_INFORMATION_FORMAT = dwarf;
  192. ENABLE_STRICT_OBJC_MSGSEND = YES;
  193. ENABLE_TESTABILITY = YES;
  194. GCC_C_LANGUAGE_STANDARD = gnu99;
  195. GCC_DYNAMIC_NO_PIC = NO;
  196. GCC_NO_COMMON_BLOCKS = YES;
  197. GCC_OPTIMIZATION_LEVEL = 0;
  198. GCC_PREPROCESSOR_DEFINITIONS = (
  199. "DEBUG=1",
  200. "$(inherited)",
  201. );
  202. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  203. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  204. GCC_WARN_UNDECLARED_SELECTOR = YES;
  205. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  206. GCC_WARN_UNUSED_FUNCTION = YES;
  207. GCC_WARN_UNUSED_VARIABLE = YES;
  208. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  209. MTL_ENABLE_DEBUG_INFO = YES;
  210. ONLY_ACTIVE_ARCH = YES;
  211. SDKROOT = iphoneos;
  212. };
  213. name = Debug;
  214. };
  215. 6D1992B41CD6970200DE01FA /* Release */ = {
  216. isa = XCBuildConfiguration;
  217. buildSettings = {
  218. ALWAYS_SEARCH_USER_PATHS = NO;
  219. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  220. CLANG_CXX_LIBRARY = "libc++";
  221. CLANG_ENABLE_MODULES = YES;
  222. CLANG_ENABLE_OBJC_ARC = YES;
  223. CLANG_WARN_BOOL_CONVERSION = YES;
  224. CLANG_WARN_CONSTANT_CONVERSION = YES;
  225. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  226. CLANG_WARN_EMPTY_BODY = YES;
  227. CLANG_WARN_ENUM_CONVERSION = YES;
  228. CLANG_WARN_INT_CONVERSION = YES;
  229. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  230. CLANG_WARN_UNREACHABLE_CODE = YES;
  231. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  232. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  233. COPY_PHASE_STRIP = NO;
  234. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  235. ENABLE_NS_ASSERTIONS = NO;
  236. ENABLE_STRICT_OBJC_MSGSEND = YES;
  237. GCC_C_LANGUAGE_STANDARD = gnu99;
  238. GCC_NO_COMMON_BLOCKS = YES;
  239. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  240. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  241. GCC_WARN_UNDECLARED_SELECTOR = YES;
  242. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  243. GCC_WARN_UNUSED_FUNCTION = YES;
  244. GCC_WARN_UNUSED_VARIABLE = YES;
  245. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  246. MTL_ENABLE_DEBUG_INFO = NO;
  247. SDKROOT = iphoneos;
  248. VALIDATE_PRODUCT = YES;
  249. };
  250. name = Release;
  251. };
  252. 6D1992B61CD6970200DE01FA /* Debug */ = {
  253. isa = XCBuildConfiguration;
  254. buildSettings = {
  255. HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
  256. OTHER_LDFLAGS = "-ObjC";
  257. PRODUCT_NAME = "$(TARGET_NAME)";
  258. SKIP_INSTALL = YES;
  259. };
  260. name = Debug;
  261. };
  262. 6D1992B71CD6970200DE01FA /* Release */ = {
  263. isa = XCBuildConfiguration;
  264. buildSettings = {
  265. HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
  266. OTHER_LDFLAGS = "-ObjC";
  267. PRODUCT_NAME = "$(TARGET_NAME)";
  268. SKIP_INSTALL = YES;
  269. };
  270. name = Release;
  271. };
  272. /* End XCBuildConfiguration section */
  273. /* Begin XCConfigurationList section */
  274. 6D1992A71CD6970200DE01FA /* Build configuration list for PBXProject "Polycode3DPhysics" */ = {
  275. isa = XCConfigurationList;
  276. buildConfigurations = (
  277. 6D1992B31CD6970200DE01FA /* Debug */,
  278. 6D1992B41CD6970200DE01FA /* Release */,
  279. );
  280. defaultConfigurationIsVisible = 0;
  281. defaultConfigurationName = Release;
  282. };
  283. 6D1992B51CD6970200DE01FA /* Build configuration list for PBXNativeTarget "Polycode3DPhysics" */ = {
  284. isa = XCConfigurationList;
  285. buildConfigurations = (
  286. 6D1992B61CD6970200DE01FA /* Debug */,
  287. 6D1992B71CD6970200DE01FA /* Release */,
  288. );
  289. defaultConfigurationIsVisible = 0;
  290. };
  291. /* End XCConfigurationList section */
  292. };
  293. rootObject = 6D1992A41CD6970200DE01FA /* Project object */;
  294. }