project.pbxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D967E0DC1F0553F000791B80 /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = D967E0C61F0553F000791B80 /* sqlite3.c */; };
  10. D967E0DD1F0553F000791B80 /* version.txt in Resources */ = {isa = PBXBuildFile; fileRef = D967E0C81F0553F000791B80 /* version.txt */; };
  11. D967E0DE1F0553F000791B80 /* YYThreadSafeDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = D967E0CB1F0553F000791B80 /* YYThreadSafeDictionary.m */; };
  12. D9C586471F054B5E00320F3B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C586461F054B5E00320F3B /* AppDelegate.m */; };
  13. D9C5864A1F054B5E00320F3B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C586491F054B5E00320F3B /* ViewController.m */; };
  14. D9C5864D1F054B5E00320F3B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9C5864B1F054B5E00320F3B /* Main.storyboard */; };
  15. D9C5864F1F054B5E00320F3B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D9C5864E1F054B5E00320F3B /* Assets.xcassets */; };
  16. D9C586521F054B5E00320F3B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9C586501F054B5E00320F3B /* LaunchScreen.storyboard */; };
  17. D9C586551F054B5E00320F3B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C586541F054B5E00320F3B /* main.m */; };
  18. D9D583F51F0554DE00CBBB61 /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D583EE1F0554DE00CBBB61 /* YYCache.m */; };
  19. D9D583F61F0554DE00CBBB61 /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D583F01F0554DE00CBBB61 /* YYDiskCache.m */; };
  20. D9D583F71F0554DE00CBBB61 /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D583F21F0554DE00CBBB61 /* YYKVStorage.m */; };
  21. D9D583F81F0554DE00CBBB61 /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D583F41F0554DE00CBBB61 /* YYMemoryCache.m */; };
  22. D9D584501F05579A00CBBB61 /* PINCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D5843F1F05579000CBBB61 /* PINCache.m */; };
  23. D9D584511F05579A00CBBB61 /* PINDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D584441F05579000CBBB61 /* PINDiskCache.m */; };
  24. D9D584521F05579A00CBBB61 /* PINMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D584461F05579000CBBB61 /* PINMemoryCache.m */; };
  25. D9D584531F05579A00CBBB61 /* PINOperationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D5844B1F05579000CBBB61 /* PINOperationGroup.m */; };
  26. D9D584541F05579A00CBBB61 /* PINOperationQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D5844E1F05579000CBBB61 /* PINOperationQueue.m */; };
  27. D9F7E2161F36D7D4003F5035 /* Benchmark.m in Sources */ = {isa = PBXBuildFile; fileRef = D9F7E2151F36D7D4003F5035 /* Benchmark.m */; };
  28. /* End PBXBuildFile section */
  29. /* Begin PBXFileReference section */
  30. D967E0C61F0553F000791B80 /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = "<group>"; };
  31. D967E0C71F0553F000791B80 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3.h; sourceTree = "<group>"; };
  32. D967E0C81F0553F000791B80 /* version.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = version.txt; sourceTree = "<group>"; };
  33. D967E0CA1F0553F000791B80 /* YYThreadSafeDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYThreadSafeDictionary.h; sourceTree = "<group>"; };
  34. D967E0CB1F0553F000791B80 /* YYThreadSafeDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYThreadSafeDictionary.m; sourceTree = "<group>"; };
  35. D9C586421F054B5E00320F3B /* CacheBenchmark.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CacheBenchmark.app; sourceTree = BUILT_PRODUCTS_DIR; };
  36. D9C586451F054B5E00320F3B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  37. D9C586461F054B5E00320F3B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  38. D9C586481F054B5E00320F3B /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  39. D9C586491F054B5E00320F3B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  40. D9C5864C1F054B5E00320F3B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  41. D9C5864E1F054B5E00320F3B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  42. D9C586511F054B5E00320F3B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  43. D9C586531F054B5E00320F3B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  44. D9C586541F054B5E00320F3B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  45. D9D583ED1F0554DE00CBBB61 /* YYCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYCache.h; sourceTree = "<group>"; };
  46. D9D583EE1F0554DE00CBBB61 /* YYCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYCache.m; sourceTree = "<group>"; };
  47. D9D583EF1F0554DE00CBBB61 /* YYDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYDiskCache.h; sourceTree = "<group>"; };
  48. D9D583F01F0554DE00CBBB61 /* YYDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYDiskCache.m; sourceTree = "<group>"; };
  49. D9D583F11F0554DE00CBBB61 /* YYKVStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYKVStorage.h; sourceTree = "<group>"; };
  50. D9D583F21F0554DE00CBBB61 /* YYKVStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYKVStorage.m; sourceTree = "<group>"; };
  51. D9D583F31F0554DE00CBBB61 /* YYMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYMemoryCache.h; sourceTree = "<group>"; };
  52. D9D583F41F0554DE00CBBB61 /* YYMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYMemoryCache.m; sourceTree = "<group>"; };
  53. D9D5843E1F05579000CBBB61 /* PINCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINCache.h; sourceTree = "<group>"; };
  54. D9D5843F1F05579000CBBB61 /* PINCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINCache.m; sourceTree = "<group>"; };
  55. D9D584401F05579000CBBB61 /* PINCacheMacros.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINCacheMacros.h; sourceTree = "<group>"; };
  56. D9D584411F05579000CBBB61 /* PINCacheObjectSubscripting.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINCacheObjectSubscripting.h; sourceTree = "<group>"; };
  57. D9D584421F05579000CBBB61 /* PINCaching.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINCaching.h; sourceTree = "<group>"; };
  58. D9D584431F05579000CBBB61 /* PINDiskCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINDiskCache.h; sourceTree = "<group>"; };
  59. D9D584441F05579000CBBB61 /* PINDiskCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINDiskCache.m; sourceTree = "<group>"; };
  60. D9D584451F05579000CBBB61 /* PINMemoryCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINMemoryCache.h; sourceTree = "<group>"; };
  61. D9D584461F05579000CBBB61 /* PINMemoryCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINMemoryCache.m; sourceTree = "<group>"; };
  62. D9D584491F05579000CBBB61 /* PINOperation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINOperation.h; sourceTree = "<group>"; };
  63. D9D5844A1F05579000CBBB61 /* PINOperationGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINOperationGroup.h; sourceTree = "<group>"; };
  64. D9D5844B1F05579000CBBB61 /* PINOperationGroup.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINOperationGroup.m; sourceTree = "<group>"; };
  65. D9D5844C1F05579000CBBB61 /* PINOperationMacros.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINOperationMacros.h; sourceTree = "<group>"; };
  66. D9D5844D1F05579000CBBB61 /* PINOperationQueue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINOperationQueue.h; sourceTree = "<group>"; };
  67. D9D5844E1F05579000CBBB61 /* PINOperationQueue.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINOperationQueue.m; sourceTree = "<group>"; };
  68. D9D5844F1F05579000CBBB61 /* PINOperationTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINOperationTypes.h; sourceTree = "<group>"; };
  69. D9F7E2141F36D7D4003F5035 /* Benchmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = CacheBenchmark/Benchmark.h; sourceTree = "<group>"; };
  70. D9F7E2151F36D7D4003F5035 /* Benchmark.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Benchmark.m; path = CacheBenchmark/Benchmark.m; sourceTree = "<group>"; };
  71. /* End PBXFileReference section */
  72. /* Begin PBXFrameworksBuildPhase section */
  73. D9C5863F1F054B5E00320F3B /* Frameworks */ = {
  74. isa = PBXFrameworksBuildPhase;
  75. buildActionMask = 2147483647;
  76. files = (
  77. );
  78. runOnlyForDeploymentPostprocessing = 0;
  79. };
  80. /* End PBXFrameworksBuildPhase section */
  81. /* Begin PBXGroup section */
  82. D967E09F1F0553F000791B80 /* Vendor */ = {
  83. isa = PBXGroup;
  84. children = (
  85. D967E0C81F0553F000791B80 /* version.txt */,
  86. D9D5843D1F05579000CBBB61 /* PINCache */,
  87. D9D583EC1F0554DE00CBBB61 /* YYCache */,
  88. D967E0C51F0553F000791B80 /* SQLite */,
  89. D967E0C91F0553F000791B80 /* YYThreadSafeDictionary */,
  90. );
  91. path = Vendor;
  92. sourceTree = "<group>";
  93. };
  94. D967E0C51F0553F000791B80 /* SQLite */ = {
  95. isa = PBXGroup;
  96. children = (
  97. D967E0C61F0553F000791B80 /* sqlite3.c */,
  98. D967E0C71F0553F000791B80 /* sqlite3.h */,
  99. );
  100. path = SQLite;
  101. sourceTree = "<group>";
  102. };
  103. D967E0C91F0553F000791B80 /* YYThreadSafeDictionary */ = {
  104. isa = PBXGroup;
  105. children = (
  106. D967E0CA1F0553F000791B80 /* YYThreadSafeDictionary.h */,
  107. D967E0CB1F0553F000791B80 /* YYThreadSafeDictionary.m */,
  108. );
  109. path = YYThreadSafeDictionary;
  110. sourceTree = "<group>";
  111. };
  112. D9C586391F054B5E00320F3B = {
  113. isa = PBXGroup;
  114. children = (
  115. D9F7E2141F36D7D4003F5035 /* Benchmark.h */,
  116. D9F7E2151F36D7D4003F5035 /* Benchmark.m */,
  117. D967E09F1F0553F000791B80 /* Vendor */,
  118. D9C586441F054B5E00320F3B /* CacheBenchmark */,
  119. D9C586431F054B5E00320F3B /* Products */,
  120. );
  121. sourceTree = "<group>";
  122. };
  123. D9C586431F054B5E00320F3B /* Products */ = {
  124. isa = PBXGroup;
  125. children = (
  126. D9C586421F054B5E00320F3B /* CacheBenchmark.app */,
  127. );
  128. name = Products;
  129. sourceTree = "<group>";
  130. };
  131. D9C586441F054B5E00320F3B /* CacheBenchmark */ = {
  132. isa = PBXGroup;
  133. children = (
  134. D9C586451F054B5E00320F3B /* AppDelegate.h */,
  135. D9C586461F054B5E00320F3B /* AppDelegate.m */,
  136. D9C586481F054B5E00320F3B /* ViewController.h */,
  137. D9C586491F054B5E00320F3B /* ViewController.m */,
  138. D9C5864B1F054B5E00320F3B /* Main.storyboard */,
  139. D9C5864E1F054B5E00320F3B /* Assets.xcassets */,
  140. D9C586501F054B5E00320F3B /* LaunchScreen.storyboard */,
  141. D9C586531F054B5E00320F3B /* Info.plist */,
  142. D9C586541F054B5E00320F3B /* main.m */,
  143. );
  144. path = CacheBenchmark;
  145. sourceTree = "<group>";
  146. };
  147. D9D583EC1F0554DE00CBBB61 /* YYCache */ = {
  148. isa = PBXGroup;
  149. children = (
  150. D9D583ED1F0554DE00CBBB61 /* YYCache.h */,
  151. D9D583EE1F0554DE00CBBB61 /* YYCache.m */,
  152. D9D583EF1F0554DE00CBBB61 /* YYDiskCache.h */,
  153. D9D583F01F0554DE00CBBB61 /* YYDiskCache.m */,
  154. D9D583F11F0554DE00CBBB61 /* YYKVStorage.h */,
  155. D9D583F21F0554DE00CBBB61 /* YYKVStorage.m */,
  156. D9D583F31F0554DE00CBBB61 /* YYMemoryCache.h */,
  157. D9D583F41F0554DE00CBBB61 /* YYMemoryCache.m */,
  158. );
  159. name = YYCache;
  160. path = ../../YYCache;
  161. sourceTree = "<group>";
  162. };
  163. D9D5843D1F05579000CBBB61 /* PINCache */ = {
  164. isa = PBXGroup;
  165. children = (
  166. D9D5843E1F05579000CBBB61 /* PINCache.h */,
  167. D9D5843F1F05579000CBBB61 /* PINCache.m */,
  168. D9D584401F05579000CBBB61 /* PINCacheMacros.h */,
  169. D9D584411F05579000CBBB61 /* PINCacheObjectSubscripting.h */,
  170. D9D584421F05579000CBBB61 /* PINCaching.h */,
  171. D9D584431F05579000CBBB61 /* PINDiskCache.h */,
  172. D9D584441F05579000CBBB61 /* PINDiskCache.m */,
  173. D9D584451F05579000CBBB61 /* PINMemoryCache.h */,
  174. D9D584461F05579000CBBB61 /* PINMemoryCache.m */,
  175. D9D584471F05579000CBBB61 /* PINOperation */,
  176. );
  177. path = PINCache;
  178. sourceTree = "<group>";
  179. };
  180. D9D584471F05579000CBBB61 /* PINOperation */ = {
  181. isa = PBXGroup;
  182. children = (
  183. D9D584491F05579000CBBB61 /* PINOperation.h */,
  184. D9D5844A1F05579000CBBB61 /* PINOperationGroup.h */,
  185. D9D5844B1F05579000CBBB61 /* PINOperationGroup.m */,
  186. D9D5844C1F05579000CBBB61 /* PINOperationMacros.h */,
  187. D9D5844D1F05579000CBBB61 /* PINOperationQueue.h */,
  188. D9D5844E1F05579000CBBB61 /* PINOperationQueue.m */,
  189. D9D5844F1F05579000CBBB61 /* PINOperationTypes.h */,
  190. );
  191. path = PINOperation;
  192. sourceTree = "<group>";
  193. };
  194. /* End PBXGroup section */
  195. /* Begin PBXNativeTarget section */
  196. D9C586411F054B5E00320F3B /* CacheBenchmark */ = {
  197. isa = PBXNativeTarget;
  198. buildConfigurationList = D9C586581F054B5E00320F3B /* Build configuration list for PBXNativeTarget "CacheBenchmark" */;
  199. buildPhases = (
  200. D9C5863E1F054B5E00320F3B /* Sources */,
  201. D9C5863F1F054B5E00320F3B /* Frameworks */,
  202. D9C586401F054B5E00320F3B /* Resources */,
  203. );
  204. buildRules = (
  205. );
  206. dependencies = (
  207. );
  208. name = CacheBenchmark;
  209. productName = CacheBenchmark;
  210. productReference = D9C586421F054B5E00320F3B /* CacheBenchmark.app */;
  211. productType = "com.apple.product-type.application";
  212. };
  213. /* End PBXNativeTarget section */
  214. /* Begin PBXProject section */
  215. D9C5863A1F054B5E00320F3B /* Project object */ = {
  216. isa = PBXProject;
  217. attributes = {
  218. LastUpgradeCheck = 0900;
  219. ORGANIZATIONNAME = ibireme;
  220. TargetAttributes = {
  221. D9C586411F054B5E00320F3B = {
  222. CreatedOnToolsVersion = 9.0;
  223. };
  224. };
  225. };
  226. buildConfigurationList = D9C5863D1F054B5E00320F3B /* Build configuration list for PBXProject "CacheBenchmark" */;
  227. compatibilityVersion = "Xcode 8.0";
  228. developmentRegion = en;
  229. hasScannedForEncodings = 0;
  230. knownRegions = (
  231. en,
  232. Base,
  233. );
  234. mainGroup = D9C586391F054B5E00320F3B;
  235. productRefGroup = D9C586431F054B5E00320F3B /* Products */;
  236. projectDirPath = "";
  237. projectRoot = "";
  238. targets = (
  239. D9C586411F054B5E00320F3B /* CacheBenchmark */,
  240. );
  241. };
  242. /* End PBXProject section */
  243. /* Begin PBXResourcesBuildPhase section */
  244. D9C586401F054B5E00320F3B /* Resources */ = {
  245. isa = PBXResourcesBuildPhase;
  246. buildActionMask = 2147483647;
  247. files = (
  248. D9C586521F054B5E00320F3B /* LaunchScreen.storyboard in Resources */,
  249. D9C5864F1F054B5E00320F3B /* Assets.xcassets in Resources */,
  250. D9C5864D1F054B5E00320F3B /* Main.storyboard in Resources */,
  251. D967E0DD1F0553F000791B80 /* version.txt in Resources */,
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. };
  255. /* End PBXResourcesBuildPhase section */
  256. /* Begin PBXSourcesBuildPhase section */
  257. D9C5863E1F054B5E00320F3B /* Sources */ = {
  258. isa = PBXSourcesBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. D9F7E2161F36D7D4003F5035 /* Benchmark.m in Sources */,
  262. D9D584501F05579A00CBBB61 /* PINCache.m in Sources */,
  263. D9D584511F05579A00CBBB61 /* PINDiskCache.m in Sources */,
  264. D9D584521F05579A00CBBB61 /* PINMemoryCache.m in Sources */,
  265. D9D584531F05579A00CBBB61 /* PINOperationGroup.m in Sources */,
  266. D9D584541F05579A00CBBB61 /* PINOperationQueue.m in Sources */,
  267. D9D583F81F0554DE00CBBB61 /* YYMemoryCache.m in Sources */,
  268. D9C5864A1F054B5E00320F3B /* ViewController.m in Sources */,
  269. D9C586551F054B5E00320F3B /* main.m in Sources */,
  270. D9D583F71F0554DE00CBBB61 /* YYKVStorage.m in Sources */,
  271. D9D583F61F0554DE00CBBB61 /* YYDiskCache.m in Sources */,
  272. D9C586471F054B5E00320F3B /* AppDelegate.m in Sources */,
  273. D967E0DE1F0553F000791B80 /* YYThreadSafeDictionary.m in Sources */,
  274. D9D583F51F0554DE00CBBB61 /* YYCache.m in Sources */,
  275. D967E0DC1F0553F000791B80 /* sqlite3.c in Sources */,
  276. );
  277. runOnlyForDeploymentPostprocessing = 0;
  278. };
  279. /* End PBXSourcesBuildPhase section */
  280. /* Begin PBXVariantGroup section */
  281. D9C5864B1F054B5E00320F3B /* Main.storyboard */ = {
  282. isa = PBXVariantGroup;
  283. children = (
  284. D9C5864C1F054B5E00320F3B /* Base */,
  285. );
  286. name = Main.storyboard;
  287. sourceTree = "<group>";
  288. };
  289. D9C586501F054B5E00320F3B /* LaunchScreen.storyboard */ = {
  290. isa = PBXVariantGroup;
  291. children = (
  292. D9C586511F054B5E00320F3B /* Base */,
  293. );
  294. name = LaunchScreen.storyboard;
  295. sourceTree = "<group>";
  296. };
  297. /* End PBXVariantGroup section */
  298. /* Begin XCBuildConfiguration section */
  299. D9C586561F054B5E00320F3B /* Debug */ = {
  300. isa = XCBuildConfiguration;
  301. buildSettings = {
  302. ALWAYS_SEARCH_USER_PATHS = NO;
  303. CLANG_ANALYZER_NONNULL = YES;
  304. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  305. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  306. CLANG_CXX_LIBRARY = "libc++";
  307. CLANG_ENABLE_MODULES = YES;
  308. CLANG_ENABLE_OBJC_ARC = YES;
  309. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  310. CLANG_WARN_BOOL_CONVERSION = YES;
  311. CLANG_WARN_COMMA = YES;
  312. CLANG_WARN_CONSTANT_CONVERSION = YES;
  313. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  314. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  315. CLANG_WARN_EMPTY_BODY = YES;
  316. CLANG_WARN_ENUM_CONVERSION = YES;
  317. CLANG_WARN_INFINITE_RECURSION = YES;
  318. CLANG_WARN_INT_CONVERSION = YES;
  319. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  320. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  321. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  322. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  323. CLANG_WARN_STRICT_PROTOTYPES = YES;
  324. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  325. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  326. CLANG_WARN_UNREACHABLE_CODE = YES;
  327. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  328. CODE_SIGN_IDENTITY = "iPhone Developer";
  329. COPY_PHASE_STRIP = NO;
  330. DEBUG_INFORMATION_FORMAT = dwarf;
  331. ENABLE_STRICT_OBJC_MSGSEND = YES;
  332. ENABLE_TESTABILITY = YES;
  333. GCC_C_LANGUAGE_STANDARD = gnu11;
  334. GCC_DYNAMIC_NO_PIC = NO;
  335. GCC_NO_COMMON_BLOCKS = YES;
  336. GCC_OPTIMIZATION_LEVEL = 0;
  337. GCC_PREPROCESSOR_DEFINITIONS = (
  338. "DEBUG=1",
  339. "$(inherited)",
  340. );
  341. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  342. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  343. GCC_WARN_UNDECLARED_SELECTOR = YES;
  344. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  345. GCC_WARN_UNUSED_FUNCTION = YES;
  346. GCC_WARN_UNUSED_VARIABLE = YES;
  347. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  348. MTL_ENABLE_DEBUG_INFO = YES;
  349. ONLY_ACTIVE_ARCH = YES;
  350. SDKROOT = iphoneos;
  351. };
  352. name = Debug;
  353. };
  354. D9C586571F054B5E00320F3B /* Release */ = {
  355. isa = XCBuildConfiguration;
  356. buildSettings = {
  357. ALWAYS_SEARCH_USER_PATHS = NO;
  358. CLANG_ANALYZER_NONNULL = YES;
  359. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  360. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  361. CLANG_CXX_LIBRARY = "libc++";
  362. CLANG_ENABLE_MODULES = YES;
  363. CLANG_ENABLE_OBJC_ARC = YES;
  364. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  365. CLANG_WARN_BOOL_CONVERSION = YES;
  366. CLANG_WARN_COMMA = YES;
  367. CLANG_WARN_CONSTANT_CONVERSION = YES;
  368. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  369. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  370. CLANG_WARN_EMPTY_BODY = YES;
  371. CLANG_WARN_ENUM_CONVERSION = YES;
  372. CLANG_WARN_INFINITE_RECURSION = YES;
  373. CLANG_WARN_INT_CONVERSION = YES;
  374. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  375. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  376. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  377. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  378. CLANG_WARN_STRICT_PROTOTYPES = YES;
  379. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  380. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  381. CLANG_WARN_UNREACHABLE_CODE = YES;
  382. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  383. CODE_SIGN_IDENTITY = "iPhone Developer";
  384. COPY_PHASE_STRIP = NO;
  385. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  386. ENABLE_NS_ASSERTIONS = NO;
  387. ENABLE_STRICT_OBJC_MSGSEND = YES;
  388. GCC_C_LANGUAGE_STANDARD = gnu11;
  389. GCC_NO_COMMON_BLOCKS = YES;
  390. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  391. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  392. GCC_WARN_UNDECLARED_SELECTOR = YES;
  393. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  394. GCC_WARN_UNUSED_FUNCTION = YES;
  395. GCC_WARN_UNUSED_VARIABLE = YES;
  396. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  397. MTL_ENABLE_DEBUG_INFO = NO;
  398. SDKROOT = iphoneos;
  399. VALIDATE_PRODUCT = YES;
  400. };
  401. name = Release;
  402. };
  403. D9C586591F054B5E00320F3B /* Debug */ = {
  404. isa = XCBuildConfiguration;
  405. buildSettings = {
  406. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  407. DEVELOPMENT_TEAM = "";
  408. HEADER_SEARCH_PATHS = "\"$(SRCROOT)\"/**";
  409. INFOPLIST_FILE = CacheBenchmark/Info.plist;
  410. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  411. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  412. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.CacheBenchmark;
  413. PRODUCT_NAME = "$(TARGET_NAME)";
  414. TARGETED_DEVICE_FAMILY = "1,2";
  415. };
  416. name = Debug;
  417. };
  418. D9C5865A1F054B5E00320F3B /* Release */ = {
  419. isa = XCBuildConfiguration;
  420. buildSettings = {
  421. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  422. DEVELOPMENT_TEAM = "";
  423. HEADER_SEARCH_PATHS = "\"$(SRCROOT)\"/**";
  424. INFOPLIST_FILE = CacheBenchmark/Info.plist;
  425. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  426. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  427. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.CacheBenchmark;
  428. PRODUCT_NAME = "$(TARGET_NAME)";
  429. TARGETED_DEVICE_FAMILY = "1,2";
  430. };
  431. name = Release;
  432. };
  433. /* End XCBuildConfiguration section */
  434. /* Begin XCConfigurationList section */
  435. D9C5863D1F054B5E00320F3B /* Build configuration list for PBXProject "CacheBenchmark" */ = {
  436. isa = XCConfigurationList;
  437. buildConfigurations = (
  438. D9C586561F054B5E00320F3B /* Debug */,
  439. D9C586571F054B5E00320F3B /* Release */,
  440. );
  441. defaultConfigurationIsVisible = 0;
  442. defaultConfigurationName = Release;
  443. };
  444. D9C586581F054B5E00320F3B /* Build configuration list for PBXNativeTarget "CacheBenchmark" */ = {
  445. isa = XCConfigurationList;
  446. buildConfigurations = (
  447. D9C586591F054B5E00320F3B /* Debug */,
  448. D9C5865A1F054B5E00320F3B /* Release */,
  449. );
  450. defaultConfigurationIsVisible = 0;
  451. defaultConfigurationName = Release;
  452. };
  453. /* End XCConfigurationList section */
  454. };
  455. rootObject = D9C5863A1F054B5E00320F3B /* Project object */;
  456. }