project.pbxproj 14 KB

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