|
@@ -3,77 +3,77 @@
|
|
|
archiveVersion = 1;
|
|
|
classes = {
|
|
|
};
|
|
|
- objectVersion = 46;
|
|
|
+ objectVersion = 48;
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- D91525C81BD6756400EE6881 /* Benchmark.m in Sources */ = {isa = PBXBuildFile; fileRef = D91525C71BD6756400EE6881 /* Benchmark.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D99B97231BD79059001477E6 /* Result.txt in Resources */ = {isa = PBXBuildFile; fileRef = D99B97221BD79059001477E6 /* Result.txt */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D99B97251BD7945B001477E6 /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = D99B971F1BD78BD1001477E6 /* sqlite3.c */; };
|
|
|
- D9EB033A1BD64CB600B3E0F5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB03391BD64CB600B3E0F5 /* main.m */; };
|
|
|
- D9EB033D1BD64CB600B3E0F5 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB033C1BD64CB600B3E0F5 /* AppDelegate.m */; };
|
|
|
- D9EB03401BD64CB600B3E0F5 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB033F1BD64CB600B3E0F5 /* ViewController.m */; };
|
|
|
- D9EB03431BD64CB600B3E0F5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9EB03411BD64CB600B3E0F5 /* Main.storyboard */; };
|
|
|
- D9EB03451BD64CB600B3E0F5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D9EB03441BD64CB600B3E0F5 /* Assets.xcassets */; };
|
|
|
- D9EB03481BD64CB600B3E0F5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9EB03461BD64CB600B3E0F5 /* LaunchScreen.storyboard */; };
|
|
|
- D9EB04251BD6516900B3E0F5 /* PINCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04151BD6516900B3E0F5 /* PINCache.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D9EB04261BD6516900B3E0F5 /* PINDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04171BD6516900B3E0F5 /* PINDiskCache.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D9EB04271BD6516900B3E0F5 /* PINMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04191BD6516900B3E0F5 /* PINMemoryCache.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D9EB04281BD6516900B3E0F5 /* TMCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB041C1BD6516900B3E0F5 /* TMCache.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D9EB04291BD6516900B3E0F5 /* TMDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB041F1BD6516900B3E0F5 /* TMDiskCache.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D9EB042A1BD6516900B3E0F5 /* TMMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04211BD6516900B3E0F5 /* TMMemoryCache.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D9EB042B1BD6516900B3E0F5 /* YYThreadSafeDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04241BD6516900B3E0F5 /* YYThreadSafeDictionary.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D9EB04351BD652E200B3E0F5 /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB042E1BD652E200B3E0F5 /* YYCache.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D9EB04361BD652E200B3E0F5 /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04301BD652E200B3E0F5 /* YYDiskCache.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D9EB04371BD652E200B3E0F5 /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04321BD652E200B3E0F5 /* YYKVStorage.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
- D9EB04381BD652E200B3E0F5 /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB04341BD652E200B3E0F5 /* YYMemoryCache.m */; settings = {ASSET_TAGS = (); }; };
|
|
|
+ D967E0DC1F0553F000791B80 /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = D967E0C61F0553F000791B80 /* sqlite3.c */; };
|
|
|
+ D967E0DD1F0553F000791B80 /* version.txt in Resources */ = {isa = PBXBuildFile; fileRef = D967E0C81F0553F000791B80 /* version.txt */; };
|
|
|
+ D967E0DE1F0553F000791B80 /* YYThreadSafeDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = D967E0CB1F0553F000791B80 /* YYThreadSafeDictionary.m */; };
|
|
|
+ D9C586471F054B5E00320F3B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C586461F054B5E00320F3B /* AppDelegate.m */; };
|
|
|
+ D9C5864A1F054B5E00320F3B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C586491F054B5E00320F3B /* ViewController.m */; };
|
|
|
+ D9C5864D1F054B5E00320F3B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9C5864B1F054B5E00320F3B /* Main.storyboard */; };
|
|
|
+ D9C5864F1F054B5E00320F3B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D9C5864E1F054B5E00320F3B /* Assets.xcassets */; };
|
|
|
+ D9C586521F054B5E00320F3B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9C586501F054B5E00320F3B /* LaunchScreen.storyboard */; };
|
|
|
+ D9C586551F054B5E00320F3B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C586541F054B5E00320F3B /* main.m */; };
|
|
|
+ D9D583F51F0554DE00CBBB61 /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D583EE1F0554DE00CBBB61 /* YYCache.m */; };
|
|
|
+ D9D583F61F0554DE00CBBB61 /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D583F01F0554DE00CBBB61 /* YYDiskCache.m */; };
|
|
|
+ D9D583F71F0554DE00CBBB61 /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D583F21F0554DE00CBBB61 /* YYKVStorage.m */; };
|
|
|
+ D9D583F81F0554DE00CBBB61 /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D583F41F0554DE00CBBB61 /* YYMemoryCache.m */; };
|
|
|
+ D9D584501F05579A00CBBB61 /* PINCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D5843F1F05579000CBBB61 /* PINCache.m */; };
|
|
|
+ D9D584511F05579A00CBBB61 /* PINDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D584441F05579000CBBB61 /* PINDiskCache.m */; };
|
|
|
+ D9D584521F05579A00CBBB61 /* PINMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D584461F05579000CBBB61 /* PINMemoryCache.m */; };
|
|
|
+ D9D584531F05579A00CBBB61 /* PINOperationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D5844B1F05579000CBBB61 /* PINOperationGroup.m */; };
|
|
|
+ D9D584541F05579A00CBBB61 /* PINOperationQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D5844E1F05579000CBBB61 /* PINOperationQueue.m */; };
|
|
|
+ D9F7E2161F36D7D4003F5035 /* Benchmark.m in Sources */ = {isa = PBXBuildFile; fileRef = D9F7E2151F36D7D4003F5035 /* Benchmark.m */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- D91525C61BD6756400EE6881 /* Benchmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = CacheBenchmark/Benchmark.h; sourceTree = "<group>"; };
|
|
|
- D91525C71BD6756400EE6881 /* Benchmark.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Benchmark.m; path = CacheBenchmark/Benchmark.m; sourceTree = "<group>"; };
|
|
|
- D99B971F1BD78BD1001477E6 /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = "<group>"; };
|
|
|
- D99B97201BD78BD1001477E6 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3.h; sourceTree = "<group>"; };
|
|
|
- D99B97221BD79059001477E6 /* Result.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Result.txt; sourceTree = "<group>"; };
|
|
|
- D9EB03351BD64CB600B3E0F5 /* CacheBenchmark.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CacheBenchmark.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- D9EB03391BD64CB600B3E0F5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
- D9EB033B1BD64CB600B3E0F5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
- D9EB033C1BD64CB600B3E0F5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
- D9EB033E1BD64CB600B3E0F5 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
|
- D9EB033F1BD64CB600B3E0F5 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
|
- D9EB03421BD64CB600B3E0F5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
- D9EB03441BD64CB600B3E0F5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
- D9EB03471BD64CB600B3E0F5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
- D9EB03491BD64CB600B3E0F5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
- D9EB04131BD6516900B3E0F5 /* Nullability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Nullability.h; sourceTree = "<group>"; };
|
|
|
- D9EB04141BD6516900B3E0F5 /* PINCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PINCache.h; sourceTree = "<group>"; };
|
|
|
- D9EB04151BD6516900B3E0F5 /* PINCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PINCache.m; sourceTree = "<group>"; };
|
|
|
- D9EB04161BD6516900B3E0F5 /* PINDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PINDiskCache.h; sourceTree = "<group>"; };
|
|
|
- D9EB04171BD6516900B3E0F5 /* PINDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PINDiskCache.m; sourceTree = "<group>"; };
|
|
|
- D9EB04181BD6516900B3E0F5 /* PINMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PINMemoryCache.h; sourceTree = "<group>"; };
|
|
|
- D9EB04191BD6516900B3E0F5 /* PINMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PINMemoryCache.m; sourceTree = "<group>"; };
|
|
|
- D9EB041B1BD6516900B3E0F5 /* TMCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMCache.h; sourceTree = "<group>"; };
|
|
|
- D9EB041C1BD6516900B3E0F5 /* TMCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMCache.m; sourceTree = "<group>"; };
|
|
|
- D9EB041D1BD6516900B3E0F5 /* TMCacheBackgroundTaskManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMCacheBackgroundTaskManager.h; sourceTree = "<group>"; };
|
|
|
- D9EB041E1BD6516900B3E0F5 /* TMDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMDiskCache.h; sourceTree = "<group>"; };
|
|
|
- D9EB041F1BD6516900B3E0F5 /* TMDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMDiskCache.m; sourceTree = "<group>"; };
|
|
|
- D9EB04201BD6516900B3E0F5 /* TMMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMMemoryCache.h; sourceTree = "<group>"; };
|
|
|
- D9EB04211BD6516900B3E0F5 /* TMMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMMemoryCache.m; sourceTree = "<group>"; };
|
|
|
- D9EB04231BD6516900B3E0F5 /* YYThreadSafeDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYThreadSafeDictionary.h; sourceTree = "<group>"; };
|
|
|
- D9EB04241BD6516900B3E0F5 /* YYThreadSafeDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYThreadSafeDictionary.m; sourceTree = "<group>"; };
|
|
|
- D9EB042D1BD652E200B3E0F5 /* YYCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYCache.h; sourceTree = "<group>"; };
|
|
|
- D9EB042E1BD652E200B3E0F5 /* YYCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYCache.m; sourceTree = "<group>"; };
|
|
|
- D9EB042F1BD652E200B3E0F5 /* YYDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYDiskCache.h; sourceTree = "<group>"; };
|
|
|
- D9EB04301BD652E200B3E0F5 /* YYDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYDiskCache.m; sourceTree = "<group>"; };
|
|
|
- D9EB04311BD652E200B3E0F5 /* YYKVStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYKVStorage.h; sourceTree = "<group>"; };
|
|
|
- D9EB04321BD652E200B3E0F5 /* YYKVStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYKVStorage.m; sourceTree = "<group>"; };
|
|
|
- D9EB04331BD652E200B3E0F5 /* YYMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYMemoryCache.h; sourceTree = "<group>"; };
|
|
|
- D9EB04341BD652E200B3E0F5 /* YYMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYMemoryCache.m; sourceTree = "<group>"; };
|
|
|
- D9EB04391BD654A100B3E0F5 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
|
|
|
+ D967E0C61F0553F000791B80 /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = "<group>"; };
|
|
|
+ D967E0C71F0553F000791B80 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3.h; sourceTree = "<group>"; };
|
|
|
+ D967E0C81F0553F000791B80 /* version.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = version.txt; sourceTree = "<group>"; };
|
|
|
+ D967E0CA1F0553F000791B80 /* YYThreadSafeDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYThreadSafeDictionary.h; sourceTree = "<group>"; };
|
|
|
+ D967E0CB1F0553F000791B80 /* YYThreadSafeDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYThreadSafeDictionary.m; sourceTree = "<group>"; };
|
|
|
+ D9C586421F054B5E00320F3B /* CacheBenchmark.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CacheBenchmark.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ D9C586451F054B5E00320F3B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
+ D9C586461F054B5E00320F3B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
+ D9C586481F054B5E00320F3B /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
|
+ D9C586491F054B5E00320F3B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
|
+ D9C5864C1F054B5E00320F3B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
+ D9C5864E1F054B5E00320F3B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
+ D9C586511F054B5E00320F3B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
+ D9C586531F054B5E00320F3B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ D9C586541F054B5E00320F3B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
+ D9D583ED1F0554DE00CBBB61 /* YYCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYCache.h; sourceTree = "<group>"; };
|
|
|
+ D9D583EE1F0554DE00CBBB61 /* YYCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYCache.m; sourceTree = "<group>"; };
|
|
|
+ D9D583EF1F0554DE00CBBB61 /* YYDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYDiskCache.h; sourceTree = "<group>"; };
|
|
|
+ D9D583F01F0554DE00CBBB61 /* YYDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYDiskCache.m; sourceTree = "<group>"; };
|
|
|
+ D9D583F11F0554DE00CBBB61 /* YYKVStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYKVStorage.h; sourceTree = "<group>"; };
|
|
|
+ D9D583F21F0554DE00CBBB61 /* YYKVStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYKVStorage.m; sourceTree = "<group>"; };
|
|
|
+ D9D583F31F0554DE00CBBB61 /* YYMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYMemoryCache.h; sourceTree = "<group>"; };
|
|
|
+ D9D583F41F0554DE00CBBB61 /* YYMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYMemoryCache.m; sourceTree = "<group>"; };
|
|
|
+ D9D5843E1F05579000CBBB61 /* PINCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINCache.h; sourceTree = "<group>"; };
|
|
|
+ D9D5843F1F05579000CBBB61 /* PINCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINCache.m; sourceTree = "<group>"; };
|
|
|
+ D9D584401F05579000CBBB61 /* PINCacheMacros.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINCacheMacros.h; sourceTree = "<group>"; };
|
|
|
+ D9D584411F05579000CBBB61 /* PINCacheObjectSubscripting.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINCacheObjectSubscripting.h; sourceTree = "<group>"; };
|
|
|
+ D9D584421F05579000CBBB61 /* PINCaching.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINCaching.h; sourceTree = "<group>"; };
|
|
|
+ D9D584431F05579000CBBB61 /* PINDiskCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINDiskCache.h; sourceTree = "<group>"; };
|
|
|
+ D9D584441F05579000CBBB61 /* PINDiskCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINDiskCache.m; sourceTree = "<group>"; };
|
|
|
+ D9D584451F05579000CBBB61 /* PINMemoryCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINMemoryCache.h; sourceTree = "<group>"; };
|
|
|
+ D9D584461F05579000CBBB61 /* PINMemoryCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINMemoryCache.m; sourceTree = "<group>"; };
|
|
|
+ D9D584491F05579000CBBB61 /* PINOperation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINOperation.h; sourceTree = "<group>"; };
|
|
|
+ D9D5844A1F05579000CBBB61 /* PINOperationGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINOperationGroup.h; sourceTree = "<group>"; };
|
|
|
+ D9D5844B1F05579000CBBB61 /* PINOperationGroup.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINOperationGroup.m; sourceTree = "<group>"; };
|
|
|
+ D9D5844C1F05579000CBBB61 /* PINOperationMacros.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINOperationMacros.h; sourceTree = "<group>"; };
|
|
|
+ D9D5844D1F05579000CBBB61 /* PINOperationQueue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINOperationQueue.h; sourceTree = "<group>"; };
|
|
|
+ D9D5844E1F05579000CBBB61 /* PINOperationQueue.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINOperationQueue.m; sourceTree = "<group>"; };
|
|
|
+ D9D5844F1F05579000CBBB61 /* PINOperationTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINOperationTypes.h; sourceTree = "<group>"; };
|
|
|
+ D9F7E2141F36D7D4003F5035 /* Benchmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = CacheBenchmark/Benchmark.h; sourceTree = "<group>"; };
|
|
|
+ D9F7E2151F36D7D4003F5035 /* Benchmark.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Benchmark.m; path = CacheBenchmark/Benchmark.m; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
- D9EB03321BD64CB600B3E0F5 /* Frameworks */ = {
|
|
|
+ D9C5863F1F054B5E00320F3B /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
@@ -83,139 +83,128 @@
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
- D91525C51BD6754500EE6881 /* Vendor */ = {
|
|
|
+ D967E09F1F0553F000791B80 /* Vendor */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- D99B971E1BD78BD1001477E6 /* SQLite */,
|
|
|
- D9EB042C1BD652E200B3E0F5 /* YYCache */,
|
|
|
- D9EB04121BD6516900B3E0F5 /* PINCache */,
|
|
|
- D9EB041A1BD6516900B3E0F5 /* TMCache */,
|
|
|
- D9EB04221BD6516900B3E0F5 /* YYThreadSafeDictionary */,
|
|
|
+ D967E0C81F0553F000791B80 /* version.txt */,
|
|
|
+ D9D5843D1F05579000CBBB61 /* PINCache */,
|
|
|
+ D9D583EC1F0554DE00CBBB61 /* YYCache */,
|
|
|
+ D967E0C51F0553F000791B80 /* SQLite */,
|
|
|
+ D967E0C91F0553F000791B80 /* YYThreadSafeDictionary */,
|
|
|
);
|
|
|
- name = Vendor;
|
|
|
+ path = Vendor;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- D99B971E1BD78BD1001477E6 /* SQLite */ = {
|
|
|
+ D967E0C51F0553F000791B80 /* SQLite */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- D99B971F1BD78BD1001477E6 /* sqlite3.c */,
|
|
|
- D99B97201BD78BD1001477E6 /* sqlite3.h */,
|
|
|
+ D967E0C61F0553F000791B80 /* sqlite3.c */,
|
|
|
+ D967E0C71F0553F000791B80 /* sqlite3.h */,
|
|
|
);
|
|
|
- name = SQLite;
|
|
|
- path = Vendor/SQLite;
|
|
|
+ path = SQLite;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- D9EB032C1BD64CB600B3E0F5 = {
|
|
|
+ D967E0C91F0553F000791B80 /* YYThreadSafeDictionary */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- D91525C51BD6754500EE6881 /* Vendor */,
|
|
|
- D91525C61BD6756400EE6881 /* Benchmark.h */,
|
|
|
- D91525C71BD6756400EE6881 /* Benchmark.m */,
|
|
|
- D99B97221BD79059001477E6 /* Result.txt */,
|
|
|
- D9EB03371BD64CB600B3E0F5 /* CacheBenchmark */,
|
|
|
- D9EB03361BD64CB600B3E0F5 /* Products */,
|
|
|
+ D967E0CA1F0553F000791B80 /* YYThreadSafeDictionary.h */,
|
|
|
+ D967E0CB1F0553F000791B80 /* YYThreadSafeDictionary.m */,
|
|
|
);
|
|
|
+ path = YYThreadSafeDictionary;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- D9EB03361BD64CB600B3E0F5 /* Products */ = {
|
|
|
+ D9C586391F054B5E00320F3B = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- D9EB03351BD64CB600B3E0F5 /* CacheBenchmark.app */,
|
|
|
+ D9F7E2141F36D7D4003F5035 /* Benchmark.h */,
|
|
|
+ D9F7E2151F36D7D4003F5035 /* Benchmark.m */,
|
|
|
+ D967E09F1F0553F000791B80 /* Vendor */,
|
|
|
+ D9C586441F054B5E00320F3B /* CacheBenchmark */,
|
|
|
+ D9C586431F054B5E00320F3B /* Products */,
|
|
|
);
|
|
|
- name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- D9EB03371BD64CB600B3E0F5 /* CacheBenchmark */ = {
|
|
|
+ D9C586431F054B5E00320F3B /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- D9EB033B1BD64CB600B3E0F5 /* AppDelegate.h */,
|
|
|
- D9EB033C1BD64CB600B3E0F5 /* AppDelegate.m */,
|
|
|
- D9EB033E1BD64CB600B3E0F5 /* ViewController.h */,
|
|
|
- D9EB033F1BD64CB600B3E0F5 /* ViewController.m */,
|
|
|
- D9EB03381BD64CB600B3E0F5 /* Supporting Files */,
|
|
|
+ D9C586421F054B5E00320F3B /* CacheBenchmark.app */,
|
|
|
);
|
|
|
- path = CacheBenchmark;
|
|
|
+ name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- D9EB03381BD64CB600B3E0F5 /* Supporting Files */ = {
|
|
|
+ D9C586441F054B5E00320F3B /* CacheBenchmark */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- D9EB04391BD654A100B3E0F5 /* libsqlite3.tbd */,
|
|
|
- D9EB03411BD64CB600B3E0F5 /* Main.storyboard */,
|
|
|
- D9EB03441BD64CB600B3E0F5 /* Assets.xcassets */,
|
|
|
- D9EB03461BD64CB600B3E0F5 /* LaunchScreen.storyboard */,
|
|
|
- D9EB03491BD64CB600B3E0F5 /* Info.plist */,
|
|
|
- D9EB03391BD64CB600B3E0F5 /* main.m */,
|
|
|
+ D9C586451F054B5E00320F3B /* AppDelegate.h */,
|
|
|
+ D9C586461F054B5E00320F3B /* AppDelegate.m */,
|
|
|
+ D9C586481F054B5E00320F3B /* ViewController.h */,
|
|
|
+ D9C586491F054B5E00320F3B /* ViewController.m */,
|
|
|
+ D9C5864B1F054B5E00320F3B /* Main.storyboard */,
|
|
|
+ D9C5864E1F054B5E00320F3B /* Assets.xcassets */,
|
|
|
+ D9C586501F054B5E00320F3B /* LaunchScreen.storyboard */,
|
|
|
+ D9C586531F054B5E00320F3B /* Info.plist */,
|
|
|
+ D9C586541F054B5E00320F3B /* main.m */,
|
|
|
);
|
|
|
- name = "Supporting Files";
|
|
|
+ path = CacheBenchmark;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- D9EB04121BD6516900B3E0F5 /* PINCache */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- D9EB04131BD6516900B3E0F5 /* Nullability.h */,
|
|
|
- D9EB04141BD6516900B3E0F5 /* PINCache.h */,
|
|
|
- D9EB04151BD6516900B3E0F5 /* PINCache.m */,
|
|
|
- D9EB04161BD6516900B3E0F5 /* PINDiskCache.h */,
|
|
|
- D9EB04171BD6516900B3E0F5 /* PINDiskCache.m */,
|
|
|
- D9EB04181BD6516900B3E0F5 /* PINMemoryCache.h */,
|
|
|
- D9EB04191BD6516900B3E0F5 /* PINMemoryCache.m */,
|
|
|
- );
|
|
|
- name = PINCache;
|
|
|
- path = Vendor/PINCache;
|
|
|
- sourceTree = SOURCE_ROOT;
|
|
|
- };
|
|
|
- D9EB041A1BD6516900B3E0F5 /* TMCache */ = {
|
|
|
+ D9D583EC1F0554DE00CBBB61 /* YYCache */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- D9EB041B1BD6516900B3E0F5 /* TMCache.h */,
|
|
|
- D9EB041C1BD6516900B3E0F5 /* TMCache.m */,
|
|
|
- D9EB041D1BD6516900B3E0F5 /* TMCacheBackgroundTaskManager.h */,
|
|
|
- D9EB041E1BD6516900B3E0F5 /* TMDiskCache.h */,
|
|
|
- D9EB041F1BD6516900B3E0F5 /* TMDiskCache.m */,
|
|
|
- D9EB04201BD6516900B3E0F5 /* TMMemoryCache.h */,
|
|
|
- D9EB04211BD6516900B3E0F5 /* TMMemoryCache.m */,
|
|
|
+ D9D583ED1F0554DE00CBBB61 /* YYCache.h */,
|
|
|
+ D9D583EE1F0554DE00CBBB61 /* YYCache.m */,
|
|
|
+ D9D583EF1F0554DE00CBBB61 /* YYDiskCache.h */,
|
|
|
+ D9D583F01F0554DE00CBBB61 /* YYDiskCache.m */,
|
|
|
+ D9D583F11F0554DE00CBBB61 /* YYKVStorage.h */,
|
|
|
+ D9D583F21F0554DE00CBBB61 /* YYKVStorage.m */,
|
|
|
+ D9D583F31F0554DE00CBBB61 /* YYMemoryCache.h */,
|
|
|
+ D9D583F41F0554DE00CBBB61 /* YYMemoryCache.m */,
|
|
|
);
|
|
|
- name = TMCache;
|
|
|
- path = Vendor/TMCache;
|
|
|
- sourceTree = SOURCE_ROOT;
|
|
|
+ name = YYCache;
|
|
|
+ path = ../../YYCache;
|
|
|
+ sourceTree = "<group>";
|
|
|
};
|
|
|
- D9EB04221BD6516900B3E0F5 /* YYThreadSafeDictionary */ = {
|
|
|
+ D9D5843D1F05579000CBBB61 /* PINCache */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- D9EB04231BD6516900B3E0F5 /* YYThreadSafeDictionary.h */,
|
|
|
- D9EB04241BD6516900B3E0F5 /* YYThreadSafeDictionary.m */,
|
|
|
+ D9D5843E1F05579000CBBB61 /* PINCache.h */,
|
|
|
+ D9D5843F1F05579000CBBB61 /* PINCache.m */,
|
|
|
+ D9D584401F05579000CBBB61 /* PINCacheMacros.h */,
|
|
|
+ D9D584411F05579000CBBB61 /* PINCacheObjectSubscripting.h */,
|
|
|
+ D9D584421F05579000CBBB61 /* PINCaching.h */,
|
|
|
+ D9D584431F05579000CBBB61 /* PINDiskCache.h */,
|
|
|
+ D9D584441F05579000CBBB61 /* PINDiskCache.m */,
|
|
|
+ D9D584451F05579000CBBB61 /* PINMemoryCache.h */,
|
|
|
+ D9D584461F05579000CBBB61 /* PINMemoryCache.m */,
|
|
|
+ D9D584471F05579000CBBB61 /* PINOperation */,
|
|
|
);
|
|
|
- name = YYThreadSafeDictionary;
|
|
|
- path = Vendor/YYThreadSafeDictionary;
|
|
|
- sourceTree = SOURCE_ROOT;
|
|
|
+ path = PINCache;
|
|
|
+ sourceTree = "<group>";
|
|
|
};
|
|
|
- D9EB042C1BD652E200B3E0F5 /* YYCache */ = {
|
|
|
+ D9D584471F05579000CBBB61 /* PINOperation */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- D9EB042D1BD652E200B3E0F5 /* YYCache.h */,
|
|
|
- D9EB042E1BD652E200B3E0F5 /* YYCache.m */,
|
|
|
- D9EB042F1BD652E200B3E0F5 /* YYDiskCache.h */,
|
|
|
- D9EB04301BD652E200B3E0F5 /* YYDiskCache.m */,
|
|
|
- D9EB04311BD652E200B3E0F5 /* YYKVStorage.h */,
|
|
|
- D9EB04321BD652E200B3E0F5 /* YYKVStorage.m */,
|
|
|
- D9EB04331BD652E200B3E0F5 /* YYMemoryCache.h */,
|
|
|
- D9EB04341BD652E200B3E0F5 /* YYMemoryCache.m */,
|
|
|
+ D9D584491F05579000CBBB61 /* PINOperation.h */,
|
|
|
+ D9D5844A1F05579000CBBB61 /* PINOperationGroup.h */,
|
|
|
+ D9D5844B1F05579000CBBB61 /* PINOperationGroup.m */,
|
|
|
+ D9D5844C1F05579000CBBB61 /* PINOperationMacros.h */,
|
|
|
+ D9D5844D1F05579000CBBB61 /* PINOperationQueue.h */,
|
|
|
+ D9D5844E1F05579000CBBB61 /* PINOperationQueue.m */,
|
|
|
+ D9D5844F1F05579000CBBB61 /* PINOperationTypes.h */,
|
|
|
);
|
|
|
- name = YYCache;
|
|
|
- path = ../YYCache;
|
|
|
+ path = PINOperation;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- D9EB03341BD64CB600B3E0F5 /* CacheBenchmark */ = {
|
|
|
+ D9C586411F054B5E00320F3B /* CacheBenchmark */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = D9EB034C1BD64CB600B3E0F5 /* Build configuration list for PBXNativeTarget "CacheBenchmark" */;
|
|
|
+ buildConfigurationList = D9C586581F054B5E00320F3B /* Build configuration list for PBXNativeTarget "CacheBenchmark" */;
|
|
|
buildPhases = (
|
|
|
- D9EB03311BD64CB600B3E0F5 /* Sources */,
|
|
|
- D9EB03321BD64CB600B3E0F5 /* Frameworks */,
|
|
|
- D9EB03331BD64CB600B3E0F5 /* Resources */,
|
|
|
+ D9C5863E1F054B5E00320F3B /* Sources */,
|
|
|
+ D9C5863F1F054B5E00320F3B /* Frameworks */,
|
|
|
+ D9C586401F054B5E00320F3B /* Resources */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
@@ -223,94 +212,93 @@
|
|
|
);
|
|
|
name = CacheBenchmark;
|
|
|
productName = CacheBenchmark;
|
|
|
- productReference = D9EB03351BD64CB600B3E0F5 /* CacheBenchmark.app */;
|
|
|
+ productReference = D9C586421F054B5E00320F3B /* CacheBenchmark.app */;
|
|
|
productType = "com.apple.product-type.application";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
- D9EB032D1BD64CB600B3E0F5 /* Project object */ = {
|
|
|
+ D9C5863A1F054B5E00320F3B /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
- LastUpgradeCheck = 0700;
|
|
|
+ LastUpgradeCheck = 0900;
|
|
|
ORGANIZATIONNAME = ibireme;
|
|
|
TargetAttributes = {
|
|
|
- D9EB03341BD64CB600B3E0F5 = {
|
|
|
- CreatedOnToolsVersion = 7.0;
|
|
|
+ D9C586411F054B5E00320F3B = {
|
|
|
+ CreatedOnToolsVersion = 9.0;
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
- buildConfigurationList = D9EB03301BD64CB600B3E0F5 /* Build configuration list for PBXProject "CacheBenchmark" */;
|
|
|
- compatibilityVersion = "Xcode 3.2";
|
|
|
- developmentRegion = English;
|
|
|
+ buildConfigurationList = D9C5863D1F054B5E00320F3B /* Build configuration list for PBXProject "CacheBenchmark" */;
|
|
|
+ compatibilityVersion = "Xcode 8.0";
|
|
|
+ developmentRegion = en;
|
|
|
hasScannedForEncodings = 0;
|
|
|
knownRegions = (
|
|
|
en,
|
|
|
Base,
|
|
|
);
|
|
|
- mainGroup = D9EB032C1BD64CB600B3E0F5;
|
|
|
- productRefGroup = D9EB03361BD64CB600B3E0F5 /* Products */;
|
|
|
+ mainGroup = D9C586391F054B5E00320F3B;
|
|
|
+ productRefGroup = D9C586431F054B5E00320F3B /* Products */;
|
|
|
projectDirPath = "";
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
- D9EB03341BD64CB600B3E0F5 /* CacheBenchmark */,
|
|
|
+ D9C586411F054B5E00320F3B /* CacheBenchmark */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
- D9EB03331BD64CB600B3E0F5 /* Resources */ = {
|
|
|
+ D9C586401F054B5E00320F3B /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- D9EB03481BD64CB600B3E0F5 /* LaunchScreen.storyboard in Resources */,
|
|
|
- D9EB03451BD64CB600B3E0F5 /* Assets.xcassets in Resources */,
|
|
|
- D9EB03431BD64CB600B3E0F5 /* Main.storyboard in Resources */,
|
|
|
- D99B97231BD79059001477E6 /* Result.txt in Resources */,
|
|
|
+ D9C586521F054B5E00320F3B /* LaunchScreen.storyboard in Resources */,
|
|
|
+ D9C5864F1F054B5E00320F3B /* Assets.xcassets in Resources */,
|
|
|
+ D9C5864D1F054B5E00320F3B /* Main.storyboard in Resources */,
|
|
|
+ D967E0DD1F0553F000791B80 /* version.txt in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
- D9EB03311BD64CB600B3E0F5 /* Sources */ = {
|
|
|
+ D9C5863E1F054B5E00320F3B /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- D99B97251BD7945B001477E6 /* sqlite3.c in Sources */,
|
|
|
- D91525C81BD6756400EE6881 /* Benchmark.m in Sources */,
|
|
|
- D9EB042B1BD6516900B3E0F5 /* YYThreadSafeDictionary.m in Sources */,
|
|
|
- D9EB04291BD6516900B3E0F5 /* TMDiskCache.m in Sources */,
|
|
|
- D9EB04351BD652E200B3E0F5 /* YYCache.m in Sources */,
|
|
|
- D9EB042A1BD6516900B3E0F5 /* TMMemoryCache.m in Sources */,
|
|
|
- D9EB04251BD6516900B3E0F5 /* PINCache.m in Sources */,
|
|
|
- D9EB04381BD652E200B3E0F5 /* YYMemoryCache.m in Sources */,
|
|
|
- D9EB04271BD6516900B3E0F5 /* PINMemoryCache.m in Sources */,
|
|
|
- D9EB03401BD64CB600B3E0F5 /* ViewController.m in Sources */,
|
|
|
- D9EB04281BD6516900B3E0F5 /* TMCache.m in Sources */,
|
|
|
- D9EB04261BD6516900B3E0F5 /* PINDiskCache.m in Sources */,
|
|
|
- D9EB04361BD652E200B3E0F5 /* YYDiskCache.m in Sources */,
|
|
|
- D9EB033D1BD64CB600B3E0F5 /* AppDelegate.m in Sources */,
|
|
|
- D9EB04371BD652E200B3E0F5 /* YYKVStorage.m in Sources */,
|
|
|
- D9EB033A1BD64CB600B3E0F5 /* main.m in Sources */,
|
|
|
+ D9F7E2161F36D7D4003F5035 /* Benchmark.m in Sources */,
|
|
|
+ D9D584501F05579A00CBBB61 /* PINCache.m in Sources */,
|
|
|
+ D9D584511F05579A00CBBB61 /* PINDiskCache.m in Sources */,
|
|
|
+ D9D584521F05579A00CBBB61 /* PINMemoryCache.m in Sources */,
|
|
|
+ D9D584531F05579A00CBBB61 /* PINOperationGroup.m in Sources */,
|
|
|
+ D9D584541F05579A00CBBB61 /* PINOperationQueue.m in Sources */,
|
|
|
+ D9D583F81F0554DE00CBBB61 /* YYMemoryCache.m in Sources */,
|
|
|
+ D9C5864A1F054B5E00320F3B /* ViewController.m in Sources */,
|
|
|
+ D9C586551F054B5E00320F3B /* main.m in Sources */,
|
|
|
+ D9D583F71F0554DE00CBBB61 /* YYKVStorage.m in Sources */,
|
|
|
+ D9D583F61F0554DE00CBBB61 /* YYDiskCache.m in Sources */,
|
|
|
+ D9C586471F054B5E00320F3B /* AppDelegate.m in Sources */,
|
|
|
+ D967E0DE1F0553F000791B80 /* YYThreadSafeDictionary.m in Sources */,
|
|
|
+ D9D583F51F0554DE00CBBB61 /* YYCache.m in Sources */,
|
|
|
+ D967E0DC1F0553F000791B80 /* sqlite3.c in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
- D9EB03411BD64CB600B3E0F5 /* Main.storyboard */ = {
|
|
|
+ D9C5864B1F054B5E00320F3B /* Main.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
- D9EB03421BD64CB600B3E0F5 /* Base */,
|
|
|
+ D9C5864C1F054B5E00320F3B /* Base */,
|
|
|
);
|
|
|
name = Main.storyboard;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- D9EB03461BD64CB600B3E0F5 /* LaunchScreen.storyboard */ = {
|
|
|
+ D9C586501F054B5E00320F3B /* LaunchScreen.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
- D9EB03471BD64CB600B3E0F5 /* Base */,
|
|
|
+ D9C586511F054B5E00320F3B /* Base */,
|
|
|
);
|
|
|
name = LaunchScreen.storyboard;
|
|
|
sourceTree = "<group>";
|
|
@@ -318,29 +306,41 @@
|
|
|
/* End PBXVariantGroup section */
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
- D9EB034A1BD64CB600B3E0F5 /* Debug */ = {
|
|
|
+ D9C586561F054B5E00320F3B /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_COMMA = YES;
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
ENABLE_TESTABILITY = YES;
|
|
|
- GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
@@ -354,36 +354,48 @@
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = iphoneos;
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
- D9EB034B1BD64CB600B3E0F5 /* Release */ = {
|
|
|
+ D9C586571F054B5E00320F3B /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_COMMA = YES;
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
- GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
@@ -391,59 +403,65 @@
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
SDKROOT = iphoneos;
|
|
|
VALIDATE_PRODUCT = YES;
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
- D9EB034D1BD64CB600B3E0F5 /* Debug */ = {
|
|
|
+ D9C586591F054B5E00320F3B /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ DEVELOPMENT_TEAM = "";
|
|
|
+ HEADER_SEARCH_PATHS = "\"$(SRCROOT)\"/**";
|
|
|
INFOPLIST_FILE = CacheBenchmark/Info.plist;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.CacheBenchmark;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
- D9EB034E1BD64CB600B3E0F5 /* Release */ = {
|
|
|
+ D9C5865A1F054B5E00320F3B /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ DEVELOPMENT_TEAM = "";
|
|
|
+ HEADER_SEARCH_PATHS = "\"$(SRCROOT)\"/**";
|
|
|
INFOPLIST_FILE = CacheBenchmark/Info.plist;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.CacheBenchmark;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
- D9EB03301BD64CB600B3E0F5 /* Build configuration list for PBXProject "CacheBenchmark" */ = {
|
|
|
+ D9C5863D1F054B5E00320F3B /* Build configuration list for PBXProject "CacheBenchmark" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- D9EB034A1BD64CB600B3E0F5 /* Debug */,
|
|
|
- D9EB034B1BD64CB600B3E0F5 /* Release */,
|
|
|
+ D9C586561F054B5E00320F3B /* Debug */,
|
|
|
+ D9C586571F054B5E00320F3B /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- D9EB034C1BD64CB600B3E0F5 /* Build configuration list for PBXNativeTarget "CacheBenchmark" */ = {
|
|
|
+ D9C586581F054B5E00320F3B /* Build configuration list for PBXNativeTarget "CacheBenchmark" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- D9EB034D1BD64CB600B3E0F5 /* Debug */,
|
|
|
- D9EB034E1BD64CB600B3E0F5 /* Release */,
|
|
|
+ D9C586591F054B5E00320F3B /* Debug */,
|
|
|
+ D9C5865A1F054B5E00320F3B /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
/* End XCConfigurationList section */
|
|
|
};
|
|
|
- rootObject = D9EB032D1BD64CB600B3E0F5 /* Project object */;
|
|
|
+ rootObject = D9C5863A1F054B5E00320F3B /* Project object */;
|
|
|
}
|