123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- D9D4190B1BD0F04000CD8EBF /* YYCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D419031BD0F04000CD8EBF /* YYCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D9D4190C1BD0F04000CD8EBF /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D419041BD0F04000CD8EBF /* YYCache.m */; settings = {ASSET_TAGS = (); }; };
- D9D4190D1BD0F04000CD8EBF /* YYDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D419051BD0F04000CD8EBF /* YYDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D9D4190E1BD0F04000CD8EBF /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D419061BD0F04000CD8EBF /* YYDiskCache.m */; settings = {ASSET_TAGS = (); }; };
- D9D4190F1BD0F04000CD8EBF /* YYKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D419071BD0F04000CD8EBF /* YYKVStorage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D9D419101BD0F04000CD8EBF /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D419081BD0F04000CD8EBF /* YYKVStorage.m */; settings = {ASSET_TAGS = (); }; };
- D9D419111BD0F04000CD8EBF /* YYMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D419091BD0F04000CD8EBF /* YYMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D9D419121BD0F04000CD8EBF /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D4190A1BD0F04000CD8EBF /* YYMemoryCache.m */; settings = {ASSET_TAGS = (); }; };
- D9D419151BD0F07100CD8EBF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D419141BD0F07100CD8EBF /* UIKit.framework */; };
- D9D419171BD0F07600CD8EBF /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D419161BD0F07600CD8EBF /* CoreFoundation.framework */; };
- D9D419191BD0F07E00CD8EBF /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D419181BD0F07E00CD8EBF /* libsqlite3.tbd */; };
- D9D4191B1BD0F08D00CD8EBF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D4191A1BD0F08D00CD8EBF /* QuartzCore.framework */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- D9D418F51BD0EFE300CD8EBF /* YYCache.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = YYCache.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- D9D419001BD0EFFF00CD8EBF /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- D9D419031BD0F04000CD8EBF /* YYCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYCache.h; sourceTree = "<group>"; };
- D9D419041BD0F04000CD8EBF /* YYCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYCache.m; sourceTree = "<group>"; };
- D9D419051BD0F04000CD8EBF /* YYDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYDiskCache.h; sourceTree = "<group>"; };
- D9D419061BD0F04000CD8EBF /* YYDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYDiskCache.m; sourceTree = "<group>"; };
- D9D419071BD0F04000CD8EBF /* YYKVStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYKVStorage.h; sourceTree = "<group>"; };
- D9D419081BD0F04000CD8EBF /* YYKVStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYKVStorage.m; sourceTree = "<group>"; };
- D9D419091BD0F04000CD8EBF /* YYMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYMemoryCache.h; sourceTree = "<group>"; };
- D9D4190A1BD0F04000CD8EBF /* YYMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYMemoryCache.m; sourceTree = "<group>"; };
- D9D419141BD0F07100CD8EBF /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
- D9D419161BD0F07600CD8EBF /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
- D9D419181BD0F07E00CD8EBF /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
- D9D4191A1BD0F08D00CD8EBF /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- D9D418F11BD0EFE300CD8EBF /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- D9D419151BD0F07100CD8EBF /* UIKit.framework in Frameworks */,
- D9D419171BD0F07600CD8EBF /* CoreFoundation.framework in Frameworks */,
- D9D4191B1BD0F08D00CD8EBF /* QuartzCore.framework in Frameworks */,
- D9D419191BD0F07E00CD8EBF /* libsqlite3.tbd in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- D9D418EB1BD0EFE300CD8EBF = {
- isa = PBXGroup;
- children = (
- D9D419021BD0F04000CD8EBF /* YYCache */,
- D9D419131BD0F04C00CD8EBF /* Supporting Files */,
- D9D418F61BD0EFE300CD8EBF /* Products */,
- );
- sourceTree = "<group>";
- };
- D9D418F61BD0EFE300CD8EBF /* Products */ = {
- isa = PBXGroup;
- children = (
- D9D418F51BD0EFE300CD8EBF /* YYCache.framework */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- D9D419021BD0F04000CD8EBF /* YYCache */ = {
- isa = PBXGroup;
- children = (
- D9D419031BD0F04000CD8EBF /* YYCache.h */,
- D9D419041BD0F04000CD8EBF /* YYCache.m */,
- D9D419091BD0F04000CD8EBF /* YYMemoryCache.h */,
- D9D4190A1BD0F04000CD8EBF /* YYMemoryCache.m */,
- D9D419051BD0F04000CD8EBF /* YYDiskCache.h */,
- D9D419061BD0F04000CD8EBF /* YYDiskCache.m */,
- D9D419071BD0F04000CD8EBF /* YYKVStorage.h */,
- D9D419081BD0F04000CD8EBF /* YYKVStorage.m */,
- );
- name = YYCache;
- path = ../YYCache;
- sourceTree = "<group>";
- };
- D9D419131BD0F04C00CD8EBF /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- D9D419161BD0F07600CD8EBF /* CoreFoundation.framework */,
- D9D419141BD0F07100CD8EBF /* UIKit.framework */,
- D9D4191A1BD0F08D00CD8EBF /* QuartzCore.framework */,
- D9D419181BD0F07E00CD8EBF /* libsqlite3.tbd */,
- D9D419001BD0EFFF00CD8EBF /* Info.plist */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- D9D418F21BD0EFE300CD8EBF /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- D9D419111BD0F04000CD8EBF /* YYMemoryCache.h in Headers */,
- D9D4190F1BD0F04000CD8EBF /* YYKVStorage.h in Headers */,
- D9D4190D1BD0F04000CD8EBF /* YYDiskCache.h in Headers */,
- D9D4190B1BD0F04000CD8EBF /* YYCache.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- D9D418F41BD0EFE300CD8EBF /* YYCache */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = D9D418FD1BD0EFE300CD8EBF /* Build configuration list for PBXNativeTarget "YYCache" */;
- buildPhases = (
- D9D418F01BD0EFE300CD8EBF /* Sources */,
- D9D418F11BD0EFE300CD8EBF /* Frameworks */,
- D9D418F21BD0EFE300CD8EBF /* Headers */,
- D9D418F31BD0EFE300CD8EBF /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = YYCache;
- productName = YYCache;
- productReference = D9D418F51BD0EFE300CD8EBF /* YYCache.framework */;
- productType = "com.apple.product-type.framework";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- D9D418EC1BD0EFE300CD8EBF /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0700;
- ORGANIZATIONNAME = ibireme;
- TargetAttributes = {
- D9D418F41BD0EFE300CD8EBF = {
- CreatedOnToolsVersion = 7.0;
- };
- };
- };
- buildConfigurationList = D9D418EF1BD0EFE300CD8EBF /* Build configuration list for PBXProject "YYCache" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = D9D418EB1BD0EFE300CD8EBF;
- productRefGroup = D9D418F61BD0EFE300CD8EBF /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- D9D418F41BD0EFE300CD8EBF /* YYCache */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- D9D418F31BD0EFE300CD8EBF /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- D9D418F01BD0EFE300CD8EBF /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- D9D419101BD0F04000CD8EBF /* YYKVStorage.m in Sources */,
- D9D419121BD0F04000CD8EBF /* YYMemoryCache.m in Sources */,
- D9D4190C1BD0F04000CD8EBF /* YYCache.m in Sources */,
- D9D4190E1BD0F04000CD8EBF /* YYDiskCache.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- D9D418FB1BD0EFE300CD8EBF /* 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;
- CURRENT_PROJECT_VERSION = 1;
- 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;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- D9D418FC1BD0EFE300CD8EBF /* 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;
- CURRENT_PROJECT_VERSION = 1;
- 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;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- D9D418FE1BD0EFE300CD8EBF /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYCache;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- };
- name = Debug;
- };
- D9D418FF1BD0EFE300CD8EBF /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYCache;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- D9D418EF1BD0EFE300CD8EBF /* Build configuration list for PBXProject "YYCache" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D9D418FB1BD0EFE300CD8EBF /* Debug */,
- D9D418FC1BD0EFE300CD8EBF /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- D9D418FD1BD0EFE300CD8EBF /* Build configuration list for PBXNativeTarget "YYCache" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D9D418FE1BD0EFE300CD8EBF /* Debug */,
- D9D418FF1BD0EFE300CD8EBF /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = D9D418EC1BD0EFE300CD8EBF /* Project object */;
- }
|