project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 07A82EDB213941D00078D120 /* imgui_widgets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07A82EDA213941D00078D120 /* imgui_widgets.cpp */; };
  10. 4080A99820B02D340036BA46 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4080A98A20B02CD90036BA46 /* main.mm */; };
  11. 4080A9A220B034280036BA46 /* imgui_impl_opengl2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A99E20B034280036BA46 /* imgui_impl_opengl2.cpp */; };
  12. 4080A9AD20B0343C0036BA46 /* imgui_demo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A9A620B0343C0036BA46 /* imgui_demo.cpp */; };
  13. 4080A9AE20B0343C0036BA46 /* imgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A9A720B0343C0036BA46 /* imgui.cpp */; };
  14. 4080A9AF20B0343C0036BA46 /* imgui_draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A9AA20B0343C0036BA46 /* imgui_draw.cpp */; };
  15. 4080A9B020B0347A0036BA46 /* imgui_impl_osx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4080A99F20B034280036BA46 /* imgui_impl_osx.mm */; };
  16. 4080A9B320B034E40036BA46 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4080A9B220B034E40036BA46 /* Cocoa.framework */; };
  17. 4080A9B520B034EA0036BA46 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4080A9B420B034EA0036BA46 /* OpenGL.framework */; };
  18. 50798230257677FD0038A28D /* imgui_tables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5079822F257677FC0038A28D /* imgui_tables.cpp */; };
  19. /* End PBXBuildFile section */
  20. /* Begin PBXCopyFilesBuildPhase section */
  21. 4080A96920B029B00036BA46 /* CopyFiles */ = {
  22. isa = PBXCopyFilesBuildPhase;
  23. buildActionMask = 2147483647;
  24. dstPath = /usr/share/man/man1/;
  25. dstSubfolderSpec = 0;
  26. files = (
  27. );
  28. runOnlyForDeploymentPostprocessing = 1;
  29. };
  30. /* End PBXCopyFilesBuildPhase section */
  31. /* Begin PBXFileReference section */
  32. 07A82EDA213941D00078D120 /* imgui_widgets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_widgets.cpp; path = ../../imgui_widgets.cpp; sourceTree = "<group>"; };
  33. 4080A96B20B029B00036BA46 /* example_osx_opengl2 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = example_osx_opengl2; sourceTree = BUILT_PRODUCTS_DIR; };
  34. 4080A98A20B02CD90036BA46 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = SOURCE_ROOT; };
  35. 4080A99E20B034280036BA46 /* imgui_impl_opengl2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_impl_opengl2.cpp; path = ../../backends/imgui_impl_opengl2.cpp; sourceTree = "<group>"; };
  36. 4080A99F20B034280036BA46 /* imgui_impl_osx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = imgui_impl_osx.mm; path = ../../backends/imgui_impl_osx.mm; sourceTree = "<group>"; };
  37. 4080A9A020B034280036BA46 /* imgui_impl_opengl2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui_impl_opengl2.h; path = ../../backends/imgui_impl_opengl2.h; sourceTree = "<group>"; };
  38. 4080A9A120B034280036BA46 /* imgui_impl_osx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui_impl_osx.h; path = ../../backends/imgui_impl_osx.h; sourceTree = "<group>"; };
  39. 4080A9A520B0343C0036BA46 /* imgui_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui_internal.h; path = ../../imgui_internal.h; sourceTree = "<group>"; };
  40. 4080A9A620B0343C0036BA46 /* imgui_demo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_demo.cpp; path = ../../imgui_demo.cpp; sourceTree = "<group>"; };
  41. 4080A9A720B0343C0036BA46 /* imgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui.cpp; path = ../../imgui.cpp; sourceTree = "<group>"; };
  42. 4080A9A820B0343C0036BA46 /* imgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui.h; path = ../../imgui.h; sourceTree = "<group>"; };
  43. 4080A9AA20B0343C0036BA46 /* imgui_draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_draw.cpp; path = ../../imgui_draw.cpp; sourceTree = "<group>"; };
  44. 4080A9AC20B0343C0036BA46 /* imconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imconfig.h; path = ../../imconfig.h; sourceTree = "<group>"; };
  45. 4080A9B220B034E40036BA46 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  46. 4080A9B420B034EA0036BA46 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
  47. 5079822F257677FC0038A28D /* imgui_tables.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_tables.cpp; path = ../../imgui_tables.cpp; sourceTree = "<group>"; };
  48. /* End PBXFileReference section */
  49. /* Begin PBXFrameworksBuildPhase section */
  50. 4080A96820B029B00036BA46 /* Frameworks */ = {
  51. isa = PBXFrameworksBuildPhase;
  52. buildActionMask = 2147483647;
  53. files = (
  54. 4080A9B520B034EA0036BA46 /* OpenGL.framework in Frameworks */,
  55. 4080A9B320B034E40036BA46 /* Cocoa.framework in Frameworks */,
  56. );
  57. runOnlyForDeploymentPostprocessing = 0;
  58. };
  59. /* End PBXFrameworksBuildPhase section */
  60. /* Begin PBXGroup section */
  61. 4080A96220B029B00036BA46 = {
  62. isa = PBXGroup;
  63. children = (
  64. 5079822F257677FC0038A28D /* imgui_tables.cpp */,
  65. 4080A9AC20B0343C0036BA46 /* imconfig.h */,
  66. 4080A9A720B0343C0036BA46 /* imgui.cpp */,
  67. 4080A9A820B0343C0036BA46 /* imgui.h */,
  68. 07A82EDA213941D00078D120 /* imgui_widgets.cpp */,
  69. 4080A9A620B0343C0036BA46 /* imgui_demo.cpp */,
  70. 4080A9AA20B0343C0036BA46 /* imgui_draw.cpp */,
  71. 4080A9A520B0343C0036BA46 /* imgui_internal.h */,
  72. 4080A99E20B034280036BA46 /* imgui_impl_opengl2.cpp */,
  73. 4080A9A020B034280036BA46 /* imgui_impl_opengl2.h */,
  74. 4080A9A120B034280036BA46 /* imgui_impl_osx.h */,
  75. 4080A99F20B034280036BA46 /* imgui_impl_osx.mm */,
  76. 4080A98A20B02CD90036BA46 /* main.mm */,
  77. 4080A96C20B029B00036BA46 /* Products */,
  78. 4080A9B120B034E40036BA46 /* Frameworks */,
  79. );
  80. sourceTree = "<group>";
  81. };
  82. 4080A96C20B029B00036BA46 /* Products */ = {
  83. isa = PBXGroup;
  84. children = (
  85. 4080A96B20B029B00036BA46 /* example_osx_opengl2 */,
  86. );
  87. name = Products;
  88. sourceTree = "<group>";
  89. };
  90. 4080A9B120B034E40036BA46 /* Frameworks */ = {
  91. isa = PBXGroup;
  92. children = (
  93. 4080A9B420B034EA0036BA46 /* OpenGL.framework */,
  94. 4080A9B220B034E40036BA46 /* Cocoa.framework */,
  95. );
  96. name = Frameworks;
  97. sourceTree = "<group>";
  98. };
  99. /* End PBXGroup section */
  100. /* Begin PBXNativeTarget section */
  101. 4080A96A20B029B00036BA46 /* example_osx_opengl2 */ = {
  102. isa = PBXNativeTarget;
  103. buildConfigurationList = 4080A97220B029B00036BA46 /* Build configuration list for PBXNativeTarget "example_osx_opengl2" */;
  104. buildPhases = (
  105. 4080A96720B029B00036BA46 /* Sources */,
  106. 4080A96820B029B00036BA46 /* Frameworks */,
  107. 4080A96920B029B00036BA46 /* CopyFiles */,
  108. );
  109. buildRules = (
  110. );
  111. dependencies = (
  112. );
  113. name = example_osx_opengl2;
  114. productName = example_osx_opengl2;
  115. productReference = 4080A96B20B029B00036BA46 /* example_osx_opengl2 */;
  116. productType = "com.apple.product-type.tool";
  117. };
  118. /* End PBXNativeTarget section */
  119. /* Begin PBXProject section */
  120. 4080A96320B029B00036BA46 /* Project object */ = {
  121. isa = PBXProject;
  122. attributes = {
  123. LastUpgradeCheck = 0930;
  124. ORGANIZATIONNAME = ImGui;
  125. TargetAttributes = {
  126. 4080A96A20B029B00036BA46 = {
  127. CreatedOnToolsVersion = 9.3.1;
  128. ProvisioningStyle = Automatic;
  129. };
  130. };
  131. };
  132. buildConfigurationList = 4080A96620B029B00036BA46 /* Build configuration list for PBXProject "example_apple_opengl2" */;
  133. compatibilityVersion = "Xcode 8.0";
  134. developmentRegion = en;
  135. hasScannedForEncodings = 0;
  136. knownRegions = (
  137. en,
  138. );
  139. mainGroup = 4080A96220B029B00036BA46;
  140. productRefGroup = 4080A96C20B029B00036BA46 /* Products */;
  141. projectDirPath = "";
  142. projectRoot = "";
  143. targets = (
  144. 4080A96A20B029B00036BA46 /* example_osx_opengl2 */,
  145. );
  146. };
  147. /* End PBXProject section */
  148. /* Begin PBXSourcesBuildPhase section */
  149. 4080A96720B029B00036BA46 /* Sources */ = {
  150. isa = PBXSourcesBuildPhase;
  151. buildActionMask = 2147483647;
  152. files = (
  153. 4080A99820B02D340036BA46 /* main.mm in Sources */,
  154. 4080A9AD20B0343C0036BA46 /* imgui_demo.cpp in Sources */,
  155. 4080A9AF20B0343C0036BA46 /* imgui_draw.cpp in Sources */,
  156. 4080A9A220B034280036BA46 /* imgui_impl_opengl2.cpp in Sources */,
  157. 4080A9B020B0347A0036BA46 /* imgui_impl_osx.mm in Sources */,
  158. 4080A9AE20B0343C0036BA46 /* imgui.cpp in Sources */,
  159. 50798230257677FD0038A28D /* imgui_tables.cpp in Sources */,
  160. 07A82EDB213941D00078D120 /* imgui_widgets.cpp in Sources */,
  161. );
  162. runOnlyForDeploymentPostprocessing = 0;
  163. };
  164. /* End PBXSourcesBuildPhase section */
  165. /* Begin XCBuildConfiguration section */
  166. 4080A97020B029B00036BA46 /* Debug */ = {
  167. isa = XCBuildConfiguration;
  168. buildSettings = {
  169. ALWAYS_SEARCH_USER_PATHS = NO;
  170. CLANG_ANALYZER_NONNULL = YES;
  171. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  172. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  173. CLANG_CXX_LIBRARY = "libc++";
  174. CLANG_ENABLE_MODULES = YES;
  175. CLANG_ENABLE_OBJC_ARC = YES;
  176. CLANG_ENABLE_OBJC_WEAK = YES;
  177. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  178. CLANG_WARN_BOOL_CONVERSION = YES;
  179. CLANG_WARN_COMMA = YES;
  180. CLANG_WARN_CONSTANT_CONVERSION = YES;
  181. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  182. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  183. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  184. CLANG_WARN_EMPTY_BODY = YES;
  185. CLANG_WARN_ENUM_CONVERSION = YES;
  186. CLANG_WARN_INFINITE_RECURSION = YES;
  187. CLANG_WARN_INT_CONVERSION = YES;
  188. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  189. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  190. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  191. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  192. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  193. CLANG_WARN_STRICT_PROTOTYPES = YES;
  194. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  195. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  196. CLANG_WARN_UNREACHABLE_CODE = YES;
  197. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  198. CODE_SIGN_IDENTITY = "-";
  199. COPY_PHASE_STRIP = NO;
  200. DEBUG_INFORMATION_FORMAT = dwarf;
  201. ENABLE_STRICT_OBJC_MSGSEND = YES;
  202. ENABLE_TESTABILITY = YES;
  203. GCC_C_LANGUAGE_STANDARD = gnu11;
  204. GCC_DYNAMIC_NO_PIC = NO;
  205. GCC_NO_COMMON_BLOCKS = YES;
  206. GCC_OPTIMIZATION_LEVEL = 0;
  207. GCC_PREPROCESSOR_DEFINITIONS = (
  208. "DEBUG=1",
  209. "$(inherited)",
  210. );
  211. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  212. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  213. GCC_WARN_UNDECLARED_SELECTOR = YES;
  214. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  215. GCC_WARN_UNUSED_FUNCTION = YES;
  216. GCC_WARN_UNUSED_VARIABLE = YES;
  217. MACOSX_DEPLOYMENT_TARGET = 10.13;
  218. MTL_ENABLE_DEBUG_INFO = YES;
  219. ONLY_ACTIVE_ARCH = YES;
  220. SDKROOT = macosx;
  221. };
  222. name = Debug;
  223. };
  224. 4080A97120B029B00036BA46 /* Release */ = {
  225. isa = XCBuildConfiguration;
  226. buildSettings = {
  227. ALWAYS_SEARCH_USER_PATHS = NO;
  228. CLANG_ANALYZER_NONNULL = YES;
  229. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  230. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  231. CLANG_CXX_LIBRARY = "libc++";
  232. CLANG_ENABLE_MODULES = YES;
  233. CLANG_ENABLE_OBJC_ARC = YES;
  234. CLANG_ENABLE_OBJC_WEAK = YES;
  235. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  236. CLANG_WARN_BOOL_CONVERSION = YES;
  237. CLANG_WARN_COMMA = YES;
  238. CLANG_WARN_CONSTANT_CONVERSION = YES;
  239. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  240. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  241. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  242. CLANG_WARN_EMPTY_BODY = YES;
  243. CLANG_WARN_ENUM_CONVERSION = YES;
  244. CLANG_WARN_INFINITE_RECURSION = YES;
  245. CLANG_WARN_INT_CONVERSION = YES;
  246. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  247. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  248. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  249. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  250. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  251. CLANG_WARN_STRICT_PROTOTYPES = YES;
  252. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  253. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  254. CLANG_WARN_UNREACHABLE_CODE = YES;
  255. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  256. CODE_SIGN_IDENTITY = "-";
  257. COPY_PHASE_STRIP = NO;
  258. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  259. ENABLE_NS_ASSERTIONS = NO;
  260. ENABLE_STRICT_OBJC_MSGSEND = YES;
  261. GCC_C_LANGUAGE_STANDARD = gnu11;
  262. GCC_NO_COMMON_BLOCKS = YES;
  263. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  264. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  265. GCC_WARN_UNDECLARED_SELECTOR = YES;
  266. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  267. GCC_WARN_UNUSED_FUNCTION = YES;
  268. GCC_WARN_UNUSED_VARIABLE = YES;
  269. MACOSX_DEPLOYMENT_TARGET = 10.13;
  270. MTL_ENABLE_DEBUG_INFO = NO;
  271. SDKROOT = macosx;
  272. };
  273. name = Release;
  274. };
  275. 4080A97320B029B00036BA46 /* Debug */ = {
  276. isa = XCBuildConfiguration;
  277. buildSettings = {
  278. CODE_SIGN_STYLE = Automatic;
  279. MACOSX_DEPLOYMENT_TARGET = 10.12;
  280. PRODUCT_NAME = "$(TARGET_NAME)";
  281. USER_HEADER_SEARCH_PATHS = ../..;
  282. };
  283. name = Debug;
  284. };
  285. 4080A97420B029B00036BA46 /* Release */ = {
  286. isa = XCBuildConfiguration;
  287. buildSettings = {
  288. CODE_SIGN_STYLE = Automatic;
  289. MACOSX_DEPLOYMENT_TARGET = 10.12;
  290. PRODUCT_NAME = "$(TARGET_NAME)";
  291. USER_HEADER_SEARCH_PATHS = ../..;
  292. };
  293. name = Release;
  294. };
  295. /* End XCBuildConfiguration section */
  296. /* Begin XCConfigurationList section */
  297. 4080A96620B029B00036BA46 /* Build configuration list for PBXProject "example_apple_opengl2" */ = {
  298. isa = XCConfigurationList;
  299. buildConfigurations = (
  300. 4080A97020B029B00036BA46 /* Debug */,
  301. 4080A97120B029B00036BA46 /* Release */,
  302. );
  303. defaultConfigurationIsVisible = 0;
  304. defaultConfigurationName = Release;
  305. };
  306. 4080A97220B029B00036BA46 /* Build configuration list for PBXNativeTarget "example_osx_opengl2" */ = {
  307. isa = XCConfigurationList;
  308. buildConfigurations = (
  309. 4080A97320B029B00036BA46 /* Debug */,
  310. 4080A97420B029B00036BA46 /* Release */,
  311. );
  312. defaultConfigurationIsVisible = 0;
  313. defaultConfigurationName = Release;
  314. };
  315. /* End XCConfigurationList section */
  316. };
  317. rootObject = 4080A96320B029B00036BA46 /* Project object */;
  318. }