project.pbxproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXAggregateTarget section */
  9. 539F912B16316D2D00160719 /* SDWebImageFramework */ = {
  10. isa = PBXAggregateTarget;
  11. buildConfigurationList = 539F912C16316D2D00160719 /* Build configuration list for PBXAggregateTarget "SDWebImageFramework" */;
  12. buildPhases = (
  13. 539F913116316D7A00160719 /* Build Framework */,
  14. );
  15. dependencies = (
  16. 539F913016316D3700160719 /* PBXTargetDependency */,
  17. );
  18. name = SDWebImageFramework;
  19. productName = SDWebImageFramework;
  20. };
  21. /* End PBXAggregateTarget section */
  22. /* Begin PBXBuildFile section */
  23. 531041C4157EAFA400BBABC3 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D86148C56230056699D /* SDImageCache.m */; };
  24. 531041C5157EAFA400BBABC3 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8A148C56230056699D /* SDWebImageDecoder.m */; };
  25. 531041C6157EAFA400BBABC3 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8C148C56230056699D /* SDWebImageDownloader.m */; };
  26. 531041C7157EAFA400BBABC3 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8F148C56230056699D /* SDWebImageManager.m */; };
  27. 531041C8157EAFA400BBABC3 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D92148C56230056699D /* SDWebImagePrefetcher.m */; };
  28. 531041C9157EAFA400BBABC3 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D94148C56230056699D /* UIButton+WebCache.m */; };
  29. 531041CA157EAFA400BBABC3 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D96148C56230056699D /* UIImageView+WebCache.m */; };
  30. 531041CB157EAFA400BBABC3 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 535699B515113E7300A4C397 /* MKAnnotationView+WebCache.m */; };
  31. 531041CD157EAFA400BBABC3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB894814D35E9E0020B787 /* UIKit.framework */; };
  32. 531041CE157EAFA400BBABC3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53922D72148C55820056699D /* Foundation.framework */; };
  33. 531041CF157EAFA400BBABC3 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */; };
  34. 531041D1157EAFA400BBABC3 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D85148C56230056699D /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  35. 531041D2157EAFA400BBABC3 /* SDImageCacheDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D87148C56230056699D /* SDImageCacheDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  36. 531041D3157EAFA400BBABC3 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D88148C56230056699D /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; };
  37. 531041D4157EAFA400BBABC3 /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D89148C56230056699D /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
  38. 531041D5157EAFA400BBABC3 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8B148C56230056699D /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; };
  39. 531041D6157EAFA400BBABC3 /* SDWebImageDownloaderDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8D148C56230056699D /* SDWebImageDownloaderDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  40. 531041D7157EAFA400BBABC3 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8E148C56230056699D /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
  41. 531041D8157EAFA400BBABC3 /* SDWebImageManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D90148C56230056699D /* SDWebImageManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  42. 531041D9157EAFA400BBABC3 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D91148C56230056699D /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
  43. 531041DA157EAFA400BBABC3 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D93148C56230056699D /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  44. 531041DB157EAFA400BBABC3 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D95148C56230056699D /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  45. 531041DC157EAFA400BBABC3 /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 535699B415113E7300A4C397 /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  46. 53761309155AD0D5005750A4 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D86148C56230056699D /* SDImageCache.m */; };
  47. 5376130A155AD0D5005750A4 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8A148C56230056699D /* SDWebImageDecoder.m */; };
  48. 5376130B155AD0D5005750A4 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8C148C56230056699D /* SDWebImageDownloader.m */; };
  49. 5376130C155AD0D5005750A4 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8F148C56230056699D /* SDWebImageManager.m */; };
  50. 5376130D155AD0D5005750A4 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D92148C56230056699D /* SDWebImagePrefetcher.m */; };
  51. 5376130E155AD0D5005750A4 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D94148C56230056699D /* UIButton+WebCache.m */; };
  52. 5376130F155AD0D5005750A4 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D96148C56230056699D /* UIImageView+WebCache.m */; };
  53. 53761312155AD0D5005750A4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB894814D35E9E0020B787 /* UIKit.framework */; };
  54. 53761313155AD0D5005750A4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53922D72148C55820056699D /* Foundation.framework */; };
  55. 53761314155AD0D5005750A4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */; };
  56. 53761316155AD0D5005750A4 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D85148C56230056699D /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  57. 53761317155AD0D5005750A4 /* SDImageCacheDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D87148C56230056699D /* SDImageCacheDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  58. 53761318155AD0D5005750A4 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D88148C56230056699D /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; };
  59. 53761319155AD0D5005750A4 /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D89148C56230056699D /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
  60. 5376131A155AD0D5005750A4 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8B148C56230056699D /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; };
  61. 5376131B155AD0D5005750A4 /* SDWebImageDownloaderDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8D148C56230056699D /* SDWebImageDownloaderDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  62. 5376131C155AD0D5005750A4 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8E148C56230056699D /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
  63. 5376131D155AD0D5005750A4 /* SDWebImageManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D90148C56230056699D /* SDWebImageManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  64. 5376131E155AD0D5005750A4 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D91148C56230056699D /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
  65. 5376131F155AD0D5005750A4 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D93148C56230056699D /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  66. 53761320155AD0D5005750A4 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D95148C56230056699D /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  67. 53922D73148C55820056699D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53922D72148C55820056699D /* Foundation.framework */; };
  68. 53922D97148C56230056699D /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D85148C56230056699D /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  69. 53922D98148C56230056699D /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D86148C56230056699D /* SDImageCache.m */; };
  70. 53922D99148C56230056699D /* SDImageCacheDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D87148C56230056699D /* SDImageCacheDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  71. 53922D9A148C56230056699D /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D88148C56230056699D /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; };
  72. 53922D9B148C56230056699D /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D89148C56230056699D /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
  73. 53922D9C148C56230056699D /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8A148C56230056699D /* SDWebImageDecoder.m */; };
  74. 53922D9D148C56230056699D /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8B148C56230056699D /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; };
  75. 53922D9E148C56230056699D /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8C148C56230056699D /* SDWebImageDownloader.m */; };
  76. 53922D9F148C56230056699D /* SDWebImageDownloaderDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8D148C56230056699D /* SDWebImageDownloaderDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  77. 53922DA0148C56230056699D /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D8E148C56230056699D /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
  78. 53922DA1148C56230056699D /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D8F148C56230056699D /* SDWebImageManager.m */; };
  79. 53922DA2148C56230056699D /* SDWebImageManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D90148C56230056699D /* SDWebImageManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  80. 53922DA3148C56230056699D /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D91148C56230056699D /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
  81. 53922DA4148C56230056699D /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D92148C56230056699D /* SDWebImagePrefetcher.m */; };
  82. 53922DA5148C56230056699D /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D93148C56230056699D /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  83. 53922DA6148C56230056699D /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D94148C56230056699D /* UIButton+WebCache.m */; };
  84. 53922DA7148C56230056699D /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D95148C56230056699D /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  85. 53922DA8148C56230056699D /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 53922D96148C56230056699D /* UIImageView+WebCache.m */; };
  86. 53FB894714D35E820020B787 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */; };
  87. 53FB894914D35E9E0020B787 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53FB894814D35E9E0020B787 /* UIKit.framework */; };
  88. /* End PBXBuildFile section */
  89. /* Begin PBXContainerItemProxy section */
  90. 539F912F16316D3700160719 /* PBXContainerItemProxy */ = {
  91. isa = PBXContainerItemProxy;
  92. containerPortal = 53922D66148C55810056699D /* Project object */;
  93. proxyType = 1;
  94. remoteGlobalIDString = 53761307155AD0D5005750A4;
  95. remoteInfo = "SDWebImage ARC";
  96. };
  97. /* End PBXContainerItemProxy section */
  98. /* Begin PBXFileReference section */
  99. 531041E0157EAFA400BBABC3 /* libSDWebImageARC+MKAnnotation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libSDWebImageARC+MKAnnotation.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  100. 535699B415113E7300A4C397 /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+WebCache.h"; path = "SDWebImage/MKAnnotationView+WebCache.h"; sourceTree = SOURCE_ROOT; };
  101. 535699B515113E7300A4C397 /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "MKAnnotationView+WebCache.m"; path = "SDWebImage/MKAnnotationView+WebCache.m"; sourceTree = SOURCE_ROOT; };
  102. 53761325155AD0D5005750A4 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; };
  103. 53922D6F148C55820056699D /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; };
  104. 53922D72148C55820056699D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  105. 53922D85148C56230056699D /* SDImageCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = SOURCE_ROOT; };
  106. 53922D86148C56230056699D /* SDImageCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = SOURCE_ROOT; };
  107. 53922D87148C56230056699D /* SDImageCacheDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDelegate.h; path = SDWebImage/SDImageCacheDelegate.h; sourceTree = SOURCE_ROOT; };
  108. 53922D88148C56230056699D /* SDWebImageCompat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = SOURCE_ROOT; };
  109. 53922D89148C56230056699D /* SDWebImageDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageDecoder.h; path = SDWebImage/SDWebImageDecoder.h; sourceTree = SOURCE_ROOT; };
  110. 53922D8A148C56230056699D /* SDWebImageDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDecoder.m; path = SDWebImage/SDWebImageDecoder.m; sourceTree = SOURCE_ROOT; };
  111. 53922D8B148C56230056699D /* SDWebImageDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = SOURCE_ROOT; };
  112. 53922D8C148C56230056699D /* SDWebImageDownloader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = SOURCE_ROOT; };
  113. 53922D8D148C56230056699D /* SDWebImageDownloaderDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDelegate.h; path = SDWebImage/SDWebImageDownloaderDelegate.h; sourceTree = SOURCE_ROOT; };
  114. 53922D8E148C56230056699D /* SDWebImageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = SOURCE_ROOT; };
  115. 53922D8F148C56230056699D /* SDWebImageManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = SOURCE_ROOT; };
  116. 53922D90148C56230056699D /* SDWebImageManagerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImageManagerDelegate.h; path = SDWebImage/SDWebImageManagerDelegate.h; sourceTree = SOURCE_ROOT; };
  117. 53922D91148C56230056699D /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = SOURCE_ROOT; };
  118. 53922D92148C56230056699D /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = SOURCE_ROOT; };
  119. 53922D93148C56230056699D /* UIButton+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = SOURCE_ROOT; };
  120. 53922D94148C56230056699D /* UIButton+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = SOURCE_ROOT; };
  121. 53922D95148C56230056699D /* UIImageView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = SOURCE_ROOT; };
  122. 53922D96148C56230056699D /* UIImageView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = SOURCE_ROOT; };
  123. 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  124. 53FB894814D35E9E0020B787 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  125. /* End PBXFileReference section */
  126. /* Begin PBXFrameworksBuildPhase section */
  127. 531041CC157EAFA400BBABC3 /* Frameworks */ = {
  128. isa = PBXFrameworksBuildPhase;
  129. buildActionMask = 2147483647;
  130. files = (
  131. 531041CD157EAFA400BBABC3 /* UIKit.framework in Frameworks */,
  132. 531041CE157EAFA400BBABC3 /* Foundation.framework in Frameworks */,
  133. 531041CF157EAFA400BBABC3 /* CoreGraphics.framework in Frameworks */,
  134. );
  135. runOnlyForDeploymentPostprocessing = 0;
  136. };
  137. 53761311155AD0D5005750A4 /* Frameworks */ = {
  138. isa = PBXFrameworksBuildPhase;
  139. buildActionMask = 2147483647;
  140. files = (
  141. 53761312155AD0D5005750A4 /* UIKit.framework in Frameworks */,
  142. 53761313155AD0D5005750A4 /* Foundation.framework in Frameworks */,
  143. 53761314155AD0D5005750A4 /* CoreGraphics.framework in Frameworks */,
  144. );
  145. runOnlyForDeploymentPostprocessing = 0;
  146. };
  147. 53922D6C148C55810056699D /* Frameworks */ = {
  148. isa = PBXFrameworksBuildPhase;
  149. buildActionMask = 2147483647;
  150. files = (
  151. 53FB894914D35E9E0020B787 /* UIKit.framework in Frameworks */,
  152. 53922D73148C55820056699D /* Foundation.framework in Frameworks */,
  153. 53FB894714D35E820020B787 /* CoreGraphics.framework in Frameworks */,
  154. );
  155. runOnlyForDeploymentPostprocessing = 0;
  156. };
  157. /* End PBXFrameworksBuildPhase section */
  158. /* Begin PBXGroup section */
  159. 53922D64148C55810056699D = {
  160. isa = PBXGroup;
  161. children = (
  162. 53922D74148C55820056699D /* SDWebImage */,
  163. 53922D71148C55820056699D /* Frameworks */,
  164. 53922D70148C55820056699D /* Products */,
  165. );
  166. sourceTree = "<group>";
  167. };
  168. 53922D70148C55820056699D /* Products */ = {
  169. isa = PBXGroup;
  170. children = (
  171. 53922D6F148C55820056699D /* libSDWebImage.a */,
  172. 53761325155AD0D5005750A4 /* libSDWebImage.a */,
  173. 531041E0157EAFA400BBABC3 /* libSDWebImageARC+MKAnnotation.a */,
  174. );
  175. name = Products;
  176. sourceTree = "<group>";
  177. };
  178. 53922D71148C55820056699D /* Frameworks */ = {
  179. isa = PBXGroup;
  180. children = (
  181. 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */,
  182. 53922D72148C55820056699D /* Foundation.framework */,
  183. 53FB894814D35E9E0020B787 /* UIKit.framework */,
  184. );
  185. name = Frameworks;
  186. sourceTree = "<group>";
  187. };
  188. 53922D74148C55820056699D /* SDWebImage */ = {
  189. isa = PBXGroup;
  190. children = (
  191. 53922D88148C56230056699D /* SDWebImageCompat.h */,
  192. 53922DAB148C56810056699D /* Downloader */,
  193. 53922DAA148C56470056699D /* Cache */,
  194. 53922DAC148C56DD0056699D /* Utils */,
  195. 53922DA9148C562D0056699D /* Categories */,
  196. );
  197. path = SDWebImage;
  198. sourceTree = "<group>";
  199. };
  200. 53922DA9148C562D0056699D /* Categories */ = {
  201. isa = PBXGroup;
  202. children = (
  203. 535699B415113E7300A4C397 /* MKAnnotationView+WebCache.h */,
  204. 535699B515113E7300A4C397 /* MKAnnotationView+WebCache.m */,
  205. 53922D93148C56230056699D /* UIButton+WebCache.h */,
  206. 53922D94148C56230056699D /* UIButton+WebCache.m */,
  207. 53922D95148C56230056699D /* UIImageView+WebCache.h */,
  208. 53922D96148C56230056699D /* UIImageView+WebCache.m */,
  209. );
  210. name = Categories;
  211. sourceTree = "<group>";
  212. };
  213. 53922DAA148C56470056699D /* Cache */ = {
  214. isa = PBXGroup;
  215. children = (
  216. 53922D85148C56230056699D /* SDImageCache.h */,
  217. 53922D86148C56230056699D /* SDImageCache.m */,
  218. 53922D87148C56230056699D /* SDImageCacheDelegate.h */,
  219. );
  220. name = Cache;
  221. sourceTree = "<group>";
  222. };
  223. 53922DAB148C56810056699D /* Downloader */ = {
  224. isa = PBXGroup;
  225. children = (
  226. 53922D8B148C56230056699D /* SDWebImageDownloader.h */,
  227. 53922D8C148C56230056699D /* SDWebImageDownloader.m */,
  228. 53922D8D148C56230056699D /* SDWebImageDownloaderDelegate.h */,
  229. );
  230. name = Downloader;
  231. sourceTree = "<group>";
  232. };
  233. 53922DAC148C56DD0056699D /* Utils */ = {
  234. isa = PBXGroup;
  235. children = (
  236. 53922D8E148C56230056699D /* SDWebImageManager.h */,
  237. 53922D8F148C56230056699D /* SDWebImageManager.m */,
  238. 53922D90148C56230056699D /* SDWebImageManagerDelegate.h */,
  239. 53922D89148C56230056699D /* SDWebImageDecoder.h */,
  240. 53922D8A148C56230056699D /* SDWebImageDecoder.m */,
  241. 53922D91148C56230056699D /* SDWebImagePrefetcher.h */,
  242. 53922D92148C56230056699D /* SDWebImagePrefetcher.m */,
  243. );
  244. name = Utils;
  245. sourceTree = "<group>";
  246. };
  247. /* End PBXGroup section */
  248. /* Begin PBXHeadersBuildPhase section */
  249. 531041D0157EAFA400BBABC3 /* Headers */ = {
  250. isa = PBXHeadersBuildPhase;
  251. buildActionMask = 2147483647;
  252. files = (
  253. 531041D1157EAFA400BBABC3 /* SDImageCache.h in Headers */,
  254. 531041D2157EAFA400BBABC3 /* SDImageCacheDelegate.h in Headers */,
  255. 531041D3157EAFA400BBABC3 /* SDWebImageCompat.h in Headers */,
  256. 531041D4157EAFA400BBABC3 /* SDWebImageDecoder.h in Headers */,
  257. 531041D5157EAFA400BBABC3 /* SDWebImageDownloader.h in Headers */,
  258. 531041D6157EAFA400BBABC3 /* SDWebImageDownloaderDelegate.h in Headers */,
  259. 531041D7157EAFA400BBABC3 /* SDWebImageManager.h in Headers */,
  260. 531041D8157EAFA400BBABC3 /* SDWebImageManagerDelegate.h in Headers */,
  261. 531041D9157EAFA400BBABC3 /* SDWebImagePrefetcher.h in Headers */,
  262. 531041DA157EAFA400BBABC3 /* UIButton+WebCache.h in Headers */,
  263. 531041DB157EAFA400BBABC3 /* UIImageView+WebCache.h in Headers */,
  264. 531041DC157EAFA400BBABC3 /* MKAnnotationView+WebCache.h in Headers */,
  265. );
  266. runOnlyForDeploymentPostprocessing = 0;
  267. };
  268. 53761315155AD0D5005750A4 /* Headers */ = {
  269. isa = PBXHeadersBuildPhase;
  270. buildActionMask = 2147483647;
  271. files = (
  272. 53761316155AD0D5005750A4 /* SDImageCache.h in Headers */,
  273. 53761317155AD0D5005750A4 /* SDImageCacheDelegate.h in Headers */,
  274. 53761318155AD0D5005750A4 /* SDWebImageCompat.h in Headers */,
  275. 53761319155AD0D5005750A4 /* SDWebImageDecoder.h in Headers */,
  276. 5376131A155AD0D5005750A4 /* SDWebImageDownloader.h in Headers */,
  277. 5376131B155AD0D5005750A4 /* SDWebImageDownloaderDelegate.h in Headers */,
  278. 5376131C155AD0D5005750A4 /* SDWebImageManager.h in Headers */,
  279. 5376131D155AD0D5005750A4 /* SDWebImageManagerDelegate.h in Headers */,
  280. 5376131E155AD0D5005750A4 /* SDWebImagePrefetcher.h in Headers */,
  281. 5376131F155AD0D5005750A4 /* UIButton+WebCache.h in Headers */,
  282. 53761320155AD0D5005750A4 /* UIImageView+WebCache.h in Headers */,
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. };
  286. 53922D6D148C55810056699D /* Headers */ = {
  287. isa = PBXHeadersBuildPhase;
  288. buildActionMask = 2147483647;
  289. files = (
  290. 53922D97148C56230056699D /* SDImageCache.h in Headers */,
  291. 53922D99148C56230056699D /* SDImageCacheDelegate.h in Headers */,
  292. 53922D9A148C56230056699D /* SDWebImageCompat.h in Headers */,
  293. 53922D9B148C56230056699D /* SDWebImageDecoder.h in Headers */,
  294. 53922D9D148C56230056699D /* SDWebImageDownloader.h in Headers */,
  295. 53922D9F148C56230056699D /* SDWebImageDownloaderDelegate.h in Headers */,
  296. 53922DA0148C56230056699D /* SDWebImageManager.h in Headers */,
  297. 53922DA2148C56230056699D /* SDWebImageManagerDelegate.h in Headers */,
  298. 53922DA3148C56230056699D /* SDWebImagePrefetcher.h in Headers */,
  299. 53922DA5148C56230056699D /* UIButton+WebCache.h in Headers */,
  300. 53922DA7148C56230056699D /* UIImageView+WebCache.h in Headers */,
  301. );
  302. runOnlyForDeploymentPostprocessing = 0;
  303. };
  304. /* End PBXHeadersBuildPhase section */
  305. /* Begin PBXNativeTarget section */
  306. 531041C2157EAFA400BBABC3 /* SDWebImage ARC+MKAnnotation */ = {
  307. isa = PBXNativeTarget;
  308. buildConfigurationList = 531041DD157EAFA400BBABC3 /* Build configuration list for PBXNativeTarget "SDWebImage ARC+MKAnnotation" */;
  309. buildPhases = (
  310. 531041C3157EAFA400BBABC3 /* Sources */,
  311. 531041CC157EAFA400BBABC3 /* Frameworks */,
  312. 531041D0157EAFA400BBABC3 /* Headers */,
  313. );
  314. buildRules = (
  315. );
  316. dependencies = (
  317. );
  318. name = "SDWebImage ARC+MKAnnotation";
  319. productName = SDWebImage;
  320. productReference = 531041E0157EAFA400BBABC3 /* libSDWebImageARC+MKAnnotation.a */;
  321. productType = "com.apple.product-type.library.static";
  322. };
  323. 53761307155AD0D5005750A4 /* SDWebImage ARC */ = {
  324. isa = PBXNativeTarget;
  325. buildConfigurationList = 53761322155AD0D5005750A4 /* Build configuration list for PBXNativeTarget "SDWebImage ARC" */;
  326. buildPhases = (
  327. 53761308155AD0D5005750A4 /* Sources */,
  328. 53761311155AD0D5005750A4 /* Frameworks */,
  329. 53761315155AD0D5005750A4 /* Headers */,
  330. 539F912A16316D0500160719 /* Prepare Framework */,
  331. );
  332. buildRules = (
  333. );
  334. dependencies = (
  335. );
  336. name = "SDWebImage ARC";
  337. productName = SDWebImage;
  338. productReference = 53761325155AD0D5005750A4 /* libSDWebImage.a */;
  339. productType = "com.apple.product-type.library.static";
  340. };
  341. 53922D6E148C55810056699D /* SDWebImage */ = {
  342. isa = PBXNativeTarget;
  343. buildConfigurationList = 53922D7C148C55820056699D /* Build configuration list for PBXNativeTarget "SDWebImage" */;
  344. buildPhases = (
  345. 53922D6B148C55810056699D /* Sources */,
  346. 53922D6C148C55810056699D /* Frameworks */,
  347. 53922D6D148C55810056699D /* Headers */,
  348. );
  349. buildRules = (
  350. );
  351. dependencies = (
  352. );
  353. name = SDWebImage;
  354. productName = SDWebImage;
  355. productReference = 53922D6F148C55820056699D /* libSDWebImage.a */;
  356. productType = "com.apple.product-type.library.static";
  357. };
  358. /* End PBXNativeTarget section */
  359. /* Begin PBXProject section */
  360. 53922D66148C55810056699D /* Project object */ = {
  361. isa = PBXProject;
  362. attributes = {
  363. LastUpgradeCheck = 0430;
  364. ORGANIZATIONNAME = Dailymotion;
  365. };
  366. buildConfigurationList = 53922D69148C55810056699D /* Build configuration list for PBXProject "SDWebImage" */;
  367. compatibilityVersion = "Xcode 3.2";
  368. developmentRegion = English;
  369. hasScannedForEncodings = 0;
  370. knownRegions = (
  371. en,
  372. );
  373. mainGroup = 53922D64148C55810056699D;
  374. productRefGroup = 53922D70148C55820056699D /* Products */;
  375. projectDirPath = "";
  376. projectRoot = "";
  377. targets = (
  378. 53922D6E148C55810056699D /* SDWebImage */,
  379. 53761307155AD0D5005750A4 /* SDWebImage ARC */,
  380. 531041C2157EAFA400BBABC3 /* SDWebImage ARC+MKAnnotation */,
  381. 539F912B16316D2D00160719 /* SDWebImageFramework */,
  382. );
  383. };
  384. /* End PBXProject section */
  385. /* Begin PBXShellScriptBuildPhase section */
  386. 539F912A16316D0500160719 /* Prepare Framework */ = {
  387. isa = PBXShellScriptBuildPhase;
  388. buildActionMask = 2147483647;
  389. files = (
  390. );
  391. inputPaths = (
  392. );
  393. name = "Prepare Framework";
  394. outputPaths = (
  395. );
  396. runOnlyForDeploymentPostprocessing = 0;
  397. shellPath = /bin/sh;
  398. 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";
  399. };
  400. 539F913116316D7A00160719 /* Build Framework */ = {
  401. isa = PBXShellScriptBuildPhase;
  402. buildActionMask = 2147483647;
  403. files = (
  404. );
  405. inputPaths = (
  406. );
  407. name = "Build Framework";
  408. outputPaths = (
  409. );
  410. runOnlyForDeploymentPostprocessing = 0;
  411. shellPath = /bin/sh;
  412. 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";
  413. };
  414. /* End PBXShellScriptBuildPhase section */
  415. /* Begin PBXSourcesBuildPhase section */
  416. 531041C3157EAFA400BBABC3 /* Sources */ = {
  417. isa = PBXSourcesBuildPhase;
  418. buildActionMask = 2147483647;
  419. files = (
  420. 531041C4157EAFA400BBABC3 /* SDImageCache.m in Sources */,
  421. 531041C5157EAFA400BBABC3 /* SDWebImageDecoder.m in Sources */,
  422. 531041C6157EAFA400BBABC3 /* SDWebImageDownloader.m in Sources */,
  423. 531041C7157EAFA400BBABC3 /* SDWebImageManager.m in Sources */,
  424. 531041C8157EAFA400BBABC3 /* SDWebImagePrefetcher.m in Sources */,
  425. 531041C9157EAFA400BBABC3 /* UIButton+WebCache.m in Sources */,
  426. 531041CA157EAFA400BBABC3 /* UIImageView+WebCache.m in Sources */,
  427. 531041CB157EAFA400BBABC3 /* MKAnnotationView+WebCache.m in Sources */,
  428. );
  429. runOnlyForDeploymentPostprocessing = 0;
  430. };
  431. 53761308155AD0D5005750A4 /* Sources */ = {
  432. isa = PBXSourcesBuildPhase;
  433. buildActionMask = 2147483647;
  434. files = (
  435. 53761309155AD0D5005750A4 /* SDImageCache.m in Sources */,
  436. 5376130A155AD0D5005750A4 /* SDWebImageDecoder.m in Sources */,
  437. 5376130B155AD0D5005750A4 /* SDWebImageDownloader.m in Sources */,
  438. 5376130C155AD0D5005750A4 /* SDWebImageManager.m in Sources */,
  439. 5376130D155AD0D5005750A4 /* SDWebImagePrefetcher.m in Sources */,
  440. 5376130E155AD0D5005750A4 /* UIButton+WebCache.m in Sources */,
  441. 5376130F155AD0D5005750A4 /* UIImageView+WebCache.m in Sources */,
  442. );
  443. runOnlyForDeploymentPostprocessing = 0;
  444. };
  445. 53922D6B148C55810056699D /* Sources */ = {
  446. isa = PBXSourcesBuildPhase;
  447. buildActionMask = 2147483647;
  448. files = (
  449. 53922D98148C56230056699D /* SDImageCache.m in Sources */,
  450. 53922D9C148C56230056699D /* SDWebImageDecoder.m in Sources */,
  451. 53922D9E148C56230056699D /* SDWebImageDownloader.m in Sources */,
  452. 53922DA1148C56230056699D /* SDWebImageManager.m in Sources */,
  453. 53922DA4148C56230056699D /* SDWebImagePrefetcher.m in Sources */,
  454. 53922DA6148C56230056699D /* UIButton+WebCache.m in Sources */,
  455. 53922DA8148C56230056699D /* UIImageView+WebCache.m in Sources */,
  456. );
  457. runOnlyForDeploymentPostprocessing = 0;
  458. };
  459. /* End PBXSourcesBuildPhase section */
  460. /* Begin PBXTargetDependency section */
  461. 539F913016316D3700160719 /* PBXTargetDependency */ = {
  462. isa = PBXTargetDependency;
  463. target = 53761307155AD0D5005750A4 /* SDWebImage ARC */;
  464. targetProxy = 539F912F16316D3700160719 /* PBXContainerItemProxy */;
  465. };
  466. /* End PBXTargetDependency section */
  467. /* Begin XCBuildConfiguration section */
  468. 531041DE157EAFA400BBABC3 /* Debug */ = {
  469. isa = XCBuildConfiguration;
  470. buildSettings = {
  471. CLANG_ENABLE_OBJC_ARC = YES;
  472. CLANG_WARN_OBJCPP_ARC_ABI = YES;
  473. COPY_PHASE_STRIP = NO;
  474. DEAD_CODE_STRIPPING = NO;
  475. DSTROOT = /tmp/SDWebImage.dst;
  476. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  477. GCC_PREFIX_HEADER = "";
  478. INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
  479. IPHONEOS_DEPLOYMENT_TARGET = 4.0;
  480. OTHER_LDFLAGS = "-ObjC";
  481. PRODUCT_NAME = "SDWebImageARC+MKAnnotation";
  482. SKIP_INSTALL = YES;
  483. STRIP_STYLE = "non-global";
  484. };
  485. name = Debug;
  486. };
  487. 531041DF157EAFA400BBABC3 /* Release */ = {
  488. isa = XCBuildConfiguration;
  489. buildSettings = {
  490. CLANG_ENABLE_OBJC_ARC = YES;
  491. CLANG_WARN_OBJCPP_ARC_ABI = YES;
  492. COPY_PHASE_STRIP = NO;
  493. DEAD_CODE_STRIPPING = NO;
  494. DSTROOT = /tmp/SDWebImage.dst;
  495. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  496. GCC_PREFIX_HEADER = "";
  497. INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
  498. IPHONEOS_DEPLOYMENT_TARGET = 4.0;
  499. OTHER_LDFLAGS = "-ObjC";
  500. PRODUCT_NAME = "SDWebImageARC+MKAnnotation";
  501. SKIP_INSTALL = YES;
  502. STRIP_STYLE = "non-global";
  503. };
  504. name = Release;
  505. };
  506. 53761323155AD0D5005750A4 /* Debug */ = {
  507. isa = XCBuildConfiguration;
  508. buildSettings = {
  509. CLANG_ENABLE_OBJC_ARC = YES;
  510. CLANG_WARN_OBJCPP_ARC_ABI = YES;
  511. COPY_PHASE_STRIP = NO;
  512. DEAD_CODE_STRIPPING = NO;
  513. DSTROOT = /tmp/SDWebImage.dst;
  514. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  515. GCC_PREFIX_HEADER = "";
  516. INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
  517. IPHONEOS_DEPLOYMENT_TARGET = 4.0;
  518. OTHER_LDFLAGS = "-ObjC";
  519. PRODUCT_NAME = SDWebImage;
  520. SKIP_INSTALL = YES;
  521. STRIP_STYLE = debugging;
  522. };
  523. name = Debug;
  524. };
  525. 53761324155AD0D5005750A4 /* Release */ = {
  526. isa = XCBuildConfiguration;
  527. buildSettings = {
  528. CLANG_ENABLE_OBJC_ARC = YES;
  529. CLANG_WARN_OBJCPP_ARC_ABI = YES;
  530. COPY_PHASE_STRIP = NO;
  531. DEAD_CODE_STRIPPING = NO;
  532. DSTROOT = /tmp/SDWebImage.dst;
  533. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  534. GCC_PREFIX_HEADER = "";
  535. INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
  536. IPHONEOS_DEPLOYMENT_TARGET = 4.0;
  537. OTHER_LDFLAGS = "-ObjC";
  538. PRODUCT_NAME = SDWebImage;
  539. SKIP_INSTALL = YES;
  540. STRIP_STYLE = debugging;
  541. };
  542. name = Release;
  543. };
  544. 53922D7A148C55820056699D /* Debug */ = {
  545. isa = XCBuildConfiguration;
  546. buildSettings = {
  547. ALWAYS_SEARCH_USER_PATHS = NO;
  548. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  549. COPY_PHASE_STRIP = NO;
  550. GCC_DYNAMIC_NO_PIC = NO;
  551. GCC_OPTIMIZATION_LEVEL = 0;
  552. GCC_PREPROCESSOR_DEFINITIONS = (
  553. "DEBUG=1",
  554. "$(inherited)",
  555. );
  556. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  557. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  558. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  559. GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
  560. GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  561. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  562. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  563. GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
  564. GCC_WARN_SHADOW = YES;
  565. GCC_WARN_SIGN_COMPARE = YES;
  566. GCC_WARN_UNDECLARED_SELECTOR = YES;
  567. GCC_WARN_UNUSED_FUNCTION = YES;
  568. GCC_WARN_UNUSED_LABEL = YES;
  569. GCC_WARN_UNUSED_PARAMETER = NO;
  570. GCC_WARN_UNUSED_VARIABLE = YES;
  571. IPHONEOS_DEPLOYMENT_TARGET = 4.3;
  572. PUBLIC_HEADERS_FOLDER_PATH = include/SDWebImage;
  573. RUN_CLANG_STATIC_ANALYZER = YES;
  574. SDKROOT = iphoneos;
  575. };
  576. name = Debug;
  577. };
  578. 53922D7B148C55820056699D /* Release */ = {
  579. isa = XCBuildConfiguration;
  580. buildSettings = {
  581. ALWAYS_SEARCH_USER_PATHS = NO;
  582. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  583. COPY_PHASE_STRIP = YES;
  584. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  585. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  586. GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
  587. GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  588. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  589. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  590. GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
  591. GCC_WARN_SHADOW = YES;
  592. GCC_WARN_SIGN_COMPARE = YES;
  593. GCC_WARN_UNDECLARED_SELECTOR = YES;
  594. GCC_WARN_UNUSED_FUNCTION = YES;
  595. GCC_WARN_UNUSED_LABEL = YES;
  596. GCC_WARN_UNUSED_PARAMETER = NO;
  597. GCC_WARN_UNUSED_VARIABLE = YES;
  598. IPHONEOS_DEPLOYMENT_TARGET = 4.3;
  599. PUBLIC_HEADERS_FOLDER_PATH = include/SDWebImage;
  600. RUN_CLANG_STATIC_ANALYZER = YES;
  601. SDKROOT = iphoneos;
  602. VALIDATE_PRODUCT = YES;
  603. };
  604. name = Release;
  605. };
  606. 53922D7D148C55820056699D /* Debug */ = {
  607. isa = XCBuildConfiguration;
  608. buildSettings = {
  609. CLANG_ENABLE_OBJC_ARC = NO;
  610. CLANG_WARN_OBJCPP_ARC_ABI = NO;
  611. COPY_PHASE_STRIP = NO;
  612. DEAD_CODE_STRIPPING = NO;
  613. DSTROOT = /tmp/SDWebImage.dst;
  614. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  615. GCC_PREFIX_HEADER = "";
  616. INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
  617. OTHER_LDFLAGS = "-ObjC";
  618. PRODUCT_NAME = "$(TARGET_NAME)";
  619. SKIP_INSTALL = YES;
  620. STRIP_STYLE = "non-global";
  621. };
  622. name = Debug;
  623. };
  624. 53922D7E148C55820056699D /* Release */ = {
  625. isa = XCBuildConfiguration;
  626. buildSettings = {
  627. CLANG_ENABLE_OBJC_ARC = NO;
  628. CLANG_WARN_OBJCPP_ARC_ABI = NO;
  629. COPY_PHASE_STRIP = NO;
  630. DEAD_CODE_STRIPPING = NO;
  631. DSTROOT = /tmp/SDWebImage.dst;
  632. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  633. GCC_PREFIX_HEADER = "";
  634. INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
  635. OTHER_LDFLAGS = "-ObjC";
  636. PRODUCT_NAME = "$(TARGET_NAME)";
  637. SKIP_INSTALL = YES;
  638. STRIP_STYLE = "non-global";
  639. };
  640. name = Release;
  641. };
  642. 539F912D16316D2D00160719 /* Debug */ = {
  643. isa = XCBuildConfiguration;
  644. buildSettings = {
  645. PRODUCT_NAME = "$(TARGET_NAME)";
  646. };
  647. name = Debug;
  648. };
  649. 539F912E16316D2D00160719 /* Release */ = {
  650. isa = XCBuildConfiguration;
  651. buildSettings = {
  652. PRODUCT_NAME = "$(TARGET_NAME)";
  653. };
  654. name = Release;
  655. };
  656. /* End XCBuildConfiguration section */
  657. /* Begin XCConfigurationList section */
  658. 531041DD157EAFA400BBABC3 /* Build configuration list for PBXNativeTarget "SDWebImage ARC+MKAnnotation" */ = {
  659. isa = XCConfigurationList;
  660. buildConfigurations = (
  661. 531041DE157EAFA400BBABC3 /* Debug */,
  662. 531041DF157EAFA400BBABC3 /* Release */,
  663. );
  664. defaultConfigurationIsVisible = 0;
  665. defaultConfigurationName = Release;
  666. };
  667. 53761322155AD0D5005750A4 /* Build configuration list for PBXNativeTarget "SDWebImage ARC" */ = {
  668. isa = XCConfigurationList;
  669. buildConfigurations = (
  670. 53761323155AD0D5005750A4 /* Debug */,
  671. 53761324155AD0D5005750A4 /* Release */,
  672. );
  673. defaultConfigurationIsVisible = 0;
  674. defaultConfigurationName = Release;
  675. };
  676. 53922D69148C55810056699D /* Build configuration list for PBXProject "SDWebImage" */ = {
  677. isa = XCConfigurationList;
  678. buildConfigurations = (
  679. 53922D7A148C55820056699D /* Debug */,
  680. 53922D7B148C55820056699D /* Release */,
  681. );
  682. defaultConfigurationIsVisible = 0;
  683. defaultConfigurationName = Release;
  684. };
  685. 53922D7C148C55820056699D /* Build configuration list for PBXNativeTarget "SDWebImage" */ = {
  686. isa = XCConfigurationList;
  687. buildConfigurations = (
  688. 53922D7D148C55820056699D /* Debug */,
  689. 53922D7E148C55820056699D /* Release */,
  690. );
  691. defaultConfigurationIsVisible = 0;
  692. defaultConfigurationName = Release;
  693. };
  694. 539F912C16316D2D00160719 /* Build configuration list for PBXAggregateTarget "SDWebImageFramework" */ = {
  695. isa = XCConfigurationList;
  696. buildConfigurations = (
  697. 539F912D16316D2D00160719 /* Debug */,
  698. 539F912E16316D2D00160719 /* Release */,
  699. );
  700. defaultConfigurationIsVisible = 0;
  701. defaultConfigurationName = Release;
  702. };
  703. /* End XCConfigurationList section */
  704. };
  705. rootObject = 53922D66148C55810056699D /* Project object */;
  706. }