project.pbxproj 15 KB

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