| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXAggregateTarget section */
- 539F912B16316D2D00160719 /* SDWebImageFramework */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 539F912C16316D2D00160719 /* Build configuration list for PBXAggregateTarget "SDWebImageFramework" */;
- buildPhases = (
- 539F913116316D7A00160719 /* Build Framework */,
- );
- dependencies = (
- 539F913016316D3700160719 /* PBXTargetDependency */,
- );
- name = SDWebImageFramework;
- productName = SDWebImageFramework;
- };
- /* End PBXAggregateTarget section */
- /* Begin PBXBuildFile section */
- 531041C4157EAFA400BBABC3 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D86148C56230056699D /* SDImageCache.m */; };
- 531041C5157EAFA400BBABC3 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8A148C56230056699D /* SDWebImageDecoder.m */; };
- 531041C6157EAFA400BBABC3 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8C148C56230056699D /* SDWebImageDownloader.m */; };
- 531041C7157EAFA400BBABC3 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8F148C56230056699D /* SDWebImageManager.m */; };
- 531041C8157EAFA400BBABC3 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D92148C56230056699D /* SDWebImagePrefetcher.m */; };
- 531041C9157EAFA400BBABC3 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D94148C56230056699D /* UIButton+WebCache.m */; };
- 531041CA157EAFA400BBABC3 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D96148C56230056699D /* UIImageView+WebCache.m */; };
- 531041CB157EAFA400BBABC3 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 535699B515113E7300A4C397 /* MKAnnotationView+WebCache.m */; };
- 531041CD157EAFA400BBABC3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB894814D35E9E0020B787 /* UIKit.framework */; };
- 531041CE157EAFA400BBABC3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53922D72148C55820056699D /* Foundation.framework */; };
- 531041CF157EAFA400BBABC3 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */; };
- 531041D1157EAFA400BBABC3 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D85148C56230056699D /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041D2157EAFA400BBABC3 /* SDImageCacheDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D87148C56230056699D /* SDImageCacheDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041D3157EAFA400BBABC3 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D88148C56230056699D /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041D4157EAFA400BBABC3 /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D89148C56230056699D /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041D5157EAFA400BBABC3 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8B148C56230056699D /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041D6157EAFA400BBABC3 /* SDWebImageDownloaderDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8D148C56230056699D /* SDWebImageDownloaderDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041D7157EAFA400BBABC3 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8E148C56230056699D /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041D8157EAFA400BBABC3 /* SDWebImageManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D90148C56230056699D /* SDWebImageManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041D9157EAFA400BBABC3 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D91148C56230056699D /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041DA157EAFA400BBABC3 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D93148C56230056699D /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041DB157EAFA400BBABC3 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D95148C56230056699D /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 531041DC157EAFA400BBABC3 /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 535699B415113E7300A4C397 /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53761309155AD0D5005750A4 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D86148C56230056699D /* SDImageCache.m */; };
- 5376130A155AD0D5005750A4 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8A148C56230056699D /* SDWebImageDecoder.m */; };
- 5376130B155AD0D5005750A4 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8C148C56230056699D /* SDWebImageDownloader.m */; };
- 5376130C155AD0D5005750A4 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8F148C56230056699D /* SDWebImageManager.m */; };
- 5376130D155AD0D5005750A4 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D92148C56230056699D /* SDWebImagePrefetcher.m */; };
- 5376130E155AD0D5005750A4 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D94148C56230056699D /* UIButton+WebCache.m */; };
- 5376130F155AD0D5005750A4 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D96148C56230056699D /* UIImageView+WebCache.m */; };
- 53761312155AD0D5005750A4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB894814D35E9E0020B787 /* UIKit.framework */; };
- 53761313155AD0D5005750A4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53922D72148C55820056699D /* Foundation.framework */; };
- 53761314155AD0D5005750A4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */; };
- 53761316155AD0D5005750A4 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D85148C56230056699D /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53761317155AD0D5005750A4 /* SDImageCacheDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D87148C56230056699D /* SDImageCacheDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53761318155AD0D5005750A4 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D88148C56230056699D /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53761319155AD0D5005750A4 /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D89148C56230056699D /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5376131A155AD0D5005750A4 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8B148C56230056699D /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5376131B155AD0D5005750A4 /* SDWebImageDownloaderDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8D148C56230056699D /* SDWebImageDownloaderDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5376131C155AD0D5005750A4 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8E148C56230056699D /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5376131D155AD0D5005750A4 /* SDWebImageManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D90148C56230056699D /* SDWebImageManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5376131E155AD0D5005750A4 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D91148C56230056699D /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 5376131F155AD0D5005750A4 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D93148C56230056699D /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53761320155AD0D5005750A4 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D95148C56230056699D /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922D73148C55820056699D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53922D72148C55820056699D /* Foundation.framework */; };
- 53922D97148C56230056699D /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D85148C56230056699D /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922D98148C56230056699D /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D86148C56230056699D /* SDImageCache.m */; };
- 53922D99148C56230056699D /* SDImageCacheDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D87148C56230056699D /* SDImageCacheDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922D9A148C56230056699D /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D88148C56230056699D /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922D9B148C56230056699D /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D89148C56230056699D /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922D9C148C56230056699D /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8A148C56230056699D /* SDWebImageDecoder.m */; };
- 53922D9D148C56230056699D /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8B148C56230056699D /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922D9E148C56230056699D /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8C148C56230056699D /* SDWebImageDownloader.m */; };
- 53922D9F148C56230056699D /* SDWebImageDownloaderDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8D148C56230056699D /* SDWebImageDownloaderDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922DA0148C56230056699D /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8E148C56230056699D /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922DA1148C56230056699D /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8F148C56230056699D /* SDWebImageManager.m */; };
- 53922DA2148C56230056699D /* SDWebImageManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D90148C56230056699D /* SDWebImageManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922DA3148C56230056699D /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D91148C56230056699D /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922DA4148C56230056699D /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D92148C56230056699D /* SDWebImagePrefetcher.m */; };
- 53922DA5148C56230056699D /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D93148C56230056699D /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922DA6148C56230056699D /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D94148C56230056699D /* UIButton+WebCache.m */; };
- 53922DA7148C56230056699D /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D95148C56230056699D /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 53922DA8148C56230056699D /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D96148C56230056699D /* UIImageView+WebCache.m */; };
- 53FB894714D35E820020B787 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */; };
- 53FB894914D35E9E0020B787 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB894814D35E9E0020B787 /* UIKit.framework */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- 539F912F16316D3700160719 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 53922D66148C55810056699D /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 53761307155AD0D5005750A4;
- remoteInfo = "SDWebImage ARC";
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXFileReference section */
- 531041E0157EAFA400BBABC3 /* libSDWebImageARC+MKAnnotation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libSDWebImageARC+MKAnnotation.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 535699B415113E7300A4C397 /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+WebCache.h"; path = "SDWebImage/MKAnnotationView+WebCache.h"; sourceTree = SOURCE_ROOT; };
- 535699B515113E7300A4C397 /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "MKAnnotationView+WebCache.m"; path = "SDWebImage/MKAnnotationView+WebCache.m"; sourceTree = SOURCE_ROOT; };
- 53761325155AD0D5005750A4 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 53922D6F148C55820056699D /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 53922D72148C55820056699D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- 53922D85148C56230056699D /* SDImageCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = SOURCE_ROOT; };
- 53922D86148C56230056699D /* SDImageCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = SOURCE_ROOT; };
- 53922D87148C56230056699D /* SDImageCacheDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDelegate.h; path = SDWebImage/SDImageCacheDelegate.h; sourceTree = SOURCE_ROOT; };
- 53922D88148C56230056699D /* SDWebImageCompat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = SOURCE_ROOT; };
- 53922D89148C56230056699D /* SDWebImageDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageDecoder.h; path = SDWebImage/SDWebImageDecoder.h; sourceTree = SOURCE_ROOT; };
- 53922D8A148C56230056699D /* SDWebImageDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDecoder.m; path = SDWebImage/SDWebImageDecoder.m; sourceTree = SOURCE_ROOT; };
- 53922D8B148C56230056699D /* SDWebImageDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = SOURCE_ROOT; };
- 53922D8C148C56230056699D /* SDWebImageDownloader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = SOURCE_ROOT; };
- 53922D8D148C56230056699D /* SDWebImageDownloaderDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDelegate.h; path = SDWebImage/SDWebImageDownloaderDelegate.h; sourceTree = SOURCE_ROOT; };
- 53922D8E148C56230056699D /* SDWebImageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = SOURCE_ROOT; };
- 53922D8F148C56230056699D /* SDWebImageManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = SOURCE_ROOT; };
- 53922D90148C56230056699D /* SDWebImageManagerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageManagerDelegate.h; path = SDWebImage/SDWebImageManagerDelegate.h; sourceTree = SOURCE_ROOT; };
- 53922D91148C56230056699D /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = SOURCE_ROOT; };
- 53922D92148C56230056699D /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = SOURCE_ROOT; };
- 53922D93148C56230056699D /* UIButton+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = SOURCE_ROOT; };
- 53922D94148C56230056699D /* UIButton+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = SOURCE_ROOT; };
- 53922D95148C56230056699D /* UIImageView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = SOURCE_ROOT; };
- 53922D96148C56230056699D /* UIImageView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = SOURCE_ROOT; };
- 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
- 53FB894814D35E9E0020B787 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 531041CC157EAFA400BBABC3 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 531041CD157EAFA400BBABC3 /* UIKit.framework in Frameworks */,
- 531041CE157EAFA400BBABC3 /* Foundation.framework in Frameworks */,
- 531041CF157EAFA400BBABC3 /* CoreGraphics.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 53761311155AD0D5005750A4 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 53761312155AD0D5005750A4 /* UIKit.framework in Frameworks */,
- 53761313155AD0D5005750A4 /* Foundation.framework in Frameworks */,
- 53761314155AD0D5005750A4 /* CoreGraphics.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 53922D6C148C55810056699D /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 53FB894914D35E9E0020B787 /* UIKit.framework in Frameworks */,
- 53922D73148C55820056699D /* Foundation.framework in Frameworks */,
- 53FB894714D35E820020B787 /* CoreGraphics.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 53922D64148C55810056699D = {
- isa = PBXGroup;
- children = (
- 53922D74148C55820056699D /* SDWebImage */,
- 53922D71148C55820056699D /* Frameworks */,
- 53922D70148C55820056699D /* Products */,
- );
- sourceTree = "<group>";
- };
- 53922D70148C55820056699D /* Products */ = {
- isa = PBXGroup;
- children = (
- 53922D6F148C55820056699D /* libSDWebImage.a */,
- 53761325155AD0D5005750A4 /* libSDWebImage.a */,
- 531041E0157EAFA400BBABC3 /* libSDWebImageARC+MKAnnotation.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 53922D71148C55820056699D /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */,
- 53922D72148C55820056699D /* Foundation.framework */,
- 53FB894814D35E9E0020B787 /* UIKit.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 53922D74148C55820056699D /* SDWebImage */ = {
- isa = PBXGroup;
- children = (
- 53922D88148C56230056699D /* SDWebImageCompat.h */,
- 53922DAB148C56810056699D /* Downloader */,
- 53922DAA148C56470056699D /* Cache */,
- 53922DAC148C56DD0056699D /* Utils */,
- 53922DA9148C562D0056699D /* Categories */,
- );
- path = SDWebImage;
- sourceTree = "<group>";
- };
- 53922DA9148C562D0056699D /* Categories */ = {
- isa = PBXGroup;
- children = (
- 535699B415113E7300A4C397 /* MKAnnotationView+WebCache.h */,
- 535699B515113E7300A4C397 /* MKAnnotationView+WebCache.m */,
- 53922D93148C56230056699D /* UIButton+WebCache.h */,
- 53922D94148C56230056699D /* UIButton+WebCache.m */,
- 53922D95148C56230056699D /* UIImageView+WebCache.h */,
- 53922D96148C56230056699D /* UIImageView+WebCache.m */,
- );
- name = Categories;
- sourceTree = "<group>";
- };
- 53922DAA148C56470056699D /* Cache */ = {
- isa = PBXGroup;
- children = (
- 53922D85148C56230056699D /* SDImageCache.h */,
- 53922D86148C56230056699D /* SDImageCache.m */,
- 53922D87148C56230056699D /* SDImageCacheDelegate.h */,
- );
- name = Cache;
- sourceTree = "<group>";
- };
- 53922DAB148C56810056699D /* Downloader */ = {
- isa = PBXGroup;
- children = (
- 53922D8B148C56230056699D /* SDWebImageDownloader.h */,
- 53922D8C148C56230056699D /* SDWebImageDownloader.m */,
- 53922D8D148C56230056699D /* SDWebImageDownloaderDelegate.h */,
- );
- name = Downloader;
- sourceTree = "<group>";
- };
- 53922DAC148C56DD0056699D /* Utils */ = {
- isa = PBXGroup;
- children = (
- 53922D8E148C56230056699D /* SDWebImageManager.h */,
- 53922D8F148C56230056699D /* SDWebImageManager.m */,
- 53922D90148C56230056699D /* SDWebImageManagerDelegate.h */,
- 53922D89148C56230056699D /* SDWebImageDecoder.h */,
- 53922D8A148C56230056699D /* SDWebImageDecoder.m */,
- 53922D91148C56230056699D /* SDWebImagePrefetcher.h */,
- 53922D92148C56230056699D /* SDWebImagePrefetcher.m */,
- );
- name = Utils;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- 531041D0157EAFA400BBABC3 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 531041D1157EAFA400BBABC3 /* SDImageCache.h in Headers */,
- 531041D2157EAFA400BBABC3 /* SDImageCacheDelegate.h in Headers */,
- 531041D3157EAFA400BBABC3 /* SDWebImageCompat.h in Headers */,
- 531041D4157EAFA400BBABC3 /* SDWebImageDecoder.h in Headers */,
- 531041D5157EAFA400BBABC3 /* SDWebImageDownloader.h in Headers */,
- 531041D6157EAFA400BBABC3 /* SDWebImageDownloaderDelegate.h in Headers */,
- 531041D7157EAFA400BBABC3 /* SDWebImageManager.h in Headers */,
- 531041D8157EAFA400BBABC3 /* SDWebImageManagerDelegate.h in Headers */,
- 531041D9157EAFA400BBABC3 /* SDWebImagePrefetcher.h in Headers */,
- 531041DA157EAFA400BBABC3 /* UIButton+WebCache.h in Headers */,
- 531041DB157EAFA400BBABC3 /* UIImageView+WebCache.h in Headers */,
- 531041DC157EAFA400BBABC3 /* MKAnnotationView+WebCache.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 53761315155AD0D5005750A4 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 53761316155AD0D5005750A4 /* SDImageCache.h in Headers */,
- 53761317155AD0D5005750A4 /* SDImageCacheDelegate.h in Headers */,
- 53761318155AD0D5005750A4 /* SDWebImageCompat.h in Headers */,
- 53761319155AD0D5005750A4 /* SDWebImageDecoder.h in Headers */,
- 5376131A155AD0D5005750A4 /* SDWebImageDownloader.h in Headers */,
- 5376131B155AD0D5005750A4 /* SDWebImageDownloaderDelegate.h in Headers */,
- 5376131C155AD0D5005750A4 /* SDWebImageManager.h in Headers */,
- 5376131D155AD0D5005750A4 /* SDWebImageManagerDelegate.h in Headers */,
- 5376131E155AD0D5005750A4 /* SDWebImagePrefetcher.h in Headers */,
- 5376131F155AD0D5005750A4 /* UIButton+WebCache.h in Headers */,
- 53761320155AD0D5005750A4 /* UIImageView+WebCache.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 53922D6D148C55810056699D /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 53922D97148C56230056699D /* SDImageCache.h in Headers */,
- 53922D99148C56230056699D /* SDImageCacheDelegate.h in Headers */,
- 53922D9A148C56230056699D /* SDWebImageCompat.h in Headers */,
- 53922D9B148C56230056699D /* SDWebImageDecoder.h in Headers */,
- 53922D9D148C56230056699D /* SDWebImageDownloader.h in Headers */,
- 53922D9F148C56230056699D /* SDWebImageDownloaderDelegate.h in Headers */,
- 53922DA0148C56230056699D /* SDWebImageManager.h in Headers */,
- 53922DA2148C56230056699D /* SDWebImageManagerDelegate.h in Headers */,
- 53922DA3148C56230056699D /* SDWebImagePrefetcher.h in Headers */,
- 53922DA5148C56230056699D /* UIButton+WebCache.h in Headers */,
- 53922DA7148C56230056699D /* UIImageView+WebCache.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- 531041C2157EAFA400BBABC3 /* SDWebImage ARC+MKAnnotation */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 531041DD157EAFA400BBABC3 /* Build configuration list for PBXNativeTarget "SDWebImage ARC+MKAnnotation" */;
- buildPhases = (
- 531041C3157EAFA400BBABC3 /* Sources */,
- 531041CC157EAFA400BBABC3 /* Frameworks */,
- 531041D0157EAFA400BBABC3 /* Headers */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "SDWebImage ARC+MKAnnotation";
- productName = SDWebImage;
- productReference = 531041E0157EAFA400BBABC3 /* libSDWebImageARC+MKAnnotation.a */;
- productType = "com.apple.product-type.library.static";
- };
- 53761307155AD0D5005750A4 /* SDWebImage ARC */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 53761322155AD0D5005750A4 /* Build configuration list for PBXNativeTarget "SDWebImage ARC" */;
- buildPhases = (
- 53761308155AD0D5005750A4 /* Sources */,
- 53761311155AD0D5005750A4 /* Frameworks */,
- 53761315155AD0D5005750A4 /* Headers */,
- 539F912A16316D0500160719 /* Prepare Framework */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "SDWebImage ARC";
- productName = SDWebImage;
- productReference = 53761325155AD0D5005750A4 /* libSDWebImage.a */;
- productType = "com.apple.product-type.library.static";
- };
- 53922D6E148C55810056699D /* SDWebImage */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 53922D7C148C55820056699D /* Build configuration list for PBXNativeTarget "SDWebImage" */;
- buildPhases = (
- 53922D6B148C55810056699D /* Sources */,
- 53922D6C148C55810056699D /* Frameworks */,
- 53922D6D148C55810056699D /* Headers */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SDWebImage;
- productName = SDWebImage;
- productReference = 53922D6F148C55820056699D /* libSDWebImage.a */;
- productType = "com.apple.product-type.library.static";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 53922D66148C55810056699D /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0430;
- ORGANIZATIONNAME = Dailymotion;
- };
- buildConfigurationList = 53922D69148C55810056699D /* Build configuration list for PBXProject "SDWebImage" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 53922D64148C55810056699D;
- productRefGroup = 53922D70148C55820056699D /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 53922D6E148C55810056699D /* SDWebImage */,
- 53761307155AD0D5005750A4 /* SDWebImage ARC */,
- 531041C2157EAFA400BBABC3 /* SDWebImage ARC+MKAnnotation */,
- 539F912B16316D2D00160719 /* SDWebImageFramework */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXShellScriptBuildPhase section */
- 539F912A16316D0500160719 /* Prepare Framework */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Prepare Framework";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "set -e\n\nmkdir -p \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework/Versions/A/Headers\"\n\n# Link the \"Current\" version to \"A\"\n/bin/ln -sfh A \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework/Versions/Current\"\n/bin/ln -sfh Versions/Current/Headers \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework/Headers\"\n/bin/ln -sfh \"Versions/Current/${PRODUCT_NAME}\" \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework/${PRODUCT_NAME}\"\n\n# The -a ensures that the headers maintain the source modification date so that we don't constantly\n# cause propagating rebuilds of files that import these headers.\n/bin/cp -a \"${TARGET_BUILD_DIR}/${PUBLIC_HEADERS_FOLDER_PATH}/\" \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework/Versions/A/Headers\"\n";
- };
- 539F913116316D7A00160719 /* Build Framework */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Build Framework";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "set -e\nset +u\n# Avoid recursively calling this script.\nif [[ $SF_MASTER_SCRIPT_RUNNING ]]\nthen\n exit 0\nfi\nset -u\nexport SF_MASTER_SCRIPT_RUNNING=1\n\nSF_TARGET_NAME=\"SDWebImage\"\nSF_EXECUTABLE_PATH=\"lib${SF_TARGET_NAME}.a\"\nSF_WRAPPER_NAME=\"${SF_TARGET_NAME}.framework\"\n\n# The following conditionals come from\n# https://github.com/kstenerud/iOS-Universal-Framework\n\nif [[ \"$SDK_NAME\" =~ ([A-Za-z]+) ]]\nthen\n SF_SDK_PLATFORM=${BASH_REMATCH[1]}\nelse\n echo \"Could not find platform name from SDK_NAME: $SDK_NAME\"\n exit 1\nfi\n\nif [[ \"$SDK_NAME\" =~ ([0-9]+.*$) ]]\nthen\n SF_SDK_VERSION=${BASH_REMATCH[1]}\nelse\n echo \"Could not find sdk version from SDK_NAME: $SDK_NAME\"\n exit 1\nfi\n\nif [[ \"$SF_SDK_PLATFORM\" = \"iphoneos\" ]]\nthen\n SF_OTHER_PLATFORM=iphonesimulator\nelse\n SF_OTHER_PLATFORM=iphoneos\nfi\n\nif [[ \"$BUILT_PRODUCTS_DIR\" =~ (.*)$SF_SDK_PLATFORM$ ]]\nthen\n SF_OTHER_BUILT_PRODUCTS_DIR=\"${BASH_REMATCH[1]}${SF_OTHER_PLATFORM}\"\nelse\n echo \"Could not find platform name from build products directory: $BUILT_PRODUCTS_DIR\"\n exit 1\nfi\n\n# Build the other platform.\nxcodebuild -project \"${PROJECT_FILE_PATH}\" -target \"${TARGET_NAME}\" -configuration \"${CONFIGURATION}\" -sdk ${SF_OTHER_PLATFORM}${SF_SDK_VERSION} BUILD_DIR=\"${BUILD_DIR}\" OBJROOT=\"${OBJROOT}\" BUILD_ROOT=\"${BUILD_ROOT}\" SYMROOT=\"${SYMROOT}\" $ACTION\n\n# Smash the two static libraries into one fat binary and store it in the .framework\nlipo -create \"${BUILT_PRODUCTS_DIR}/${SF_EXECUTABLE_PATH}\" \"${SF_OTHER_BUILT_PRODUCTS_DIR}/${SF_EXECUTABLE_PATH}\" -output \"${BUILT_PRODUCTS_DIR}/${SF_WRAPPER_NAME}/Versions/A/${SF_TARGET_NAME}\"\n\n# Copy the binary to the other architecture folder to have a complete framework in both.\ncp -a \"${BUILT_PRODUCTS_DIR}/${SF_WRAPPER_NAME}/Versions/A/${SF_TARGET_NAME}\" \"${SF_OTHER_BUILT_PRODUCTS_DIR}/${SF_WRAPPER_NAME}/Versions/A/${SF_TARGET_NAME}\"\n";
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 531041C3157EAFA400BBABC3 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 531041C4157EAFA400BBABC3 /* SDImageCache.m in Sources */,
- 531041C5157EAFA400BBABC3 /* SDWebImageDecoder.m in Sources */,
- 531041C6157EAFA400BBABC3 /* SDWebImageDownloader.m in Sources */,
- 531041C7157EAFA400BBABC3 /* SDWebImageManager.m in Sources */,
- 531041C8157EAFA400BBABC3 /* SDWebImagePrefetcher.m in Sources */,
- 531041C9157EAFA400BBABC3 /* UIButton+WebCache.m in Sources */,
- 531041CA157EAFA400BBABC3 /* UIImageView+WebCache.m in Sources */,
- 531041CB157EAFA400BBABC3 /* MKAnnotationView+WebCache.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 53761308155AD0D5005750A4 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 53761309155AD0D5005750A4 /* SDImageCache.m in Sources */,
- 5376130A155AD0D5005750A4 /* SDWebImageDecoder.m in Sources */,
- 5376130B155AD0D5005750A4 /* SDWebImageDownloader.m in Sources */,
- 5376130C155AD0D5005750A4 /* SDWebImageManager.m in Sources */,
- 5376130D155AD0D5005750A4 /* SDWebImagePrefetcher.m in Sources */,
- 5376130E155AD0D5005750A4 /* UIButton+WebCache.m in Sources */,
- 5376130F155AD0D5005750A4 /* UIImageView+WebCache.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 53922D6B148C55810056699D /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 53922D98148C56230056699D /* SDImageCache.m in Sources */,
- 53922D9C148C56230056699D /* SDWebImageDecoder.m in Sources */,
- 53922D9E148C56230056699D /* SDWebImageDownloader.m in Sources */,
- 53922DA1148C56230056699D /* SDWebImageManager.m in Sources */,
- 53922DA4148C56230056699D /* SDWebImagePrefetcher.m in Sources */,
- 53922DA6148C56230056699D /* UIButton+WebCache.m in Sources */,
- 53922DA8148C56230056699D /* UIImageView+WebCache.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- 539F913016316D3700160719 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 53761307155AD0D5005750A4 /* SDWebImage ARC */;
- targetProxy = 539F912F16316D3700160719 /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin XCBuildConfiguration section */
- 531041DE157EAFA400BBABC3 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_OBJCPP_ARC_ABI = YES;
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = NO;
- DSTROOT = /tmp/SDWebImage.dst;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "";
- INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
- IPHONEOS_DEPLOYMENT_TARGET = 4.0;
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "SDWebImageARC+MKAnnotation";
- SKIP_INSTALL = YES;
- STRIP_STYLE = "non-global";
- };
- name = Debug;
- };
- 531041DF157EAFA400BBABC3 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_OBJCPP_ARC_ABI = YES;
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = NO;
- DSTROOT = /tmp/SDWebImage.dst;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "";
- INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
- IPHONEOS_DEPLOYMENT_TARGET = 4.0;
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "SDWebImageARC+MKAnnotation";
- SKIP_INSTALL = YES;
- STRIP_STYLE = "non-global";
- };
- name = Release;
- };
- 53761323155AD0D5005750A4 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_OBJCPP_ARC_ABI = YES;
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = NO;
- DSTROOT = /tmp/SDWebImage.dst;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "";
- INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
- IPHONEOS_DEPLOYMENT_TARGET = 4.0;
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = SDWebImage;
- SKIP_INSTALL = YES;
- STRIP_STYLE = debugging;
- };
- name = Debug;
- };
- 53761324155AD0D5005750A4 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_OBJCPP_ARC_ABI = YES;
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = NO;
- DSTROOT = /tmp/SDWebImage.dst;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "";
- INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
- IPHONEOS_DEPLOYMENT_TARGET = 4.0;
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = SDWebImage;
- SKIP_INSTALL = YES;
- STRIP_STYLE = debugging;
- };
- name = Release;
- };
- 53922D7A148C55820056699D /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_TREAT_WARNINGS_AS_ERRORS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
- GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
- GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
- GCC_WARN_SHADOW = YES;
- GCC_WARN_SIGN_COMPARE = YES;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_LABEL = YES;
- GCC_WARN_UNUSED_PARAMETER = NO;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 4.3;
- PUBLIC_HEADERS_FOLDER_PATH = include/SDWebImage;
- RUN_CLANG_STATIC_ANALYZER = YES;
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- 53922D7B148C55820056699D /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
- COPY_PHASE_STRIP = YES;
- GCC_TREAT_WARNINGS_AS_ERRORS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
- GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
- GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
- GCC_WARN_SHADOW = YES;
- GCC_WARN_SIGN_COMPARE = YES;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_LABEL = YES;
- GCC_WARN_UNUSED_PARAMETER = NO;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 4.3;
- PUBLIC_HEADERS_FOLDER_PATH = include/SDWebImage;
- RUN_CLANG_STATIC_ANALYZER = YES;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 53922D7D148C55820056699D /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_OBJC_ARC = NO;
- CLANG_WARN_OBJCPP_ARC_ABI = NO;
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = NO;
- DSTROOT = /tmp/SDWebImage.dst;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "";
- INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- STRIP_STYLE = "non-global";
- };
- name = Debug;
- };
- 53922D7E148C55820056699D /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_OBJC_ARC = NO;
- CLANG_WARN_OBJCPP_ARC_ABI = NO;
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = NO;
- DSTROOT = /tmp/SDWebImage.dst;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "";
- INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- STRIP_STYLE = "non-global";
- };
- name = Release;
- };
- 539F912D16316D2D00160719 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- 539F912E16316D2D00160719 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 531041DD157EAFA400BBABC3 /* Build configuration list for PBXNativeTarget "SDWebImage ARC+MKAnnotation" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 531041DE157EAFA400BBABC3 /* Debug */,
- 531041DF157EAFA400BBABC3 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 53761322155AD0D5005750A4 /* Build configuration list for PBXNativeTarget "SDWebImage ARC" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 53761323155AD0D5005750A4 /* Debug */,
- 53761324155AD0D5005750A4 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 53922D69148C55810056699D /* Build configuration list for PBXProject "SDWebImage" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 53922D7A148C55820056699D /* Debug */,
- 53922D7B148C55820056699D /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 53922D7C148C55820056699D /* Build configuration list for PBXNativeTarget "SDWebImage" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 53922D7D148C55820056699D /* Debug */,
- 53922D7E148C55820056699D /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 539F912C16316D2D00160719 /* Build configuration list for PBXAggregateTarget "SDWebImageFramework" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 539F912D16316D2D00160719 /* Debug */,
- 539F912E16316D2D00160719 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 53922D66148C55810056699D /* Project object */;
- }
|