123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 48;
- objects = {
- /* Begin PBXBuildFile section */
- D98DD8CE1F36DD0800582F3B /* YYCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8A71F36DD0800582F3B /* YYCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8CF1F36DD0800582F3B /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8A81F36DD0800582F3B /* YYCache.m */; };
- D98DD8D01F36DD0800582F3B /* YYDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8A91F36DD0800582F3B /* YYDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8D11F36DD0800582F3B /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8AA1F36DD0800582F3B /* YYDiskCache.m */; };
- D98DD8D21F36DD0800582F3B /* YYKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8AB1F36DD0800582F3B /* YYKVStorage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8D31F36DD0800582F3B /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8AC1F36DD0800582F3B /* YYKVStorage.m */; };
- D98DD8D41F36DD0800582F3B /* YYMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8AD1F36DD0800582F3B /* YYMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8D51F36DD0800582F3B /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8AE1F36DD0800582F3B /* YYMemoryCache.m */; };
- D98DD8D61F36DD0800582F3B /* _YYWebImageSetter.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8B01F36DD0800582F3B /* _YYWebImageSetter.h */; };
- D98DD8D71F36DD0800582F3B /* _YYWebImageSetter.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8B11F36DD0800582F3B /* _YYWebImageSetter.m */; };
- D98DD8D81F36DD0800582F3B /* CALayer+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8B21F36DD0800582F3B /* CALayer+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8D91F36DD0800582F3B /* CALayer+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8B31F36DD0800582F3B /* CALayer+YYWebImage.m */; };
- D98DD8DA1F36DD0800582F3B /* MKAnnotationView+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8B41F36DD0800582F3B /* MKAnnotationView+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8DB1F36DD0800582F3B /* MKAnnotationView+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8B51F36DD0800582F3B /* MKAnnotationView+YYWebImage.m */; };
- D98DD8DC1F36DD0800582F3B /* UIButton+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8B61F36DD0800582F3B /* UIButton+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8DD1F36DD0800582F3B /* UIButton+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8B71F36DD0800582F3B /* UIButton+YYWebImage.m */; };
- D98DD8DE1F36DD0800582F3B /* UIImage+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8B81F36DD0800582F3B /* UIImage+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8DF1F36DD0800582F3B /* UIImage+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8B91F36DD0800582F3B /* UIImage+YYWebImage.m */; };
- D98DD8E01F36DD0800582F3B /* UIImageView+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8BA1F36DD0800582F3B /* UIImageView+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8E11F36DD0800582F3B /* UIImageView+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8BB1F36DD0800582F3B /* UIImageView+YYWebImage.m */; };
- D98DD8E21F36DD0800582F3B /* YYAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8BD1F36DD0800582F3B /* YYAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8E31F36DD0800582F3B /* YYAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8BE1F36DD0800582F3B /* YYAnimatedImageView.m */; };
- D98DD8E41F36DD0800582F3B /* YYFrameImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8BF1F36DD0800582F3B /* YYFrameImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8E51F36DD0800582F3B /* YYFrameImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8C01F36DD0800582F3B /* YYFrameImage.m */; };
- D98DD8E61F36DD0800582F3B /* YYImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8C11F36DD0800582F3B /* YYImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8E71F36DD0800582F3B /* YYImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8C21F36DD0800582F3B /* YYImage.m */; };
- D98DD8E81F36DD0800582F3B /* YYImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8C31F36DD0800582F3B /* YYImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8E91F36DD0800582F3B /* YYImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8C41F36DD0800582F3B /* YYImageCoder.m */; };
- D98DD8EA1F36DD0800582F3B /* YYSpriteSheetImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8C51F36DD0800582F3B /* YYSpriteSheetImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8EB1F36DD0800582F3B /* YYSpriteSheetImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8C61F36DD0800582F3B /* YYSpriteSheetImage.m */; };
- D98DD8EC1F36DD0800582F3B /* YYImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8C71F36DD0800582F3B /* YYImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8ED1F36DD0800582F3B /* YYImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8C81F36DD0800582F3B /* YYImageCache.m */; };
- D98DD8EE1F36DD0800582F3B /* YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8C91F36DD0800582F3B /* YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8EF1F36DD0800582F3B /* YYWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8CA1F36DD0800582F3B /* YYWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8F01F36DD0800582F3B /* YYWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8CB1F36DD0800582F3B /* YYWebImageManager.m */; };
- D98DD8F11F36DD0800582F3B /* YYWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8CC1F36DD0800582F3B /* YYWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D98DD8F21F36DD0800582F3B /* YYWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8CD1F36DD0800582F3B /* YYWebImageOperation.m */; };
- D98DD8F51F36DD5E00582F3B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8F41F36DD5E00582F3B /* UIKit.framework */; };
- D98DD8F71F36DD6600582F3B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8F61F36DD6600582F3B /* CoreFoundation.framework */; };
- D98DD8F91F36DD6B00582F3B /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8F81F36DD6B00582F3B /* ImageIO.framework */; };
- D98DD8FB1F36DD6F00582F3B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8FA1F36DD6F00582F3B /* QuartzCore.framework */; };
- D98DD8FD1F36DD7300582F3B /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8FC1F36DD7300582F3B /* Accelerate.framework */; };
- D98DD8FF1F36DD7700582F3B /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8FE1F36DD7700582F3B /* AssetsLibrary.framework */; };
- D98DD9011F36DD7D00582F3B /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD9001F36DD7D00582F3B /* MobileCoreServices.framework */; };
- D98DD9031F36DD8100582F3B /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD9021F36DD8100582F3B /* libz.tbd */; };
- D98DD9051F36DD8500582F3B /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD9041F36DD8500582F3B /* libsqlite3.tbd */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- D9312D061F36DC820055FE6D /* YYWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = YYWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- D9312D0A1F36DC820055FE6D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- D98DD8A71F36DD0800582F3B /* YYCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYCache.h; sourceTree = "<group>"; };
- D98DD8A81F36DD0800582F3B /* YYCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYCache.m; sourceTree = "<group>"; };
- D98DD8A91F36DD0800582F3B /* YYDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYDiskCache.h; sourceTree = "<group>"; };
- D98DD8AA1F36DD0800582F3B /* YYDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYDiskCache.m; sourceTree = "<group>"; };
- D98DD8AB1F36DD0800582F3B /* YYKVStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYKVStorage.h; sourceTree = "<group>"; };
- D98DD8AC1F36DD0800582F3B /* YYKVStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYKVStorage.m; sourceTree = "<group>"; };
- D98DD8AD1F36DD0800582F3B /* YYMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYMemoryCache.h; sourceTree = "<group>"; };
- D98DD8AE1F36DD0800582F3B /* YYMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYMemoryCache.m; sourceTree = "<group>"; };
- D98DD8B01F36DD0800582F3B /* _YYWebImageSetter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _YYWebImageSetter.h; sourceTree = "<group>"; };
- D98DD8B11F36DD0800582F3B /* _YYWebImageSetter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = _YYWebImageSetter.m; sourceTree = "<group>"; };
- D98DD8B21F36DD0800582F3B /* CALayer+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CALayer+YYWebImage.h"; sourceTree = "<group>"; };
- D98DD8B31F36DD0800582F3B /* CALayer+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CALayer+YYWebImage.m"; sourceTree = "<group>"; };
- D98DD8B41F36DD0800582F3B /* MKAnnotationView+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKAnnotationView+YYWebImage.h"; sourceTree = "<group>"; };
- D98DD8B51F36DD0800582F3B /* MKAnnotationView+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKAnnotationView+YYWebImage.m"; sourceTree = "<group>"; };
- D98DD8B61F36DD0800582F3B /* UIButton+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+YYWebImage.h"; sourceTree = "<group>"; };
- D98DD8B71F36DD0800582F3B /* UIButton+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+YYWebImage.m"; sourceTree = "<group>"; };
- D98DD8B81F36DD0800582F3B /* UIImage+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+YYWebImage.h"; sourceTree = "<group>"; };
- D98DD8B91F36DD0800582F3B /* UIImage+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+YYWebImage.m"; sourceTree = "<group>"; };
- D98DD8BA1F36DD0800582F3B /* UIImageView+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+YYWebImage.h"; sourceTree = "<group>"; };
- D98DD8BB1F36DD0800582F3B /* UIImageView+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+YYWebImage.m"; sourceTree = "<group>"; };
- D98DD8BD1F36DD0800582F3B /* YYAnimatedImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYAnimatedImageView.h; sourceTree = "<group>"; };
- D98DD8BE1F36DD0800582F3B /* YYAnimatedImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYAnimatedImageView.m; sourceTree = "<group>"; };
- D98DD8BF1F36DD0800582F3B /* YYFrameImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYFrameImage.h; sourceTree = "<group>"; };
- D98DD8C01F36DD0800582F3B /* YYFrameImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYFrameImage.m; sourceTree = "<group>"; };
- D98DD8C11F36DD0800582F3B /* YYImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImage.h; sourceTree = "<group>"; };
- D98DD8C21F36DD0800582F3B /* YYImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImage.m; sourceTree = "<group>"; };
- D98DD8C31F36DD0800582F3B /* YYImageCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImageCoder.h; sourceTree = "<group>"; };
- D98DD8C41F36DD0800582F3B /* YYImageCoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImageCoder.m; sourceTree = "<group>"; };
- D98DD8C51F36DD0800582F3B /* YYSpriteSheetImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYSpriteSheetImage.h; sourceTree = "<group>"; };
- D98DD8C61F36DD0800582F3B /* YYSpriteSheetImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYSpriteSheetImage.m; sourceTree = "<group>"; };
- D98DD8C71F36DD0800582F3B /* YYImageCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImageCache.h; sourceTree = "<group>"; };
- D98DD8C81F36DD0800582F3B /* YYImageCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImageCache.m; sourceTree = "<group>"; };
- D98DD8C91F36DD0800582F3B /* YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYWebImage.h; sourceTree = "<group>"; };
- D98DD8CA1F36DD0800582F3B /* YYWebImageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYWebImageManager.h; sourceTree = "<group>"; };
- D98DD8CB1F36DD0800582F3B /* YYWebImageManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYWebImageManager.m; sourceTree = "<group>"; };
- D98DD8CC1F36DD0800582F3B /* YYWebImageOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYWebImageOperation.h; sourceTree = "<group>"; };
- D98DD8CD1F36DD0800582F3B /* YYWebImageOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYWebImageOperation.m; sourceTree = "<group>"; };
- D98DD8F41F36DD5E00582F3B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
- D98DD8F61F36DD6600582F3B /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
- D98DD8F81F36DD6B00582F3B /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
- D98DD8FA1F36DD6F00582F3B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
- D98DD8FC1F36DD7300582F3B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
- D98DD8FE1F36DD7700582F3B /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
- D98DD9001F36DD7D00582F3B /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
- D98DD9021F36DD8100582F3B /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
- D98DD9041F36DD8500582F3B /* 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 */
- D9312D021F36DC810055FE6D /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- D98DD9051F36DD8500582F3B /* libsqlite3.tbd in Frameworks */,
- D98DD9031F36DD8100582F3B /* libz.tbd in Frameworks */,
- D98DD9011F36DD7D00582F3B /* MobileCoreServices.framework in Frameworks */,
- D98DD8FF1F36DD7700582F3B /* AssetsLibrary.framework in Frameworks */,
- D98DD8FD1F36DD7300582F3B /* Accelerate.framework in Frameworks */,
- D98DD8FB1F36DD6F00582F3B /* QuartzCore.framework in Frameworks */,
- D98DD8F91F36DD6B00582F3B /* ImageIO.framework in Frameworks */,
- D98DD8F71F36DD6600582F3B /* CoreFoundation.framework in Frameworks */,
- D98DD8F51F36DD5E00582F3B /* UIKit.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- D9312CFC1F36DC810055FE6D = {
- isa = PBXGroup;
- children = (
- D98DD8A51F36DD0800582F3B /* YYWebImage */,
- D9312D0A1F36DC820055FE6D /* Info.plist */,
- D98DD8F31F36DD5E00582F3B /* Frameworks */,
- D9312D071F36DC820055FE6D /* Products */,
- );
- sourceTree = "<group>";
- };
- D9312D071F36DC820055FE6D /* Products */ = {
- isa = PBXGroup;
- children = (
- D9312D061F36DC820055FE6D /* YYWebImage.framework */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- D98DD8A51F36DD0800582F3B /* YYWebImage */ = {
- isa = PBXGroup;
- children = (
- D98DD8A61F36DD0800582F3B /* Cache */,
- D98DD8BC1F36DD0800582F3B /* Image */,
- D98DD8AF1F36DD0800582F3B /* Categories */,
- D98DD8C91F36DD0800582F3B /* YYWebImage.h */,
- D98DD8C71F36DD0800582F3B /* YYImageCache.h */,
- D98DD8C81F36DD0800582F3B /* YYImageCache.m */,
- D98DD8CA1F36DD0800582F3B /* YYWebImageManager.h */,
- D98DD8CB1F36DD0800582F3B /* YYWebImageManager.m */,
- D98DD8CC1F36DD0800582F3B /* YYWebImageOperation.h */,
- D98DD8CD1F36DD0800582F3B /* YYWebImageOperation.m */,
- );
- name = YYWebImage;
- path = ../YYWebImage;
- sourceTree = "<group>";
- };
- D98DD8A61F36DD0800582F3B /* Cache */ = {
- isa = PBXGroup;
- children = (
- D98DD8A71F36DD0800582F3B /* YYCache.h */,
- D98DD8A81F36DD0800582F3B /* YYCache.m */,
- D98DD8A91F36DD0800582F3B /* YYDiskCache.h */,
- D98DD8AA1F36DD0800582F3B /* YYDiskCache.m */,
- D98DD8AB1F36DD0800582F3B /* YYKVStorage.h */,
- D98DD8AC1F36DD0800582F3B /* YYKVStorage.m */,
- D98DD8AD1F36DD0800582F3B /* YYMemoryCache.h */,
- D98DD8AE1F36DD0800582F3B /* YYMemoryCache.m */,
- );
- path = Cache;
- sourceTree = "<group>";
- };
- D98DD8AF1F36DD0800582F3B /* Categories */ = {
- isa = PBXGroup;
- children = (
- D98DD8B01F36DD0800582F3B /* _YYWebImageSetter.h */,
- D98DD8B11F36DD0800582F3B /* _YYWebImageSetter.m */,
- D98DD8B21F36DD0800582F3B /* CALayer+YYWebImage.h */,
- D98DD8B31F36DD0800582F3B /* CALayer+YYWebImage.m */,
- D98DD8B41F36DD0800582F3B /* MKAnnotationView+YYWebImage.h */,
- D98DD8B51F36DD0800582F3B /* MKAnnotationView+YYWebImage.m */,
- D98DD8B61F36DD0800582F3B /* UIButton+YYWebImage.h */,
- D98DD8B71F36DD0800582F3B /* UIButton+YYWebImage.m */,
- D98DD8B81F36DD0800582F3B /* UIImage+YYWebImage.h */,
- D98DD8B91F36DD0800582F3B /* UIImage+YYWebImage.m */,
- D98DD8BA1F36DD0800582F3B /* UIImageView+YYWebImage.h */,
- D98DD8BB1F36DD0800582F3B /* UIImageView+YYWebImage.m */,
- );
- path = Categories;
- sourceTree = "<group>";
- };
- D98DD8BC1F36DD0800582F3B /* Image */ = {
- isa = PBXGroup;
- children = (
- D98DD8BD1F36DD0800582F3B /* YYAnimatedImageView.h */,
- D98DD8BE1F36DD0800582F3B /* YYAnimatedImageView.m */,
- D98DD8BF1F36DD0800582F3B /* YYFrameImage.h */,
- D98DD8C01F36DD0800582F3B /* YYFrameImage.m */,
- D98DD8C11F36DD0800582F3B /* YYImage.h */,
- D98DD8C21F36DD0800582F3B /* YYImage.m */,
- D98DD8C31F36DD0800582F3B /* YYImageCoder.h */,
- D98DD8C41F36DD0800582F3B /* YYImageCoder.m */,
- D98DD8C51F36DD0800582F3B /* YYSpriteSheetImage.h */,
- D98DD8C61F36DD0800582F3B /* YYSpriteSheetImage.m */,
- );
- path = Image;
- sourceTree = "<group>";
- };
- D98DD8F31F36DD5E00582F3B /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- D98DD9041F36DD8500582F3B /* libsqlite3.tbd */,
- D98DD9021F36DD8100582F3B /* libz.tbd */,
- D98DD9001F36DD7D00582F3B /* MobileCoreServices.framework */,
- D98DD8FE1F36DD7700582F3B /* AssetsLibrary.framework */,
- D98DD8FC1F36DD7300582F3B /* Accelerate.framework */,
- D98DD8FA1F36DD6F00582F3B /* QuartzCore.framework */,
- D98DD8F81F36DD6B00582F3B /* ImageIO.framework */,
- D98DD8F61F36DD6600582F3B /* CoreFoundation.framework */,
- D98DD8F41F36DD5E00582F3B /* UIKit.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- D9312D031F36DC810055FE6D /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- D98DD8E21F36DD0800582F3B /* YYAnimatedImageView.h in Headers */,
- D98DD8D41F36DD0800582F3B /* YYMemoryCache.h in Headers */,
- D98DD8D81F36DD0800582F3B /* CALayer+YYWebImage.h in Headers */,
- D98DD8D21F36DD0800582F3B /* YYKVStorage.h in Headers */,
- D98DD8DC1F36DD0800582F3B /* UIButton+YYWebImage.h in Headers */,
- D98DD8E01F36DD0800582F3B /* UIImageView+YYWebImage.h in Headers */,
- D98DD8DA1F36DD0800582F3B /* MKAnnotationView+YYWebImage.h in Headers */,
- D98DD8D01F36DD0800582F3B /* YYDiskCache.h in Headers */,
- D98DD8E81F36DD0800582F3B /* YYImageCoder.h in Headers */,
- D98DD8E41F36DD0800582F3B /* YYFrameImage.h in Headers */,
- D98DD8DE1F36DD0800582F3B /* UIImage+YYWebImage.h in Headers */,
- D98DD8CE1F36DD0800582F3B /* YYCache.h in Headers */,
- D98DD8F11F36DD0800582F3B /* YYWebImageOperation.h in Headers */,
- D98DD8EC1F36DD0800582F3B /* YYImageCache.h in Headers */,
- D98DD8EE1F36DD0800582F3B /* YYWebImage.h in Headers */,
- D98DD8EF1F36DD0800582F3B /* YYWebImageManager.h in Headers */,
- D98DD8E61F36DD0800582F3B /* YYImage.h in Headers */,
- D98DD8EA1F36DD0800582F3B /* YYSpriteSheetImage.h in Headers */,
- D98DD8D61F36DD0800582F3B /* _YYWebImageSetter.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- D9312D051F36DC810055FE6D /* YYWebImage */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = D9312D0E1F36DC820055FE6D /* Build configuration list for PBXNativeTarget "YYWebImage" */;
- buildPhases = (
- D9312D011F36DC810055FE6D /* Sources */,
- D9312D021F36DC810055FE6D /* Frameworks */,
- D9312D031F36DC810055FE6D /* Headers */,
- D9312D041F36DC810055FE6D /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = YYWebImage;
- productName = YYWebImage;
- productReference = D9312D061F36DC820055FE6D /* YYWebImage.framework */;
- productType = "com.apple.product-type.framework";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- D9312CFD1F36DC810055FE6D /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0900;
- ORGANIZATIONNAME = ibireme;
- TargetAttributes = {
- D9312D051F36DC810055FE6D = {
- CreatedOnToolsVersion = 9.0;
- };
- };
- };
- buildConfigurationList = D9312D001F36DC810055FE6D /* Build configuration list for PBXProject "YYWebImage" */;
- compatibilityVersion = "Xcode 8.0";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = D9312CFC1F36DC810055FE6D;
- productRefGroup = D9312D071F36DC820055FE6D /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- D9312D051F36DC810055FE6D /* YYWebImage */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- D9312D041F36DC810055FE6D /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- D9312D011F36DC810055FE6D /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- D98DD8DD1F36DD0800582F3B /* UIButton+YYWebImage.m in Sources */,
- D98DD8DB1F36DD0800582F3B /* MKAnnotationView+YYWebImage.m in Sources */,
- D98DD8ED1F36DD0800582F3B /* YYImageCache.m in Sources */,
- D98DD8D31F36DD0800582F3B /* YYKVStorage.m in Sources */,
- D98DD8E71F36DD0800582F3B /* YYImage.m in Sources */,
- D98DD8D51F36DD0800582F3B /* YYMemoryCache.m in Sources */,
- D98DD8E91F36DD0800582F3B /* YYImageCoder.m in Sources */,
- D98DD8E31F36DD0800582F3B /* YYAnimatedImageView.m in Sources */,
- D98DD8DF1F36DD0800582F3B /* UIImage+YYWebImage.m in Sources */,
- D98DD8D91F36DD0800582F3B /* CALayer+YYWebImage.m in Sources */,
- D98DD8EB1F36DD0800582F3B /* YYSpriteSheetImage.m in Sources */,
- D98DD8CF1F36DD0800582F3B /* YYCache.m in Sources */,
- D98DD8D11F36DD0800582F3B /* YYDiskCache.m in Sources */,
- D98DD8F01F36DD0800582F3B /* YYWebImageManager.m in Sources */,
- D98DD8E51F36DD0800582F3B /* YYFrameImage.m in Sources */,
- D98DD8D71F36DD0800582F3B /* _YYWebImageSetter.m in Sources */,
- D98DD8F21F36DD0800582F3B /* YYWebImageOperation.m in Sources */,
- D98DD8E11F36DD0800582F3B /* UIImageView+YYWebImage.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- D9312D0C1F36DC820055FE6D /* 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_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;
- CURRENT_PROJECT_VERSION = 1;
- 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;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- D9312D0D1F36DC820055FE6D /* 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_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;
- CURRENT_PROJECT_VERSION = 1;
- 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;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- D9312D0F1F36DC820055FE6D /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- CODE_SIGN_IDENTITY = "";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYWebImage;
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- D9312D101F36DC820055FE6D /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- CODE_SIGN_IDENTITY = "";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYWebImage;
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- D9312D001F36DC810055FE6D /* Build configuration list for PBXProject "YYWebImage" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D9312D0C1F36DC820055FE6D /* Debug */,
- D9312D0D1F36DC820055FE6D /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- D9312D0E1F36DC820055FE6D /* Build configuration list for PBXNativeTarget "YYWebImage" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D9312D0F1F36DC820055FE6D /* Debug */,
- D9312D101F36DC820055FE6D /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = D9312CFD1F36DC810055FE6D /* Project object */;
- }
|