project.pbxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 05318E0F274C397200A8DE2E /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05318E0E274C397200A8DE2E /* GameController.framework */; };
  10. 07A82ED82139413D0078D120 /* imgui_widgets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07A82ED72139413C0078D120 /* imgui_widgets.cpp */; };
  11. 07A82ED92139418F0078D120 /* imgui_widgets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07A82ED72139413C0078D120 /* imgui_widgets.cpp */; };
  12. 5079822E257677DB0038A28D /* imgui_tables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5079822D257677DB0038A28D /* imgui_tables.cpp */; };
  13. 8309BD8F253CCAAA0045E2A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8309BD8E253CCAAA0045E2A1 /* UIKit.framework */; };
  14. 8309BDA5253CCC070045E2A1 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8309BDA0253CCBC10045E2A1 /* main.mm */; };
  15. 8309BDA8253CCC080045E2A1 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8309BDA0253CCBC10045E2A1 /* main.mm */; };
  16. 8309BDBB253CCCAD0045E2A1 /* imgui_impl_metal.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8309BDB5253CCC9D0045E2A1 /* imgui_impl_metal.mm */; };
  17. 8309BDBE253CCCB60045E2A1 /* imgui_impl_metal.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8309BDB5253CCC9D0045E2A1 /* imgui_impl_metal.mm */; };
  18. 8309BDBF253CCCB60045E2A1 /* imgui_impl_osx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8309BDB6253CCC9D0045E2A1 /* imgui_impl_osx.mm */; };
  19. 8309BDC6253CCCFE0045E2A1 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8309BDC5253CCCFE0045E2A1 /* AppKit.framework */; };
  20. 8309BDFC253CDAB30045E2A1 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8309BDF7253CDAAE0045E2A1 /* LaunchScreen.storyboard */; };
  21. 8309BE04253CDAB60045E2A1 /* MainMenu.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8309BDFA253CDAAE0045E2A1 /* MainMenu.storyboard */; };
  22. 83BBE9E520EB46B900295997 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83BBE9E420EB46B900295997 /* Metal.framework */; };
  23. 83BBE9E720EB46BD00295997 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83BBE9E620EB46BD00295997 /* MetalKit.framework */; };
  24. 83BBE9EC20EB471700295997 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83BBE9EA20EB471700295997 /* MetalKit.framework */; };
  25. 83BBE9ED20EB471700295997 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83BBE9EB20EB471700295997 /* Metal.framework */; };
  26. 83BBEA0520EB54E700295997 /* imgui_draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0120EB54E700295997 /* imgui_draw.cpp */; };
  27. 83BBEA0620EB54E700295997 /* imgui_draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0120EB54E700295997 /* imgui_draw.cpp */; };
  28. 83BBEA0720EB54E700295997 /* imgui_demo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0220EB54E700295997 /* imgui_demo.cpp */; };
  29. 83BBEA0820EB54E700295997 /* imgui_demo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0220EB54E700295997 /* imgui_demo.cpp */; };
  30. 83BBEA0920EB54E700295997 /* imgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0320EB54E700295997 /* imgui.cpp */; };
  31. 83BBEA0A20EB54E700295997 /* imgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0320EB54E700295997 /* imgui.cpp */; };
  32. /* End PBXBuildFile section */
  33. /* Begin PBXFileReference section */
  34. 05318E0E274C397200A8DE2E /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
  35. 07A82ED62139413C0078D120 /* imgui_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui_internal.h; path = ../../imgui_internal.h; sourceTree = "<group>"; };
  36. 07A82ED72139413C0078D120 /* imgui_widgets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_widgets.cpp; path = ../../imgui_widgets.cpp; sourceTree = "<group>"; };
  37. 5079822D257677DB0038A28D /* imgui_tables.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_tables.cpp; path = ../../imgui_tables.cpp; sourceTree = "<group>"; };
  38. 8307E7C420E9F9C900473790 /* example_apple_metal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example_apple_metal.app; sourceTree = BUILT_PRODUCTS_DIR; };
  39. 8307E7DA20E9F9C900473790 /* example_apple_metal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example_apple_metal.app; sourceTree = BUILT_PRODUCTS_DIR; };
  40. 8309BD8E253CCAAA0045E2A1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  41. 8309BDA0253CCBC10045E2A1 /* main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
  42. 8309BDB5253CCC9D0045E2A1 /* imgui_impl_metal.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = imgui_impl_metal.mm; path = ../../backends/imgui_impl_metal.mm; sourceTree = "<group>"; };
  43. 8309BDB6253CCC9D0045E2A1 /* imgui_impl_osx.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = imgui_impl_osx.mm; path = ../../backends/imgui_impl_osx.mm; sourceTree = "<group>"; };
  44. 8309BDC5253CCCFE0045E2A1 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  45. 8309BDF7253CDAAE0045E2A1 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
  46. 8309BDF8253CDAAE0045E2A1 /* Info-iOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = "<group>"; };
  47. 8309BDFA253CDAAE0045E2A1 /* MainMenu.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = MainMenu.storyboard; sourceTree = "<group>"; };
  48. 8309BDFB253CDAAE0045E2A1 /* Info-macOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-macOS.plist"; sourceTree = "<group>"; };
  49. 83BBE9E420EB46B900295997 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Metal.framework; sourceTree = DEVELOPER_DIR; };
  50. 83BBE9E620EB46BD00295997 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/MetalKit.framework; sourceTree = DEVELOPER_DIR; };
  51. 83BBE9E820EB46C100295997 /* ModelIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ModelIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/ModelIO.framework; sourceTree = DEVELOPER_DIR; };
  52. 83BBE9EA20EB471700295997 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = System/Library/Frameworks/MetalKit.framework; sourceTree = SDKROOT; };
  53. 83BBE9EB20EB471700295997 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
  54. 83BBE9EE20EB471C00295997 /* ModelIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ModelIO.framework; path = System/Library/Frameworks/ModelIO.framework; sourceTree = SDKROOT; };
  55. 83BBEA0020EB54E700295997 /* imgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui.h; path = ../../imgui.h; sourceTree = "<group>"; };
  56. 83BBEA0120EB54E700295997 /* imgui_draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_draw.cpp; path = ../../imgui_draw.cpp; sourceTree = "<group>"; };
  57. 83BBEA0220EB54E700295997 /* imgui_demo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_demo.cpp; path = ../../imgui_demo.cpp; sourceTree = "<group>"; };
  58. 83BBEA0320EB54E700295997 /* imgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui.cpp; path = ../../imgui.cpp; sourceTree = "<group>"; };
  59. 83BBEA0420EB54E700295997 /* imconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imconfig.h; path = ../../imconfig.h; sourceTree = "<group>"; };
  60. /* End PBXFileReference section */
  61. /* Begin PBXFrameworksBuildPhase section */
  62. 8307E7C120E9F9C900473790 /* Frameworks */ = {
  63. isa = PBXFrameworksBuildPhase;
  64. buildActionMask = 2147483647;
  65. files = (
  66. 8309BD8F253CCAAA0045E2A1 /* UIKit.framework in Frameworks */,
  67. 83BBE9E720EB46BD00295997 /* MetalKit.framework in Frameworks */,
  68. 83BBE9E520EB46B900295997 /* Metal.framework in Frameworks */,
  69. );
  70. runOnlyForDeploymentPostprocessing = 0;
  71. };
  72. 8307E7D720E9F9C900473790 /* Frameworks */ = {
  73. isa = PBXFrameworksBuildPhase;
  74. buildActionMask = 2147483647;
  75. files = (
  76. 8309BDC6253CCCFE0045E2A1 /* AppKit.framework in Frameworks */,
  77. 83BBE9EC20EB471700295997 /* MetalKit.framework in Frameworks */,
  78. 05318E0F274C397200A8DE2E /* GameController.framework in Frameworks */,
  79. 83BBE9ED20EB471700295997 /* Metal.framework in Frameworks */,
  80. );
  81. runOnlyForDeploymentPostprocessing = 0;
  82. };
  83. /* End PBXFrameworksBuildPhase section */
  84. /* Begin PBXGroup section */
  85. 8307E7B520E9F9C700473790 = {
  86. isa = PBXGroup;
  87. children = (
  88. 83BBE9F020EB544400295997 /* imgui */,
  89. 8309BD9E253CCBA70045E2A1 /* example */,
  90. 8307E7C520E9F9C900473790 /* Products */,
  91. 83BBE9E320EB46B800295997 /* Frameworks */,
  92. );
  93. sourceTree = "<group>";
  94. };
  95. 8307E7C520E9F9C900473790 /* Products */ = {
  96. isa = PBXGroup;
  97. children = (
  98. 8307E7C420E9F9C900473790 /* example_apple_metal.app */,
  99. 8307E7DA20E9F9C900473790 /* example_apple_metal.app */,
  100. );
  101. name = Products;
  102. sourceTree = "<group>";
  103. };
  104. 8309BD9E253CCBA70045E2A1 /* example */ = {
  105. isa = PBXGroup;
  106. children = (
  107. 8309BDF6253CDAAE0045E2A1 /* iOS */,
  108. 8309BDF9253CDAAE0045E2A1 /* macOS */,
  109. 8309BDA0253CCBC10045E2A1 /* main.mm */,
  110. );
  111. name = example;
  112. sourceTree = "<group>";
  113. };
  114. 8309BDF6253CDAAE0045E2A1 /* iOS */ = {
  115. isa = PBXGroup;
  116. children = (
  117. 8309BDF7253CDAAE0045E2A1 /* LaunchScreen.storyboard */,
  118. 8309BDF8253CDAAE0045E2A1 /* Info-iOS.plist */,
  119. );
  120. path = iOS;
  121. sourceTree = "<group>";
  122. };
  123. 8309BDF9253CDAAE0045E2A1 /* macOS */ = {
  124. isa = PBXGroup;
  125. children = (
  126. 8309BDFA253CDAAE0045E2A1 /* MainMenu.storyboard */,
  127. 8309BDFB253CDAAE0045E2A1 /* Info-macOS.plist */,
  128. );
  129. path = macOS;
  130. sourceTree = "<group>";
  131. };
  132. 83BBE9E320EB46B800295997 /* Frameworks */ = {
  133. isa = PBXGroup;
  134. children = (
  135. 05318E0E274C397200A8DE2E /* GameController.framework */,
  136. 8309BDC5253CCCFE0045E2A1 /* AppKit.framework */,
  137. 8309BD8E253CCAAA0045E2A1 /* UIKit.framework */,
  138. 83BBE9EE20EB471C00295997 /* ModelIO.framework */,
  139. 83BBE9EB20EB471700295997 /* Metal.framework */,
  140. 83BBE9EA20EB471700295997 /* MetalKit.framework */,
  141. 83BBE9E820EB46C100295997 /* ModelIO.framework */,
  142. 83BBE9E620EB46BD00295997 /* MetalKit.framework */,
  143. 83BBE9E420EB46B900295997 /* Metal.framework */,
  144. );
  145. name = Frameworks;
  146. sourceTree = "<group>";
  147. };
  148. 83BBE9F020EB544400295997 /* imgui */ = {
  149. isa = PBXGroup;
  150. children = (
  151. 5079822D257677DB0038A28D /* imgui_tables.cpp */,
  152. 8309BDB5253CCC9D0045E2A1 /* imgui_impl_metal.mm */,
  153. 8309BDB6253CCC9D0045E2A1 /* imgui_impl_osx.mm */,
  154. 83BBEA0420EB54E700295997 /* imconfig.h */,
  155. 83BBEA0320EB54E700295997 /* imgui.cpp */,
  156. 83BBEA0020EB54E700295997 /* imgui.h */,
  157. 83BBEA0220EB54E700295997 /* imgui_demo.cpp */,
  158. 83BBEA0120EB54E700295997 /* imgui_draw.cpp */,
  159. 07A82ED62139413C0078D120 /* imgui_internal.h */,
  160. 07A82ED72139413C0078D120 /* imgui_widgets.cpp */,
  161. );
  162. name = imgui;
  163. sourceTree = "<group>";
  164. };
  165. /* End PBXGroup section */
  166. /* Begin PBXNativeTarget section */
  167. 8307E7C320E9F9C900473790 /* example_apple_metal_ios */ = {
  168. isa = PBXNativeTarget;
  169. buildConfigurationList = 8307E7F020E9F9C900473790 /* Build configuration list for PBXNativeTarget "example_apple_metal_ios" */;
  170. buildPhases = (
  171. 8307E7C020E9F9C900473790 /* Sources */,
  172. 8307E7C120E9F9C900473790 /* Frameworks */,
  173. 8307E7C220E9F9C900473790 /* Resources */,
  174. );
  175. buildRules = (
  176. );
  177. dependencies = (
  178. );
  179. name = example_apple_metal_ios;
  180. productName = "imguiex iOS";
  181. productReference = 8307E7C420E9F9C900473790 /* example_apple_metal.app */;
  182. productType = "com.apple.product-type.application";
  183. };
  184. 8307E7D920E9F9C900473790 /* example_apple_metal_macos */ = {
  185. isa = PBXNativeTarget;
  186. buildConfigurationList = 8307E7F320E9F9C900473790 /* Build configuration list for PBXNativeTarget "example_apple_metal_macos" */;
  187. buildPhases = (
  188. 8307E7D620E9F9C900473790 /* Sources */,
  189. 8307E7D720E9F9C900473790 /* Frameworks */,
  190. 8307E7D820E9F9C900473790 /* Resources */,
  191. );
  192. buildRules = (
  193. );
  194. dependencies = (
  195. );
  196. name = example_apple_metal_macos;
  197. productName = "imguiex macOS";
  198. productReference = 8307E7DA20E9F9C900473790 /* example_apple_metal.app */;
  199. productType = "com.apple.product-type.application";
  200. };
  201. /* End PBXNativeTarget section */
  202. /* Begin PBXProject section */
  203. 8307E7B620E9F9C700473790 /* Project object */ = {
  204. isa = PBXProject;
  205. attributes = {
  206. LastUpgradeCheck = 1200;
  207. ORGANIZATIONNAME = "Warren Moore";
  208. TargetAttributes = {
  209. 8307E7C320E9F9C900473790 = {
  210. CreatedOnToolsVersion = 9.4.1;
  211. ProvisioningStyle = Automatic;
  212. };
  213. 8307E7D920E9F9C900473790 = {
  214. CreatedOnToolsVersion = 9.4.1;
  215. ProvisioningStyle = Automatic;
  216. };
  217. };
  218. };
  219. buildConfigurationList = 8307E7B920E9F9C700473790 /* Build configuration list for PBXProject "example_apple_metal" */;
  220. compatibilityVersion = "Xcode 8.0";
  221. developmentRegion = en;
  222. hasScannedForEncodings = 0;
  223. knownRegions = (
  224. en,
  225. Base,
  226. );
  227. mainGroup = 8307E7B520E9F9C700473790;
  228. productRefGroup = 8307E7C520E9F9C900473790 /* Products */;
  229. projectDirPath = "";
  230. projectRoot = "";
  231. targets = (
  232. 8307E7C320E9F9C900473790 /* example_apple_metal_ios */,
  233. 8307E7D920E9F9C900473790 /* example_apple_metal_macos */,
  234. );
  235. };
  236. /* End PBXProject section */
  237. /* Begin PBXResourcesBuildPhase section */
  238. 8307E7C220E9F9C900473790 /* Resources */ = {
  239. isa = PBXResourcesBuildPhase;
  240. buildActionMask = 2147483647;
  241. files = (
  242. 8309BDFC253CDAB30045E2A1 /* LaunchScreen.storyboard in Resources */,
  243. );
  244. runOnlyForDeploymentPostprocessing = 0;
  245. };
  246. 8307E7D820E9F9C900473790 /* Resources */ = {
  247. isa = PBXResourcesBuildPhase;
  248. buildActionMask = 2147483647;
  249. files = (
  250. 8309BE04253CDAB60045E2A1 /* MainMenu.storyboard in Resources */,
  251. );
  252. runOnlyForDeploymentPostprocessing = 0;
  253. };
  254. /* End PBXResourcesBuildPhase section */
  255. /* Begin PBXSourcesBuildPhase section */
  256. 8307E7C020E9F9C900473790 /* Sources */ = {
  257. isa = PBXSourcesBuildPhase;
  258. buildActionMask = 2147483647;
  259. files = (
  260. 8309BDBB253CCCAD0045E2A1 /* imgui_impl_metal.mm in Sources */,
  261. 83BBEA0920EB54E700295997 /* imgui.cpp in Sources */,
  262. 83BBEA0720EB54E700295997 /* imgui_demo.cpp in Sources */,
  263. 83BBEA0520EB54E700295997 /* imgui_draw.cpp in Sources */,
  264. 5079822E257677DB0038A28D /* imgui_tables.cpp in Sources */,
  265. 07A82ED82139413D0078D120 /* imgui_widgets.cpp in Sources */,
  266. 8309BDA5253CCC070045E2A1 /* main.mm in Sources */,
  267. );
  268. runOnlyForDeploymentPostprocessing = 0;
  269. };
  270. 8307E7D620E9F9C900473790 /* Sources */ = {
  271. isa = PBXSourcesBuildPhase;
  272. buildActionMask = 2147483647;
  273. files = (
  274. 8309BDBE253CCCB60045E2A1 /* imgui_impl_metal.mm in Sources */,
  275. 8309BDBF253CCCB60045E2A1 /* imgui_impl_osx.mm in Sources */,
  276. 83BBEA0A20EB54E700295997 /* imgui.cpp in Sources */,
  277. 83BBEA0820EB54E700295997 /* imgui_demo.cpp in Sources */,
  278. 83BBEA0620EB54E700295997 /* imgui_draw.cpp in Sources */,
  279. 5079822E257677DB0038A28D /* imgui_tables.cpp in Sources */,
  280. 07A82ED92139418F0078D120 /* imgui_widgets.cpp in Sources */,
  281. 8309BDA8253CCC080045E2A1 /* main.mm in Sources */,
  282. );
  283. runOnlyForDeploymentPostprocessing = 0;
  284. };
  285. /* End PBXSourcesBuildPhase section */
  286. /* Begin XCBuildConfiguration section */
  287. 8307E7EE20E9F9C900473790 /* Debug */ = {
  288. isa = XCBuildConfiguration;
  289. buildSettings = {
  290. ALWAYS_SEARCH_USER_PATHS = NO;
  291. CLANG_ANALYZER_NONNULL = YES;
  292. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  293. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  294. CLANG_CXX_LIBRARY = "libc++";
  295. CLANG_ENABLE_MODULES = YES;
  296. CLANG_ENABLE_OBJC_ARC = YES;
  297. CLANG_ENABLE_OBJC_WEAK = YES;
  298. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  299. CLANG_WARN_BOOL_CONVERSION = YES;
  300. CLANG_WARN_COMMA = YES;
  301. CLANG_WARN_CONSTANT_CONVERSION = YES;
  302. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  303. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  304. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  305. CLANG_WARN_EMPTY_BODY = YES;
  306. CLANG_WARN_ENUM_CONVERSION = YES;
  307. CLANG_WARN_INFINITE_RECURSION = YES;
  308. CLANG_WARN_INT_CONVERSION = YES;
  309. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  310. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  311. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  312. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  313. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  314. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  315. CLANG_WARN_STRICT_PROTOTYPES = YES;
  316. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  317. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  318. CLANG_WARN_UNREACHABLE_CODE = YES;
  319. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  320. COPY_PHASE_STRIP = NO;
  321. DEBUG_INFORMATION_FORMAT = dwarf;
  322. ENABLE_STRICT_OBJC_MSGSEND = YES;
  323. ENABLE_TESTABILITY = YES;
  324. GCC_C_LANGUAGE_STANDARD = gnu11;
  325. GCC_DYNAMIC_NO_PIC = NO;
  326. GCC_NO_COMMON_BLOCKS = YES;
  327. GCC_OPTIMIZATION_LEVEL = 0;
  328. GCC_PREPROCESSOR_DEFINITIONS = (
  329. "DEBUG=1",
  330. "$(inherited)",
  331. );
  332. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  333. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  334. GCC_WARN_UNDECLARED_SELECTOR = YES;
  335. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  336. GCC_WARN_UNUSED_FUNCTION = YES;
  337. GCC_WARN_UNUSED_VARIABLE = YES;
  338. MTL_ENABLE_DEBUG_INFO = YES;
  339. ONLY_ACTIVE_ARCH = YES;
  340. };
  341. name = Debug;
  342. };
  343. 8307E7EF20E9F9C900473790 /* Release */ = {
  344. isa = XCBuildConfiguration;
  345. buildSettings = {
  346. ALWAYS_SEARCH_USER_PATHS = NO;
  347. CLANG_ANALYZER_NONNULL = YES;
  348. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  349. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  350. CLANG_CXX_LIBRARY = "libc++";
  351. CLANG_ENABLE_MODULES = YES;
  352. CLANG_ENABLE_OBJC_ARC = YES;
  353. CLANG_ENABLE_OBJC_WEAK = YES;
  354. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  355. CLANG_WARN_BOOL_CONVERSION = YES;
  356. CLANG_WARN_COMMA = YES;
  357. CLANG_WARN_CONSTANT_CONVERSION = YES;
  358. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  359. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  360. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  361. CLANG_WARN_EMPTY_BODY = YES;
  362. CLANG_WARN_ENUM_CONVERSION = YES;
  363. CLANG_WARN_INFINITE_RECURSION = YES;
  364. CLANG_WARN_INT_CONVERSION = YES;
  365. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  366. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  367. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  368. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  369. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  370. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  371. CLANG_WARN_STRICT_PROTOTYPES = YES;
  372. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  373. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  374. CLANG_WARN_UNREACHABLE_CODE = YES;
  375. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  376. COPY_PHASE_STRIP = NO;
  377. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  378. ENABLE_NS_ASSERTIONS = NO;
  379. ENABLE_STRICT_OBJC_MSGSEND = YES;
  380. GCC_C_LANGUAGE_STANDARD = gnu11;
  381. GCC_NO_COMMON_BLOCKS = YES;
  382. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  383. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  384. GCC_WARN_UNDECLARED_SELECTOR = YES;
  385. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  386. GCC_WARN_UNUSED_FUNCTION = YES;
  387. GCC_WARN_UNUSED_VARIABLE = YES;
  388. MTL_ENABLE_DEBUG_INFO = NO;
  389. };
  390. name = Release;
  391. };
  392. 8307E7F120E9F9C900473790 /* Debug */ = {
  393. isa = XCBuildConfiguration;
  394. buildSettings = {
  395. CODE_SIGN_IDENTITY = "iPhone Developer";
  396. CODE_SIGN_STYLE = Automatic;
  397. DEVELOPMENT_TEAM = "";
  398. INFOPLIST_FILE = "$(SRCROOT)/iOS/Info-iOS.plist";
  399. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  400. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  401. PRODUCT_BUNDLE_IDENTIFIER = "org.imgui.example.apple-metal-ios";
  402. PRODUCT_NAME = example_apple_metal;
  403. SDKROOT = iphoneos;
  404. TARGETED_DEVICE_FAMILY = "1,2";
  405. USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../**";
  406. };
  407. name = Debug;
  408. };
  409. 8307E7F220E9F9C900473790 /* Release */ = {
  410. isa = XCBuildConfiguration;
  411. buildSettings = {
  412. CODE_SIGN_IDENTITY = "iPhone Developer";
  413. CODE_SIGN_STYLE = Automatic;
  414. DEVELOPMENT_TEAM = "";
  415. INFOPLIST_FILE = "$(SRCROOT)/iOS/Info-iOS.plist";
  416. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  417. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  418. PRODUCT_BUNDLE_IDENTIFIER = "org.imgui.example.apple-metal-ios";
  419. PRODUCT_NAME = example_apple_metal;
  420. SDKROOT = iphoneos;
  421. TARGETED_DEVICE_FAMILY = "1,2";
  422. USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../**";
  423. VALIDATE_PRODUCT = YES;
  424. };
  425. name = Release;
  426. };
  427. 8307E7F420E9F9C900473790 /* Debug */ = {
  428. isa = XCBuildConfiguration;
  429. buildSettings = {
  430. CODE_SIGN_IDENTITY = "-";
  431. CODE_SIGN_STYLE = Automatic;
  432. COMBINE_HIDPI_IMAGES = YES;
  433. DEVELOPMENT_TEAM = "";
  434. INFOPLIST_FILE = "$(SRCROOT)/macOS/Info-macOS.plist";
  435. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  436. MACOSX_DEPLOYMENT_TARGET = 10.12;
  437. PRODUCT_BUNDLE_IDENTIFIER = "org.imgui.example.apple-metal-macos";
  438. PRODUCT_NAME = example_apple_metal;
  439. SDKROOT = macosx;
  440. USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../**";
  441. };
  442. name = Debug;
  443. };
  444. 8307E7F520E9F9C900473790 /* Release */ = {
  445. isa = XCBuildConfiguration;
  446. buildSettings = {
  447. CODE_SIGN_IDENTITY = "-";
  448. CODE_SIGN_STYLE = Automatic;
  449. COMBINE_HIDPI_IMAGES = YES;
  450. DEVELOPMENT_TEAM = "";
  451. INFOPLIST_FILE = "$(SRCROOT)/macOS/Info-macOS.plist";
  452. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  453. MACOSX_DEPLOYMENT_TARGET = 10.12;
  454. PRODUCT_BUNDLE_IDENTIFIER = "org.imgui.example.apple-metal-macos";
  455. PRODUCT_NAME = example_apple_metal;
  456. SDKROOT = macosx;
  457. USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../**";
  458. };
  459. name = Release;
  460. };
  461. /* End XCBuildConfiguration section */
  462. /* Begin XCConfigurationList section */
  463. 8307E7B920E9F9C700473790 /* Build configuration list for PBXProject "example_apple_metal" */ = {
  464. isa = XCConfigurationList;
  465. buildConfigurations = (
  466. 8307E7EE20E9F9C900473790 /* Debug */,
  467. 8307E7EF20E9F9C900473790 /* Release */,
  468. );
  469. defaultConfigurationIsVisible = 0;
  470. defaultConfigurationName = Release;
  471. };
  472. 8307E7F020E9F9C900473790 /* Build configuration list for PBXNativeTarget "example_apple_metal_ios" */ = {
  473. isa = XCConfigurationList;
  474. buildConfigurations = (
  475. 8307E7F120E9F9C900473790 /* Debug */,
  476. 8307E7F220E9F9C900473790 /* Release */,
  477. );
  478. defaultConfigurationIsVisible = 0;
  479. defaultConfigurationName = Release;
  480. };
  481. 8307E7F320E9F9C900473790 /* Build configuration list for PBXNativeTarget "example_apple_metal_macos" */ = {
  482. isa = XCConfigurationList;
  483. buildConfigurations = (
  484. 8307E7F420E9F9C900473790 /* Debug */,
  485. 8307E7F520E9F9C900473790 /* Release */,
  486. );
  487. defaultConfigurationIsVisible = 0;
  488. defaultConfigurationName = Release;
  489. };
  490. /* End XCConfigurationList section */
  491. };
  492. rootObject = 8307E7B620E9F9C700473790 /* Project object */;
  493. }