// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; 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 = (); }; }; /* 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 = ""; }; D91525C71BD6756400EE6881 /* Benchmark.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Benchmark.m; path = CacheBenchmark/Benchmark.m; sourceTree = ""; }; D99B971F1BD78BD1001477E6 /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = ""; }; D99B97201BD78BD1001477E6 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3.h; sourceTree = ""; }; D99B97221BD79059001477E6 /* Result.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Result.txt; sourceTree = ""; }; 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 = ""; }; D9EB033B1BD64CB600B3E0F5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; D9EB033C1BD64CB600B3E0F5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; D9EB033E1BD64CB600B3E0F5 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; D9EB033F1BD64CB600B3E0F5 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; D9EB03421BD64CB600B3E0F5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; D9EB03441BD64CB600B3E0F5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; D9EB03471BD64CB600B3E0F5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; D9EB03491BD64CB600B3E0F5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; D9EB04131BD6516900B3E0F5 /* Nullability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Nullability.h; sourceTree = ""; }; D9EB04141BD6516900B3E0F5 /* PINCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PINCache.h; sourceTree = ""; }; D9EB04151BD6516900B3E0F5 /* PINCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PINCache.m; sourceTree = ""; }; D9EB04161BD6516900B3E0F5 /* PINDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PINDiskCache.h; sourceTree = ""; }; D9EB04171BD6516900B3E0F5 /* PINDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PINDiskCache.m; sourceTree = ""; }; D9EB04181BD6516900B3E0F5 /* PINMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PINMemoryCache.h; sourceTree = ""; }; D9EB04191BD6516900B3E0F5 /* PINMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PINMemoryCache.m; sourceTree = ""; }; D9EB041B1BD6516900B3E0F5 /* TMCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMCache.h; sourceTree = ""; }; D9EB041C1BD6516900B3E0F5 /* TMCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMCache.m; sourceTree = ""; }; D9EB041D1BD6516900B3E0F5 /* TMCacheBackgroundTaskManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMCacheBackgroundTaskManager.h; sourceTree = ""; }; D9EB041E1BD6516900B3E0F5 /* TMDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMDiskCache.h; sourceTree = ""; }; D9EB041F1BD6516900B3E0F5 /* TMDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMDiskCache.m; sourceTree = ""; }; D9EB04201BD6516900B3E0F5 /* TMMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMMemoryCache.h; sourceTree = ""; }; D9EB04211BD6516900B3E0F5 /* TMMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMMemoryCache.m; sourceTree = ""; }; D9EB04231BD6516900B3E0F5 /* YYThreadSafeDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYThreadSafeDictionary.h; sourceTree = ""; }; D9EB04241BD6516900B3E0F5 /* YYThreadSafeDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYThreadSafeDictionary.m; sourceTree = ""; }; D9EB042D1BD652E200B3E0F5 /* YYCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYCache.h; sourceTree = ""; }; D9EB042E1BD652E200B3E0F5 /* YYCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYCache.m; sourceTree = ""; }; D9EB042F1BD652E200B3E0F5 /* YYDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYDiskCache.h; sourceTree = ""; }; D9EB04301BD652E200B3E0F5 /* YYDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYDiskCache.m; sourceTree = ""; }; D9EB04311BD652E200B3E0F5 /* YYKVStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYKVStorage.h; sourceTree = ""; }; D9EB04321BD652E200B3E0F5 /* YYKVStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYKVStorage.m; sourceTree = ""; }; D9EB04331BD652E200B3E0F5 /* YYMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYMemoryCache.h; sourceTree = ""; }; D9EB04341BD652E200B3E0F5 /* YYMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYMemoryCache.m; sourceTree = ""; }; D9EB04391BD654A100B3E0F5 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ D9EB03321BD64CB600B3E0F5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ D91525C51BD6754500EE6881 /* Vendor */ = { isa = PBXGroup; children = ( D99B971E1BD78BD1001477E6 /* SQLite */, D9EB042C1BD652E200B3E0F5 /* YYCache */, D9EB04121BD6516900B3E0F5 /* PINCache */, D9EB041A1BD6516900B3E0F5 /* TMCache */, D9EB04221BD6516900B3E0F5 /* YYThreadSafeDictionary */, ); name = Vendor; sourceTree = ""; }; D99B971E1BD78BD1001477E6 /* SQLite */ = { isa = PBXGroup; children = ( D99B971F1BD78BD1001477E6 /* sqlite3.c */, D99B97201BD78BD1001477E6 /* sqlite3.h */, ); name = SQLite; path = Vendor/SQLite; sourceTree = ""; }; D9EB032C1BD64CB600B3E0F5 = { isa = PBXGroup; children = ( D91525C51BD6754500EE6881 /* Vendor */, D91525C61BD6756400EE6881 /* Benchmark.h */, D91525C71BD6756400EE6881 /* Benchmark.m */, D99B97221BD79059001477E6 /* Result.txt */, D9EB03371BD64CB600B3E0F5 /* CacheBenchmark */, D9EB03361BD64CB600B3E0F5 /* Products */, ); sourceTree = ""; }; D9EB03361BD64CB600B3E0F5 /* Products */ = { isa = PBXGroup; children = ( D9EB03351BD64CB600B3E0F5 /* CacheBenchmark.app */, ); name = Products; sourceTree = ""; }; D9EB03371BD64CB600B3E0F5 /* CacheBenchmark */ = { isa = PBXGroup; children = ( D9EB033B1BD64CB600B3E0F5 /* AppDelegate.h */, D9EB033C1BD64CB600B3E0F5 /* AppDelegate.m */, D9EB033E1BD64CB600B3E0F5 /* ViewController.h */, D9EB033F1BD64CB600B3E0F5 /* ViewController.m */, D9EB03381BD64CB600B3E0F5 /* Supporting Files */, ); path = CacheBenchmark; sourceTree = ""; }; D9EB03381BD64CB600B3E0F5 /* Supporting Files */ = { isa = PBXGroup; children = ( D9EB04391BD654A100B3E0F5 /* libsqlite3.tbd */, D9EB03411BD64CB600B3E0F5 /* Main.storyboard */, D9EB03441BD64CB600B3E0F5 /* Assets.xcassets */, D9EB03461BD64CB600B3E0F5 /* LaunchScreen.storyboard */, D9EB03491BD64CB600B3E0F5 /* Info.plist */, D9EB03391BD64CB600B3E0F5 /* main.m */, ); name = "Supporting Files"; sourceTree = ""; }; 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 */ = { isa = PBXGroup; children = ( D9EB041B1BD6516900B3E0F5 /* TMCache.h */, D9EB041C1BD6516900B3E0F5 /* TMCache.m */, D9EB041D1BD6516900B3E0F5 /* TMCacheBackgroundTaskManager.h */, D9EB041E1BD6516900B3E0F5 /* TMDiskCache.h */, D9EB041F1BD6516900B3E0F5 /* TMDiskCache.m */, D9EB04201BD6516900B3E0F5 /* TMMemoryCache.h */, D9EB04211BD6516900B3E0F5 /* TMMemoryCache.m */, ); name = TMCache; path = Vendor/TMCache; sourceTree = SOURCE_ROOT; }; D9EB04221BD6516900B3E0F5 /* YYThreadSafeDictionary */ = { isa = PBXGroup; children = ( D9EB04231BD6516900B3E0F5 /* YYThreadSafeDictionary.h */, D9EB04241BD6516900B3E0F5 /* YYThreadSafeDictionary.m */, ); name = YYThreadSafeDictionary; path = Vendor/YYThreadSafeDictionary; sourceTree = SOURCE_ROOT; }; D9EB042C1BD652E200B3E0F5 /* YYCache */ = { 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 */, ); name = YYCache; path = ../YYCache; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ D9EB03341BD64CB600B3E0F5 /* CacheBenchmark */ = { isa = PBXNativeTarget; buildConfigurationList = D9EB034C1BD64CB600B3E0F5 /* Build configuration list for PBXNativeTarget "CacheBenchmark" */; buildPhases = ( D9EB03311BD64CB600B3E0F5 /* Sources */, D9EB03321BD64CB600B3E0F5 /* Frameworks */, D9EB03331BD64CB600B3E0F5 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = CacheBenchmark; productName = CacheBenchmark; productReference = D9EB03351BD64CB600B3E0F5 /* CacheBenchmark.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ D9EB032D1BD64CB600B3E0F5 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0700; ORGANIZATIONNAME = ibireme; TargetAttributes = { D9EB03341BD64CB600B3E0F5 = { CreatedOnToolsVersion = 7.0; }; }; }; buildConfigurationList = D9EB03301BD64CB600B3E0F5 /* Build configuration list for PBXProject "CacheBenchmark" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = D9EB032C1BD64CB600B3E0F5; productRefGroup = D9EB03361BD64CB600B3E0F5 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( D9EB03341BD64CB600B3E0F5 /* CacheBenchmark */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ D9EB03331BD64CB600B3E0F5 /* 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 */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ D9EB03311BD64CB600B3E0F5 /* 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 */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ D9EB03411BD64CB600B3E0F5 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( D9EB03421BD64CB600B3E0F5 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; D9EB03461BD64CB600B3E0F5 /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( D9EB03471BD64CB600B3E0F5 /* Base */, ); name = LaunchScreen.storyboard; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ D9EB034A1BD64CB600B3E0F5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; 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 = 9.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; name = Debug; }; D9EB034B1BD64CB600B3E0F5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "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_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 = 9.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; name = Release; }; D9EB034D1BD64CB600B3E0F5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 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)"; }; name = Debug; }; D9EB034E1BD64CB600B3E0F5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 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)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ D9EB03301BD64CB600B3E0F5 /* Build configuration list for PBXProject "CacheBenchmark" */ = { isa = XCConfigurationList; buildConfigurations = ( D9EB034A1BD64CB600B3E0F5 /* Debug */, D9EB034B1BD64CB600B3E0F5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; D9EB034C1BD64CB600B3E0F5 /* Build configuration list for PBXNativeTarget "CacheBenchmark" */ = { isa = XCConfigurationList; buildConfigurations = ( D9EB034D1BD64CB600B3E0F5 /* Debug */, D9EB034E1BD64CB600B3E0F5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = D9EB032D1BD64CB600B3E0F5 /* Project object */; }