DKGL2 sample codes

project.pbxproj 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 66DA89941DD3117F00338015 /* Mesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 844A9A801DD0C080007DCC89 /* Mesh.cpp */; };
  10. 66DA89971DD3118000338015 /* Mesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 844A9A801DD0C080007DCC89 /* Mesh.cpp */; };
  11. 8406D1D821E715E400E0EA0F /* libDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8406D1BF21E701FF00E0EA0F /* libDK.a */; };
  12. 8406D1F921E71C5500E0EA0F /* libDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8406D1C121E701FF00E0EA0F /* libDK.a */; };
  13. 841948EB1DDCBE6000E039F0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 841948E91DDCBE5000E039F0 /* AppDelegate.m */; };
  14. 841948EF1DDCBE7B00E039F0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 841948ED1DDCBE7500E039F0 /* AppDelegate.m */; };
  15. 8420EE201EE5BA6500A20933 /* Data in Resources */ = {isa = PBXBuildFile; fileRef = 8420EE1F1EE5BA6500A20933 /* Data */; };
  16. 8420EE211EE5BA6500A20933 /* Data in Resources */ = {isa = PBXBuildFile; fileRef = 8420EE1F1EE5BA6500A20933 /* Data */; };
  17. 844A9A851DD0C080007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A781DD0C080007DCC89 /* Assets.xcassets */; };
  18. 844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A741DD0C080007DCC89 /* Assets.xcassets */; };
  19. 844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */; };
  20. 84A81E9D226443700060BCBB /* tiny_obj_loader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 84A81E9C226443700060BCBB /* tiny_obj_loader.cc */; };
  21. 84A81E9E226443700060BCBB /* tiny_obj_loader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 84A81E9C226443700060BCBB /* tiny_obj_loader.cc */; };
  22. 84A81EAF22644A7D0060BCBB /* dkgl_new.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B5FE4B20726C3600B52742 /* dkgl_new.cpp */; };
  23. 84A81EB222644A7E0060BCBB /* dkgl_new.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B5FE4B20726C3600B52742 /* dkgl_new.cpp */; };
  24. /* End PBXBuildFile section */
  25. /* Begin PBXContainerItemProxy section */
  26. 8406D1BE21E701FF00E0EA0F /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = 84E42A5D13AF8B4200BF31EA;
  31. remoteInfo = DK_iOS_static;
  32. };
  33. 8406D1C021E701FF00E0EA0F /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = 84E42A5C13AF8B4200BF31EA;
  38. remoteInfo = DK_macOS_static;
  39. };
  40. 8406D1C221E701FF00E0EA0F /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
  43. proxyType = 2;
  44. remoteGlobalIDString = 84798B7119E51CBA009378A6;
  45. remoteInfo = DK_iOS;
  46. };
  47. 8406D1C421E701FF00E0EA0F /* PBXContainerItemProxy */ = {
  48. isa = PBXContainerItemProxy;
  49. containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
  50. proxyType = 2;
  51. remoteGlobalIDString = 840CA4ED1928946800689BB6;
  52. remoteInfo = DK_macOS;
  53. };
  54. 8406D1D921E715F400E0EA0F /* PBXContainerItemProxy */ = {
  55. isa = PBXContainerItemProxy;
  56. containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
  57. proxyType = 1;
  58. remoteGlobalIDString = 84C5F9EC13013FDD005F4449;
  59. remoteInfo = DK_iOS_static;
  60. };
  61. 8406D1DB21E715FD00E0EA0F /* PBXContainerItemProxy */ = {
  62. isa = PBXContainerItemProxy;
  63. containerPortal = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
  64. proxyType = 1;
  65. remoteGlobalIDString = D2AAC045055464E500DB518D;
  66. remoteInfo = DK_macOS_static;
  67. };
  68. /* End PBXContainerItemProxy section */
  69. /* Begin PBXFileReference section */
  70. 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "wrapper.pb-project"; name = DK.xcodeproj; path = ../../DK/DK.xcodeproj; sourceTree = "<group>"; };
  71. 841948E81DDCBE5000E039F0 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  72. 841948E91DDCBE5000E039F0 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  73. 841948EC1DDCBE7500E039F0 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  74. 841948ED1DDCBE7500E039F0 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  75. 8420EE1F1EE5BA6500A20933 /* Data */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Data; path = ../Data; sourceTree = "<group>"; };
  76. 844A9A441DD0BCFD007DCC89 /* Mesh_macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mesh_macOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  77. 844A9A5C1DD0BEDD007DCC89 /* Mesh_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mesh_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  78. 844A9A741DD0C080007DCC89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  79. 844A9A751DD0C080007DCC89 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  80. 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
  81. 844A9A781DD0C080007DCC89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  82. 844A9A791DD0C080007DCC89 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  83. 844A9A7B1DD0C080007DCC89 /* Resource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Resource.h; sourceTree = "<group>"; };
  84. 844A9A7C1DD0C080007DCC89 /* small.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = small.ico; sourceTree = "<group>"; };
  85. 844A9A7D1DD0C080007DCC89 /* targetver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = targetver.h; sourceTree = "<group>"; };
  86. 844A9A7E1DD0C080007DCC89 /* SampleApp.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = SampleApp.ico; sourceTree = "<group>"; };
  87. 844A9A7F1DD0C080007DCC89 /* SampleApp.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SampleApp.rc; sourceTree = "<group>"; };
  88. 844A9A801DD0C080007DCC89 /* Mesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Mesh.cpp; sourceTree = "<group>"; };
  89. 84A81E9C226443700060BCBB /* tiny_obj_loader.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tiny_obj_loader.cc; path = ../Libs/tinyobjLoader/tiny_obj_loader.cc; sourceTree = "<group>"; };
  90. 84B5FE4B20726C3600B52742 /* dkgl_new.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dkgl_new.cpp; sourceTree = "<group>"; };
  91. 84B81E9021E6FF8400E0C5FF /* app.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = app.h; sourceTree = "<group>"; };
  92. 84B81E9121E6FF8400E0C5FF /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; };
  93. /* End PBXFileReference section */
  94. /* Begin PBXFrameworksBuildPhase section */
  95. 844A9A411DD0BCFD007DCC89 /* Frameworks */ = {
  96. isa = PBXFrameworksBuildPhase;
  97. buildActionMask = 2147483647;
  98. files = (
  99. 8406D1F921E71C5500E0EA0F /* libDK.a in Frameworks */,
  100. );
  101. runOnlyForDeploymentPostprocessing = 0;
  102. };
  103. 844A9A591DD0BEDD007DCC89 /* Frameworks */ = {
  104. isa = PBXFrameworksBuildPhase;
  105. buildActionMask = 2147483647;
  106. files = (
  107. 8406D1D821E715E400E0EA0F /* libDK.a in Frameworks */,
  108. );
  109. runOnlyForDeploymentPostprocessing = 0;
  110. };
  111. /* End PBXFrameworksBuildPhase section */
  112. /* Begin PBXGroup section */
  113. 66DA89141DD1887A00338015 /* Frameworks */ = {
  114. isa = PBXGroup;
  115. children = (
  116. );
  117. name = Frameworks;
  118. sourceTree = "<group>";
  119. };
  120. 8406D1B821E701FF00E0EA0F /* Products */ = {
  121. isa = PBXGroup;
  122. children = (
  123. 8406D1BF21E701FF00E0EA0F /* libDK.a */,
  124. 8406D1C121E701FF00E0EA0F /* libDK.a */,
  125. 8406D1C321E701FF00E0EA0F /* DK.framework */,
  126. 8406D1C521E701FF00E0EA0F /* DK.framework */,
  127. );
  128. name = Products;
  129. sourceTree = "<group>";
  130. };
  131. 844A9A3B1DD0BCFD007DCC89 = {
  132. isa = PBXGroup;
  133. children = (
  134. 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */,
  135. 66DA89141DD1887A00338015 /* Frameworks */,
  136. 844A9A451DD0BCFD007DCC89 /* Products */,
  137. 84B81E8F21E6FF4700E0C5FF /* Common */,
  138. 8420EE1F1EE5BA6500A20933 /* Data */,
  139. 844A9A461DD0BCFD007DCC89 /* Source Files */,
  140. );
  141. sourceTree = "<group>";
  142. };
  143. 844A9A451DD0BCFD007DCC89 /* Products */ = {
  144. isa = PBXGroup;
  145. children = (
  146. 844A9A441DD0BCFD007DCC89 /* Mesh_macOS.app */,
  147. 844A9A5C1DD0BEDD007DCC89 /* Mesh_iOS.app */,
  148. );
  149. name = Products;
  150. sourceTree = "<group>";
  151. };
  152. 844A9A461DD0BCFD007DCC89 /* Source Files */ = {
  153. isa = PBXGroup;
  154. children = (
  155. 84A81E9C226443700060BCBB /* tiny_obj_loader.cc */,
  156. 844A9A801DD0C080007DCC89 /* Mesh.cpp */,
  157. );
  158. name = "Source Files";
  159. sourceTree = "<group>";
  160. };
  161. 844A9A731DD0C080007DCC89 /* iOS */ = {
  162. isa = PBXGroup;
  163. children = (
  164. 841948E81DDCBE5000E039F0 /* AppDelegate.h */,
  165. 841948E91DDCBE5000E039F0 /* AppDelegate.m */,
  166. 844A9A741DD0C080007DCC89 /* Assets.xcassets */,
  167. 844A9A751DD0C080007DCC89 /* Info.plist */,
  168. 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */,
  169. );
  170. path = iOS;
  171. sourceTree = "<group>";
  172. };
  173. 844A9A771DD0C080007DCC89 /* macOS */ = {
  174. isa = PBXGroup;
  175. children = (
  176. 841948EC1DDCBE7500E039F0 /* AppDelegate.h */,
  177. 841948ED1DDCBE7500E039F0 /* AppDelegate.m */,
  178. 844A9A781DD0C080007DCC89 /* Assets.xcassets */,
  179. 844A9A791DD0C080007DCC89 /* Info.plist */,
  180. );
  181. path = macOS;
  182. sourceTree = "<group>";
  183. };
  184. 844A9A7A1DD0C080007DCC89 /* Win32 */ = {
  185. isa = PBXGroup;
  186. children = (
  187. 844A9A7B1DD0C080007DCC89 /* Resource.h */,
  188. 844A9A7E1DD0C080007DCC89 /* SampleApp.ico */,
  189. 844A9A7F1DD0C080007DCC89 /* SampleApp.rc */,
  190. 844A9A7C1DD0C080007DCC89 /* small.ico */,
  191. 844A9A7D1DD0C080007DCC89 /* targetver.h */,
  192. );
  193. path = Win32;
  194. sourceTree = "<group>";
  195. };
  196. 84B81E8F21E6FF4700E0C5FF /* Common */ = {
  197. isa = PBXGroup;
  198. children = (
  199. 84B5FE4B20726C3600B52742 /* dkgl_new.cpp */,
  200. 84B81E9021E6FF8400E0C5FF /* app.h */,
  201. 84B81E9121E6FF8400E0C5FF /* util.h */,
  202. 844A9A731DD0C080007DCC89 /* iOS */,
  203. 844A9A771DD0C080007DCC89 /* macOS */,
  204. 844A9A7A1DD0C080007DCC89 /* Win32 */,
  205. );
  206. name = Common;
  207. path = ../Common;
  208. sourceTree = "<group>";
  209. };
  210. /* End PBXGroup section */
  211. /* Begin PBXNativeTarget section */
  212. 844A9A431DD0BCFD007DCC89 /* Mesh_macOS */ = {
  213. isa = PBXNativeTarget;
  214. buildConfigurationList = 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "Mesh_macOS" */;
  215. buildPhases = (
  216. 844A9A401DD0BCFD007DCC89 /* Sources */,
  217. 844A9A411DD0BCFD007DCC89 /* Frameworks */,
  218. 844A9A421DD0BCFD007DCC89 /* Resources */,
  219. );
  220. buildRules = (
  221. );
  222. dependencies = (
  223. 8406D1DC21E715FD00E0EA0F /* PBXTargetDependency */,
  224. );
  225. name = Mesh_macOS;
  226. productName = TestApp1;
  227. productReference = 844A9A441DD0BCFD007DCC89 /* Mesh_macOS.app */;
  228. productType = "com.apple.product-type.application";
  229. };
  230. 844A9A5B1DD0BEDD007DCC89 /* Mesh_iOS */ = {
  231. isa = PBXNativeTarget;
  232. buildConfigurationList = 844A9A701DD0BEDD007DCC89 /* Build configuration list for PBXNativeTarget "Mesh_iOS" */;
  233. buildPhases = (
  234. 844A9A581DD0BEDD007DCC89 /* Sources */,
  235. 844A9A591DD0BEDD007DCC89 /* Frameworks */,
  236. 844A9A5A1DD0BEDD007DCC89 /* Resources */,
  237. );
  238. buildRules = (
  239. );
  240. dependencies = (
  241. 8406D1DA21E715F400E0EA0F /* PBXTargetDependency */,
  242. );
  243. name = Mesh_iOS;
  244. productName = TestApp1_iOS;
  245. productReference = 844A9A5C1DD0BEDD007DCC89 /* Mesh_iOS.app */;
  246. productType = "com.apple.product-type.application";
  247. };
  248. /* End PBXNativeTarget section */
  249. /* Begin PBXProject section */
  250. 844A9A3C1DD0BCFD007DCC89 /* Project object */ = {
  251. isa = PBXProject;
  252. attributes = {
  253. LastUpgradeCheck = 0810;
  254. ORGANIZATIONNAME = icondb;
  255. TargetAttributes = {
  256. 844A9A431DD0BCFD007DCC89 = {
  257. CreatedOnToolsVersion = 8.1;
  258. ProvisioningStyle = Manual;
  259. };
  260. 844A9A5B1DD0BEDD007DCC89 = {
  261. CreatedOnToolsVersion = 8.1;
  262. DevelopmentTeam = F599L375TZ;
  263. ProvisioningStyle = Automatic;
  264. };
  265. };
  266. };
  267. buildConfigurationList = 844A9A3F1DD0BCFD007DCC89 /* Build configuration list for PBXProject "Mesh" */;
  268. compatibilityVersion = "Xcode 3.2";
  269. developmentRegion = English;
  270. hasScannedForEncodings = 0;
  271. knownRegions = (
  272. English,
  273. en,
  274. Base,
  275. );
  276. mainGroup = 844A9A3B1DD0BCFD007DCC89;
  277. productRefGroup = 844A9A451DD0BCFD007DCC89 /* Products */;
  278. projectDirPath = "";
  279. projectReferences = (
  280. {
  281. ProductGroup = 8406D1B821E701FF00E0EA0F /* Products */;
  282. ProjectRef = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */;
  283. },
  284. );
  285. projectRoot = "";
  286. targets = (
  287. 844A9A431DD0BCFD007DCC89 /* Mesh_macOS */,
  288. 844A9A5B1DD0BEDD007DCC89 /* Mesh_iOS */,
  289. );
  290. };
  291. /* End PBXProject section */
  292. /* Begin PBXReferenceProxy section */
  293. 8406D1BF21E701FF00E0EA0F /* libDK.a */ = {
  294. isa = PBXReferenceProxy;
  295. fileType = archive.ar;
  296. path = libDK.a;
  297. remoteRef = 8406D1BE21E701FF00E0EA0F /* PBXContainerItemProxy */;
  298. sourceTree = BUILT_PRODUCTS_DIR;
  299. };
  300. 8406D1C121E701FF00E0EA0F /* libDK.a */ = {
  301. isa = PBXReferenceProxy;
  302. fileType = archive.ar;
  303. path = libDK.a;
  304. remoteRef = 8406D1C021E701FF00E0EA0F /* PBXContainerItemProxy */;
  305. sourceTree = BUILT_PRODUCTS_DIR;
  306. };
  307. 8406D1C321E701FF00E0EA0F /* DK.framework */ = {
  308. isa = PBXReferenceProxy;
  309. fileType = wrapper.framework;
  310. path = DK.framework;
  311. remoteRef = 8406D1C221E701FF00E0EA0F /* PBXContainerItemProxy */;
  312. sourceTree = BUILT_PRODUCTS_DIR;
  313. };
  314. 8406D1C521E701FF00E0EA0F /* DK.framework */ = {
  315. isa = PBXReferenceProxy;
  316. fileType = wrapper.framework;
  317. path = DK.framework;
  318. remoteRef = 8406D1C421E701FF00E0EA0F /* PBXContainerItemProxy */;
  319. sourceTree = BUILT_PRODUCTS_DIR;
  320. };
  321. /* End PBXReferenceProxy section */
  322. /* Begin PBXResourcesBuildPhase section */
  323. 844A9A421DD0BCFD007DCC89 /* Resources */ = {
  324. isa = PBXResourcesBuildPhase;
  325. buildActionMask = 2147483647;
  326. files = (
  327. 8420EE201EE5BA6500A20933 /* Data in Resources */,
  328. 844A9A851DD0C080007DCC89 /* Assets.xcassets in Resources */,
  329. );
  330. runOnlyForDeploymentPostprocessing = 0;
  331. };
  332. 844A9A5A1DD0BEDD007DCC89 /* Resources */ = {
  333. isa = PBXResourcesBuildPhase;
  334. buildActionMask = 2147483647;
  335. files = (
  336. 844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */,
  337. 844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */,
  338. 8420EE211EE5BA6500A20933 /* Data in Resources */,
  339. );
  340. runOnlyForDeploymentPostprocessing = 0;
  341. };
  342. /* End PBXResourcesBuildPhase section */
  343. /* Begin PBXSourcesBuildPhase section */
  344. 844A9A401DD0BCFD007DCC89 /* Sources */ = {
  345. isa = PBXSourcesBuildPhase;
  346. buildActionMask = 2147483647;
  347. files = (
  348. 84A81EAF22644A7D0060BCBB /* dkgl_new.cpp in Sources */,
  349. 841948EF1DDCBE7B00E039F0 /* AppDelegate.m in Sources */,
  350. 84A81E9D226443700060BCBB /* tiny_obj_loader.cc in Sources */,
  351. 66DA89941DD3117F00338015 /* Mesh.cpp in Sources */,
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. };
  355. 844A9A581DD0BEDD007DCC89 /* Sources */ = {
  356. isa = PBXSourcesBuildPhase;
  357. buildActionMask = 2147483647;
  358. files = (
  359. 84A81EB222644A7E0060BCBB /* dkgl_new.cpp in Sources */,
  360. 841948EB1DDCBE6000E039F0 /* AppDelegate.m in Sources */,
  361. 84A81E9E226443700060BCBB /* tiny_obj_loader.cc in Sources */,
  362. 66DA89971DD3118000338015 /* Mesh.cpp in Sources */,
  363. );
  364. runOnlyForDeploymentPostprocessing = 0;
  365. };
  366. /* End PBXSourcesBuildPhase section */
  367. /* Begin PBXTargetDependency section */
  368. 8406D1DA21E715F400E0EA0F /* PBXTargetDependency */ = {
  369. isa = PBXTargetDependency;
  370. name = DK_iOS_static;
  371. targetProxy = 8406D1D921E715F400E0EA0F /* PBXContainerItemProxy */;
  372. };
  373. 8406D1DC21E715FD00E0EA0F /* PBXTargetDependency */ = {
  374. isa = PBXTargetDependency;
  375. name = DK_macOS_static;
  376. targetProxy = 8406D1DB21E715FD00E0EA0F /* PBXContainerItemProxy */;
  377. };
  378. /* End PBXTargetDependency section */
  379. /* Begin XCBuildConfiguration section */
  380. 844A9A531DD0BCFD007DCC89 /* Debug */ = {
  381. isa = XCBuildConfiguration;
  382. buildSettings = {
  383. ALWAYS_SEARCH_USER_PATHS = NO;
  384. CLANG_ANALYZER_NONNULL = YES;
  385. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  386. CLANG_CXX_LIBRARY = "libc++";
  387. CLANG_ENABLE_MODULES = YES;
  388. CLANG_ENABLE_OBJC_ARC = YES;
  389. CLANG_WARN_BOOL_CONVERSION = YES;
  390. CLANG_WARN_CONSTANT_CONVERSION = YES;
  391. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  392. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  393. CLANG_WARN_EMPTY_BODY = YES;
  394. CLANG_WARN_ENUM_CONVERSION = YES;
  395. CLANG_WARN_INFINITE_RECURSION = YES;
  396. CLANG_WARN_INT_CONVERSION = YES;
  397. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  398. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  399. CLANG_WARN_UNREACHABLE_CODE = YES;
  400. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  401. CODE_SIGN_IDENTITY = "";
  402. COPY_PHASE_STRIP = NO;
  403. DEBUG_INFORMATION_FORMAT = dwarf;
  404. ENABLE_STRICT_OBJC_MSGSEND = YES;
  405. ENABLE_TESTABILITY = YES;
  406. GCC_C_LANGUAGE_STANDARD = gnu99;
  407. GCC_DYNAMIC_NO_PIC = NO;
  408. GCC_NO_COMMON_BLOCKS = YES;
  409. GCC_OPTIMIZATION_LEVEL = 0;
  410. GCC_PREPROCESSOR_DEFINITIONS = (
  411. DKGL_STATIC,
  412. "DEBUG=1",
  413. "$(inherited)",
  414. );
  415. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  416. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  417. GCC_WARN_UNDECLARED_SELECTOR = YES;
  418. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  419. GCC_WARN_UNUSED_FUNCTION = YES;
  420. GCC_WARN_UNUSED_VARIABLE = YES;
  421. HEADER_SEARCH_PATHS = (
  422. ../Common,
  423. ../../DK,
  424. );
  425. MTL_ENABLE_DEBUG_INFO = YES;
  426. ONLY_ACTIVE_ARCH = NO;
  427. SDKROOT = macosx;
  428. };
  429. name = Debug;
  430. };
  431. 844A9A541DD0BCFD007DCC89 /* Release */ = {
  432. isa = XCBuildConfiguration;
  433. buildSettings = {
  434. ALWAYS_SEARCH_USER_PATHS = NO;
  435. CLANG_ANALYZER_NONNULL = YES;
  436. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  437. CLANG_CXX_LIBRARY = "libc++";
  438. CLANG_ENABLE_MODULES = YES;
  439. CLANG_ENABLE_OBJC_ARC = YES;
  440. CLANG_WARN_BOOL_CONVERSION = YES;
  441. CLANG_WARN_CONSTANT_CONVERSION = YES;
  442. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  443. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  444. CLANG_WARN_EMPTY_BODY = YES;
  445. CLANG_WARN_ENUM_CONVERSION = YES;
  446. CLANG_WARN_INFINITE_RECURSION = YES;
  447. CLANG_WARN_INT_CONVERSION = YES;
  448. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  449. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  450. CLANG_WARN_UNREACHABLE_CODE = YES;
  451. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  452. CODE_SIGN_IDENTITY = "";
  453. COPY_PHASE_STRIP = NO;
  454. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  455. ENABLE_NS_ASSERTIONS = NO;
  456. ENABLE_STRICT_OBJC_MSGSEND = YES;
  457. GCC_C_LANGUAGE_STANDARD = gnu99;
  458. GCC_NO_COMMON_BLOCKS = YES;
  459. GCC_PREPROCESSOR_DEFINITIONS = "DKGL_STATIC=1";
  460. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  461. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  462. GCC_WARN_UNDECLARED_SELECTOR = YES;
  463. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  464. GCC_WARN_UNUSED_FUNCTION = YES;
  465. GCC_WARN_UNUSED_VARIABLE = YES;
  466. HEADER_SEARCH_PATHS = (
  467. ../Common,
  468. ../../DK,
  469. );
  470. MTL_ENABLE_DEBUG_INFO = NO;
  471. SDKROOT = macosx;
  472. };
  473. name = Release;
  474. };
  475. 844A9A561DD0BCFD007DCC89 /* Debug */ = {
  476. isa = XCBuildConfiguration;
  477. buildSettings = {
  478. ARCHS = "$(ARCHS_STANDARD)";
  479. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  480. COMBINE_HIDPI_IMAGES = YES;
  481. INFOPLIST_FILE = "$(SRCROOT)/../Common/macOS/Info.plist";
  482. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  483. PRODUCT_BUNDLE_IDENTIFIER = "com.palcube.triangle-macos";
  484. PRODUCT_NAME = "$(TARGET_NAME)";
  485. SDKROOT = macosx;
  486. };
  487. name = Debug;
  488. };
  489. 844A9A571DD0BCFD007DCC89 /* Release */ = {
  490. isa = XCBuildConfiguration;
  491. buildSettings = {
  492. ARCHS = "$(ARCHS_STANDARD)";
  493. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  494. COMBINE_HIDPI_IMAGES = YES;
  495. INFOPLIST_FILE = "$(SRCROOT)/../Common/macOS/Info.plist";
  496. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  497. PRODUCT_BUNDLE_IDENTIFIER = "com.palcube.triangle-macos";
  498. PRODUCT_NAME = "$(TARGET_NAME)";
  499. SDKROOT = macosx;
  500. };
  501. name = Release;
  502. };
  503. 844A9A711DD0BEDD007DCC89 /* Debug */ = {
  504. isa = XCBuildConfiguration;
  505. buildSettings = {
  506. ARCHS = "$(ARCHS_STANDARD)";
  507. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  508. CODE_SIGN_IDENTITY = "iPhone Developer";
  509. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  510. CODE_SIGN_STYLE = Automatic;
  511. DEVELOPMENT_TEAM = F599L375TZ;
  512. INFOPLIST_FILE = "$(SRCROOT)/../Common/iOS/Info.plist";
  513. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  514. PRODUCT_BUNDLE_IDENTIFIER = "com.palcube.triangle-iOS";
  515. PRODUCT_NAME = "$(TARGET_NAME)";
  516. PROVISIONING_PROFILE_SPECIFIER = "";
  517. SDKROOT = iphoneos;
  518. TARGETED_DEVICE_FAMILY = "1,2";
  519. };
  520. name = Debug;
  521. };
  522. 844A9A721DD0BEDD007DCC89 /* Release */ = {
  523. isa = XCBuildConfiguration;
  524. buildSettings = {
  525. ARCHS = "$(ARCHS_STANDARD)";
  526. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  527. CODE_SIGN_IDENTITY = "iPhone Developer";
  528. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  529. CODE_SIGN_STYLE = Automatic;
  530. DEVELOPMENT_TEAM = F599L375TZ;
  531. INFOPLIST_FILE = "$(SRCROOT)/../Common/iOS/Info.plist";
  532. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  533. PRODUCT_BUNDLE_IDENTIFIER = "com.palcube.triangle-iOS";
  534. PRODUCT_NAME = "$(TARGET_NAME)";
  535. PROVISIONING_PROFILE_SPECIFIER = "";
  536. SDKROOT = iphoneos;
  537. TARGETED_DEVICE_FAMILY = "1,2";
  538. VALIDATE_PRODUCT = YES;
  539. };
  540. name = Release;
  541. };
  542. /* End XCBuildConfiguration section */
  543. /* Begin XCConfigurationList section */
  544. 844A9A3F1DD0BCFD007DCC89 /* Build configuration list for PBXProject "Mesh" */ = {
  545. isa = XCConfigurationList;
  546. buildConfigurations = (
  547. 844A9A531DD0BCFD007DCC89 /* Debug */,
  548. 844A9A541DD0BCFD007DCC89 /* Release */,
  549. );
  550. defaultConfigurationIsVisible = 0;
  551. defaultConfigurationName = Release;
  552. };
  553. 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "Mesh_macOS" */ = {
  554. isa = XCConfigurationList;
  555. buildConfigurations = (
  556. 844A9A561DD0BCFD007DCC89 /* Debug */,
  557. 844A9A571DD0BCFD007DCC89 /* Release */,
  558. );
  559. defaultConfigurationIsVisible = 0;
  560. defaultConfigurationName = Release;
  561. };
  562. 844A9A701DD0BEDD007DCC89 /* Build configuration list for PBXNativeTarget "Mesh_iOS" */ = {
  563. isa = XCConfigurationList;
  564. buildConfigurations = (
  565. 844A9A711DD0BEDD007DCC89 /* Debug */,
  566. 844A9A721DD0BEDD007DCC89 /* Release */,
  567. );
  568. defaultConfigurationIsVisible = 0;
  569. defaultConfigurationName = Release;
  570. };
  571. /* End XCConfigurationList section */
  572. };
  573. rootObject = 844A9A3C1DD0BCFD007DCC89 /* Project object */;
  574. }