project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4080A99820B02D340036BA46 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4080A98A20B02CD90036BA46 /* main.mm */; };
  10. 4080A9A220B034280036BA46 /* imgui_impl_opengl2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A99E20B034280036BA46 /* imgui_impl_opengl2.cpp */; };
  11. 4080A9AD20B0343C0036BA46 /* imgui_demo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A9A620B0343C0036BA46 /* imgui_demo.cpp */; };
  12. 4080A9AE20B0343C0036BA46 /* imgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A9A720B0343C0036BA46 /* imgui.cpp */; };
  13. 4080A9AF20B0343C0036BA46 /* imgui_draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A9AA20B0343C0036BA46 /* imgui_draw.cpp */; };
  14. 4080A9B020B0347A0036BA46 /* imgui_impl_osx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4080A99F20B034280036BA46 /* imgui_impl_osx.mm */; };
  15. 4080A9B320B034E40036BA46 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4080A9B220B034E40036BA46 /* Cocoa.framework */; };
  16. 4080A9B520B034EA0036BA46 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4080A9B420B034EA0036BA46 /* OpenGL.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXCopyFilesBuildPhase section */
  19. 4080A96920B029B00036BA46 /* CopyFiles */ = {
  20. isa = PBXCopyFilesBuildPhase;
  21. buildActionMask = 2147483647;
  22. dstPath = /usr/share/man/man1/;
  23. dstSubfolderSpec = 0;
  24. files = (
  25. );
  26. runOnlyForDeploymentPostprocessing = 1;
  27. };
  28. /* End PBXCopyFilesBuildPhase section */
  29. /* Begin PBXFileReference section */
  30. 4080A96B20B029B00036BA46 /* example_osx_opengl2 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = example_osx_opengl2; sourceTree = BUILT_PRODUCTS_DIR; };
  31. 4080A98A20B02CD90036BA46 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = SOURCE_ROOT; };
  32. 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>"; };
  33. 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>"; };
  34. 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>"; };
  35. 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>"; };
  36. 4080A9A420B0343C0036BA46 /* stb_truetype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stb_truetype.h; path = ../../stb_truetype.h; sourceTree = "<group>"; };
  37. 4080A9A520B0343C0036BA46 /* imgui_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui_internal.h; path = ../../imgui_internal.h; sourceTree = "<group>"; };
  38. 4080A9A620B0343C0036BA46 /* imgui_demo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_demo.cpp; path = ../../imgui_demo.cpp; sourceTree = "<group>"; };
  39. 4080A9A720B0343C0036BA46 /* imgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui.cpp; path = ../../imgui.cpp; sourceTree = "<group>"; };
  40. 4080A9A820B0343C0036BA46 /* imgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui.h; path = ../../imgui.h; sourceTree = "<group>"; };
  41. 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>"; };
  42. 4080A9AA20B0343C0036BA46 /* imgui_draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_draw.cpp; path = ../../imgui_draw.cpp; sourceTree = "<group>"; };
  43. 4080A9AB20B0343C0036BA46 /* stb_textedit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stb_textedit.h; path = ../../stb_textedit.h; 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. /* End PBXFileReference section */
  48. /* Begin PBXFrameworksBuildPhase section */
  49. 4080A96820B029B00036BA46 /* Frameworks */ = {
  50. isa = PBXFrameworksBuildPhase;
  51. buildActionMask = 2147483647;
  52. files = (
  53. 4080A9B520B034EA0036BA46 /* OpenGL.framework in Frameworks */,
  54. 4080A9B320B034E40036BA46 /* Cocoa.framework in Frameworks */,
  55. );
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. /* End PBXFrameworksBuildPhase section */
  59. /* Begin PBXGroup section */
  60. 4080A96220B029B00036BA46 = {
  61. isa = PBXGroup;
  62. children = (
  63. 4080A9AC20B0343C0036BA46 /* imconfig.h */,
  64. 4080A9A620B0343C0036BA46 /* imgui_demo.cpp */,
  65. 4080A9AA20B0343C0036BA46 /* imgui_draw.cpp */,
  66. 4080A9A520B0343C0036BA46 /* imgui_internal.h */,
  67. 4080A9A720B0343C0036BA46 /* imgui.cpp */,
  68. 4080A9A820B0343C0036BA46 /* imgui.h */,
  69. 4080A9A920B0343C0036BA46 /* stb_rect_pack.h */,
  70. 4080A9AB20B0343C0036BA46 /* stb_textedit.h */,
  71. 4080A9A420B0343C0036BA46 /* stb_truetype.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. };
  129. };
  130. };
  131. buildConfigurationList = 4080A96620B029B00036BA46 /* Build configuration list for PBXProject "example_osx_opengl2" */;
  132. compatibilityVersion = "Xcode 9.3";
  133. developmentRegion = en;
  134. hasScannedForEncodings = 0;
  135. knownRegions = (
  136. en,
  137. );
  138. mainGroup = 4080A96220B029B00036BA46;
  139. productRefGroup = 4080A96C20B029B00036BA46 /* Products */;
  140. projectDirPath = "";
  141. projectRoot = "";
  142. targets = (
  143. 4080A96A20B029B00036BA46 /* example_osx_opengl2 */,
  144. );
  145. };
  146. /* End PBXProject section */
  147. /* Begin PBXSourcesBuildPhase section */
  148. 4080A96720B029B00036BA46 /* Sources */ = {
  149. isa = PBXSourcesBuildPhase;
  150. buildActionMask = 2147483647;
  151. files = (
  152. 4080A99820B02D340036BA46 /* main.mm in Sources */,
  153. 4080A9AD20B0343C0036BA46 /* imgui_demo.cpp in Sources */,
  154. 4080A9AF20B0343C0036BA46 /* imgui_draw.cpp in Sources */,
  155. 4080A9A220B034280036BA46 /* imgui_impl_opengl2.cpp in Sources */,
  156. 4080A9B020B0347A0036BA46 /* imgui_impl_osx.mm in Sources */,
  157. 4080A9AE20B0343C0036BA46 /* imgui.cpp in Sources */,
  158. );
  159. runOnlyForDeploymentPostprocessing = 0;
  160. };
  161. /* End PBXSourcesBuildPhase section */
  162. /* Begin XCBuildConfiguration section */
  163. 4080A97020B029B00036BA46 /* Debug */ = {
  164. isa = XCBuildConfiguration;
  165. buildSettings = {
  166. ALWAYS_SEARCH_USER_PATHS = NO;
  167. CLANG_ANALYZER_NONNULL = YES;
  168. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  169. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  170. CLANG_CXX_LIBRARY = "libc++";
  171. CLANG_ENABLE_MODULES = YES;
  172. CLANG_ENABLE_OBJC_ARC = YES;
  173. CLANG_ENABLE_OBJC_WEAK = YES;
  174. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  175. CLANG_WARN_BOOL_CONVERSION = YES;
  176. CLANG_WARN_COMMA = YES;
  177. CLANG_WARN_CONSTANT_CONVERSION = YES;
  178. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  179. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  180. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  181. CLANG_WARN_EMPTY_BODY = YES;
  182. CLANG_WARN_ENUM_CONVERSION = YES;
  183. CLANG_WARN_INFINITE_RECURSION = YES;
  184. CLANG_WARN_INT_CONVERSION = YES;
  185. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  186. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  187. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  188. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  189. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  190. CLANG_WARN_STRICT_PROTOTYPES = YES;
  191. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  192. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  193. CLANG_WARN_UNREACHABLE_CODE = YES;
  194. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  195. CODE_SIGN_IDENTITY = "-";
  196. COPY_PHASE_STRIP = NO;
  197. DEBUG_INFORMATION_FORMAT = dwarf;
  198. ENABLE_STRICT_OBJC_MSGSEND = YES;
  199. ENABLE_TESTABILITY = YES;
  200. GCC_C_LANGUAGE_STANDARD = gnu11;
  201. GCC_DYNAMIC_NO_PIC = NO;
  202. GCC_NO_COMMON_BLOCKS = YES;
  203. GCC_OPTIMIZATION_LEVEL = 0;
  204. GCC_PREPROCESSOR_DEFINITIONS = (
  205. "DEBUG=1",
  206. "$(inherited)",
  207. );
  208. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  209. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  210. GCC_WARN_UNDECLARED_SELECTOR = YES;
  211. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  212. GCC_WARN_UNUSED_FUNCTION = YES;
  213. GCC_WARN_UNUSED_VARIABLE = YES;
  214. MACOSX_DEPLOYMENT_TARGET = 10.13;
  215. MTL_ENABLE_DEBUG_INFO = YES;
  216. ONLY_ACTIVE_ARCH = YES;
  217. SDKROOT = macosx;
  218. };
  219. name = Debug;
  220. };
  221. 4080A97120B029B00036BA46 /* Release */ = {
  222. isa = XCBuildConfiguration;
  223. buildSettings = {
  224. ALWAYS_SEARCH_USER_PATHS = NO;
  225. CLANG_ANALYZER_NONNULL = YES;
  226. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  227. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  228. CLANG_CXX_LIBRARY = "libc++";
  229. CLANG_ENABLE_MODULES = YES;
  230. CLANG_ENABLE_OBJC_ARC = YES;
  231. CLANG_ENABLE_OBJC_WEAK = YES;
  232. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  233. CLANG_WARN_BOOL_CONVERSION = YES;
  234. CLANG_WARN_COMMA = YES;
  235. CLANG_WARN_CONSTANT_CONVERSION = YES;
  236. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  237. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  238. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  239. CLANG_WARN_EMPTY_BODY = YES;
  240. CLANG_WARN_ENUM_CONVERSION = YES;
  241. CLANG_WARN_INFINITE_RECURSION = YES;
  242. CLANG_WARN_INT_CONVERSION = YES;
  243. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  244. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  245. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  246. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  247. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  248. CLANG_WARN_STRICT_PROTOTYPES = YES;
  249. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  250. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  251. CLANG_WARN_UNREACHABLE_CODE = YES;
  252. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  253. CODE_SIGN_IDENTITY = "-";
  254. COPY_PHASE_STRIP = NO;
  255. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  256. ENABLE_NS_ASSERTIONS = NO;
  257. ENABLE_STRICT_OBJC_MSGSEND = YES;
  258. GCC_C_LANGUAGE_STANDARD = gnu11;
  259. GCC_NO_COMMON_BLOCKS = YES;
  260. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  261. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  262. GCC_WARN_UNDECLARED_SELECTOR = YES;
  263. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  264. GCC_WARN_UNUSED_FUNCTION = YES;
  265. GCC_WARN_UNUSED_VARIABLE = YES;
  266. MACOSX_DEPLOYMENT_TARGET = 10.13;
  267. MTL_ENABLE_DEBUG_INFO = NO;
  268. SDKROOT = macosx;
  269. };
  270. name = Release;
  271. };
  272. 4080A97320B029B00036BA46 /* Debug */ = {
  273. isa = XCBuildConfiguration;
  274. buildSettings = {
  275. CODE_SIGN_STYLE = Automatic;
  276. PRODUCT_NAME = "$(TARGET_NAME)";
  277. SYSTEM_HEADER_SEARCH_PATHS = ../libs/gl3w;
  278. USER_HEADER_SEARCH_PATHS = ../..;
  279. };
  280. name = Debug;
  281. };
  282. 4080A97420B029B00036BA46 /* Release */ = {
  283. isa = XCBuildConfiguration;
  284. buildSettings = {
  285. CODE_SIGN_STYLE = Automatic;
  286. PRODUCT_NAME = "$(TARGET_NAME)";
  287. SYSTEM_HEADER_SEARCH_PATHS = ../libs/gl3w;
  288. USER_HEADER_SEARCH_PATHS = ../..;
  289. };
  290. name = Release;
  291. };
  292. /* End XCBuildConfiguration section */
  293. /* Begin XCConfigurationList section */
  294. 4080A96620B029B00036BA46 /* Build configuration list for PBXProject "example_osx_opengl2" */ = {
  295. isa = XCConfigurationList;
  296. buildConfigurations = (
  297. 4080A97020B029B00036BA46 /* Debug */,
  298. 4080A97120B029B00036BA46 /* Release */,
  299. );
  300. defaultConfigurationIsVisible = 0;
  301. defaultConfigurationName = Release;
  302. };
  303. 4080A97220B029B00036BA46 /* Build configuration list for PBXNativeTarget "example_osx_opengl2" */ = {
  304. isa = XCConfigurationList;
  305. buildConfigurations = (
  306. 4080A97320B029B00036BA46 /* Debug */,
  307. 4080A97420B029B00036BA46 /* Release */,
  308. );
  309. defaultConfigurationIsVisible = 0;
  310. defaultConfigurationName = Release;
  311. };
  312. /* End XCConfigurationList section */
  313. };
  314. rootObject = 4080A96320B029B00036BA46 /* Project object */;
  315. }