123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 48;
- objects = {
- /* Begin PBXBuildFile section */
- 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 */
- 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 */
- D9C5863F1F054B5E00320F3B /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- D967E09F1F0553F000791B80 /* Vendor */ = {
- isa = PBXGroup;
- children = (
- D967E0C81F0553F000791B80 /* version.txt */,
- D9D5843D1F05579000CBBB61 /* PINCache */,
- D9D583EC1F0554DE00CBBB61 /* YYCache */,
- D967E0C51F0553F000791B80 /* SQLite */,
- D967E0C91F0553F000791B80 /* YYThreadSafeDictionary */,
- );
- path = Vendor;
- sourceTree = "<group>";
- };
- D967E0C51F0553F000791B80 /* SQLite */ = {
- isa = PBXGroup;
- children = (
- D967E0C61F0553F000791B80 /* sqlite3.c */,
- D967E0C71F0553F000791B80 /* sqlite3.h */,
- );
- path = SQLite;
- sourceTree = "<group>";
- };
- D967E0C91F0553F000791B80 /* YYThreadSafeDictionary */ = {
- isa = PBXGroup;
- children = (
- D967E0CA1F0553F000791B80 /* YYThreadSafeDictionary.h */,
- D967E0CB1F0553F000791B80 /* YYThreadSafeDictionary.m */,
- );
- path = YYThreadSafeDictionary;
- sourceTree = "<group>";
- };
- D9C586391F054B5E00320F3B = {
- isa = PBXGroup;
- children = (
- D9F7E2141F36D7D4003F5035 /* Benchmark.h */,
- D9F7E2151F36D7D4003F5035 /* Benchmark.m */,
- D967E09F1F0553F000791B80 /* Vendor */,
- D9C586441F054B5E00320F3B /* CacheBenchmark */,
- D9C586431F054B5E00320F3B /* Products */,
- );
- sourceTree = "<group>";
- };
- D9C586431F054B5E00320F3B /* Products */ = {
- isa = PBXGroup;
- children = (
- D9C586421F054B5E00320F3B /* CacheBenchmark.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- D9C586441F054B5E00320F3B /* CacheBenchmark */ = {
- isa = PBXGroup;
- children = (
- 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 */,
- );
- path = CacheBenchmark;
- sourceTree = "<group>";
- };
- D9D583EC1F0554DE00CBBB61 /* YYCache */ = {
- isa = PBXGroup;
- children = (
- 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 = YYCache;
- path = ../../YYCache;
- sourceTree = "<group>";
- };
- D9D5843D1F05579000CBBB61 /* PINCache */ = {
- isa = PBXGroup;
- children = (
- 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 */,
- );
- path = PINCache;
- sourceTree = "<group>";
- };
- D9D584471F05579000CBBB61 /* PINOperation */ = {
- isa = PBXGroup;
- children = (
- D9D584491F05579000CBBB61 /* PINOperation.h */,
- D9D5844A1F05579000CBBB61 /* PINOperationGroup.h */,
- D9D5844B1F05579000CBBB61 /* PINOperationGroup.m */,
- D9D5844C1F05579000CBBB61 /* PINOperationMacros.h */,
- D9D5844D1F05579000CBBB61 /* PINOperationQueue.h */,
- D9D5844E1F05579000CBBB61 /* PINOperationQueue.m */,
- D9D5844F1F05579000CBBB61 /* PINOperationTypes.h */,
- );
- path = PINOperation;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- D9C586411F054B5E00320F3B /* CacheBenchmark */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = D9C586581F054B5E00320F3B /* Build configuration list for PBXNativeTarget "CacheBenchmark" */;
- buildPhases = (
- D9C5863E1F054B5E00320F3B /* Sources */,
- D9C5863F1F054B5E00320F3B /* Frameworks */,
- D9C586401F054B5E00320F3B /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = CacheBenchmark;
- productName = CacheBenchmark;
- productReference = D9C586421F054B5E00320F3B /* CacheBenchmark.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- D9C5863A1F054B5E00320F3B /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0900;
- ORGANIZATIONNAME = ibireme;
- TargetAttributes = {
- D9C586411F054B5E00320F3B = {
- CreatedOnToolsVersion = 9.0;
- };
- };
- };
- buildConfigurationList = D9C5863D1F054B5E00320F3B /* Build configuration list for PBXProject "CacheBenchmark" */;
- compatibilityVersion = "Xcode 8.0";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = D9C586391F054B5E00320F3B;
- productRefGroup = D9C586431F054B5E00320F3B /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- D9C586411F054B5E00320F3B /* CacheBenchmark */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- D9C586401F054B5E00320F3B /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 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 */
- D9C5863E1F054B5E00320F3B /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 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 */
- D9C5864B1F054B5E00320F3B /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- D9C5864C1F054B5E00320F3B /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- D9C586501F054B5E00320F3B /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- D9C586511F054B5E00320F3B /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- D9C586561F054B5E00320F3B /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- 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 = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- D9C586571F054B5E00320F3B /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- 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 = "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 = gnu11;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 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;
- };
- 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 */
- D9C5863D1F054B5E00320F3B /* Build configuration list for PBXProject "CacheBenchmark" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D9C586561F054B5E00320F3B /* Debug */,
- D9C586571F054B5E00320F3B /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- D9C586581F054B5E00320F3B /* Build configuration list for PBXNativeTarget "CacheBenchmark" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D9C586591F054B5E00320F3B /* Debug */,
- D9C5865A1F054B5E00320F3B /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = D9C5863A1F054B5E00320F3B /* Project object */;
- }
|