project.pbxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D91525C81BD6756400EE6881 /* Benchmark.m in Sources */ = {isa = PBXBuildFile; fileRef = D91525C71BD6756400EE6881 /* Benchmark.m */; settings = {ASSET_TAGS = (); }; };
  10. D99B97231BD79059001477E6 /* Result.txt in Resources */ = {isa = PBXBuildFile; fileRef = D99B97221BD79059001477E6 /* Result.txt */; settings = {ASSET_TAGS = (); }; };
  11. D99B97251BD7945B001477E6 /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = D99B971F1BD78BD1001477E6 /* sqlite3.c */; };
  12. D9EB033A1BD64CB600B3E0F5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB03391BD64CB600B3E0F5 /* main.m */; };
  13. D9EB033D1BD64CB600B3E0F5 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB033C1BD64CB600B3E0F5 /* AppDelegate.m */; };
  14. D9EB03401BD64CB600B3E0F5 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB033F1BD64CB600B3E0F5 /* ViewController.m */; };
  15. D9EB03431BD64CB600B3E0F5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9EB03411BD64CB600B3E0F5 /* Main.storyboard */; };
  16. D9EB03451BD64CB600B3E0F5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D9EB03441BD64CB600B3E0F5 /* Assets.xcassets */; };
  17. D9EB03481BD64CB600B3E0F5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9EB03461BD64CB600B3E0F5 /* LaunchScreen.storyboard */; };
  18. D9EB04251BD6516900B3E0F5 /* PINCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04151BD6516900B3E0F5 /* PINCache.m */; settings = {ASSET_TAGS = (); }; };
  19. D9EB04261BD6516900B3E0F5 /* PINDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04171BD6516900B3E0F5 /* PINDiskCache.m */; settings = {ASSET_TAGS = (); }; };
  20. D9EB04271BD6516900B3E0F5 /* PINMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04191BD6516900B3E0F5 /* PINMemoryCache.m */; settings = {ASSET_TAGS = (); }; };
  21. D9EB04281BD6516900B3E0F5 /* TMCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB041C1BD6516900B3E0F5 /* TMCache.m */; settings = {ASSET_TAGS = (); }; };
  22. D9EB04291BD6516900B3E0F5 /* TMDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB041F1BD6516900B3E0F5 /* TMDiskCache.m */; settings = {ASSET_TAGS = (); }; };
  23. D9EB042A1BD6516900B3E0F5 /* TMMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04211BD6516900B3E0F5 /* TMMemoryCache.m */; settings = {ASSET_TAGS = (); }; };
  24. D9EB042B1BD6516900B3E0F5 /* YYThreadSafeDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04241BD6516900B3E0F5 /* YYThreadSafeDictionary.m */; settings = {ASSET_TAGS = (); }; };
  25. D9EB04351BD652E200B3E0F5 /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB042E1BD652E200B3E0F5 /* YYCache.m */; settings = {ASSET_TAGS = (); }; };
  26. D9EB04361BD652E200B3E0F5 /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04301BD652E200B3E0F5 /* YYDiskCache.m */; settings = {ASSET_TAGS = (); }; };
  27. D9EB04371BD652E200B3E0F5 /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04321BD652E200B3E0F5 /* YYKVStorage.m */; settings = {ASSET_TAGS = (); }; };
  28. D9EB04381BD652E200B3E0F5 /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04341BD652E200B3E0F5 /* YYMemoryCache.m */; settings = {ASSET_TAGS = (); }; };
  29. /* End PBXBuildFile section */
  30. /* Begin PBXFileReference section */
  31. D91525C61BD6756400EE6881 /* Benchmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = CacheBenchmark/Benchmark.h; sourceTree = "<group>"; };
  32. D91525C71BD6756400EE6881 /* Benchmark.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Benchmark.m; path = CacheBenchmark/Benchmark.m; sourceTree = "<group>"; };
  33. D99B971F1BD78BD1001477E6 /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = "<group>"; };
  34. D99B97201BD78BD1001477E6 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3.h; sourceTree = "<group>"; };
  35. D99B97221BD79059001477E6 /* Result.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Result.txt; sourceTree = "<group>"; };
  36. D9EB03351BD64CB600B3E0F5 /* CacheBenchmark.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CacheBenchmark.app; sourceTree = BUILT_PRODUCTS_DIR; };
  37. D9EB03391BD64CB600B3E0F5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  38. D9EB033B1BD64CB600B3E0F5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  39. D9EB033C1BD64CB600B3E0F5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  40. D9EB033E1BD64CB600B3E0F5 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  41. D9EB033F1BD64CB600B3E0F5 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  42. D9EB03421BD64CB600B3E0F5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  43. D9EB03441BD64CB600B3E0F5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  44. D9EB03471BD64CB600B3E0F5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  45. D9EB03491BD64CB600B3E0F5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  46. D9EB04131BD6516900B3E0F5 /* Nullability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Nullability.h; sourceTree = "<group>"; };
  47. D9EB04141BD6516900B3E0F5 /* PINCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PINCache.h; sourceTree = "<group>"; };
  48. D9EB04151BD6516900B3E0F5 /* PINCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PINCache.m; sourceTree = "<group>"; };
  49. D9EB04161BD6516900B3E0F5 /* PINDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PINDiskCache.h; sourceTree = "<group>"; };
  50. D9EB04171BD6516900B3E0F5 /* PINDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PINDiskCache.m; sourceTree = "<group>"; };
  51. D9EB04181BD6516900B3E0F5 /* PINMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PINMemoryCache.h; sourceTree = "<group>"; };
  52. D9EB04191BD6516900B3E0F5 /* PINMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PINMemoryCache.m; sourceTree = "<group>"; };
  53. D9EB041B1BD6516900B3E0F5 /* TMCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMCache.h; sourceTree = "<group>"; };
  54. D9EB041C1BD6516900B3E0F5 /* TMCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMCache.m; sourceTree = "<group>"; };
  55. D9EB041D1BD6516900B3E0F5 /* TMCacheBackgroundTaskManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMCacheBackgroundTaskManager.h; sourceTree = "<group>"; };
  56. D9EB041E1BD6516900B3E0F5 /* TMDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMDiskCache.h; sourceTree = "<group>"; };
  57. D9EB041F1BD6516900B3E0F5 /* TMDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMDiskCache.m; sourceTree = "<group>"; };
  58. D9EB04201BD6516900B3E0F5 /* TMMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMMemoryCache.h; sourceTree = "<group>"; };
  59. D9EB04211BD6516900B3E0F5 /* TMMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMMemoryCache.m; sourceTree = "<group>"; };
  60. D9EB04231BD6516900B3E0F5 /* YYThreadSafeDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYThreadSafeDictionary.h; sourceTree = "<group>"; };
  61. D9EB04241BD6516900B3E0F5 /* YYThreadSafeDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYThreadSafeDictionary.m; sourceTree = "<group>"; };
  62. D9EB042D1BD652E200B3E0F5 /* YYCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYCache.h; sourceTree = "<group>"; };
  63. D9EB042E1BD652E200B3E0F5 /* YYCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYCache.m; sourceTree = "<group>"; };
  64. D9EB042F1BD652E200B3E0F5 /* YYDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYDiskCache.h; sourceTree = "<group>"; };
  65. D9EB04301BD652E200B3E0F5 /* YYDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYDiskCache.m; sourceTree = "<group>"; };
  66. D9EB04311BD652E200B3E0F5 /* YYKVStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYKVStorage.h; sourceTree = "<group>"; };
  67. D9EB04321BD652E200B3E0F5 /* YYKVStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYKVStorage.m; sourceTree = "<group>"; };
  68. D9EB04331BD652E200B3E0F5 /* YYMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYMemoryCache.h; sourceTree = "<group>"; };
  69. D9EB04341BD652E200B3E0F5 /* YYMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYMemoryCache.m; sourceTree = "<group>"; };
  70. D9EB04391BD654A100B3E0F5 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
  71. /* End PBXFileReference section */
  72. /* Begin PBXFrameworksBuildPhase section */
  73. D9EB03321BD64CB600B3E0F5 /* Frameworks */ = {
  74. isa = PBXFrameworksBuildPhase;
  75. buildActionMask = 2147483647;
  76. files = (
  77. );
  78. runOnlyForDeploymentPostprocessing = 0;
  79. };
  80. /* End PBXFrameworksBuildPhase section */
  81. /* Begin PBXGroup section */
  82. D91525C51BD6754500EE6881 /* Vendor */ = {
  83. isa = PBXGroup;
  84. children = (
  85. D99B971E1BD78BD1001477E6 /* SQLite */,
  86. D9EB042C1BD652E200B3E0F5 /* YYCache */,
  87. D9EB04121BD6516900B3E0F5 /* PINCache */,
  88. D9EB041A1BD6516900B3E0F5 /* TMCache */,
  89. D9EB04221BD6516900B3E0F5 /* YYThreadSafeDictionary */,
  90. );
  91. name = Vendor;
  92. sourceTree = "<group>";
  93. };
  94. D99B971E1BD78BD1001477E6 /* SQLite */ = {
  95. isa = PBXGroup;
  96. children = (
  97. D99B971F1BD78BD1001477E6 /* sqlite3.c */,
  98. D99B97201BD78BD1001477E6 /* sqlite3.h */,
  99. );
  100. name = SQLite;
  101. path = Vendor/SQLite;
  102. sourceTree = "<group>";
  103. };
  104. D9EB032C1BD64CB600B3E0F5 = {
  105. isa = PBXGroup;
  106. children = (
  107. D91525C51BD6754500EE6881 /* Vendor */,
  108. D91525C61BD6756400EE6881 /* Benchmark.h */,
  109. D91525C71BD6756400EE6881 /* Benchmark.m */,
  110. D99B97221BD79059001477E6 /* Result.txt */,
  111. D9EB03371BD64CB600B3E0F5 /* CacheBenchmark */,
  112. D9EB03361BD64CB600B3E0F5 /* Products */,
  113. );
  114. sourceTree = "<group>";
  115. };
  116. D9EB03361BD64CB600B3E0F5 /* Products */ = {
  117. isa = PBXGroup;
  118. children = (
  119. D9EB03351BD64CB600B3E0F5 /* CacheBenchmark.app */,
  120. );
  121. name = Products;
  122. sourceTree = "<group>";
  123. };
  124. D9EB03371BD64CB600B3E0F5 /* CacheBenchmark */ = {
  125. isa = PBXGroup;
  126. children = (
  127. D9EB033B1BD64CB600B3E0F5 /* AppDelegate.h */,
  128. D9EB033C1BD64CB600B3E0F5 /* AppDelegate.m */,
  129. D9EB033E1BD64CB600B3E0F5 /* ViewController.h */,
  130. D9EB033F1BD64CB600B3E0F5 /* ViewController.m */,
  131. D9EB03381BD64CB600B3E0F5 /* Supporting Files */,
  132. );
  133. path = CacheBenchmark;
  134. sourceTree = "<group>";
  135. };
  136. D9EB03381BD64CB600B3E0F5 /* Supporting Files */ = {
  137. isa = PBXGroup;
  138. children = (
  139. D9EB04391BD654A100B3E0F5 /* libsqlite3.tbd */,
  140. D9EB03411BD64CB600B3E0F5 /* Main.storyboard */,
  141. D9EB03441BD64CB600B3E0F5 /* Assets.xcassets */,
  142. D9EB03461BD64CB600B3E0F5 /* LaunchScreen.storyboard */,
  143. D9EB03491BD64CB600B3E0F5 /* Info.plist */,
  144. D9EB03391BD64CB600B3E0F5 /* main.m */,
  145. );
  146. name = "Supporting Files";
  147. sourceTree = "<group>";
  148. };
  149. D9EB04121BD6516900B3E0F5 /* PINCache */ = {
  150. isa = PBXGroup;
  151. children = (
  152. D9EB04131BD6516900B3E0F5 /* Nullability.h */,
  153. D9EB04141BD6516900B3E0F5 /* PINCache.h */,
  154. D9EB04151BD6516900B3E0F5 /* PINCache.m */,
  155. D9EB04161BD6516900B3E0F5 /* PINDiskCache.h */,
  156. D9EB04171BD6516900B3E0F5 /* PINDiskCache.m */,
  157. D9EB04181BD6516900B3E0F5 /* PINMemoryCache.h */,
  158. D9EB04191BD6516900B3E0F5 /* PINMemoryCache.m */,
  159. );
  160. name = PINCache;
  161. path = Vendor/PINCache;
  162. sourceTree = SOURCE_ROOT;
  163. };
  164. D9EB041A1BD6516900B3E0F5 /* TMCache */ = {
  165. isa = PBXGroup;
  166. children = (
  167. D9EB041B1BD6516900B3E0F5 /* TMCache.h */,
  168. D9EB041C1BD6516900B3E0F5 /* TMCache.m */,
  169. D9EB041D1BD6516900B3E0F5 /* TMCacheBackgroundTaskManager.h */,
  170. D9EB041E1BD6516900B3E0F5 /* TMDiskCache.h */,
  171. D9EB041F1BD6516900B3E0F5 /* TMDiskCache.m */,
  172. D9EB04201BD6516900B3E0F5 /* TMMemoryCache.h */,
  173. D9EB04211BD6516900B3E0F5 /* TMMemoryCache.m */,
  174. );
  175. name = TMCache;
  176. path = Vendor/TMCache;
  177. sourceTree = SOURCE_ROOT;
  178. };
  179. D9EB04221BD6516900B3E0F5 /* YYThreadSafeDictionary */ = {
  180. isa = PBXGroup;
  181. children = (
  182. D9EB04231BD6516900B3E0F5 /* YYThreadSafeDictionary.h */,
  183. D9EB04241BD6516900B3E0F5 /* YYThreadSafeDictionary.m */,
  184. );
  185. name = YYThreadSafeDictionary;
  186. path = Vendor/YYThreadSafeDictionary;
  187. sourceTree = SOURCE_ROOT;
  188. };
  189. D9EB042C1BD652E200B3E0F5 /* YYCache */ = {
  190. isa = PBXGroup;
  191. children = (
  192. D9EB042D1BD652E200B3E0F5 /* YYCache.h */,
  193. D9EB042E1BD652E200B3E0F5 /* YYCache.m */,
  194. D9EB042F1BD652E200B3E0F5 /* YYDiskCache.h */,
  195. D9EB04301BD652E200B3E0F5 /* YYDiskCache.m */,
  196. D9EB04311BD652E200B3E0F5 /* YYKVStorage.h */,
  197. D9EB04321BD652E200B3E0F5 /* YYKVStorage.m */,
  198. D9EB04331BD652E200B3E0F5 /* YYMemoryCache.h */,
  199. D9EB04341BD652E200B3E0F5 /* YYMemoryCache.m */,
  200. );
  201. name = YYCache;
  202. path = ../YYCache;
  203. sourceTree = "<group>";
  204. };
  205. /* End PBXGroup section */
  206. /* Begin PBXNativeTarget section */
  207. D9EB03341BD64CB600B3E0F5 /* CacheBenchmark */ = {
  208. isa = PBXNativeTarget;
  209. buildConfigurationList = D9EB034C1BD64CB600B3E0F5 /* Build configuration list for PBXNativeTarget "CacheBenchmark" */;
  210. buildPhases = (
  211. D9EB03311BD64CB600B3E0F5 /* Sources */,
  212. D9EB03321BD64CB600B3E0F5 /* Frameworks */,
  213. D9EB03331BD64CB600B3E0F5 /* Resources */,
  214. );
  215. buildRules = (
  216. );
  217. dependencies = (
  218. );
  219. name = CacheBenchmark;
  220. productName = CacheBenchmark;
  221. productReference = D9EB03351BD64CB600B3E0F5 /* CacheBenchmark.app */;
  222. productType = "com.apple.product-type.application";
  223. };
  224. /* End PBXNativeTarget section */
  225. /* Begin PBXProject section */
  226. D9EB032D1BD64CB600B3E0F5 /* Project object */ = {
  227. isa = PBXProject;
  228. attributes = {
  229. LastUpgradeCheck = 0700;
  230. ORGANIZATIONNAME = ibireme;
  231. TargetAttributes = {
  232. D9EB03341BD64CB600B3E0F5 = {
  233. CreatedOnToolsVersion = 7.0;
  234. };
  235. };
  236. };
  237. buildConfigurationList = D9EB03301BD64CB600B3E0F5 /* Build configuration list for PBXProject "CacheBenchmark" */;
  238. compatibilityVersion = "Xcode 3.2";
  239. developmentRegion = English;
  240. hasScannedForEncodings = 0;
  241. knownRegions = (
  242. en,
  243. Base,
  244. );
  245. mainGroup = D9EB032C1BD64CB600B3E0F5;
  246. productRefGroup = D9EB03361BD64CB600B3E0F5 /* Products */;
  247. projectDirPath = "";
  248. projectRoot = "";
  249. targets = (
  250. D9EB03341BD64CB600B3E0F5 /* CacheBenchmark */,
  251. );
  252. };
  253. /* End PBXProject section */
  254. /* Begin PBXResourcesBuildPhase section */
  255. D9EB03331BD64CB600B3E0F5 /* Resources */ = {
  256. isa = PBXResourcesBuildPhase;
  257. buildActionMask = 2147483647;
  258. files = (
  259. D9EB03481BD64CB600B3E0F5 /* LaunchScreen.storyboard in Resources */,
  260. D9EB03451BD64CB600B3E0F5 /* Assets.xcassets in Resources */,
  261. D9EB03431BD64CB600B3E0F5 /* Main.storyboard in Resources */,
  262. D99B97231BD79059001477E6 /* Result.txt in Resources */,
  263. );
  264. runOnlyForDeploymentPostprocessing = 0;
  265. };
  266. /* End PBXResourcesBuildPhase section */
  267. /* Begin PBXSourcesBuildPhase section */
  268. D9EB03311BD64CB600B3E0F5 /* Sources */ = {
  269. isa = PBXSourcesBuildPhase;
  270. buildActionMask = 2147483647;
  271. files = (
  272. D99B97251BD7945B001477E6 /* sqlite3.c in Sources */,
  273. D91525C81BD6756400EE6881 /* Benchmark.m in Sources */,
  274. D9EB042B1BD6516900B3E0F5 /* YYThreadSafeDictionary.m in Sources */,
  275. D9EB04291BD6516900B3E0F5 /* TMDiskCache.m in Sources */,
  276. D9EB04351BD652E200B3E0F5 /* YYCache.m in Sources */,
  277. D9EB042A1BD6516900B3E0F5 /* TMMemoryCache.m in Sources */,
  278. D9EB04251BD6516900B3E0F5 /* PINCache.m in Sources */,
  279. D9EB04381BD652E200B3E0F5 /* YYMemoryCache.m in Sources */,
  280. D9EB04271BD6516900B3E0F5 /* PINMemoryCache.m in Sources */,
  281. D9EB03401BD64CB600B3E0F5 /* ViewController.m in Sources */,
  282. D9EB04281BD6516900B3E0F5 /* TMCache.m in Sources */,
  283. D9EB04261BD6516900B3E0F5 /* PINDiskCache.m in Sources */,
  284. D9EB04361BD652E200B3E0F5 /* YYDiskCache.m in Sources */,
  285. D9EB033D1BD64CB600B3E0F5 /* AppDelegate.m in Sources */,
  286. D9EB04371BD652E200B3E0F5 /* YYKVStorage.m in Sources */,
  287. D9EB033A1BD64CB600B3E0F5 /* main.m in Sources */,
  288. );
  289. runOnlyForDeploymentPostprocessing = 0;
  290. };
  291. /* End PBXSourcesBuildPhase section */
  292. /* Begin PBXVariantGroup section */
  293. D9EB03411BD64CB600B3E0F5 /* Main.storyboard */ = {
  294. isa = PBXVariantGroup;
  295. children = (
  296. D9EB03421BD64CB600B3E0F5 /* Base */,
  297. );
  298. name = Main.storyboard;
  299. sourceTree = "<group>";
  300. };
  301. D9EB03461BD64CB600B3E0F5 /* LaunchScreen.storyboard */ = {
  302. isa = PBXVariantGroup;
  303. children = (
  304. D9EB03471BD64CB600B3E0F5 /* Base */,
  305. );
  306. name = LaunchScreen.storyboard;
  307. sourceTree = "<group>";
  308. };
  309. /* End PBXVariantGroup section */
  310. /* Begin XCBuildConfiguration section */
  311. D9EB034A1BD64CB600B3E0F5 /* Debug */ = {
  312. isa = XCBuildConfiguration;
  313. buildSettings = {
  314. ALWAYS_SEARCH_USER_PATHS = NO;
  315. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  316. CLANG_CXX_LIBRARY = "libc++";
  317. CLANG_ENABLE_MODULES = YES;
  318. CLANG_ENABLE_OBJC_ARC = YES;
  319. CLANG_WARN_BOOL_CONVERSION = YES;
  320. CLANG_WARN_CONSTANT_CONVERSION = YES;
  321. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  322. CLANG_WARN_EMPTY_BODY = YES;
  323. CLANG_WARN_ENUM_CONVERSION = YES;
  324. CLANG_WARN_INT_CONVERSION = YES;
  325. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  326. CLANG_WARN_UNREACHABLE_CODE = YES;
  327. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  328. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "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 = gnu99;
  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 = 9.0;
  348. MTL_ENABLE_DEBUG_INFO = YES;
  349. ONLY_ACTIVE_ARCH = YES;
  350. SDKROOT = iphoneos;
  351. };
  352. name = Debug;
  353. };
  354. D9EB034B1BD64CB600B3E0F5 /* Release */ = {
  355. isa = XCBuildConfiguration;
  356. buildSettings = {
  357. ALWAYS_SEARCH_USER_PATHS = NO;
  358. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  359. CLANG_CXX_LIBRARY = "libc++";
  360. CLANG_ENABLE_MODULES = YES;
  361. CLANG_ENABLE_OBJC_ARC = YES;
  362. CLANG_WARN_BOOL_CONVERSION = YES;
  363. CLANG_WARN_CONSTANT_CONVERSION = YES;
  364. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  365. CLANG_WARN_EMPTY_BODY = YES;
  366. CLANG_WARN_ENUM_CONVERSION = YES;
  367. CLANG_WARN_INT_CONVERSION = YES;
  368. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  369. CLANG_WARN_UNREACHABLE_CODE = YES;
  370. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  371. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  372. COPY_PHASE_STRIP = NO;
  373. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  374. ENABLE_NS_ASSERTIONS = NO;
  375. ENABLE_STRICT_OBJC_MSGSEND = YES;
  376. GCC_C_LANGUAGE_STANDARD = gnu99;
  377. GCC_NO_COMMON_BLOCKS = YES;
  378. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  379. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  380. GCC_WARN_UNDECLARED_SELECTOR = YES;
  381. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  382. GCC_WARN_UNUSED_FUNCTION = YES;
  383. GCC_WARN_UNUSED_VARIABLE = YES;
  384. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  385. MTL_ENABLE_DEBUG_INFO = NO;
  386. SDKROOT = iphoneos;
  387. VALIDATE_PRODUCT = YES;
  388. };
  389. name = Release;
  390. };
  391. D9EB034D1BD64CB600B3E0F5 /* Debug */ = {
  392. isa = XCBuildConfiguration;
  393. buildSettings = {
  394. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  395. INFOPLIST_FILE = CacheBenchmark/Info.plist;
  396. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  397. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  398. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.CacheBenchmark;
  399. PRODUCT_NAME = "$(TARGET_NAME)";
  400. };
  401. name = Debug;
  402. };
  403. D9EB034E1BD64CB600B3E0F5 /* Release */ = {
  404. isa = XCBuildConfiguration;
  405. buildSettings = {
  406. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  407. INFOPLIST_FILE = CacheBenchmark/Info.plist;
  408. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  409. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  410. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.CacheBenchmark;
  411. PRODUCT_NAME = "$(TARGET_NAME)";
  412. };
  413. name = Release;
  414. };
  415. /* End XCBuildConfiguration section */
  416. /* Begin XCConfigurationList section */
  417. D9EB03301BD64CB600B3E0F5 /* Build configuration list for PBXProject "CacheBenchmark" */ = {
  418. isa = XCConfigurationList;
  419. buildConfigurations = (
  420. D9EB034A1BD64CB600B3E0F5 /* Debug */,
  421. D9EB034B1BD64CB600B3E0F5 /* Release */,
  422. );
  423. defaultConfigurationIsVisible = 0;
  424. defaultConfigurationName = Release;
  425. };
  426. D9EB034C1BD64CB600B3E0F5 /* Build configuration list for PBXNativeTarget "CacheBenchmark" */ = {
  427. isa = XCConfigurationList;
  428. buildConfigurations = (
  429. D9EB034D1BD64CB600B3E0F5 /* Debug */,
  430. D9EB034E1BD64CB600B3E0F5 /* Release */,
  431. );
  432. defaultConfigurationIsVisible = 0;
  433. defaultConfigurationName = Release;
  434. };
  435. /* End XCConfigurationList section */
  436. };
  437. rootObject = D9EB032D1BD64CB600B3E0F5 /* Project object */;
  438. }