project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0630AE8C1D8128A5008859B0 /* Charts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0630AE711D812840008859B0 /* Charts.framework */; };
  10. 0630AE8D1D8128A5008859B0 /* Charts.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0630AE711D812840008859B0 /* Charts.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  11. 5B9A0C3A1C83AB1800ED8ED8 /* BarDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9A0C391C83AB1800ED8ED8 /* BarDemoViewController.swift */; };
  12. 5B9A0C3C1C83AB2100ED8ED8 /* LineDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9A0C3B1C83AB2100ED8ED8 /* LineDemoViewController.swift */; };
  13. 5B9A0C3E1C83AB2B00ED8ED8 /* RadarDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9A0C3D1C83AB2B00ED8ED8 /* RadarDemoViewController.swift */; };
  14. 5B9A0C401C83AB3400ED8ED8 /* PieDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9A0C3F1C83AB3400ED8ED8 /* PieDemoViewController.swift */; };
  15. 65B3F6421C73B4F5000983D0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65B3F6411C73B4F5000983D0 /* AppDelegate.swift */; };
  16. 65B3F6461C73B4F5000983D0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65B3F6451C73B4F5000983D0 /* Assets.xcassets */; };
  17. 65B3F6491C73B4F5000983D0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65B3F6471C73B4F5000983D0 /* Main.storyboard */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXContainerItemProxy section */
  20. 0630AE701D812840008859B0 /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = 0630AE691D812840008859B0 /* Charts.xcodeproj */;
  23. proxyType = 2;
  24. remoteGlobalIDString = 06165F241D8110E600722320;
  25. remoteInfo = Charts;
  26. };
  27. 0630AE721D812840008859B0 /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = 0630AE691D812840008859B0 /* Charts.xcodeproj */;
  30. proxyType = 2;
  31. remoteGlobalIDString = 06165F2E1D8110E600722320;
  32. remoteInfo = ChartsTests;
  33. };
  34. 0630AE8E1D8128A5008859B0 /* PBXContainerItemProxy */ = {
  35. isa = PBXContainerItemProxy;
  36. containerPortal = 0630AE691D812840008859B0 /* Charts.xcodeproj */;
  37. proxyType = 1;
  38. remoteGlobalIDString = A58A4ED274A941CA248EA921;
  39. remoteInfo = Charts;
  40. };
  41. /* End PBXContainerItemProxy section */
  42. /* Begin PBXCopyFilesBuildPhase section */
  43. 65B3F65F1C73B507000983D0 /* Embed Frameworks */ = {
  44. isa = PBXCopyFilesBuildPhase;
  45. buildActionMask = 2147483647;
  46. dstPath = "";
  47. dstSubfolderSpec = 10;
  48. files = (
  49. 0630AE8D1D8128A5008859B0 /* Charts.framework in Embed Frameworks */,
  50. );
  51. name = "Embed Frameworks";
  52. runOnlyForDeploymentPostprocessing = 0;
  53. };
  54. /* End PBXCopyFilesBuildPhase section */
  55. /* Begin PBXFileReference section */
  56. 03780C7E1EA29C87005C11C8 /* PlaygroundChart.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = PlaygroundChart.playground; sourceTree = "<group>"; };
  57. 0630AE691D812840008859B0 /* Charts.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Charts.xcodeproj; path = ../Charts.xcodeproj; sourceTree = "<group>"; };
  58. 5B9A0C391C83AB1800ED8ED8 /* BarDemoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BarDemoViewController.swift; sourceTree = "<group>"; };
  59. 5B9A0C3B1C83AB2100ED8ED8 /* LineDemoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LineDemoViewController.swift; sourceTree = "<group>"; };
  60. 5B9A0C3D1C83AB2B00ED8ED8 /* RadarDemoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RadarDemoViewController.swift; sourceTree = "<group>"; };
  61. 5B9A0C3F1C83AB3400ED8ED8 /* PieDemoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PieDemoViewController.swift; sourceTree = "<group>"; };
  62. 65B3F63E1C73B4F5000983D0 /* ChartsDemo-macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ChartsDemo-macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  63. 65B3F6411C73B4F5000983D0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  64. 65B3F6451C73B4F5000983D0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  65. 65B3F6481C73B4F5000983D0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  66. 65B3F64A1C73B4F5000983D0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  67. /* End PBXFileReference section */
  68. /* Begin PBXFrameworksBuildPhase section */
  69. 65B3F63B1C73B4F5000983D0 /* Frameworks */ = {
  70. isa = PBXFrameworksBuildPhase;
  71. buildActionMask = 2147483647;
  72. files = (
  73. 0630AE8C1D8128A5008859B0 /* Charts.framework in Frameworks */,
  74. );
  75. runOnlyForDeploymentPostprocessing = 0;
  76. };
  77. /* End PBXFrameworksBuildPhase section */
  78. /* Begin PBXGroup section */
  79. 0630AE6A1D812840008859B0 /* Products */ = {
  80. isa = PBXGroup;
  81. children = (
  82. 0630AE711D812840008859B0 /* Charts.framework */,
  83. 0630AE731D812840008859B0 /* ChartsTests.xctest */,
  84. );
  85. name = Products;
  86. sourceTree = "<group>";
  87. };
  88. 5B9A0C381C83AB0600ED8ED8 /* Demos */ = {
  89. isa = PBXGroup;
  90. children = (
  91. 5B9A0C391C83AB1800ED8ED8 /* BarDemoViewController.swift */,
  92. 5B9A0C3B1C83AB2100ED8ED8 /* LineDemoViewController.swift */,
  93. 5B9A0C3D1C83AB2B00ED8ED8 /* RadarDemoViewController.swift */,
  94. 5B9A0C3F1C83AB3400ED8ED8 /* PieDemoViewController.swift */,
  95. );
  96. path = Demos;
  97. sourceTree = "<group>";
  98. };
  99. 65B3F6351C73B4F5000983D0 = {
  100. isa = PBXGroup;
  101. children = (
  102. 65B3F6401C73B4F5000983D0 /* ChartsDemo-macOS */,
  103. 65B3F63F1C73B4F5000983D0 /* Products */,
  104. 03780C7E1EA29C87005C11C8 /* PlaygroundChart.playground */,
  105. 0630AE691D812840008859B0 /* Charts.xcodeproj */,
  106. );
  107. sourceTree = "<group>";
  108. };
  109. 65B3F63F1C73B4F5000983D0 /* Products */ = {
  110. isa = PBXGroup;
  111. children = (
  112. 65B3F63E1C73B4F5000983D0 /* ChartsDemo-macOS.app */,
  113. );
  114. name = Products;
  115. sourceTree = "<group>";
  116. };
  117. 65B3F6401C73B4F5000983D0 /* ChartsDemo-macOS */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 5B9A0C381C83AB0600ED8ED8 /* Demos */,
  121. 65B3F6411C73B4F5000983D0 /* AppDelegate.swift */,
  122. 65B3F6451C73B4F5000983D0 /* Assets.xcassets */,
  123. 65B3F6471C73B4F5000983D0 /* Main.storyboard */,
  124. 65B3F64A1C73B4F5000983D0 /* Info.plist */,
  125. );
  126. path = "ChartsDemo-macOS";
  127. sourceTree = "<group>";
  128. };
  129. /* End PBXGroup section */
  130. /* Begin PBXNativeTarget section */
  131. 65B3F63D1C73B4F5000983D0 /* ChartsDemo-macOS */ = {
  132. isa = PBXNativeTarget;
  133. buildConfigurationList = 65B3F64D1C73B4F5000983D0 /* Build configuration list for PBXNativeTarget "ChartsDemo-macOS" */;
  134. buildPhases = (
  135. 65B3F63A1C73B4F5000983D0 /* Sources */,
  136. 65B3F63B1C73B4F5000983D0 /* Frameworks */,
  137. 65B3F63C1C73B4F5000983D0 /* Resources */,
  138. 65B3F65F1C73B507000983D0 /* Embed Frameworks */,
  139. );
  140. buildRules = (
  141. );
  142. dependencies = (
  143. 0630AE8F1D8128A5008859B0 /* PBXTargetDependency */,
  144. );
  145. name = "ChartsDemo-macOS";
  146. productName = "ChartsDemo-OSX";
  147. productReference = 65B3F63E1C73B4F5000983D0 /* ChartsDemo-macOS.app */;
  148. productType = "com.apple.product-type.application";
  149. };
  150. /* End PBXNativeTarget section */
  151. /* Begin PBXProject section */
  152. 65B3F6361C73B4F5000983D0 /* Project object */ = {
  153. isa = PBXProject;
  154. attributes = {
  155. LastSwiftUpdateCheck = 0720;
  156. LastUpgradeCheck = 1100;
  157. ORGANIZATIONNAME = dcg;
  158. TargetAttributes = {
  159. 65B3F63D1C73B4F5000983D0 = {
  160. CreatedOnToolsVersion = 7.2.1;
  161. LastSwiftMigration = 0800;
  162. ProvisioningStyle = Manual;
  163. };
  164. };
  165. };
  166. buildConfigurationList = 65B3F6391C73B4F5000983D0 /* Build configuration list for PBXProject "ChartsDemo-macOS" */;
  167. compatibilityVersion = "Xcode 3.2";
  168. developmentRegion = en;
  169. hasScannedForEncodings = 0;
  170. knownRegions = (
  171. en,
  172. Base,
  173. );
  174. mainGroup = 65B3F6351C73B4F5000983D0;
  175. productRefGroup = 65B3F63F1C73B4F5000983D0 /* Products */;
  176. projectDirPath = "";
  177. projectReferences = (
  178. {
  179. ProductGroup = 0630AE6A1D812840008859B0 /* Products */;
  180. ProjectRef = 0630AE691D812840008859B0 /* Charts.xcodeproj */;
  181. },
  182. );
  183. projectRoot = "";
  184. targets = (
  185. 65B3F63D1C73B4F5000983D0 /* ChartsDemo-macOS */,
  186. );
  187. };
  188. /* End PBXProject section */
  189. /* Begin PBXReferenceProxy section */
  190. 0630AE711D812840008859B0 /* Charts.framework */ = {
  191. isa = PBXReferenceProxy;
  192. fileType = wrapper.framework;
  193. path = Charts.framework;
  194. remoteRef = 0630AE701D812840008859B0 /* PBXContainerItemProxy */;
  195. sourceTree = BUILT_PRODUCTS_DIR;
  196. };
  197. 0630AE731D812840008859B0 /* ChartsTests.xctest */ = {
  198. isa = PBXReferenceProxy;
  199. fileType = wrapper.cfbundle;
  200. path = ChartsTests.xctest;
  201. remoteRef = 0630AE721D812840008859B0 /* PBXContainerItemProxy */;
  202. sourceTree = BUILT_PRODUCTS_DIR;
  203. };
  204. /* End PBXReferenceProxy section */
  205. /* Begin PBXResourcesBuildPhase section */
  206. 65B3F63C1C73B4F5000983D0 /* Resources */ = {
  207. isa = PBXResourcesBuildPhase;
  208. buildActionMask = 2147483647;
  209. files = (
  210. 65B3F6461C73B4F5000983D0 /* Assets.xcassets in Resources */,
  211. 65B3F6491C73B4F5000983D0 /* Main.storyboard in Resources */,
  212. );
  213. runOnlyForDeploymentPostprocessing = 0;
  214. };
  215. /* End PBXResourcesBuildPhase section */
  216. /* Begin PBXSourcesBuildPhase section */
  217. 65B3F63A1C73B4F5000983D0 /* Sources */ = {
  218. isa = PBXSourcesBuildPhase;
  219. buildActionMask = 2147483647;
  220. files = (
  221. 65B3F6421C73B4F5000983D0 /* AppDelegate.swift in Sources */,
  222. 5B9A0C3E1C83AB2B00ED8ED8 /* RadarDemoViewController.swift in Sources */,
  223. 5B9A0C3A1C83AB1800ED8ED8 /* BarDemoViewController.swift in Sources */,
  224. 5B9A0C401C83AB3400ED8ED8 /* PieDemoViewController.swift in Sources */,
  225. 5B9A0C3C1C83AB2100ED8ED8 /* LineDemoViewController.swift in Sources */,
  226. );
  227. runOnlyForDeploymentPostprocessing = 0;
  228. };
  229. /* End PBXSourcesBuildPhase section */
  230. /* Begin PBXTargetDependency section */
  231. 0630AE8F1D8128A5008859B0 /* PBXTargetDependency */ = {
  232. isa = PBXTargetDependency;
  233. name = Charts;
  234. targetProxy = 0630AE8E1D8128A5008859B0 /* PBXContainerItemProxy */;
  235. };
  236. /* End PBXTargetDependency section */
  237. /* Begin PBXVariantGroup section */
  238. 65B3F6471C73B4F5000983D0 /* Main.storyboard */ = {
  239. isa = PBXVariantGroup;
  240. children = (
  241. 65B3F6481C73B4F5000983D0 /* Base */,
  242. );
  243. name = Main.storyboard;
  244. sourceTree = "<group>";
  245. };
  246. /* End PBXVariantGroup section */
  247. /* Begin XCBuildConfiguration section */
  248. 65B3F64B1C73B4F5000983D0 /* Debug */ = {
  249. isa = XCBuildConfiguration;
  250. buildSettings = {
  251. ALWAYS_SEARCH_USER_PATHS = NO;
  252. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  253. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  254. CLANG_CXX_LIBRARY = "libc++";
  255. CLANG_ENABLE_MODULES = YES;
  256. CLANG_ENABLE_OBJC_ARC = YES;
  257. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  258. CLANG_WARN_BOOL_CONVERSION = YES;
  259. CLANG_WARN_COMMA = YES;
  260. CLANG_WARN_CONSTANT_CONVERSION = YES;
  261. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  262. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  263. CLANG_WARN_EMPTY_BODY = YES;
  264. CLANG_WARN_ENUM_CONVERSION = YES;
  265. CLANG_WARN_INFINITE_RECURSION = YES;
  266. CLANG_WARN_INT_CONVERSION = YES;
  267. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  268. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  269. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  270. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  271. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  272. CLANG_WARN_STRICT_PROTOTYPES = YES;
  273. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  274. CLANG_WARN_UNREACHABLE_CODE = YES;
  275. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  276. CODE_SIGN_IDENTITY = "-";
  277. COPY_PHASE_STRIP = NO;
  278. DEBUG_INFORMATION_FORMAT = dwarf;
  279. ENABLE_STRICT_OBJC_MSGSEND = YES;
  280. ENABLE_TESTABILITY = YES;
  281. GCC_C_LANGUAGE_STANDARD = gnu99;
  282. GCC_DYNAMIC_NO_PIC = NO;
  283. GCC_NO_COMMON_BLOCKS = YES;
  284. GCC_OPTIMIZATION_LEVEL = 0;
  285. GCC_PREPROCESSOR_DEFINITIONS = (
  286. "DEBUG=1",
  287. "$(inherited)",
  288. );
  289. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  290. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  291. GCC_WARN_UNDECLARED_SELECTOR = YES;
  292. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  293. GCC_WARN_UNUSED_FUNCTION = YES;
  294. GCC_WARN_UNUSED_VARIABLE = YES;
  295. MACOSX_DEPLOYMENT_TARGET = 10.11;
  296. MTL_ENABLE_DEBUG_INFO = YES;
  297. ONLY_ACTIVE_ARCH = YES;
  298. SDKROOT = macosx;
  299. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  300. SWIFT_VERSION = 5.0;
  301. };
  302. name = Debug;
  303. };
  304. 65B3F64C1C73B4F5000983D0 /* Release */ = {
  305. isa = XCBuildConfiguration;
  306. buildSettings = {
  307. ALWAYS_SEARCH_USER_PATHS = NO;
  308. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  309. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  310. CLANG_CXX_LIBRARY = "libc++";
  311. CLANG_ENABLE_MODULES = YES;
  312. CLANG_ENABLE_OBJC_ARC = YES;
  313. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  314. CLANG_WARN_BOOL_CONVERSION = YES;
  315. CLANG_WARN_COMMA = YES;
  316. CLANG_WARN_CONSTANT_CONVERSION = YES;
  317. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  318. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  319. CLANG_WARN_EMPTY_BODY = YES;
  320. CLANG_WARN_ENUM_CONVERSION = YES;
  321. CLANG_WARN_INFINITE_RECURSION = YES;
  322. CLANG_WARN_INT_CONVERSION = YES;
  323. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  324. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  325. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  326. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  327. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  328. CLANG_WARN_STRICT_PROTOTYPES = YES;
  329. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  330. CLANG_WARN_UNREACHABLE_CODE = YES;
  331. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  332. CODE_SIGN_IDENTITY = "-";
  333. COPY_PHASE_STRIP = NO;
  334. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  335. ENABLE_NS_ASSERTIONS = NO;
  336. ENABLE_STRICT_OBJC_MSGSEND = YES;
  337. GCC_C_LANGUAGE_STANDARD = gnu99;
  338. GCC_NO_COMMON_BLOCKS = YES;
  339. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  340. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  341. GCC_WARN_UNDECLARED_SELECTOR = YES;
  342. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  343. GCC_WARN_UNUSED_FUNCTION = YES;
  344. GCC_WARN_UNUSED_VARIABLE = YES;
  345. MACOSX_DEPLOYMENT_TARGET = 10.11;
  346. MTL_ENABLE_DEBUG_INFO = NO;
  347. SDKROOT = macosx;
  348. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  349. SWIFT_VERSION = 5.0;
  350. };
  351. name = Release;
  352. };
  353. 65B3F64E1C73B4F5000983D0 /* Debug */ = {
  354. isa = XCBuildConfiguration;
  355. buildSettings = {
  356. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  357. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  358. CODE_SIGN_IDENTITY = "-";
  359. CODE_SIGN_STYLE = Manual;
  360. COMBINE_HIDPI_IMAGES = YES;
  361. DEVELOPMENT_TEAM = "";
  362. INFOPLIST_FILE = "$(SRCROOT)/ChartsDemo-macOS/Info.plist";
  363. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  364. PRODUCT_BUNDLE_IDENTIFIER = "com.dcg.ChartsDemo-OSX";
  365. PRODUCT_NAME = "$(TARGET_NAME)";
  366. PROVISIONING_PROFILE_SPECIFIER = "";
  367. SWIFT_VERSION = 5.0;
  368. };
  369. name = Debug;
  370. };
  371. 65B3F64F1C73B4F5000983D0 /* Release */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  375. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  376. CODE_SIGN_IDENTITY = "-";
  377. CODE_SIGN_STYLE = Manual;
  378. COMBINE_HIDPI_IMAGES = YES;
  379. DEVELOPMENT_TEAM = "";
  380. INFOPLIST_FILE = "$(SRCROOT)/ChartsDemo-macOS/Info.plist";
  381. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  382. PRODUCT_BUNDLE_IDENTIFIER = "com.dcg.ChartsDemo-OSX";
  383. PRODUCT_NAME = "$(TARGET_NAME)";
  384. PROVISIONING_PROFILE_SPECIFIER = "";
  385. SWIFT_VERSION = 5.0;
  386. };
  387. name = Release;
  388. };
  389. /* End XCBuildConfiguration section */
  390. /* Begin XCConfigurationList section */
  391. 65B3F6391C73B4F5000983D0 /* Build configuration list for PBXProject "ChartsDemo-macOS" */ = {
  392. isa = XCConfigurationList;
  393. buildConfigurations = (
  394. 65B3F64B1C73B4F5000983D0 /* Debug */,
  395. 65B3F64C1C73B4F5000983D0 /* Release */,
  396. );
  397. defaultConfigurationIsVisible = 0;
  398. defaultConfigurationName = Release;
  399. };
  400. 65B3F64D1C73B4F5000983D0 /* Build configuration list for PBXNativeTarget "ChartsDemo-macOS" */ = {
  401. isa = XCConfigurationList;
  402. buildConfigurations = (
  403. 65B3F64E1C73B4F5000983D0 /* Debug */,
  404. 65B3F64F1C73B4F5000983D0 /* Release */,
  405. );
  406. defaultConfigurationIsVisible = 0;
  407. defaultConfigurationName = Release;
  408. };
  409. /* End XCConfigurationList section */
  410. };
  411. rootObject = 65B3F6361C73B4F5000983D0 /* Project object */;
  412. }