project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5022C19720B803AB0068B650 /* Icon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5022C19620B803AB0068B650 /* Icon.swift */; };
  10. 50246419217CCA2B00454379 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50246418217CCA2B00454379 /* AppDelegate.swift */; };
  11. 5024641B217CCA2B00454379 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5024641A217CCA2B00454379 /* ViewController.swift */; };
  12. 5024641E217CCA2B00454379 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5024641C217CCA2B00454379 /* Main.storyboard */; };
  13. 50246420217CCA2B00454379 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5024641F217CCA2B00454379 /* Assets.xcassets */; };
  14. 50246423217CCA2B00454379 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 50246421217CCA2B00454379 /* LaunchScreen.storyboard */; };
  15. 50246428217CCB1000454379 /* MKRingProgressView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5025B8911E52FF5D0018FA7D /* MKRingProgressView.framework */; };
  16. 50246429217CCB1000454379 /* MKRingProgressView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 5025B8911E52FF5D0018FA7D /* MKRingProgressView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  17. 5025B8921E52FF6F0018FA7D /* MKRingProgressView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5025B8911E52FF5D0018FA7D /* MKRingProgressView.framework */; };
  18. 5025B8941E52FFC90018FA7D /* MKRingProgressView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 5025B8911E52FF5D0018FA7D /* MKRingProgressView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  19. 507AB38C217E231800D87320 /* ParametersViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 507AB38B217E231800D87320 /* ParametersViewController.swift */; };
  20. 507AB38F217E2A2600D87320 /* Icon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 507AB38E217E2A2600D87320 /* Icon.swift */; };
  21. 508CBF7B1BD6C2C7008A3B4E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508CBF7A1BD6C2C7008A3B4E /* AppDelegate.swift */; };
  22. 508CBF7D1BD6C2C7008A3B4E /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508CBF7C1BD6C2C7008A3B4E /* ViewController.swift */; };
  23. 508CBF801BD6C2C7008A3B4E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 508CBF7E1BD6C2C7008A3B4E /* Main.storyboard */; };
  24. 508CBF821BD6C2C7008A3B4E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 508CBF811BD6C2C7008A3B4E /* Assets.xcassets */; };
  25. 508CBF851BD6C2C7008A3B4E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 508CBF831BD6C2C7008A3B4E /* LaunchScreen.storyboard */; };
  26. 508CBF921BD6CA0C008A3B4E /* MKRingProgressGroupView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508CBF911BD6CA0C008A3B4E /* MKRingProgressGroupView.swift */; };
  27. 508CBF951BD6DBC2008A3B4E /* MKRingProgressGroupButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508CBF941BD6DBC2008A3B4E /* MKRingProgressGroupButton.swift */; };
  28. /* End PBXBuildFile section */
  29. /* Begin PBXContainerItemProxy section */
  30. 5025B8901E52FF5D0018FA7D /* PBXContainerItemProxy */ = {
  31. isa = PBXContainerItemProxy;
  32. containerPortal = 5025B88C1E52FF5D0018FA7D /* MKRingProgressView.xcodeproj */;
  33. proxyType = 2;
  34. remoteGlobalIDString = 5085266E1E52FDC000D611F4;
  35. remoteInfo = MKRingProgressView;
  36. };
  37. /* End PBXContainerItemProxy section */
  38. /* Begin PBXCopyFilesBuildPhase section */
  39. 5024642C217CCB1000454379 /* Embed Frameworks */ = {
  40. isa = PBXCopyFilesBuildPhase;
  41. buildActionMask = 2147483647;
  42. dstPath = "";
  43. dstSubfolderSpec = 10;
  44. files = (
  45. 50246429217CCB1000454379 /* MKRingProgressView.framework in Embed Frameworks */,
  46. );
  47. name = "Embed Frameworks";
  48. runOnlyForDeploymentPostprocessing = 0;
  49. };
  50. 5025B8971E52FFC90018FA7D /* Embed Frameworks */ = {
  51. isa = PBXCopyFilesBuildPhase;
  52. buildActionMask = 2147483647;
  53. dstPath = "";
  54. dstSubfolderSpec = 10;
  55. files = (
  56. 5025B8941E52FFC90018FA7D /* MKRingProgressView.framework in Embed Frameworks */,
  57. );
  58. name = "Embed Frameworks";
  59. runOnlyForDeploymentPostprocessing = 0;
  60. };
  61. /* End PBXCopyFilesBuildPhase section */
  62. /* Begin PBXFileReference section */
  63. 5022C19620B803AB0068B650 /* Icon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Icon.swift; sourceTree = "<group>"; };
  64. 50246416217CCA2A00454379 /* ProgressRingExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ProgressRingExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  65. 50246418217CCA2B00454379 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  66. 5024641A217CCA2B00454379 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  67. 5024641D217CCA2B00454379 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  68. 5024641F217CCA2B00454379 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  69. 50246422217CCA2B00454379 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  70. 50246424217CCA2B00454379 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  71. 5025B88C1E52FF5D0018FA7D /* MKRingProgressView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = MKRingProgressView.xcodeproj; path = ../MKRingProgressView.xcodeproj; sourceTree = "<group>"; };
  72. 507AB38B217E231800D87320 /* ParametersViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParametersViewController.swift; sourceTree = "<group>"; };
  73. 507AB38E217E2A2600D87320 /* Icon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Icon.swift; sourceTree = "<group>"; };
  74. 508CBF771BD6C2C7008A3B4E /* ActivityRingsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ActivityRingsExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  75. 508CBF7A1BD6C2C7008A3B4E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  76. 508CBF7C1BD6C2C7008A3B4E /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  77. 508CBF7F1BD6C2C7008A3B4E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  78. 508CBF811BD6C2C7008A3B4E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  79. 508CBF841BD6C2C7008A3B4E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  80. 508CBF861BD6C2C7008A3B4E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  81. 508CBF911BD6CA0C008A3B4E /* MKRingProgressGroupView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MKRingProgressGroupView.swift; sourceTree = "<group>"; };
  82. 508CBF941BD6DBC2008A3B4E /* MKRingProgressGroupButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MKRingProgressGroupButton.swift; sourceTree = "<group>"; };
  83. /* End PBXFileReference section */
  84. /* Begin PBXFrameworksBuildPhase section */
  85. 50246413217CCA2A00454379 /* Frameworks */ = {
  86. isa = PBXFrameworksBuildPhase;
  87. buildActionMask = 2147483647;
  88. files = (
  89. 50246428217CCB1000454379 /* MKRingProgressView.framework in Frameworks */,
  90. );
  91. runOnlyForDeploymentPostprocessing = 0;
  92. };
  93. 508CBF741BD6C2C7008A3B4E /* Frameworks */ = {
  94. isa = PBXFrameworksBuildPhase;
  95. buildActionMask = 2147483647;
  96. files = (
  97. 5025B8921E52FF6F0018FA7D /* MKRingProgressView.framework in Frameworks */,
  98. );
  99. runOnlyForDeploymentPostprocessing = 0;
  100. };
  101. /* End PBXFrameworksBuildPhase section */
  102. /* Begin PBXGroup section */
  103. 50246417217CCA2B00454379 /* ProgressRingExample */ = {
  104. isa = PBXGroup;
  105. children = (
  106. 50246418217CCA2B00454379 /* AppDelegate.swift */,
  107. 507AB38E217E2A2600D87320 /* Icon.swift */,
  108. 5024641A217CCA2B00454379 /* ViewController.swift */,
  109. 507AB38B217E231800D87320 /* ParametersViewController.swift */,
  110. 5024641C217CCA2B00454379 /* Main.storyboard */,
  111. 50246421217CCA2B00454379 /* LaunchScreen.storyboard */,
  112. 5024641F217CCA2B00454379 /* Assets.xcassets */,
  113. 50246424217CCA2B00454379 /* Info.plist */,
  114. );
  115. path = ProgressRingExample;
  116. sourceTree = "<group>";
  117. };
  118. 5025B88D1E52FF5D0018FA7D /* Products */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 5025B8911E52FF5D0018FA7D /* MKRingProgressView.framework */,
  122. );
  123. name = Products;
  124. sourceTree = "<group>";
  125. };
  126. 508CBF6E1BD6C2C7008A3B4E = {
  127. isa = PBXGroup;
  128. children = (
  129. 5025B88C1E52FF5D0018FA7D /* MKRingProgressView.xcodeproj */,
  130. 508CBF791BD6C2C7008A3B4E /* ActivityRingsExample */,
  131. 50246417217CCA2B00454379 /* ProgressRingExample */,
  132. 508CBF781BD6C2C7008A3B4E /* Products */,
  133. );
  134. sourceTree = "<group>";
  135. };
  136. 508CBF781BD6C2C7008A3B4E /* Products */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 508CBF771BD6C2C7008A3B4E /* ActivityRingsExample.app */,
  140. 50246416217CCA2A00454379 /* ProgressRingExample.app */,
  141. );
  142. name = Products;
  143. sourceTree = "<group>";
  144. };
  145. 508CBF791BD6C2C7008A3B4E /* ActivityRingsExample */ = {
  146. isa = PBXGroup;
  147. children = (
  148. 50DEDC431BD7811E009C3882 /* MKRingProgressGroup */,
  149. 508CBF7A1BD6C2C7008A3B4E /* AppDelegate.swift */,
  150. 5022C19620B803AB0068B650 /* Icon.swift */,
  151. 508CBF7C1BD6C2C7008A3B4E /* ViewController.swift */,
  152. 508CBF7E1BD6C2C7008A3B4E /* Main.storyboard */,
  153. 508CBF831BD6C2C7008A3B4E /* LaunchScreen.storyboard */,
  154. 508CBF811BD6C2C7008A3B4E /* Assets.xcassets */,
  155. 508CBF861BD6C2C7008A3B4E /* Info.plist */,
  156. );
  157. path = ActivityRingsExample;
  158. sourceTree = "<group>";
  159. };
  160. 50DEDC431BD7811E009C3882 /* MKRingProgressGroup */ = {
  161. isa = PBXGroup;
  162. children = (
  163. 508CBF911BD6CA0C008A3B4E /* MKRingProgressGroupView.swift */,
  164. 508CBF941BD6DBC2008A3B4E /* MKRingProgressGroupButton.swift */,
  165. );
  166. name = MKRingProgressGroup;
  167. sourceTree = "<group>";
  168. };
  169. /* End PBXGroup section */
  170. /* Begin PBXNativeTarget section */
  171. 50246415217CCA2A00454379 /* ProgressRingExample */ = {
  172. isa = PBXNativeTarget;
  173. buildConfigurationList = 50246425217CCA2B00454379 /* Build configuration list for PBXNativeTarget "ProgressRingExample" */;
  174. buildPhases = (
  175. 50246412217CCA2A00454379 /* Sources */,
  176. 50246413217CCA2A00454379 /* Frameworks */,
  177. 50246414217CCA2A00454379 /* Resources */,
  178. 5024642C217CCB1000454379 /* Embed Frameworks */,
  179. );
  180. buildRules = (
  181. );
  182. dependencies = (
  183. );
  184. name = ProgressRingExample;
  185. productName = RingProgressExample;
  186. productReference = 50246416217CCA2A00454379 /* ProgressRingExample.app */;
  187. productType = "com.apple.product-type.application";
  188. };
  189. 508CBF761BD6C2C7008A3B4E /* ActivityRingsExample */ = {
  190. isa = PBXNativeTarget;
  191. buildConfigurationList = 508CBF891BD6C2C7008A3B4E /* Build configuration list for PBXNativeTarget "ActivityRingsExample" */;
  192. buildPhases = (
  193. 508CBF731BD6C2C7008A3B4E /* Sources */,
  194. 508CBF741BD6C2C7008A3B4E /* Frameworks */,
  195. 508CBF751BD6C2C7008A3B4E /* Resources */,
  196. 5025B8971E52FFC90018FA7D /* Embed Frameworks */,
  197. );
  198. buildRules = (
  199. );
  200. dependencies = (
  201. );
  202. name = ActivityRingsExample;
  203. productName = MKRingProgressViewExample;
  204. productReference = 508CBF771BD6C2C7008A3B4E /* ActivityRingsExample.app */;
  205. productType = "com.apple.product-type.application";
  206. };
  207. /* End PBXNativeTarget section */
  208. /* Begin PBXProject section */
  209. 508CBF6F1BD6C2C7008A3B4E /* Project object */ = {
  210. isa = PBXProject;
  211. attributes = {
  212. LastSwiftUpdateCheck = 1000;
  213. LastUpgradeCheck = 1020;
  214. ORGANIZATIONNAME = "Max Konovalov";
  215. TargetAttributes = {
  216. 50246415217CCA2A00454379 = {
  217. CreatedOnToolsVersion = 10.0;
  218. ProvisioningStyle = Manual;
  219. };
  220. 508CBF761BD6C2C7008A3B4E = {
  221. CreatedOnToolsVersion = 7.0.1;
  222. LastSwiftMigration = 0930;
  223. ProvisioningStyle = Manual;
  224. };
  225. };
  226. };
  227. buildConfigurationList = 508CBF721BD6C2C7008A3B4E /* Build configuration list for PBXProject "MKRingProgressViewExample" */;
  228. compatibilityVersion = "Xcode 3.2";
  229. developmentRegion = en;
  230. hasScannedForEncodings = 0;
  231. knownRegions = (
  232. en,
  233. Base,
  234. );
  235. mainGroup = 508CBF6E1BD6C2C7008A3B4E;
  236. productRefGroup = 508CBF781BD6C2C7008A3B4E /* Products */;
  237. projectDirPath = "";
  238. projectReferences = (
  239. {
  240. ProductGroup = 5025B88D1E52FF5D0018FA7D /* Products */;
  241. ProjectRef = 5025B88C1E52FF5D0018FA7D /* MKRingProgressView.xcodeproj */;
  242. },
  243. );
  244. projectRoot = "";
  245. targets = (
  246. 508CBF761BD6C2C7008A3B4E /* ActivityRingsExample */,
  247. 50246415217CCA2A00454379 /* ProgressRingExample */,
  248. );
  249. };
  250. /* End PBXProject section */
  251. /* Begin PBXReferenceProxy section */
  252. 5025B8911E52FF5D0018FA7D /* MKRingProgressView.framework */ = {
  253. isa = PBXReferenceProxy;
  254. fileType = wrapper.framework;
  255. path = MKRingProgressView.framework;
  256. remoteRef = 5025B8901E52FF5D0018FA7D /* PBXContainerItemProxy */;
  257. sourceTree = BUILT_PRODUCTS_DIR;
  258. };
  259. /* End PBXReferenceProxy section */
  260. /* Begin PBXResourcesBuildPhase section */
  261. 50246414217CCA2A00454379 /* Resources */ = {
  262. isa = PBXResourcesBuildPhase;
  263. buildActionMask = 2147483647;
  264. files = (
  265. 50246423217CCA2B00454379 /* LaunchScreen.storyboard in Resources */,
  266. 50246420217CCA2B00454379 /* Assets.xcassets in Resources */,
  267. 5024641E217CCA2B00454379 /* Main.storyboard in Resources */,
  268. );
  269. runOnlyForDeploymentPostprocessing = 0;
  270. };
  271. 508CBF751BD6C2C7008A3B4E /* Resources */ = {
  272. isa = PBXResourcesBuildPhase;
  273. buildActionMask = 2147483647;
  274. files = (
  275. 508CBF851BD6C2C7008A3B4E /* LaunchScreen.storyboard in Resources */,
  276. 508CBF821BD6C2C7008A3B4E /* Assets.xcassets in Resources */,
  277. 508CBF801BD6C2C7008A3B4E /* Main.storyboard in Resources */,
  278. );
  279. runOnlyForDeploymentPostprocessing = 0;
  280. };
  281. /* End PBXResourcesBuildPhase section */
  282. /* Begin PBXSourcesBuildPhase section */
  283. 50246412217CCA2A00454379 /* Sources */ = {
  284. isa = PBXSourcesBuildPhase;
  285. buildActionMask = 2147483647;
  286. files = (
  287. 5024641B217CCA2B00454379 /* ViewController.swift in Sources */,
  288. 507AB38C217E231800D87320 /* ParametersViewController.swift in Sources */,
  289. 507AB38F217E2A2600D87320 /* Icon.swift in Sources */,
  290. 50246419217CCA2B00454379 /* AppDelegate.swift in Sources */,
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. };
  294. 508CBF731BD6C2C7008A3B4E /* Sources */ = {
  295. isa = PBXSourcesBuildPhase;
  296. buildActionMask = 2147483647;
  297. files = (
  298. 508CBF7D1BD6C2C7008A3B4E /* ViewController.swift in Sources */,
  299. 508CBF7B1BD6C2C7008A3B4E /* AppDelegate.swift in Sources */,
  300. 508CBF951BD6DBC2008A3B4E /* MKRingProgressGroupButton.swift in Sources */,
  301. 5022C19720B803AB0068B650 /* Icon.swift in Sources */,
  302. 508CBF921BD6CA0C008A3B4E /* MKRingProgressGroupView.swift in Sources */,
  303. );
  304. runOnlyForDeploymentPostprocessing = 0;
  305. };
  306. /* End PBXSourcesBuildPhase section */
  307. /* Begin PBXVariantGroup section */
  308. 5024641C217CCA2B00454379 /* Main.storyboard */ = {
  309. isa = PBXVariantGroup;
  310. children = (
  311. 5024641D217CCA2B00454379 /* Base */,
  312. );
  313. name = Main.storyboard;
  314. sourceTree = "<group>";
  315. };
  316. 50246421217CCA2B00454379 /* LaunchScreen.storyboard */ = {
  317. isa = PBXVariantGroup;
  318. children = (
  319. 50246422217CCA2B00454379 /* Base */,
  320. );
  321. name = LaunchScreen.storyboard;
  322. sourceTree = "<group>";
  323. };
  324. 508CBF7E1BD6C2C7008A3B4E /* Main.storyboard */ = {
  325. isa = PBXVariantGroup;
  326. children = (
  327. 508CBF7F1BD6C2C7008A3B4E /* Base */,
  328. );
  329. name = Main.storyboard;
  330. sourceTree = "<group>";
  331. };
  332. 508CBF831BD6C2C7008A3B4E /* LaunchScreen.storyboard */ = {
  333. isa = PBXVariantGroup;
  334. children = (
  335. 508CBF841BD6C2C7008A3B4E /* Base */,
  336. );
  337. name = LaunchScreen.storyboard;
  338. sourceTree = "<group>";
  339. };
  340. /* End PBXVariantGroup section */
  341. /* Begin XCBuildConfiguration section */
  342. 50246426217CCA2B00454379 /* Debug */ = {
  343. isa = XCBuildConfiguration;
  344. buildSettings = {
  345. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  346. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  347. CLANG_ANALYZER_NONNULL = YES;
  348. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  349. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  350. CLANG_ENABLE_OBJC_WEAK = YES;
  351. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  352. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  353. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  354. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  355. CODE_SIGN_IDENTITY = "iPhone Developer";
  356. CODE_SIGN_STYLE = Manual;
  357. DEVELOPMENT_TEAM = "";
  358. GCC_C_LANGUAGE_STANDARD = gnu11;
  359. INFOPLIST_FILE = "$(SRCROOT)/ProgressRingExample/Info.plist";
  360. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  361. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  362. MTL_FAST_MATH = YES;
  363. PRODUCT_BUNDLE_IDENTIFIER = com.maxkonovalov.ProgressRingExample;
  364. PRODUCT_NAME = "$(TARGET_NAME)";
  365. PROVISIONING_PROFILE_SPECIFIER = "";
  366. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  367. TARGETED_DEVICE_FAMILY = "1,2";
  368. };
  369. name = Debug;
  370. };
  371. 50246427217CCA2B00454379 /* Release */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  375. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  376. CLANG_ANALYZER_NONNULL = YES;
  377. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  378. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  379. CLANG_ENABLE_OBJC_WEAK = YES;
  380. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  381. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  382. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  383. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  384. CODE_SIGN_IDENTITY = "iPhone Developer";
  385. CODE_SIGN_STYLE = Manual;
  386. DEVELOPMENT_TEAM = "";
  387. GCC_C_LANGUAGE_STANDARD = gnu11;
  388. INFOPLIST_FILE = "$(SRCROOT)/ProgressRingExample/Info.plist";
  389. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  390. MTL_FAST_MATH = YES;
  391. PRODUCT_BUNDLE_IDENTIFIER = com.maxkonovalov.ProgressRingExample;
  392. PRODUCT_NAME = "$(TARGET_NAME)";
  393. PROVISIONING_PROFILE_SPECIFIER = "";
  394. TARGETED_DEVICE_FAMILY = "1,2";
  395. };
  396. name = Release;
  397. };
  398. 508CBF871BD6C2C7008A3B4E /* Debug */ = {
  399. isa = XCBuildConfiguration;
  400. buildSettings = {
  401. ALWAYS_SEARCH_USER_PATHS = NO;
  402. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  403. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  404. CLANG_CXX_LIBRARY = "libc++";
  405. CLANG_ENABLE_MODULES = YES;
  406. CLANG_ENABLE_OBJC_ARC = YES;
  407. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  408. CLANG_WARN_BOOL_CONVERSION = YES;
  409. CLANG_WARN_COMMA = YES;
  410. CLANG_WARN_CONSTANT_CONVERSION = YES;
  411. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  412. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  413. CLANG_WARN_EMPTY_BODY = YES;
  414. CLANG_WARN_ENUM_CONVERSION = YES;
  415. CLANG_WARN_INFINITE_RECURSION = YES;
  416. CLANG_WARN_INT_CONVERSION = YES;
  417. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  418. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  419. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  420. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  421. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  422. CLANG_WARN_STRICT_PROTOTYPES = YES;
  423. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  424. CLANG_WARN_UNREACHABLE_CODE = YES;
  425. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  426. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  427. COPY_PHASE_STRIP = NO;
  428. DEBUG_INFORMATION_FORMAT = dwarf;
  429. ENABLE_STRICT_OBJC_MSGSEND = YES;
  430. ENABLE_TESTABILITY = YES;
  431. GCC_C_LANGUAGE_STANDARD = gnu99;
  432. GCC_DYNAMIC_NO_PIC = NO;
  433. GCC_NO_COMMON_BLOCKS = YES;
  434. GCC_OPTIMIZATION_LEVEL = 0;
  435. GCC_PREPROCESSOR_DEFINITIONS = (
  436. "DEBUG=1",
  437. "$(inherited)",
  438. );
  439. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  440. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  441. GCC_WARN_UNDECLARED_SELECTOR = YES;
  442. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  443. GCC_WARN_UNUSED_FUNCTION = YES;
  444. GCC_WARN_UNUSED_VARIABLE = YES;
  445. IPHONEOS_DEPLOYMENT_TARGET = 8.2;
  446. MTL_ENABLE_DEBUG_INFO = YES;
  447. ONLY_ACTIVE_ARCH = YES;
  448. SDKROOT = iphoneos;
  449. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  450. SWIFT_VERSION = 5.0;
  451. TARGETED_DEVICE_FAMILY = "1,2";
  452. };
  453. name = Debug;
  454. };
  455. 508CBF881BD6C2C7008A3B4E /* Release */ = {
  456. isa = XCBuildConfiguration;
  457. buildSettings = {
  458. ALWAYS_SEARCH_USER_PATHS = NO;
  459. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  460. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  461. CLANG_CXX_LIBRARY = "libc++";
  462. CLANG_ENABLE_MODULES = YES;
  463. CLANG_ENABLE_OBJC_ARC = YES;
  464. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  465. CLANG_WARN_BOOL_CONVERSION = YES;
  466. CLANG_WARN_COMMA = YES;
  467. CLANG_WARN_CONSTANT_CONVERSION = YES;
  468. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  469. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  470. CLANG_WARN_EMPTY_BODY = YES;
  471. CLANG_WARN_ENUM_CONVERSION = YES;
  472. CLANG_WARN_INFINITE_RECURSION = YES;
  473. CLANG_WARN_INT_CONVERSION = YES;
  474. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  475. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  476. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  477. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  478. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  479. CLANG_WARN_STRICT_PROTOTYPES = YES;
  480. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  481. CLANG_WARN_UNREACHABLE_CODE = YES;
  482. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  483. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  484. COPY_PHASE_STRIP = NO;
  485. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  486. ENABLE_NS_ASSERTIONS = NO;
  487. ENABLE_STRICT_OBJC_MSGSEND = YES;
  488. GCC_C_LANGUAGE_STANDARD = gnu99;
  489. GCC_NO_COMMON_BLOCKS = YES;
  490. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  491. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  492. GCC_WARN_UNDECLARED_SELECTOR = YES;
  493. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  494. GCC_WARN_UNUSED_FUNCTION = YES;
  495. GCC_WARN_UNUSED_VARIABLE = YES;
  496. IPHONEOS_DEPLOYMENT_TARGET = 8.2;
  497. MTL_ENABLE_DEBUG_INFO = NO;
  498. SDKROOT = iphoneos;
  499. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  500. SWIFT_VERSION = 5.0;
  501. TARGETED_DEVICE_FAMILY = "1,2";
  502. VALIDATE_PRODUCT = YES;
  503. };
  504. name = Release;
  505. };
  506. 508CBF8A1BD6C2C7008A3B4E /* Debug */ = {
  507. isa = XCBuildConfiguration;
  508. buildSettings = {
  509. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  510. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  511. CLANG_ENABLE_MODULES = YES;
  512. CODE_SIGN_IDENTITY = "iPhone Developer";
  513. CODE_SIGN_STYLE = Manual;
  514. DEVELOPMENT_TEAM = "";
  515. INFOPLIST_FILE = "$(SRCROOT)/ActivityRingsExample/Info.plist";
  516. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  517. PRODUCT_BUNDLE_IDENTIFIER = com.maxkonovalov.ActivityRingsExample;
  518. PRODUCT_NAME = "$(TARGET_NAME)";
  519. PROVISIONING_PROFILE_SPECIFIER = "";
  520. SWIFT_COMPILATION_MODE = singlefile;
  521. };
  522. name = Debug;
  523. };
  524. 508CBF8B1BD6C2C7008A3B4E /* Release */ = {
  525. isa = XCBuildConfiguration;
  526. buildSettings = {
  527. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  528. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  529. CLANG_ENABLE_MODULES = YES;
  530. CODE_SIGN_IDENTITY = "iPhone Developer";
  531. CODE_SIGN_STYLE = Manual;
  532. DEVELOPMENT_TEAM = "";
  533. INFOPLIST_FILE = "$(SRCROOT)/ActivityRingsExample/Info.plist";
  534. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  535. PRODUCT_BUNDLE_IDENTIFIER = com.maxkonovalov.ActivityRingsExample;
  536. PRODUCT_NAME = "$(TARGET_NAME)";
  537. PROVISIONING_PROFILE_SPECIFIER = "";
  538. };
  539. name = Release;
  540. };
  541. /* End XCBuildConfiguration section */
  542. /* Begin XCConfigurationList section */
  543. 50246425217CCA2B00454379 /* Build configuration list for PBXNativeTarget "ProgressRingExample" */ = {
  544. isa = XCConfigurationList;
  545. buildConfigurations = (
  546. 50246426217CCA2B00454379 /* Debug */,
  547. 50246427217CCA2B00454379 /* Release */,
  548. );
  549. defaultConfigurationIsVisible = 0;
  550. defaultConfigurationName = Release;
  551. };
  552. 508CBF721BD6C2C7008A3B4E /* Build configuration list for PBXProject "MKRingProgressViewExample" */ = {
  553. isa = XCConfigurationList;
  554. buildConfigurations = (
  555. 508CBF871BD6C2C7008A3B4E /* Debug */,
  556. 508CBF881BD6C2C7008A3B4E /* Release */,
  557. );
  558. defaultConfigurationIsVisible = 0;
  559. defaultConfigurationName = Release;
  560. };
  561. 508CBF891BD6C2C7008A3B4E /* Build configuration list for PBXNativeTarget "ActivityRingsExample" */ = {
  562. isa = XCConfigurationList;
  563. buildConfigurations = (
  564. 508CBF8A1BD6C2C7008A3B4E /* Debug */,
  565. 508CBF8B1BD6C2C7008A3B4E /* Release */,
  566. );
  567. defaultConfigurationIsVisible = 0;
  568. defaultConfigurationName = Release;
  569. };
  570. /* End XCConfigurationList section */
  571. };
  572. rootObject = 508CBF6F1BD6C2C7008A3B4E /* Project object */;
  573. }