From 9d49d3c15e668996c26624d78705520bb9467ef6 Mon Sep 17 00:00:00 2001 From: kbelter Date: Tue, 9 Apr 2019 10:41:13 -0500 Subject: [PATCH] Update cocoapods --- BubblePictures.podspec | 2 +- .../BubblePictures.xcodeproj/project.pbxproj | 4 +- Example/Podfile.lock | 6 +- .../BubblePictures.podspec.json | 4 +- Example/Pods/Manifest.lock | 6 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 1814 ++++++++--------- .../BubblePictures/BubblePictures-Info.plist | 26 + .../BubblePictures/BubblePictures.xcconfig | 4 +- ...e-BubblePictures-BubblePictures-Info.plist | 24 + .../Pods-BubblePictures_Example-Info.plist | 26 + .../Pods-BubblePictures_Example-frameworks.sh | 28 +- ...Pods-BubblePictures_Example.debug.xcconfig | 6 +- ...ds-BubblePictures_Example.release.xcconfig | 6 +- .../SDWebImage/SDWebImage-Info.plist | 26 + .../SDWebImage/SDWebImage.xcconfig | 2 +- 15 files changed, 1045 insertions(+), 939 deletions(-) create mode 100644 Example/Pods/Target Support Files/BubblePictures/BubblePictures-Info.plist create mode 100644 Example/Pods/Target Support Files/BubblePictures/ResourceBundle-BubblePictures-BubblePictures-Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-Info.plist create mode 100644 Example/Pods/Target Support Files/SDWebImage/SDWebImage-Info.plist diff --git a/BubblePictures.podspec b/BubblePictures.podspec index e9f8a3e..07eac27 100644 --- a/BubblePictures.podspec +++ b/BubblePictures.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BubblePictures' - s.version = '2.1.1' + s.version = '2.1.2' s.summary = 'Framework for showing bubbles like pictures.' s.description = 'Framework for showing bubbles like pictures inside a collection View, the frameworks handles everything for you, you just need to pass the pictures with the titles and thats it.' s.homepage = 'https://github.com/kbelter/BubblePictures' diff --git a/Example/BubblePictures.xcodeproj/project.pbxproj b/Example/BubblePictures.xcodeproj/project.pbxproj index d3f562c..0bd4c9f 100644 --- a/Example/BubblePictures.xcodeproj/project.pbxproj +++ b/Example/BubblePictures.xcodeproj/project.pbxproj @@ -184,7 +184,7 @@ files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh", "${BUILT_PRODUCTS_DIR}/BubblePictures/BubblePictures.framework", "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", ); @@ -195,7 +195,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 7B1D1B37D5B167CEA8429CE7 /* [CP] Check Pods Manifest.lock */ = { diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 1639d9c..931afdd 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - BubblePictures (2.1.1): + - BubblePictures (2.1.2): - SDWebImage - SDWebImage (5.0.0): - SDWebImage/Core (= 5.0.0) @@ -17,9 +17,9 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - BubblePictures: 192ffa3f9a333ad85dacdebfa51985e3244a9e83 + BubblePictures: 1e4e80c1ebc5058159f09cf3c02742e7a0c21e0a SDWebImage: 5de80a0302de9e377e62f47d2fa1304efff0e55f PODFILE CHECKSUM: 02208cc61d3dc992703211a50fcd1770f63e8932 -COCOAPODS: 1.5.3 +COCOAPODS: 1.6.1 diff --git a/Example/Pods/Local Podspecs/BubblePictures.podspec.json b/Example/Pods/Local Podspecs/BubblePictures.podspec.json index a2f7c4c..24d8269 100644 --- a/Example/Pods/Local Podspecs/BubblePictures.podspec.json +++ b/Example/Pods/Local Podspecs/BubblePictures.podspec.json @@ -1,6 +1,6 @@ { "name": "BubblePictures", - "version": "2.1.1", + "version": "2.1.2", "summary": "Framework for showing bubbles like pictures.", "description": "Framework for showing bubbles like pictures inside a collection View, the frameworks handles everything for you, you just need to pass the pictures with the titles and thats it.", "homepage": "https://github.com/kbelter/BubblePictures", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/kbelter/BubblePictures.git", - "tag": "2.1.1" + "tag": "2.1.2" }, "platforms": { "ios": "9.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 1639d9c..931afdd 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - BubblePictures (2.1.1): + - BubblePictures (2.1.2): - SDWebImage - SDWebImage (5.0.0): - SDWebImage/Core (= 5.0.0) @@ -17,9 +17,9 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - BubblePictures: 192ffa3f9a333ad85dacdebfa51985e3244a9e83 + BubblePictures: 1e4e80c1ebc5058159f09cf3c02742e7a0c21e0a SDWebImage: 5de80a0302de9e377e62f47d2fa1304efff0e55f PODFILE CHECKSUM: 02208cc61d3dc992703211a50fcd1770f63e8932 -COCOAPODS: 1.5.3 +COCOAPODS: 1.6.1 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index dcb523d..d801d86 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,369 +7,368 @@ objects = { /* Begin PBXBuildFile section */ - 02BECDB7AB570602929338577F5445A2 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46636A7D852A15E1E8456F14FD6544FE /* SDWebImageManager.m */; }; - 03DBB8D547B68EDFC2FF6C4F19629DFE /* BPAlignment.swift in Sources */ = {isa = PBXBuildFile; fileRef = E296687F53D898314839A9A67AB2A14A /* BPAlignment.swift */; }; - 03E5F7D9580E1375AB154BDE41C55D45 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D42E03728700780567B271268026BA42 /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04F0D7D64C2D4B9D4EDF3CC419938A83 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EE74B218AD6D1FD117AA3F968BBC3D1 /* SDWebImageTransition.m */; }; - 07BF1B22FEB36C41FB49DF8D61B1F8F9 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = FC2D3EF433B960EDAE62FE3B21A651CD /* SDImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A973071065F1F425F56355AB750559F /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = F70749628E4CA93D1027373B2E40D59E /* SDImageLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 108981AB4F5B6D176103528F110899DE /* BPDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 823459A83A7E2581E2F06868D0B77205 /* BPDelegate.swift */; }; - 12282B43C02A67B41A7F33559D29E4C5 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EB03613C5C7A1E5606DD0B2F56CDF06 /* SDWebImageCacheKeyFilter.m */; }; - 1242673E2555A5FC8E0654519E786505 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F831EAB74DDE53D8EB4C000F6057827 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 12D2151D84E5D010D6655D67B3352D1A /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB443206B4957801540DA1BCCC8AF341 /* StringExtensions.swift */; }; - 13A2388DA70393E6E6737BC059CED961 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D1A45D1AB3415B612211C5E1314DFA3 /* SDImageCoder.m */; }; - 143A0F03EFF3FC1EA7F4CB9B84ACD09D /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A663EC9305C89833874290072B1D77B /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 159CB0F09801C2C139142785549AC647 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5CDFBBEF8ECC856664E79E29F683E4 /* SDImageCodersManager.m */; }; - 1C54441686BBC38CE6563354DAA61B7A /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = FD5227D9E11130F817D28305F85013B4 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 1C69AB379298A32DBAB393A0B08749A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B63590E16145F63544C520C0F6F53EEE /* UIKit.framework */; }; - 1C9523C220AE96267BD509C29A0889DD /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = ACD3D23CDC54E2ECD012D8EF2F3C453F /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D4C6E1A445F22CA78640B96D1156BF8 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D6D1357D6A92F340550374353EF871A1 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 1FB22D3A287AE5C87D1F9161747ADB0C /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9918B6393B5057FFA3806A381C2496CF /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 21FB520A5F816C1C2268830A713FFDBB /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 26734F3BF9324D941CED5DC3B025F37E /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24684761B5D2BD5C8720C0737749FDCB /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AB519AF5B3ACDD11EA73CA1DB5D190 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 247ED054CF3E2E69C8F0AFC786A28699 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C6212EF65034FAF4491B4D253D4C964 /* SDWeakProxy.m */; }; - 249CF8BE1A713D44A7120D84643F9C9C /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DBFD7510DE59D8B88EFF6596B51E8E1 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28713A3285B4AF1C6CFAA0FD618E2DF1 /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = C58C2E6088F946F14D5F11B4FD597D30 /* SDWebImageDefine.m */; }; - 2AC6167E564084C8E0C3883B98D324E7 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B8DBBCD7DD12585D491AD4D387CDAD88 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2B4602B020914DC3F66C62E7EC8D0921 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B6B6A1E41F1C3B90070AF645950D3FD /* SDWebImage.framework */; }; - 2EA9722C806157C4D560AAA6C8F6F461 /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 494C73FC5B98E6F500A89A11E73026D6 /* UIColor+HexString.m */; }; - 3060D6020415A79F69ACF107B9D906BC /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EFD936B0B4E26AA3F8C3AB78ECC8AEB /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306CF31A62F654FA73F1F9C145C2E921 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CDA60BDE6A42C6A55BA84D694A1D2ED /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 30FBAF31243EE9FDA5DE20594B2B3F91 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 52ECEF88AA1D3AAC03DB49E637063473 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34FF917B1A71A897A28490E7A4427519 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 802D338210FEAE207A31F508F235D0F0 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3696052209D8B915D0F12F153252E5C7 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 00979C3A59B85F1E1FB9FF66488CC0A4 /* SDImageCachesManager.m */; }; - 37751FF6DFFE5408E0E7A93B358DC8BD /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 53AC2024B88655C3884DBD752069C303 /* SDWebImageIndicator.m */; }; - 38D95A5DBD67E011F4F1E5C16C0F59F0 /* BubblePictures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 166A43246989350BC637200CE10C6173 /* BubblePictures.swift */; }; - 3B39449DA5F3E375303A4BD9217369D6 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E556743ECC15C5B2460933B70A55E41 /* SDWebImageError.m */; }; - 3F4428AAF1A326C3FA8635F6676E6598 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 376D4B51E848C5C722E0378C600B9BC8 /* UIImage+ForceDecode.m */; }; - 400087F5A87EC1C01C4715B2755AB394 /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 68B787864D83AE2D096F2144F02F73AB /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 4027031CF23788D82D7D9B78572EC19E /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = A02DBDF7E0E3A3FD11BD80191FDDF3C3 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42261EB1114F10B496A773971BAACDB7 /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 45661850FB9576EFB292AF9C87629ECC /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 43785926BC07F3073EE14C66C9071D8A /* BPCellConfigFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1DCFB65D2AE9112FED1C4C74607ED75 /* BPCellConfigFile.swift */; }; - 4886A5615D4A508864581C8B52B73F48 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = CCD52C9DF48A2DC4D702819E9B3D327D /* SDDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C401CA00600CDC78C4A244A2D23FABC /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FF0BF0F34C2D75B8DA55B2F7695A3217 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D713CC91A5261E2E0DC9B1EC5631402 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = AB07691D8644CA7C82EEDC455B451E81 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4DE7D55BA7A5FEC9A191DD7B5CCADD81 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0EBDCB3A6DD115EE6DDA4B0365F634 /* SDImageGraphics.m */; }; - 5038D80C6E235C7FC2ABAC3380120C58 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BB16FBB0E7F07D87ABA06523F282EDEC /* ImageIO.framework */; }; - 507A36EAE3C5B472AB6B7252D74DB3F5 /* Pods-BubblePictures_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D7C17E1AFDF782A4011AB8D7FF4D887 /* Pods-BubblePictures_Example-dummy.m */; }; - 522A8E8026C15DEA2312BDF58234E330 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A9D22541750726E2B9CA1B4C9EB6462B /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 543F850829EE536E1FE7882816930132 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 508C4528240A5B9F87AC79E0804D525F /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5459AB7E4F25BC6EA55F7EBA19D15010 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E1FE30853C3FD287FB623894F640BED /* UIButton+WebCache.m */; }; - 55BEAD3D87BECC3C5F0D2C6C52C389A7 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9ED4C6AB7499221F1C2500B3FE7A7100 /* SDAnimatedImageView+WebCache.m */; }; - 564A48C5604C0319F04A810F8E93B7BB /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D9B99716E250A2D2743711B83F9C5D /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 5668646E0AB1C162438BA58D8DE1B7C4 /* BPImageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61E312CBF445B14EC028B77FFE264387 /* BPImageType.swift */; }; - 56AC332DCE7DD8230542DA85C9382A1C /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D786D4316D97A178DFA95001C4F7F068 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 576954267C106B148935FCFAD715E74B /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 59EACA2C01DED6600B37D6EDDABB2179 /* SDImageCacheDefine.m */; }; - 58B2F9261299389A9E307BAF3D653645 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 73FBC80C65A75020D6CF4720D9B1F2B9 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 58B31F407D21E22A3620AF6571748351 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */; }; - 5983612896713A7EA8DF59C418C62A99 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ED90475F24387BD2060585F6A1AD0B8 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A9645F896AB1A0205BD2B778E852AEE /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = FBFC1C231E0101A66C48F704717BF165 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 616C417473F5212B64819AF838848B0B /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F144D5E63EB3CBE6890A02E76888A43 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 616C66D1090AEB2DCFEB89F9B18621B3 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 060CED8C8BC828E0CAD12ED32810C486 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 67AA9AE006298BB4D7B84C9F637DA767 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B1E2A6F2E7E0B160272759500D6043D7 /* SDWebImageDownloaderRequestModifier.m */; }; - 682937AC7205D60A598CCE198F61F12D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */; }; - 6A296A08060C1211C675102DBD83BA48 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F272A827261C05AF6DC1FB26F376DD09 /* SDImageLoadersManager.m */; }; - 6C32C4379DB70D66D636DAF9E4FAAB74 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = ED3C14C1B324B1FA8F34B36CF7014B5A /* UIImage+MultiFormat.m */; }; - 6CDABAA96D58A57D4F9A4B839773D88D /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AC3765A1B7E6537B8E2E9DA4DC2CF758 /* NSButton+WebCache.m */; }; - 6F86D1334ADB9255EB673DCC58460DCF /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B4C7E28E14A847A062DB2800F5CA815 /* UIView+WebCache.m */; }; - 705D97A90497EBEEA996B909665CA157 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 417ED542F59C1EAFC3D4BE4BB79317B9 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7120A0F50B1FF5BBA2CA19D6CBC1C1C9 /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0323D99D3EF4762AECA3937ED6E15C5E /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 71944CB20F3FDF82E781FA053209B652 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 59AE883C51A52C239F4823A58C56E687 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 74287DAC1DEE854CBF14F1AA760B0883 /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = F9DBF7A29A2C106EE9D6D411ACB0B68A /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 763E5EB10DE044545D8B53B89B1C8F4D /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D367B78C4BA34503675AADA3D4FD88D /* SDImageTransformer.m */; }; - 76B7D4EE171F71A3A2F1D530F449D688 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FCC17B07273C4D54EB0888D88CD6CD2 /* SDImageIOCoder.m */; }; - 77E0658040DB22C60620887227AAD0D1 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8745AD7B5D1503DB1B79A92AA96FD0BE /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C7DC79A9F8557D5477D76FAFD12D038 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EF59CEC83BACE13A914E3A17B9A0B6 /* SDAnimatedImageRep.m */; }; - 7D37BDA3CAF2EA176DBAAF51E9806C1B /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 72D49EC858643814C951B3FDDD2540C8 /* UIImage+MemoryCacheCost.m */; }; - 7D5ECB9E65E72ECA82126310AD671508 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 6446F7A07C34783FEF4CAEB59572E4EE /* SDInternalMacros.m */; }; - 7E3FB1D69058800706DA3AC977B52071 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D4FE1E7EF18F11B5E598708924122DB4 /* SDMemoryCache.m */; }; - 800DD0D491E684F52FA44A742FA6356F /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 739507E9E4EBE9F8F06B31F966BF606D /* SDWebImageDownloaderOperation.m */; }; - 80340EF4382BCC6B10F13BC54715BEEF /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E8088D3DEDA49D323E7D519AA6ACDE9E /* SDImageAPNGCoder.m */; }; - 825ABAC5FEB9225821A410D879009BC2 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A685116FD1144EF3843B5C9B6FD4970 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85ED15D3E9F2ACCFFD46ADBA4D7B53BB /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 265E16014FF3BA5395DC3592CA65A555 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 870EFFB1E4C9333E13440F44EF031FA0 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CAEC01BBCD7E847E1CBAC95D0C8771DF /* SDWebImage-dummy.m */; }; - 8803586CF9DBE70E20EB645BF5301F71 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C211E62F45269F41BBA61F10810A2F /* SDDiskCache.m */; }; - 897D1CAF052DA5DC0EE59C71F12A0D51 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2EAD88E53E0A122ABDB2CD19728A80 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 89BB3C1EF71F3C8EDD6B815708662B30 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 40FD3BD757FF936B955C6F66A57A1E3C /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E927AE37BE900AA731004A32C56674A /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A69B9BD5A625621A4435D815D48FC82 /* UIImageView+WebCache.m */; }; - 8FE7FA9B30725349AEEF188A19374E9D /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 45467A7790CC8911762FCBE5BAE3D74E /* SDImageLoader.m */; }; - 9132FCDA00279CA9FBA64E50A382DDA0 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 87156465B8844334B45CF0C47E70B256 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 93A699D479AB08B210CEE30DA49C8CC3 /* BPDirection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7473034CD34F783EC80B75CDD2B00E65 /* BPDirection.swift */; }; - 946A8EFD78EB67F06654F9FE4647D466 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = FB030CF851442A7E0AE91D71337D780A /* SDAnimatedImageView.m */; }; - 94963D7189811790814A224395144501 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F27E581AED5026E347B95D2DEEEEC94 /* SDImageCacheConfig.m */; }; - 958D0A48C2391A3E04454B8447C42452 /* ImageExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684173B13C41EB3A2441EEFEA6F0C23A /* ImageExtensions.swift */; }; - 9A8F441DB2161A4360344CE0AF99DBFE /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B2248A241257AFC9BCCBC612F6D1991 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9AABC7344479F8E2BFB2921D0A1EA6F9 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = CD206D5D57558DA57BBAB7613BE9D8E5 /* UIImageView+HighlightedWebCache.m */; }; - 9BE8D831300ECF8649FEB1470AABFE5C /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = ACBA9B713DA35F7ACF4E87B0BBF9EE10 /* NSImage+Compatibility.m */; }; - 9C725767DAF4115DB20811D518173D75 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = B3995099CB7D5BB7B7BA706EACCF402B /* UIImage+Transform.m */; }; - 9F1CC538FA5FA6C92F4D6951A4EFCA38 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 064A5AE4FE096CD327D182BCE0E02DFA /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A130AD206A9513B92C8A5F284E411114 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D3ECA1F52A81A40D4373EFF4D9BAC68 /* SDImageFrame.m */; }; - A30B22E939C6112D90D24B8589F4DB43 /* BubblePictures.bundle in Resources */ = {isa = PBXBuildFile; fileRef = F2139C30FC2945E22305F89521565238 /* BubblePictures.bundle */; }; - A3322A5E17A1F7A32F180BFF89B0A898 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = FF18A2981936E1674B93495221523E5D /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A66218E0A515F920A35B55165023001B /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CF83A80EB3B29CBB02004A49A67B77D /* UIView+WebCacheOperation.m */; }; - A7A0165B28F76B9E70814ED172FA41A0 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = B2023089E147FFC4F4658114FABFBA5A /* SDWebImageError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B08423DD1400A6DF52D63B311796B38A /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E971A75295254D4908C12916D4AB913 /* SDAnimatedImage.m */; }; - B1287CFE7A38BEC6CF9A9A8ED8A0F31A /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D7AE4D8A1F0F5473D6545DE3D0B39FEA /* SDmetamacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B169E6FE3F8463B558F325F9FF68F521 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 96D40B50AC1E102AC35364224F93478F /* SDWebImageCacheSerializer.m */; }; - B5AB07757F6FE641B2BD6EA4C7E81C98 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = B2709F81818B700FAF790AD649E3440C /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B66409224A1620B38648397D791BE0ED /* BubblePictures-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B8930E95139B9D566E8085750DCEF4C0 /* BubblePictures-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB0B30186643C50F1C32FECD46896107 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = A55BAD21D44DE2284E473D3FD78029B1 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC46B88C4703A37FF7B9345F2A04C0EF /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 0591F1643E30A5634D19F46D1EF55EC1 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE8616AC99F1B72844957757661788A2 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C5A1DA813ED1C0A848AD60B2B9AA033 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF7604E4B1D4C4A2E25541368ED1E309 /* BubblePictures-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F1E6E517D46B278AE800D8597F1076A /* BubblePictures-dummy.m */; }; - C0B877FDC995CBEF2FFD1C99103C20A4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */; }; - C39AAD502D15B3FF8335AD57500AF946 /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 57A92D3951C97CC485F6425C6F9C71B0 /* NSBezierPath+RoundedCorners.m */; }; - C3EE493850DA5882363743C9A94A56FE /* BPCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = D6E0E6179F527A229BCE1A61C317EFE6 /* BPCollectionViewCell.xib */; }; - C75E47A2A3AB251F992212446DBB92A7 /* BPLayoutConfigurator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B71470BF05964D189CCDD267CEBE213 /* BPLayoutConfigurator.swift */; }; - C784F2630F7302B7E19167418B28346E /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 224DBFD34DB176CF4A9EB9D79B655CC8 /* SDAsyncBlockOperation.m */; }; - C83792D7F8749110A03CDA4A541C8841 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D4FD7A830FF6F78469A736E2795F0E06 /* SDImageCachesManagerOperation.m */; }; - C8CAA1CF3272F7E24346458D4B9B2EB3 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = B02DF733F726276AC6D76987A3798E81 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C933982DCC433A7F07B6E83B9BE7B0DB /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8244C0840D8E075607636D5C631E47 /* SDWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CCC4DB3709C534164B0441763E10949D /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B8A049CB15DE5FF0997ECE9507A26F3 /* SDImageCache.m */; }; - CD40B1C11C445E35C4A6911B7E625758 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = BDB40EEEAFE0406BBE4F537DA64E7C47 /* SDImageGIFCoder.m */; }; - CD4B36487FA3896C221068BEF91BD3F5 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 390D469C3D3942A19D10B936C9863D76 /* SDWebImageDownloaderConfig.m */; }; - CF7D19C51038AD4FC26BF2FAA78ABCB3 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 73347BE7644AE9AABC8E25993D6ADD5B /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D3B7F41E937631916D0DD2E941138710 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = D0E70320D5835C0304D5893D9CF307EE /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D3CE8C6A3999A0D14AAB1534593213D5 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AE8A62580F3383868C0B7589E8068DF /* SDWebImageCompat.m */; }; - D4D918AB1C01A099FC2347AE32B4EEF1 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C2F6ABB9B9B01DBB17C426F9B4D56AFA /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D8558D53319F31A2984260558DC35707 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 65EBB2C8ADC7D87F26D6EDD73B5D7F7E /* SDImageCoderHelper.m */; }; - DB0CAC824CE1BC185D8DF4B3B41F0C83 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF3B2C7CFDC51E74B0677C2597345E8 /* SDWebImageDownloader.m */; }; - E66A1E7F5146563A9E5934ED0DF7A95E /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = BC76061BBAC63275A962D6AAB655704E /* UIImage+Metadata.m */; }; - E7CC1690F2B77CBCBF599118D3F83ECD /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5864E503F4D6A33AEAE122F8FAF413BF /* SDImageAssetManager.m */; }; - E85C8E718A8640A72F001F765EB2BA2D /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = D165E8915ADEEAD338B22196F384686C /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E93844EA48550F469820C7C30CC48C94 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 87416A1FE47845FEE20CDDA1E84AF913 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECF9D72CFD42C5BC328BFDF77A21023C /* Pods-BubblePictures_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 000BBDA67D63D51569D9720F559939C1 /* Pods-BubblePictures_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF0A130621D47FEF9668E255B96E861E /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A0E2DF9CC71D147FB2A0EA74ED5E2DA /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2691E7E7DAFD877924436DB4168DF01 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B195D3064168E711190F2F49AB71F8 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F762170A13DA3792FB87408AE16A4287 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = F3A61276B5EC8EB7E1322BBDECB1764C /* UIImage+GIF.m */; }; - FA5C9B8C6ECDB73B841296A3F8B3D8DE /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EAB8B743355221A83FB7FCDD11852B7 /* NSData+ImageContentType.m */; }; - FDCC21EF8746870A62E41BEF8FB086B4 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = A9A1A896C605B608C24BD5E7DCC10D22 /* SDWebImagePrefetcher.m */; }; - FE168FD8DCF5297B836144C6C2696288 /* BPCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52BCF99D1F42DCE6501DBC6363842EA4 /* BPCollectionViewCell.swift */; }; + 01FDDC55F35FC5D3F741DA477C2EE36C /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F9E454BCBA7D7F1951F326AA5AC3532A /* SDDiskCache.m */; }; + 0456CBCE0578A7CBB4AE135542B8ABA1 /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 046B38EDDE41196D1BFA2EA7EFBAB733 /* SDWebImageDefine.m */; }; + 046D86F0B068CC4F8EA4A9908F5BD50B /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 30BCFAACA78F8BC13104DFFD990363A7 /* UIImageView+WebCache.m */; }; + 06D2D6DCA03E1045C39B2987C44B44CC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5010A65D858363A2AA2058296D181A82 /* UIKit.framework */; }; + 0A2AEEC269E2C676DDC78A939198CD7D /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 987B5AEC8B9C21B68D4BD1506E43C2B0 /* SDImageCachesManagerOperation.m */; }; + 0AA1A19BA5431B9E2C36C2361FBBA8DA /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = D57AF3F3D5512A446297171D781ECCCE /* SDImageFrame.m */; }; + 0B0D5425FECA13893EDEFF9283B08482 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F5C5B9D664397A5FC307344CD8FD23B /* SDmetamacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0C0DCCBEB08253C6B9D581ED2BC7137B /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F3DC90C67787484840DEF5316E4758F /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F1B28BA78C61321FCBBEA4932E981DC /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 885F08FFDD050FC0618EEF4D61D9666F /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F438973D9800590353D73A934B5F8A0 /* BPLayoutConfigurator.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9873191E276B709B4B12E1B73E91272 /* BPLayoutConfigurator.swift */; }; + 0F9955D0355A9C55BB1BE690C9453CAB /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F3ED76F2D5964759FC70C7C325BEDD1 /* SDWebImageCompat.m */; }; + 10A1998458A5A4CCBCAA4DF932C67616 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D093433017A8F9C1EDA16945560791D1 /* SDAnimatedImageView+WebCache.m */; }; + 10A4380D6E9875D490055F9723B766F5 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F0A24F89D7258E6D497082473119FD0 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A038CE5623D352E6561FA973D09878B /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = D0D62682765A3C39126F1CF7417B4738 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B4B668B866FE2B335667218908C0DEB /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5508D317403508A990839F80836A8C /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 222EA05A8BE80389F4CF4FA7DB5C6C56 /* BubblePictures.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5D002466CA616864BFAD4A8352E37FF /* BubblePictures.swift */; }; + 2293667C956C31081A051D89DD078C95 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B61553B65DFF08DD44EF726459BC3D /* UIImage+MemoryCacheCost.m */; }; + 25414B62FA3A1A5167BB1E17688BB58E /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 45390863B00D415CA2B9F6B75A1C0303 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 25CBEC33118598813897580F125E0B33 /* BPAlignment.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA67BEC17F0DF2CE8C8B82D2B9670689 /* BPAlignment.swift */; }; + 263054BCBDBCC80628B2574F140BD173 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F16781CE383FE7261E253F544FFF4388 /* SDWebImageDownloaderRequestModifier.m */; }; + 26EFB99CB46097B697B472939FF0E627 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 79E5912913D0873BC5675751603E6DAE /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A3A82182BADBF03EA2C9867A86CF9C8 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = B10CED347D6EC5B565CC8AC44380FE72 /* UIImage+ForceDecode.m */; }; + 2AA7ECD23B8EB4C4DE3D373275897C48 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 88D33DAF10AFCFC3C8C0A7CA67ED0372 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2DC51671D3786987172C02F839CB9EC3 /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = BF0F065A5077309090673750D390CAC7 /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2ECF5734950354072D5F1D918D071A64 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B724D94558454DC21FAA98C6E34B47B /* SDAnimatedImageRep.m */; }; + 330D74AE117284A6E5D64E7DF8B0C609 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 36A6997F9A671F2E1CD0814C229C8944 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 349A82FB902AA6A66BE9BBD5DBF71212 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 146E022066DCB8CEA4C2A783C5FDDEBD /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 36FA1D900B1CFF4682CC1CAB855C9045 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = F89D08E3D7EFD1F9C513D911D6D97010 /* UIImage+MultiFormat.m */; }; + 37AE1D51761110AB2BAD8A7307DC0834 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 92721107817D57172F9DC9FF2EA9B824 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 385C71DFC0890628AB156DC4A099CC8B /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 0167237F6B3CE4A6995AEABEC2423AAE /* UIImage+GIF.m */; }; + 395FF39D874164874E7D78D3C198F689 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 62963FDA36F4F4477D74484D272D5BC9 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 39738191EEAAC5E8CA2DCCF12F744C54 /* BPDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3009A1B560E2F46045153CC1FF3FF6AB /* BPDelegate.swift */; }; + 3A3B3A46DBBF29597BA84E5BDC689DC2 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 322F0BD87985AF0817449D148DDF7BED /* SDWebImageIndicator.m */; }; + 3F76BE41CDD749ED03A934B9A7317C40 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A92334C55CEF0F038A52AA02D4C39EC /* NSButton+WebCache.m */; }; + 401B4B3C7DD4B9FCF00097FFB6F57776 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EA7CBF7CB48829CE5CEC05F27DDAB1B /* SDImageGraphics.m */; }; + 43DB449B53C40E27398E3DE989B553FE /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C5490C195FF0613EF3A13F1D247A4F /* SDImageCacheConfig.m */; }; + 44C098ED265BF12F78FC39F9B834A3FC /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = B151ED8EC3F088AD8335EC9AA0BCB2A7 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 458DA79156A67E2ACB20CFAEF9C568A6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0153A8C25F3B0D28D0A73F3AFEB132DF /* Foundation.framework */; }; + 4644339617F8EBD8479E1943A3A7EE8E /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C75BB770325DAFD7963F41B3C4CE97A /* SDImageLoader.m */; }; + 47933FB5EF355A74C9151BCB75B68F48 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAE0E5C2635435496603D57AEFFDCDD6 /* ImageIO.framework */; }; + 4B8152C3170C33C5544EAF96DD7E8489 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA4A8A81C75C6A45C2698ACB1AA5ADA /* NSData+ImageContentType.m */; }; + 50E63112F10624664E02464E45AB8F54 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = C3551A8396ADADB6F477FF4890E982A7 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 512BE70E07D7867A4CE77CA96714FCA6 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 8778F0C32BFE09C63C1549C2AC14DB60 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 557857517CE5A3927C3B62F26C18F6DB /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8BB8117AEBAD7579D58C9AE645BEA9 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5773D24BD73CBEE4CAD3A5B549DF3F82 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 592F9F8900F1F0483558FFD7E6159144 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 580ED7A1FAA9A193202EAFF663D09EFD /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = C92FA284A53C4909E46E1963D27524FB /* UIColor+HexString.m */; }; + 5AF04801C4D5D9FD5A049140A99549DC /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FE1A9010657E20D34CC7663CC00DDA81 /* SDImageCache.m */; }; + 5F55EB3859E8C7CCBD46BD773B1191FF /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 28365CB06B7E5509BCB333D9A8F5B5D5 /* SDWebImagePrefetcher.m */; }; + 602BDF8496F83F83F90D8F0C37B93F0B /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = AD48A0D47510E133CDE3283C1686A337 /* UIImage+Transform.m */; }; + 6132B82C022420D02F3AA3CDD21E09D0 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E17CFB05A4CBFF8E7819B06B516A499 /* SDImageLoadersManager.m */; }; + 65788105DDFE8E69C894F6A583202288 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 05F0F863F36B2F6F8768ACE8E1347329 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6664FD8D82603F7F57B76226D96FEB39 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 11458C5580608FE99438D2FB5C5F5513 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 66DA196A7ADA95F1E8C2368FCC5212F5 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D4796FE09F14947387B8ED885A511BC3 /* SDMemoryCache.m */; }; + 676795F78D910353E1A86DBDCE6BFAC0 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 9907ABD42E9990240D821351BD08BA30 /* NSImage+Compatibility.m */; }; + 67F8573B495C5DAB130508A69A945E2E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0153A8C25F3B0D28D0A73F3AFEB132DF /* Foundation.framework */; }; + 6B08A42A6D8EFF80705DA44A8FC46BB2 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FB03261604CAC43AC5147AE4DB4A3813 /* SDAsyncBlockOperation.m */; }; + 6BA3445306AFA0DD37D98100F945AC1D /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A1BB23AD642E1351A8C8CA77102BE0 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6EC3854BEE33D0B2D88C8C98832C9C02 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F5D2A8F8C9EC555F05C44A90FEC07D9A /* UIView+WebCacheOperation.m */; }; + 6F85396071ABA7715674BEAB07634D80 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 90FAC625760641213FCC4799DAF2089B /* SDWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70A35B8E8484E3C26B587FF52DA617EC /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 883B4D7560D018EE063B32405C3C5B92 /* SDWebImageDownloader.m */; }; + 721217EBE33716B69DE5D6FA26540CFE /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 61EE6E90196ABB0867CA612033523E4C /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 73E8AA4790DA7BE7189D3B56EA916A2D /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D916C3D04CFBAAB61A8110CCF91F814A /* UIImageView+HighlightedWebCache.m */; }; + 770C661E596A618019033ACFDDB0864F /* BubblePictures-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E37537A12FF89178B004C79CB1057EAF /* BubblePictures-dummy.m */; }; + 787CD7898945EFC675512D4358A65888 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 08A3C74925623444CED9720086135578 /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78C24469A678357C9E12898948137E03 /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = E6BC3022C2BA3EE794846F124EE209A4 /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 7F79B37B94B80FA08F2342F1853644A7 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = C814EDFDE98912FEAAAD44916D287B60 /* SDWeakProxy.m */; }; + 80C8ADD04B0B74EA717BC3CFCBC49D4A /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = B4B20D9C626EB60CB312F2F886A7BEA6 /* SDImageCoderHelper.m */; }; + 814C6F3FD2095C6BC931F25D3C079626 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 48C04638E4348A0332E26CB3EA6CF03E /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 819D45FCA452E3D5D56CA4E42EBC69E2 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FEDDEC82AC176693A3A19665984ED3C /* SDImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81D57F3D3CE696C6C1C832F53A144A70 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F24EDC30A98BDCCEFB0316551116C4D /* SDWebImageTransition.m */; }; + 81ED75B8015217E08F200CAF5ACC4F68 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 69DF5A81E737E2C931B2D9E9A5C8CB84 /* SDImageTransformer.m */; }; + 826ACB0A36A7A13A601EA71DA1B405C9 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 573A77C1203AB80F76C26419E24EECE2 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 872864EAD51CE09C0440C1311327C879 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5EA5DE872E72869C02853519D508C3 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 879CC1535A6A0BDB369DE2A4FEF65581 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF8FF89872D2EFB6A88C6EF01D9413F /* SDImageAssetManager.m */; }; + 8984403024E1A8F02EDE5F81F7C1623B /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E6FCEAD4CD15A2425ABF7F8F9DBA267 /* SDWebImageCacheKeyFilter.m */; }; + 8FA2582204AFC9C4328359B737B2517B /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D9FF43C3E5D7D557248E211E7E01995 /* SDImageCacheDefine.m */; }; + 92D4DA2DBEAA2B60A25219BAE6A107EC /* BPImageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FCE3EE8AC98769DA9795F3395F78D23 /* BPImageType.swift */; }; + 932999FB548F0B8EE9F708AEA5ACE38F /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2285646F8C86BD8AA98AA5149F607EC3 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 93C0ED4B1CC3A6E7620D060CB5E8E343 /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A2EA2FB7131B2E743E23B73F984D0AEF /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 95A48857AEB2502FAD936D73BC9990C9 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CA67EC1EEF0767BE52685F41A6E1E8FA /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9764872B59F1D0AC88CB2CC51A60E3E5 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = FFA1AC7923FB6717036A3659D6E7A726 /* SDWebImageDownloaderConfig.m */; }; + 9AAF6BEFB277CBC0C3700F1153400930 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 955E346B93813F09069B1945F95E6AFB /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9AF92C0D9F4171F5902F733C70DCF826 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA1F62B5095DCC4F4AB743139536054 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C1EC763B53F6AFB0EAF8EAC049B7216 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C29A13D6BEEBB222D95F013AFAE646C /* SDAnimatedImageView.m */; }; + 9C9F4A098015FF83709F85D43D63E0F5 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6970E918413915E6DC807555F9F2DF0A /* UIView+WebCache.m */; }; + A02E83975D5E062996CB1EE4AAF6BEED /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9436981F53783BDE6AFE8BEF657E6F0C /* SDWebImageDownloaderOperation.m */; }; + A0A96D426B6A8144210725F7540095DB /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = C79E10B81B509B527A846CCB7BCA5376 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A36ADA4F66124D79B98344176663A229 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = CEA7F6D115984A22E42FE4E5F659A159 /* SDImageGIFCoder.m */; }; + A90CDA70E10404A2294655905CE79DD2 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B4B2E8C0F431F7540995A0A2494192D2 /* SDImageIOCoder.m */; }; + AA10C14D1938BB1532F8B9D9FBD93057 /* BubblePictures.bundle in Resources */ = {isa = PBXBuildFile; fileRef = CE5C7833BFEE59EC746B2F5ECE7A5CC6 /* BubblePictures.bundle */; }; + AAE8463C552D20BAFFFF2EAE08CC74B3 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 27BDD35AA465E9DEBCDD0A3744254516 /* SDWebImageError.m */; }; + AB06552763A76C47EED313D0FD91AAF6 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = EDE8A5DFF9812491C32150F0DF8E57B9 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC9CBAF74BA00E5C9524AF1F7B825138 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 777A84D0FF912B53D8312DD9CB857167 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ACC1402AFCB0286F02D1AB003868A751 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 493268F1E6940C43F03D6E236FE8679E /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD8D5C5AECC022D3E8211B8ECDC1BFF1 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 549DBB46D32157D537946932F3AF67F8 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B301AEAF0E681041B6C461FDB3B51FD7 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C0F38A7714CCBC4F70BB6E7C41059FD /* SDDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B336D62694EE356334A73B28816DDBBF /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 10DEAB197A8912204375CF86C974DE7D /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8C5EA84A11B138FE9AC14927F26DF19 /* BPDirection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A29F330AF7B39A2B31F02BB32429202 /* BPDirection.swift */; }; + B944E293589DEA824BE8A99D5ACEDE4D /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = D288D75A95BD325AEFF8304B513C7356 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA0FA647A6EA222924229A7EB3135685 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E865E5FEE63CCF83EC7FE726C249B35 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + BB74A13BAC5E3CEF0A8A78120ABA47BD /* Pods-BubblePictures_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F52FFD50FA373E75935FA05F88ED539 /* Pods-BubblePictures_Example-dummy.m */; }; + BB770F67F6020928E022764E5BFCC0CC /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C166CE0CD06FAD59FB99EF112DE7AB4 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BBA56723A6FFA28CECE14D3528350E1E /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1830290E1F819A680D3048D9C6CE38 /* UIImage+Metadata.m */; }; + BC8045D2E73DEB7C6B693AD4E32A89B1 /* BubblePictures-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C3363D5B70E39C87392EC894BF272125 /* BubblePictures-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD98D7E50D0052BEB719B6315AC089F4 /* Pods-BubblePictures_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1476DB95667161CA33C8EA5E06D91AEB /* Pods-BubblePictures_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BFAB2B99E8C34505833D988932B79ADE /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 623F7C01C389F1DE5CDC75B372F9CCC1 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0388579173996AE2A3808E5E4D10CA1 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 55CCDC19463C32009B77EC7A7F4C88D8 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2BB31DA7CC152253203D7046071B5A0 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 026279FD31FC0167B5F7641E0F9C0ABA /* SDWebImage-dummy.m */; }; + C2EBD3A8E282FF4323BC1CB68C836977 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AB1ED4C61CED21E8FC02D1C0000AA077 /* SDImageCachesManager.m */; }; + C75545C69CA6CD725DD5975401C0A944 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 929F1ADF110A8FC3882163262516F01C /* SDImageCoder.m */; }; + CAEBD7C399B97894693B482529AFDAFA /* BPCellConfigFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 562CBAD25AF3A0AF7970D82F3959D038 /* BPCellConfigFile.swift */; }; + CBDF652598FC646D6888F3397B4EE2A4 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 5514648BC515171D6B7B224B4CF28E50 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CEACC3DB4AF5C82A9B145A8FC12C2AC4 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = CA9FBFB8C4F21183B860012635DFF089 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CED624402B108429E94C0D55BAB97513 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 74401684AFCE9EB1B840B86D6451F7F1 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D24F159CAEDA88746EB1197A102E6569 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7EED8ED47CB0CE64F8D617DC83AB8975 /* SDWebImage.framework */; }; + D49BC580B3E3ECB4FF6864ED3B6D433C /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 829BCA42A245A41571B7C080CBDECF2C /* NSBezierPath+RoundedCorners.m */; }; + D5D56E03453444896FFB70B5AE29A4CC /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = E51631A0B39A5D0361962EA2F031F14B /* SDWebImageCacheSerializer.m */; }; + D83D5C2384A9B9507DA3A9E42C3BF7B5 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F51C17E353A413D30B74841C2B9A15B /* SDImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8B02C09BD9F0A1CACCBB694F7929951 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D5F82935AD0E1014F7CF110CD82FDDAF /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D8FBB20F7D090F2E28E3E34E8A783CA5 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = E08376F87FA34EC5BCB1FAFF39104753 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DD736DA7C5E21EB0A7C8F5CA77E40CCF /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = A1647E3A8924347C024B703ADCBFD521 /* SDAnimatedImage.m */; }; + E10B72B75D420AE9527B566F5ADE2CE0 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 14AA0B1E366A26EB4038EB98E66BC7A6 /* SDInternalMacros.m */; }; + E30C61938A1424B08615715CDC04411E /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = BE5C86B72E95C3A254EC59A26EF412B5 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E38973C58862D42F573018751694E451 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 341A6B7DA0439AB3E8359AF52894ED08 /* SDImageCodersManager.m */; }; + E3A87F6958E44B8560F44C1A9E40585F /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F7B43E0B2093B6043CDBC698290E3DBA /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E5901547932CD1F6D2D4892CF4D34837 /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA2E56F75D0D38F73A1B2D4830EC8BA /* StringExtensions.swift */; }; + E70E6428BD46B963C6282A9E43B50014 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4274CA7362ACAD578DC729060D07DD8A /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E98A765391B2739DA6276F78A7D64D73 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C53E4A914C499E1C60C858A9E7D4D971 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBA1A2981C78DDF6C02B848A68B4CDB1 /* ImageExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE6FB95E0D0A7F1B500040CF3860DA1 /* ImageExtensions.swift */; }; + EBCD4FA40A0E6E27ADCF61DE0787B01D /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CC2CDB6C554262E435B9B540B4CF11 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECC8DF5244667372743763F863A7477C /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 125B7EB15E66A02520F633F8C6E236D6 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EDF648D5AF8513C6CB7B1D50864E3AAD /* BPCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 89B7617D26DE4556881BA788B8363DFB /* BPCollectionViewCell.xib */; }; + F3BD79970C31C5DE6037C95D1A05F4A5 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DFAEC54CA6564C2D20E8E241C8B7343D /* UIButton+WebCache.m */; }; + F50F9A5B098AAECF02C92110E0BE5496 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 354261CB886C1F714767C22A95723AEE /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F6A793E575908D3D6F50DC1950A29EC7 /* BPCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 381AAE974B53720C7A897AB6E04F9BBC /* BPCollectionViewCell.swift */; }; + F8D45784F82A55CDB16DBECFF28DEAEB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0153A8C25F3B0D28D0A73F3AFEB132DF /* Foundation.framework */; }; + FC7A8B86BC6E9F70A45AA08D0C51097C /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 87FB876EAA4DDC8A937444D305B724CB /* SDImageAPNGCoder.m */; }; + FD4172A60DE72F84D7C9E3627680B39D /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B72E3CD35C8FA37D97261FFA1980F0E /* SDWebImageManager.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 55756878E12D1E4CB65E4CF1F50020E0 /* PBXContainerItemProxy */ = { + 0426776329641E0E4E7F64EE91D6F276 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9DD7B9A073A717D93C06745951174F55; - remoteInfo = SDWebImage; + remoteGlobalIDString = 9413137BBD2680A49B483E93E64AE904; + remoteInfo = BubblePictures; }; - 6BED7F027EBD23B47289604308EFE102 /* PBXContainerItemProxy */ = { + 3C4982D81F4B8A216BD2C9DD512E535C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8CC455F6F2927ACFEC8E63D359190A8C; + remoteGlobalIDString = 5D6A52B5D51FEE731D716812CA0D4F7E; remoteInfo = "BubblePictures-BubblePictures"; }; - 6CDC8E0113CF72337115D29EDAFEE2E3 /* PBXContainerItemProxy */ = { + 59ACBF8F21F1BC81242F5639516D50DF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9DD7B9A073A717D93C06745951174F55; + remoteGlobalIDString = 34BA1CC364CEA55DAD368503FCE37A2F; remoteInfo = SDWebImage; }; - F813969FC9AE58D5EE7B21452171C688 /* PBXContainerItemProxy */ = { + CC51348DE56E44A9C416E30D3F383EC8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DAFAA6EF16D360D6F691DDF00DCC114; - remoteInfo = BubblePictures; + remoteGlobalIDString = 34BA1CC364CEA55DAD368503FCE37A2F; + remoteInfo = SDWebImage; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 000BBDA67D63D51569D9720F559939C1 /* Pods-BubblePictures_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-BubblePictures_Example-umbrella.h"; sourceTree = ""; }; - 00979C3A59B85F1E1FB9FF66488CC0A4 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/SDImageCachesManager.m; sourceTree = ""; }; - 0323D99D3EF4762AECA3937ED6E15C5E /* SDImageGIFCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoderInternal.h; path = SDWebImage/Private/SDImageGIFCoderInternal.h; sourceTree = ""; }; - 0591F1643E30A5634D19F46D1EF55EC1 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/UIImage+Metadata.h"; sourceTree = ""; }; - 060CED8C8BC828E0CAD12ED32810C486 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; - 064A5AE4FE096CD327D182BCE0E02DFA /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; - 06AB519AF5B3ACDD11EA73CA1DB5D190 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; - 0AF3B2C7CFDC51E74B0677C2597345E8 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; - 0CDA60BDE6A42C6A55BA84D694A1D2ED /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; - 0D1A45D1AB3415B612211C5E1314DFA3 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/SDImageCoder.m; sourceTree = ""; }; - 0D3ECA1F52A81A40D4373EFF4D9BAC68 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/SDImageFrame.m; sourceTree = ""; }; - 0E971A75295254D4908C12916D4AB913 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/SDAnimatedImage.m; sourceTree = ""; }; - 0EAB8B743355221A83FB7FCDD11852B7 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; - 166A43246989350BC637200CE10C6173 /* BubblePictures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubblePictures.swift; path = BubblePictures/Classes/BubblePictures.swift; sourceTree = ""; }; - 1A0EBDCB3A6DD115EE6DDA4B0365F634 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/SDImageGraphics.m; sourceTree = ""; }; - 1DBFD7510DE59D8B88EFF6596B51E8E1 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; - 224DBFD34DB176CF4A9EB9D79B655CC8 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - 265E16014FF3BA5395DC3592CA65A555 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/SDImageIOCoder.h; sourceTree = ""; }; - 26734F3BF9324D941CED5DC3B025F37E /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - 2A685116FD1144EF3843B5C9B6FD4970 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/SDAnimatedImageView.h; sourceTree = ""; }; - 2CF83A80EB3B29CBB02004A49A67B77D /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 2F144D5E63EB3CBE6890A02E76888A43 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/NSButton+WebCache.h"; sourceTree = ""; }; - 3349152E047469C4797FDBA12B6DA1B4 /* Pods-BubblePictures_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-BubblePictures_Example-acknowledgements.markdown"; sourceTree = ""; }; - 376D4B51E848C5C722E0378C600B9BC8 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/UIImage+ForceDecode.m"; sourceTree = ""; }; - 390D469C3D3942A19D10B936C9863D76 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - 3A69B9BD5A625621A4435D815D48FC82 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; - 3C847946A00D35064D1DCCE2BBB25F5F /* BubblePictures-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BubblePictures-prefix.pch"; sourceTree = ""; }; - 403FA8DEA96F27287D24F07C713A9206 /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 40FD3BD757FF936B955C6F66A57A1E3C /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; - 417ED542F59C1EAFC3D4BE4BB79317B9 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/SDImageCodersManager.h; sourceTree = ""; }; - 41C211E62F45269F41BBA61F10810A2F /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/SDDiskCache.m; sourceTree = ""; }; - 45467A7790CC8911762FCBE5BAE3D74E /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/SDImageLoader.m; sourceTree = ""; }; - 45661850FB9576EFB292AF9C87629ECC /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/SDImageLoadersManager.h; sourceTree = ""; }; - 463507A8AC9F976FE46A002A9CD159D5 /* ResourceBundle-BubblePictures-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-BubblePictures-Info.plist"; sourceTree = ""; }; - 46636A7D852A15E1E8456F14FD6544FE /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; - 46EF59CEC83BACE13A914E3A17B9A0B6 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/SDAnimatedImageRep.m; sourceTree = ""; }; - 48FC82246584091169FAC7ED7C17685E /* Pods-BubblePictures_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BubblePictures_Example.release.xcconfig"; sourceTree = ""; }; - 494C73FC5B98E6F500A89A11E73026D6 /* UIColor+HexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+HexString.m"; path = "SDWebImage/Private/UIColor+HexString.m"; sourceTree = ""; }; - 4A663EC9305C89833874290072B1D77B /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - 4E556743ECC15C5B2460933B70A55E41 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/SDWebImageError.m; sourceTree = ""; }; - 508C4528240A5B9F87AC79E0804D525F /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 52AF89FA133297F59DE29E86E5C5212D /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImage.modulemap; sourceTree = ""; }; - 52BCF99D1F42DCE6501DBC6363842EA4 /* BPCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPCollectionViewCell.swift; sourceTree = ""; }; - 52ECEF88AA1D3AAC03DB49E637063473 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/SDWebImageTransition.h; sourceTree = ""; }; - 53AC2024B88655C3884DBD752069C303 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/SDWebImageIndicator.m; sourceTree = ""; }; - 56947C70A816CC41887D331F57E7EA96 /* BubblePictures.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BubblePictures.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 57A92D3951C97CC485F6425C6F9C71B0 /* NSBezierPath+RoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+RoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.m"; sourceTree = ""; }; - 5864E503F4D6A33AEAE122F8FAF413BF /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 59AE883C51A52C239F4823A58C56E687 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/UIView+WebCache.h"; sourceTree = ""; }; - 59EACA2C01DED6600B37D6EDDABB2179 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/SDImageCacheDefine.m; sourceTree = ""; }; - 5A0E2DF9CC71D147FB2A0EA74ED5E2DA /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/SDMemoryCache.h; sourceTree = ""; }; - 5D7C17E1AFDF782A4011AB8D7FF4D887 /* Pods-BubblePictures_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-BubblePictures_Example-dummy.m"; sourceTree = ""; }; - 5E1FE30853C3FD287FB623894F640BED /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; - 5ED90475F24387BD2060585F6A1AD0B8 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/SDWebImageIndicator.h; sourceTree = ""; }; - 5F1E6E517D46B278AE800D8597F1076A /* BubblePictures-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BubblePictures-dummy.m"; sourceTree = ""; }; - 5F5CDFBBEF8ECC856664E79E29F683E4 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/SDImageCodersManager.m; sourceTree = ""; }; - 61E312CBF445B14EC028B77FFE264387 /* BPImageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPImageType.swift; sourceTree = ""; }; - 6446F7A07C34783FEF4CAEB59572E4EE /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 65EBB2C8ADC7D87F26D6EDD73B5D7F7E /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/SDImageCoderHelper.m; sourceTree = ""; }; - 684173B13C41EB3A2441EEFEA6F0C23A /* ImageExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ImageExtensions.swift; sourceTree = ""; }; - 68B787864D83AE2D096F2144F02F73AB /* NSBezierPath+RoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+RoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.h"; sourceTree = ""; }; - 6AECED10984D3B87B3BF5D5DD4F78217 /* BubblePictures.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BubblePictures.xcconfig; sourceTree = ""; }; - 6B8A049CB15DE5FF0997ECE9507A26F3 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; - 6BCB0F20FAF1D55703ED5B8B61AAADDC /* Pods-BubblePictures_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BubblePictures_Example.debug.xcconfig"; sourceTree = ""; }; - 6C5A1DA813ED1C0A848AD60B2B9AA033 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/SDImageCachesManager.h; sourceTree = ""; }; - 6C6212EF65034FAF4491B4D253D4C964 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - 6D367B78C4BA34503675AADA3D4FD88D /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/SDImageTransformer.m; sourceTree = ""; }; - 6EB03613C5C7A1E5606DD0B2F56CDF06 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 70EED9EDCDBB049F000F8225719DFF78 /* Pods-BubblePictures_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-BubblePictures_Example-frameworks.sh"; sourceTree = ""; }; - 72D49EC858643814C951B3FDDD2540C8 /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - 73347BE7644AE9AABC8E25993D6ADD5B /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/NSImage+Compatibility.h"; sourceTree = ""; }; - 739507E9E4EBE9F8F06B31F966BF606D /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 73FBC80C65A75020D6CF4720D9B1F2B9 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/SDImageGraphics.h; sourceTree = ""; }; - 7473034CD34F783EC80B75CDD2B00E65 /* BPDirection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPDirection.swift; sourceTree = ""; }; - 759F223E4DD5298A2BC3B7B653E99DF2 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 776D1B3901ADB9C0AE5AC17719841877 /* Pods-BubblePictures_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-BubblePictures_Example.modulemap"; sourceTree = ""; }; - 78D63B0175C09D93840FA78472BF6D05 /* BubblePictures.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; path = BubblePictures.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 7AE8A62580F3383868C0B7589E8068DF /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; - 7DC296FD27D6B450ECDF501F8424B093 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 7F27E581AED5026E347B95D2DEEEEC94 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/SDImageCacheConfig.m; sourceTree = ""; }; - 7FCC17B07273C4D54EB0888D88CD6CD2 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/SDImageIOCoder.m; sourceTree = ""; }; - 802D338210FEAE207A31F508F235D0F0 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 80B195D3064168E711190F2F49AB71F8 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; - 823459A83A7E2581E2F06868D0B77205 /* BPDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPDelegate.swift; sourceTree = ""; }; - 87156465B8844334B45CF0C47E70B256 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 87416A1FE47845FEE20CDDA1E84AF913 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; - 8745AD7B5D1503DB1B79A92AA96FD0BE /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/SDImageAPNGCoder.h; sourceTree = ""; }; - 8B71470BF05964D189CCDD267CEBE213 /* BPLayoutConfigurator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPLayoutConfigurator.swift; sourceTree = ""; }; - 8D90432C8139E00E36C41B5EA28E5BFF /* BubblePictures.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BubblePictures.modulemap; sourceTree = ""; }; - 8EE74B218AD6D1FD117AA3F968BBC3D1 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/SDWebImageTransition.m; sourceTree = ""; }; - 933147C313C897D31279AC5787A9CBF3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 96D40B50AC1E102AC35364224F93478F /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/SDWebImageCacheSerializer.m; sourceTree = ""; }; - 9918B6393B5057FFA3806A381C2496CF /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/SDImageGIFCoder.h; sourceTree = ""; }; - 9B2248A241257AFC9BCCBC612F6D1991 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; - 9B4C7E28E14A847A062DB2800F5CA815 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; - 9B6B6A1E41F1C3B90070AF645950D3FD /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9ED4C6AB7499221F1C2500B3FE7A7100 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 9EFD936B0B4E26AA3F8C3AB78ECC8AEB /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - 9F831EAB74DDE53D8EB4C000F6057827 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - A02DBDF7E0E3A3FD11BD80191FDDF3C3 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/UIImage+Transform.h"; sourceTree = ""; }; - A387E9F7F9734783FEBEBFEE69269EC9 /* Pods-BubblePictures_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-BubblePictures_Example-acknowledgements.plist"; sourceTree = ""; }; - A55BAD21D44DE2284E473D3FD78029B1 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/SDImageCacheDefine.h; sourceTree = ""; }; - A5D9B99716E250A2D2743711B83F9C5D /* SDImageAPNGCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoderInternal.h; path = SDWebImage/Private/SDImageAPNGCoderInternal.h; sourceTree = ""; }; - A9A1A896C605B608C24BD5E7DCC10D22 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; - A9D22541750726E2B9CA1B4C9EB6462B /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - AB07691D8644CA7C82EEDC455B451E81 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/SDAnimatedImageRep.h; sourceTree = ""; }; - AC3765A1B7E6537B8E2E9DA4DC2CF758 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/NSButton+WebCache.m"; sourceTree = ""; }; - ACBA9B713DA35F7ACF4E87B0BBF9EE10 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/NSImage+Compatibility.m"; sourceTree = ""; }; - ACD3D23CDC54E2ECD012D8EF2F3C453F /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - AD8244C0840D8E075607636D5C631E47 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - B02DF733F726276AC6D76987A3798E81 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/SDImageFrame.h; sourceTree = ""; }; - B06FFBB95C326F8CB3575338AE917B6D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B1E2A6F2E7E0B160272759500D6043D7 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - B2023089E147FFC4F4658114FABFBA5A /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/SDWebImageError.h; sourceTree = ""; }; - B2709F81818B700FAF790AD649E3440C /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/SDImageCoderHelper.h; sourceTree = ""; }; - B311AB86B54624C2091DC7A008C9CF47 /* Pods_BubblePictures_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BubblePictures_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B3995099CB7D5BB7B7BA706EACCF402B /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/UIImage+Transform.m"; sourceTree = ""; }; - B63590E16145F63544C520C0F6F53EEE /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - B8930E95139B9D566E8085750DCEF4C0 /* BubblePictures-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BubblePictures-umbrella.h"; sourceTree = ""; }; - B8DBBCD7DD12585D491AD4D387CDAD88 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; - B9559C1A0AF46FDB4D1B6841E2CD1E62 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BB16FBB0E7F07D87ABA06523F282EDEC /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = DEVELOPER_DIR; }; - BC2EAD88E53E0A122ABDB2CD19728A80 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/SDAnimatedImage.h; sourceTree = ""; }; - BC76061BBAC63275A962D6AAB655704E /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/UIImage+Metadata.m"; sourceTree = ""; }; - BCC4D31BF603325B6CC1E9BE8D826508 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; - BDB40EEEAFE0406BBE4F537DA64E7C47 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/SDImageGIFCoder.m; sourceTree = ""; }; - C03D42EDC0CC9C9774122833B1ACB0AB /* Pods-BubblePictures_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-BubblePictures_Example-resources.sh"; sourceTree = ""; }; - C2F6ABB9B9B01DBB17C426F9B4D56AFA /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/SDImageCacheConfig.h; sourceTree = ""; }; - C58C2E6088F946F14D5F11B4FD597D30 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/SDWebImageDefine.m; sourceTree = ""; }; - CAEC01BBCD7E847E1CBAC95D0C8771DF /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - CCD52C9DF48A2DC4D702819E9B3D327D /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/SDDiskCache.h; sourceTree = ""; }; - CD206D5D57558DA57BBAB7613BE9D8E5 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - D0E70320D5835C0304D5893D9CF307EE /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/SDImageTransformer.h; sourceTree = ""; }; - D165E8915ADEEAD338B22196F384686C /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/SDWebImageDefine.h; sourceTree = ""; }; - D1DCFB65D2AE9112FED1C4C74607ED75 /* BPCellConfigFile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPCellConfigFile.swift; sourceTree = ""; }; - D4029BEA03D53092E7C42CB1BA0255DE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - D42E03728700780567B271268026BA42 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; - D4FD7A830FF6F78469A736E2795F0E06 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - D4FE1E7EF18F11B5E598708924122DB4 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/SDMemoryCache.m; sourceTree = ""; }; - D6D1357D6A92F340550374353EF871A1 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - D6E0E6179F527A229BCE1A61C317EFE6 /* BPCollectionViewCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = BPCollectionViewCell.xib; path = BubblePictures/Assets/BPCollectionViewCell.xib; sourceTree = ""; }; - D786D4316D97A178DFA95001C4F7F068 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; - D7AE4D8A1F0F5473D6545DE3D0B39FEA /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - E296687F53D898314839A9A67AB2A14A /* BPAlignment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPAlignment.swift; sourceTree = ""; }; - E8088D3DEDA49D323E7D519AA6ACDE9E /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/SDImageAPNGCoder.m; sourceTree = ""; }; - EB443206B4957801540DA1BCCC8AF341 /* StringExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = StringExtensions.swift; sourceTree = ""; }; - ED3C14C1B324B1FA8F34B36CF7014B5A /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; - F2139C30FC2945E22305F89521565238 /* BubblePictures.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BubblePictures.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F272A827261C05AF6DC1FB26F376DD09 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/SDImageLoadersManager.m; sourceTree = ""; }; - F3A61276B5EC8EB7E1322BBDECB1764C /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; - F70749628E4CA93D1027373B2E40D59E /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/SDImageLoader.h; sourceTree = ""; }; - F9DBF7A29A2C106EE9D6D411ACB0B68A /* UIColor+HexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+HexString.h"; path = "SDWebImage/Private/UIColor+HexString.h"; sourceTree = ""; }; - FB030CF851442A7E0AE91D71337D780A /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/SDAnimatedImageView.m; sourceTree = ""; }; - FBFC1C231E0101A66C48F704717BF165 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/UIImage+ForceDecode.h"; sourceTree = ""; }; - FC2D3EF433B960EDAE62FE3B21A651CD /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/SDImageCoder.h; sourceTree = ""; }; - FD5227D9E11130F817D28305F85013B4 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - FF0BF0F34C2D75B8DA55B2F7695A3217 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - FF18A2981936E1674B93495221523E5D /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + 0153A8C25F3B0D28D0A73F3AFEB132DF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 0167237F6B3CE4A6995AEABEC2423AAE /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; + 01C5490C195FF0613EF3A13F1D247A4F /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/SDImageCacheConfig.m; sourceTree = ""; }; + 026279FD31FC0167B5F7641E0F9C0ABA /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; + 046B38EDDE41196D1BFA2EA7EFBAB733 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/SDWebImageDefine.m; sourceTree = ""; }; + 05F0F863F36B2F6F8768ACE8E1347329 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + 08A3C74925623444CED9720086135578 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; + 0A92334C55CEF0F038A52AA02D4C39EC /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/NSButton+WebCache.m"; sourceTree = ""; }; + 0AE4375550405C83EE794684AF5BEE6C /* Pods-BubblePictures_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BubblePictures_Example.debug.xcconfig"; sourceTree = ""; }; + 0DA1F62B5095DCC4F4AB743139536054 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/SDWebImageCacheSerializer.h; sourceTree = ""; }; + 10DEAB197A8912204375CF86C974DE7D /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/SDImageTransformer.h; sourceTree = ""; }; + 11458C5580608FE99438D2FB5C5F5513 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; + 125B7EB15E66A02520F633F8C6E236D6 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/UIImage+Transform.h"; sourceTree = ""; }; + 146E022066DCB8CEA4C2A783C5FDDEBD /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; + 1476DB95667161CA33C8EA5E06D91AEB /* Pods-BubblePictures_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-BubblePictures_Example-umbrella.h"; sourceTree = ""; }; + 14AA0B1E366A26EB4038EB98E66BC7A6 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + 1B72E3CD35C8FA37D97261FFA1980F0E /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; + 1C5508D317403508A990839F80836A8C /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; + 1C75BB770325DAFD7963F41B3C4CE97A /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/SDImageLoader.m; sourceTree = ""; }; + 1D9FF43C3E5D7D557248E211E7E01995 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/SDImageCacheDefine.m; sourceTree = ""; }; + 1F24EDC30A98BDCCEFB0316551116C4D /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/SDWebImageTransition.m; sourceTree = ""; }; + 1F3ED76F2D5964759FC70C7C325BEDD1 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; + 2285646F8C86BD8AA98AA5149F607EC3 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; + 271390C401505EA28553D91C8F85D189 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + 27BDD35AA465E9DEBCDD0A3744254516 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/SDWebImageError.m; sourceTree = ""; }; + 27CC2CDB6C554262E435B9B540B4CF11 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/SDImageLoadersManager.h; sourceTree = ""; }; + 28365CB06B7E5509BCB333D9A8F5B5D5 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; + 2EA7CBF7CB48829CE5CEC05F27DDAB1B /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/SDImageGraphics.m; sourceTree = ""; }; + 2F8BB8117AEBAD7579D58C9AE645BEA9 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; + 2FCE3EE8AC98769DA9795F3395F78D23 /* BPImageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPImageType.swift; sourceTree = ""; }; + 3009A1B560E2F46045153CC1FF3FF6AB /* BPDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPDelegate.swift; sourceTree = ""; }; + 30BCFAACA78F8BC13104DFFD990363A7 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; + 322F0BD87985AF0817449D148DDF7BED /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/SDWebImageIndicator.m; sourceTree = ""; }; + 341A6B7DA0439AB3E8359AF52894ED08 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/SDImageCodersManager.m; sourceTree = ""; }; + 354261CB886C1F714767C22A95723AEE /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/SDMemoryCache.h; sourceTree = ""; }; + 36A6997F9A671F2E1CD0814C229C8944 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/SDWebImageDefine.h; sourceTree = ""; }; + 381AAE974B53720C7A897AB6E04F9BBC /* BPCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPCollectionViewCell.swift; sourceTree = ""; }; + 3DCBBDFCEB33E7A0B62584E11B2598BB /* Pods_BubblePictures_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BubblePictures_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 3F51C17E353A413D30B74841C2B9A15B /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/SDImageFrame.h; sourceTree = ""; }; + 41A11546B8D616076D9B6F7DCC7995D3 /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImage.modulemap; sourceTree = ""; }; + 4274CA7362ACAD578DC729060D07DD8A /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/UIImage+ForceDecode.h"; sourceTree = ""; }; + 45390863B00D415CA2B9F6B75A1C0303 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/SDAnimatedImageRep.h; sourceTree = ""; }; + 467D21218AE7EEB577B4E8D7351410DC /* ResourceBundle-BubblePictures-BubblePictures-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-BubblePictures-BubblePictures-Info.plist"; sourceTree = ""; }; + 48C04638E4348A0332E26CB3EA6CF03E /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/UIView+WebCache.h"; sourceTree = ""; }; + 493268F1E6940C43F03D6E236FE8679E /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/NSImage+Compatibility.h"; sourceTree = ""; }; + 4B83CCEBA6279BD678D7944FE47E9A24 /* Pods-BubblePictures_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-BubblePictures_Example-Info.plist"; sourceTree = ""; }; + 4C166CE0CD06FAD59FB99EF112DE7AB4 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; + 5010A65D858363A2AA2058296D181A82 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; + 549DBB46D32157D537946932F3AF67F8 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/SDWebImageError.h; sourceTree = ""; }; + 5514648BC515171D6B7B224B4CF28E50 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; + 55CCDC19463C32009B77EC7A7F4C88D8 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/SDImageCodersManager.h; sourceTree = ""; }; + 562CBAD25AF3A0AF7970D82F3959D038 /* BPCellConfigFile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPCellConfigFile.swift; sourceTree = ""; }; + 573A77C1203AB80F76C26419E24EECE2 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + 592F9F8900F1F0483558FFD7E6159144 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + 5E6FCEAD4CD15A2425ABF7F8F9DBA267 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + 61EE6E90196ABB0867CA612033523E4C /* SDImageGIFCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoderInternal.h; path = SDWebImage/Private/SDImageGIFCoderInternal.h; sourceTree = ""; }; + 623F7C01C389F1DE5CDC75B372F9CCC1 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/UIImage+Metadata.h"; sourceTree = ""; }; + 62963FDA36F4F4477D74484D272D5BC9 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/SDImageGIFCoder.h; sourceTree = ""; }; + 63A5A36B7961ECA78F665F1A705B136F /* BubblePictures.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BubblePictures.modulemap; sourceTree = ""; }; + 66EB05F0F949F3D50189AC20F1296666 /* BubblePictures-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BubblePictures-prefix.pch"; sourceTree = ""; }; + 6970E918413915E6DC807555F9F2DF0A /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; + 69DF5A81E737E2C931B2D9E9A5C8CB84 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/SDImageTransformer.m; sourceTree = ""; }; + 6B724D94558454DC21FAA98C6E34B47B /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/SDAnimatedImageRep.m; sourceTree = ""; }; + 6C4730672778E8DF30700A5C7CC81D43 /* Pods-BubblePictures_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BubblePictures_Example.release.xcconfig"; sourceTree = ""; }; + 6D1830290E1F819A680D3048D9C6CE38 /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/UIImage+Metadata.m"; sourceTree = ""; }; + 6F0A24F89D7258E6D497082473119FD0 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/SDImageAPNGCoder.h; sourceTree = ""; }; + 6F3DC90C67787484840DEF5316E4758F /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/SDImageCacheConfig.h; sourceTree = ""; }; + 6FEDDEC82AC176693A3A19665984ED3C /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/SDImageCoder.h; sourceTree = ""; }; + 74401684AFCE9EB1B840B86D6451F7F1 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/SDImageIOCoder.h; sourceTree = ""; }; + 777A84D0FF912B53D8312DD9CB857167 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/SDImageLoader.h; sourceTree = ""; }; + 79E5912913D0873BC5675751603E6DAE /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; + 7C29A13D6BEEBB222D95F013AFAE646C /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/SDAnimatedImageView.m; sourceTree = ""; }; + 7CC70A078C6335AA7F5F9E3DF6E52C6A /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 7E15A4D28391FBAF5D284A17A000BB72 /* SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImage-Info.plist"; sourceTree = ""; }; + 7EED8ED47CB0CE64F8D617DC83AB8975 /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 7F5C5B9D664397A5FC307344CD8FD23B /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + 829BCA42A245A41571B7C080CBDECF2C /* NSBezierPath+RoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+RoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.m"; sourceTree = ""; }; + 86E8AAC09A9088D97F719DBE40F1E76F /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; + 8778F0C32BFE09C63C1549C2AC14DB60 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/SDWebImageTransition.h; sourceTree = ""; }; + 87FB876EAA4DDC8A937444D305B724CB /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/SDImageAPNGCoder.m; sourceTree = ""; }; + 883B4D7560D018EE063B32405C3C5B92 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; + 885F08FFDD050FC0618EEF4D61D9666F /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/NSButton+WebCache.h"; sourceTree = ""; }; + 88D33DAF10AFCFC3C8C0A7CA67ED0372 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/SDAnimatedImageView.h; sourceTree = ""; }; + 89B7617D26DE4556881BA788B8363DFB /* BPCollectionViewCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = BPCollectionViewCell.xib; path = BubblePictures/Assets/BPCollectionViewCell.xib; sourceTree = ""; }; + 89EDF245CE3749B9F3806FF6902EB565 /* BubblePictures.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BubblePictures.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8C0F38A7714CCBC4F70BB6E7C41059FD /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/SDDiskCache.h; sourceTree = ""; }; + 8F52FFD50FA373E75935FA05F88ED539 /* Pods-BubblePictures_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-BubblePictures_Example-dummy.m"; sourceTree = ""; }; + 90FAC625760641213FCC4799DAF2089B /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; + 92721107817D57172F9DC9FF2EA9B824 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + 929F1ADF110A8FC3882163262516F01C /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/SDImageCoder.m; sourceTree = ""; }; + 9436981F53783BDE6AFE8BEF657E6F0C /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + 944991B2BC3FC81AC18371E2A36F2581 /* Pods-BubblePictures_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-BubblePictures_Example-acknowledgements.markdown"; sourceTree = ""; }; + 955E346B93813F09069B1945F95E6AFB /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/SDImageCoderHelper.h; sourceTree = ""; }; + 987B5AEC8B9C21B68D4BD1506E43C2B0 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + 9907ABD42E9990240D821351BD08BA30 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/NSImage+Compatibility.m"; sourceTree = ""; }; + 99DD04B0D37662384411BB3CAD13B9AD /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; + 9A29F330AF7B39A2B31F02BB32429202 /* BPDirection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPDirection.swift; sourceTree = ""; }; + 9D5EA5DE872E72869C02853519D508C3 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9E17CFB05A4CBFF8E7819B06B516A499 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/SDImageLoadersManager.m; sourceTree = ""; }; + 9E865E5FEE63CCF83EC7FE726C249B35 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + A1647E3A8924347C024B703ADCBFD521 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/SDAnimatedImage.m; sourceTree = ""; }; + A2EA2FB7131B2E743E23B73F984D0AEF /* SDImageAPNGCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoderInternal.h; path = SDWebImage/Private/SDImageAPNGCoderInternal.h; sourceTree = ""; }; + A384D186CA0CD8EB1520D493BE7747CD /* BubblePictures.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BubblePictures.xcconfig; sourceTree = ""; }; + AB1ED4C61CED21E8FC02D1C0000AA077 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/SDImageCachesManager.m; sourceTree = ""; }; + AB9EF4E258BCE95330A7046BCC8C53F9 /* Pods-BubblePictures_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-BubblePictures_Example-acknowledgements.plist"; sourceTree = ""; }; + AD48A0D47510E133CDE3283C1686A337 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/UIImage+Transform.m"; sourceTree = ""; }; + AE6E71D9180E5021832CC46C44E4CE4D /* Pods-BubblePictures_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-BubblePictures_Example-frameworks.sh"; sourceTree = ""; }; + B10CED347D6EC5B565CC8AC44380FE72 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/UIImage+ForceDecode.m"; sourceTree = ""; }; + B151ED8EC3F088AD8335EC9AA0BCB2A7 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/SDWebImageIndicator.h; sourceTree = ""; }; + B1B61553B65DFF08DD44EF726459BC3D /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; + B4B20D9C626EB60CB312F2F886A7BEA6 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/SDImageCoderHelper.m; sourceTree = ""; }; + B4B2E8C0F431F7540995A0A2494192D2 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/SDImageIOCoder.m; sourceTree = ""; }; + B6C3DC66C1EF17CB3A4377DD4F99954B /* BubblePictures-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "BubblePictures-Info.plist"; sourceTree = ""; }; + BAACC09E997F17C92DF508A29C3E2569 /* Pods-BubblePictures_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-BubblePictures_Example.modulemap"; sourceTree = ""; }; + BDA2E56F75D0D38F73A1B2D4830EC8BA /* StringExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = StringExtensions.swift; sourceTree = ""; }; + BE5C86B72E95C3A254EC59A26EF412B5 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/SDImageGraphics.h; sourceTree = ""; }; + BF0F065A5077309090673750D390CAC7 /* NSBezierPath+RoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+RoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.h"; sourceTree = ""; }; + C3363D5B70E39C87392EC894BF272125 /* BubblePictures-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BubblePictures-umbrella.h"; sourceTree = ""; }; + C3551A8396ADADB6F477FF4890E982A7 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; + C53E4A914C499E1C60C858A9E7D4D971 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; + C5D002466CA616864BFAD4A8352E37FF /* BubblePictures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubblePictures.swift; path = BubblePictures/Classes/BubblePictures.swift; sourceTree = ""; }; + C79E10B81B509B527A846CCB7BCA5376 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/SDAnimatedImage.h; sourceTree = ""; }; + C814EDFDE98912FEAAAD44916D287B60 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + C92FA284A53C4909E46E1963D27524FB /* UIColor+HexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+HexString.m"; path = "SDWebImage/Private/UIColor+HexString.m"; sourceTree = ""; }; + CA67EC1EEF0767BE52685F41A6E1E8FA /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + CA9FBFB8C4F21183B860012635DFF089 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + CAE0E5C2635435496603D57AEFFDCDD6 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = DEVELOPER_DIR; }; + CE5C7833BFEE59EC746B2F5ECE7A5CC6 /* BubblePictures.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BubblePictures.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + CEA7F6D115984A22E42FE4E5F659A159 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/SDImageGIFCoder.m; sourceTree = ""; }; + D093433017A8F9C1EDA16945560791D1 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; + D0D62682765A3C39126F1CF7417B4738 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; + D288D75A95BD325AEFF8304B513C7356 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; + D4796FE09F14947387B8ED885A511BC3 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/SDMemoryCache.m; sourceTree = ""; }; + D57AF3F3D5512A446297171D781ECCCE /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/SDImageFrame.m; sourceTree = ""; }; + D5F82935AD0E1014F7CF110CD82FDDAF /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + D916C3D04CFBAAB61A8110CCF91F814A /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + DBA4A8A81C75C6A45C2698ACB1AA5ADA /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; + DBE6FB95E0D0A7F1B500040CF3860DA1 /* ImageExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ImageExtensions.swift; sourceTree = ""; }; + DDF8FF89872D2EFB6A88C6EF01D9413F /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + DFAEC54CA6564C2D20E8E241C8B7343D /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; + E08376F87FA34EC5BCB1FAFF39104753 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + E37537A12FF89178B004C79CB1057EAF /* BubblePictures-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BubblePictures-dummy.m"; sourceTree = ""; }; + E51631A0B39A5D0361962EA2F031F14B /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/SDWebImageCacheSerializer.m; sourceTree = ""; }; + E6A1BB23AD642E1351A8C8CA77102BE0 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/SDImageCacheDefine.h; sourceTree = ""; }; + E6BC3022C2BA3EE794846F124EE209A4 /* UIColor+HexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+HexString.h"; path = "SDWebImage/Private/UIColor+HexString.h"; sourceTree = ""; }; + E9873191E276B709B4B12E1B73E91272 /* BPLayoutConfigurator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPLayoutConfigurator.swift; sourceTree = ""; }; + EA67BEC17F0DF2CE8C8B82D2B9670689 /* BPAlignment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BPAlignment.swift; sourceTree = ""; }; + EDE8A5DFF9812491C32150F0DF8E57B9 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + EE130F443DDE626D4D2967B2E65BCD0C /* BubblePictures.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = BubblePictures.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F16781CE383FE7261E253F544FFF4388 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + F5092888ADA5A16241AF0A3F7B1B20D5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + F5D2A8F8C9EC555F05C44A90FEC07D9A /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; + F7B43E0B2093B6043CDBC698290E3DBA /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/SDImageCachesManager.h; sourceTree = ""; }; + F89D08E3D7EFD1F9C513D911D6D97010 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; + F9E454BCBA7D7F1951F326AA5AC3532A /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/SDDiskCache.m; sourceTree = ""; }; + FB03261604CAC43AC5147AE4DB4A3813 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + FE1A9010657E20D34CC7663CC00DDA81 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; + FFA1AC7923FB6717036A3659D6E7A726 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/SDWebImageDownloaderConfig.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 7F29BDE2AA91FC8A5FDED07CFBD7D1AD /* Frameworks */ = { + 056EE4F4FCDE7B7BD503B6C9EE21472A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C0B877FDC995CBEF2FFD1C99103C20A4 /* Foundation.framework in Frameworks */, - 5038D80C6E235C7FC2ABAC3380120C58 /* ImageIO.framework in Frameworks */, + 67F8573B495C5DAB130508A69A945E2E /* Foundation.framework in Frameworks */, + D24F159CAEDA88746EB1197A102E6569 /* SDWebImage.framework in Frameworks */, + 06D2D6DCA03E1045C39B2987C44B44CC /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8C220CD6C70350CFB6454AB7BCED4308 /* Frameworks */ = { + 37AA6C8F39D9080CE1A17D8FCA51F1D4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 682937AC7205D60A598CCE198F61F12D /* Foundation.framework in Frameworks */, + 458DA79156A67E2ACB20CFAEF9C568A6 /* Foundation.framework in Frameworks */, + 47933FB5EF355A74C9151BCB75B68F48 /* ImageIO.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E76AEA03C6F971E7CFC78F6AD2294A97 /* Frameworks */ = { + B6DCA78AFD0D706D5179F24AAA72821F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 58B31F407D21E22A3620AF6571748351 /* Foundation.framework in Frameworks */, - 2B4602B020914DC3F66C62E7EC8D0921 /* SDWebImage.framework in Frameworks */, - 1C69AB379298A32DBAB393A0B08749A1 /* UIKit.framework in Frameworks */, + F8D45784F82A55CDB16DBECFF28DEAEB /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - F6B7CC442EB99F2BA2603E05475E6249 /* Frameworks */ = { + CE06FEF24D2E028425B7EC92B865C310 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -379,507 +378,506 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00558E728560E6CBD94E169F1D8C9C85 /* Resources */ = { + 01F253669C38762EFE9CA236AB6A1C1C /* Core */ = { isa = PBXGroup; children = ( - D6E0E6179F527A229BCE1A61C317EFE6 /* BPCollectionViewCell.xib */, + BF0F065A5077309090673750D390CAC7 /* NSBezierPath+RoundedCorners.h */, + 829BCA42A245A41571B7C080CBDECF2C /* NSBezierPath+RoundedCorners.m */, + 885F08FFDD050FC0618EEF4D61D9666F /* NSButton+WebCache.h */, + 0A92334C55CEF0F038A52AA02D4C39EC /* NSButton+WebCache.m */, + 1C5508D317403508A990839F80836A8C /* NSData+ImageContentType.h */, + DBA4A8A81C75C6A45C2698ACB1AA5ADA /* NSData+ImageContentType.m */, + 493268F1E6940C43F03D6E236FE8679E /* NSImage+Compatibility.h */, + 9907ABD42E9990240D821351BD08BA30 /* NSImage+Compatibility.m */, + C79E10B81B509B527A846CCB7BCA5376 /* SDAnimatedImage.h */, + A1647E3A8924347C024B703ADCBFD521 /* SDAnimatedImage.m */, + 45390863B00D415CA2B9F6B75A1C0303 /* SDAnimatedImageRep.h */, + 6B724D94558454DC21FAA98C6E34B47B /* SDAnimatedImageRep.m */, + 88D33DAF10AFCFC3C8C0A7CA67ED0372 /* SDAnimatedImageView.h */, + 7C29A13D6BEEBB222D95F013AFAE646C /* SDAnimatedImageView.m */, + 9D5EA5DE872E72869C02853519D508C3 /* SDAnimatedImageView+WebCache.h */, + D093433017A8F9C1EDA16945560791D1 /* SDAnimatedImageView+WebCache.m */, + E08376F87FA34EC5BCB1FAFF39104753 /* SDAsyncBlockOperation.h */, + FB03261604CAC43AC5147AE4DB4A3813 /* SDAsyncBlockOperation.m */, + 8C0F38A7714CCBC4F70BB6E7C41059FD /* SDDiskCache.h */, + F9E454BCBA7D7F1951F326AA5AC3532A /* SDDiskCache.m */, + 6F0A24F89D7258E6D497082473119FD0 /* SDImageAPNGCoder.h */, + 87FB876EAA4DDC8A937444D305B724CB /* SDImageAPNGCoder.m */, + A2EA2FB7131B2E743E23B73F984D0AEF /* SDImageAPNGCoderInternal.h */, + D5F82935AD0E1014F7CF110CD82FDDAF /* SDImageAssetManager.h */, + DDF8FF89872D2EFB6A88C6EF01D9413F /* SDImageAssetManager.m */, + 08A3C74925623444CED9720086135578 /* SDImageCache.h */, + FE1A9010657E20D34CC7663CC00DDA81 /* SDImageCache.m */, + 6F3DC90C67787484840DEF5316E4758F /* SDImageCacheConfig.h */, + 01C5490C195FF0613EF3A13F1D247A4F /* SDImageCacheConfig.m */, + E6A1BB23AD642E1351A8C8CA77102BE0 /* SDImageCacheDefine.h */, + 1D9FF43C3E5D7D557248E211E7E01995 /* SDImageCacheDefine.m */, + F7B43E0B2093B6043CDBC698290E3DBA /* SDImageCachesManager.h */, + AB1ED4C61CED21E8FC02D1C0000AA077 /* SDImageCachesManager.m */, + 592F9F8900F1F0483558FFD7E6159144 /* SDImageCachesManagerOperation.h */, + 987B5AEC8B9C21B68D4BD1506E43C2B0 /* SDImageCachesManagerOperation.m */, + 6FEDDEC82AC176693A3A19665984ED3C /* SDImageCoder.h */, + 929F1ADF110A8FC3882163262516F01C /* SDImageCoder.m */, + 955E346B93813F09069B1945F95E6AFB /* SDImageCoderHelper.h */, + B4B20D9C626EB60CB312F2F886A7BEA6 /* SDImageCoderHelper.m */, + 55CCDC19463C32009B77EC7A7F4C88D8 /* SDImageCodersManager.h */, + 341A6B7DA0439AB3E8359AF52894ED08 /* SDImageCodersManager.m */, + 3F51C17E353A413D30B74841C2B9A15B /* SDImageFrame.h */, + D57AF3F3D5512A446297171D781ECCCE /* SDImageFrame.m */, + 62963FDA36F4F4477D74484D272D5BC9 /* SDImageGIFCoder.h */, + CEA7F6D115984A22E42FE4E5F659A159 /* SDImageGIFCoder.m */, + 61EE6E90196ABB0867CA612033523E4C /* SDImageGIFCoderInternal.h */, + BE5C86B72E95C3A254EC59A26EF412B5 /* SDImageGraphics.h */, + 2EA7CBF7CB48829CE5CEC05F27DDAB1B /* SDImageGraphics.m */, + 74401684AFCE9EB1B840B86D6451F7F1 /* SDImageIOCoder.h */, + B4B2E8C0F431F7540995A0A2494192D2 /* SDImageIOCoder.m */, + 777A84D0FF912B53D8312DD9CB857167 /* SDImageLoader.h */, + 1C75BB770325DAFD7963F41B3C4CE97A /* SDImageLoader.m */, + 27CC2CDB6C554262E435B9B540B4CF11 /* SDImageLoadersManager.h */, + 9E17CFB05A4CBFF8E7819B06B516A499 /* SDImageLoadersManager.m */, + 10DEAB197A8912204375CF86C974DE7D /* SDImageTransformer.h */, + 69DF5A81E737E2C931B2D9E9A5C8CB84 /* SDImageTransformer.m */, + 9E865E5FEE63CCF83EC7FE726C249B35 /* SDInternalMacros.h */, + 14AA0B1E366A26EB4038EB98E66BC7A6 /* SDInternalMacros.m */, + 354261CB886C1F714767C22A95723AEE /* SDMemoryCache.h */, + D4796FE09F14947387B8ED885A511BC3 /* SDMemoryCache.m */, + 7F5C5B9D664397A5FC307344CD8FD23B /* SDmetamacros.h */, + CA9FBFB8C4F21183B860012635DFF089 /* SDWeakProxy.h */, + C814EDFDE98912FEAAAD44916D287B60 /* SDWeakProxy.m */, + 90FAC625760641213FCC4799DAF2089B /* SDWebImage.h */, + 573A77C1203AB80F76C26419E24EECE2 /* SDWebImageCacheKeyFilter.h */, + 5E6FCEAD4CD15A2425ABF7F8F9DBA267 /* SDWebImageCacheKeyFilter.m */, + 0DA1F62B5095DCC4F4AB743139536054 /* SDWebImageCacheSerializer.h */, + E51631A0B39A5D0361962EA2F031F14B /* SDWebImageCacheSerializer.m */, + 4C166CE0CD06FAD59FB99EF112DE7AB4 /* SDWebImageCompat.h */, + 1F3ED76F2D5964759FC70C7C325BEDD1 /* SDWebImageCompat.m */, + 36A6997F9A671F2E1CD0814C229C8944 /* SDWebImageDefine.h */, + 046B38EDDE41196D1BFA2EA7EFBAB733 /* SDWebImageDefine.m */, + C3551A8396ADADB6F477FF4890E982A7 /* SDWebImageDownloader.h */, + 883B4D7560D018EE063B32405C3C5B92 /* SDWebImageDownloader.m */, + 92721107817D57172F9DC9FF2EA9B824 /* SDWebImageDownloaderConfig.h */, + FFA1AC7923FB6717036A3659D6E7A726 /* SDWebImageDownloaderConfig.m */, + CA67EC1EEF0767BE52685F41A6E1E8FA /* SDWebImageDownloaderOperation.h */, + 9436981F53783BDE6AFE8BEF657E6F0C /* SDWebImageDownloaderOperation.m */, + EDE8A5DFF9812491C32150F0DF8E57B9 /* SDWebImageDownloaderRequestModifier.h */, + F16781CE383FE7261E253F544FFF4388 /* SDWebImageDownloaderRequestModifier.m */, + 549DBB46D32157D537946932F3AF67F8 /* SDWebImageError.h */, + 27BDD35AA465E9DEBCDD0A3744254516 /* SDWebImageError.m */, + B151ED8EC3F088AD8335EC9AA0BCB2A7 /* SDWebImageIndicator.h */, + 322F0BD87985AF0817449D148DDF7BED /* SDWebImageIndicator.m */, + 2285646F8C86BD8AA98AA5149F607EC3 /* SDWebImageManager.h */, + 1B72E3CD35C8FA37D97261FFA1980F0E /* SDWebImageManager.m */, + 11458C5580608FE99438D2FB5C5F5513 /* SDWebImageOperation.h */, + 2F8BB8117AEBAD7579D58C9AE645BEA9 /* SDWebImagePrefetcher.h */, + 28365CB06B7E5509BCB333D9A8F5B5D5 /* SDWebImagePrefetcher.m */, + 8778F0C32BFE09C63C1549C2AC14DB60 /* SDWebImageTransition.h */, + 1F24EDC30A98BDCCEFB0316551116C4D /* SDWebImageTransition.m */, + 146E022066DCB8CEA4C2A783C5FDDEBD /* UIButton+WebCache.h */, + DFAEC54CA6564C2D20E8E241C8B7343D /* UIButton+WebCache.m */, + E6BC3022C2BA3EE794846F124EE209A4 /* UIColor+HexString.h */, + C92FA284A53C4909E46E1963D27524FB /* UIColor+HexString.m */, + 4274CA7362ACAD578DC729060D07DD8A /* UIImage+ForceDecode.h */, + B10CED347D6EC5B565CC8AC44380FE72 /* UIImage+ForceDecode.m */, + D288D75A95BD325AEFF8304B513C7356 /* UIImage+GIF.h */, + 0167237F6B3CE4A6995AEABEC2423AAE /* UIImage+GIF.m */, + 5514648BC515171D6B7B224B4CF28E50 /* UIImage+MemoryCacheCost.h */, + B1B61553B65DFF08DD44EF726459BC3D /* UIImage+MemoryCacheCost.m */, + 623F7C01C389F1DE5CDC75B372F9CCC1 /* UIImage+Metadata.h */, + 6D1830290E1F819A680D3048D9C6CE38 /* UIImage+Metadata.m */, + D0D62682765A3C39126F1CF7417B4738 /* UIImage+MultiFormat.h */, + F89D08E3D7EFD1F9C513D911D6D97010 /* UIImage+MultiFormat.m */, + 125B7EB15E66A02520F633F8C6E236D6 /* UIImage+Transform.h */, + AD48A0D47510E133CDE3283C1686A337 /* UIImage+Transform.m */, + 05F0F863F36B2F6F8768ACE8E1347329 /* UIImageView+HighlightedWebCache.h */, + D916C3D04CFBAAB61A8110CCF91F814A /* UIImageView+HighlightedWebCache.m */, + C53E4A914C499E1C60C858A9E7D4D971 /* UIImageView+WebCache.h */, + 30BCFAACA78F8BC13104DFFD990363A7 /* UIImageView+WebCache.m */, + 48C04638E4348A0332E26CB3EA6CF03E /* UIView+WebCache.h */, + 6970E918413915E6DC807555F9F2DF0A /* UIView+WebCache.m */, + 79E5912913D0873BC5675751603E6DAE /* UIView+WebCacheOperation.h */, + F5D2A8F8C9EC555F05C44A90FEC07D9A /* UIView+WebCacheOperation.m */, ); - name = Resources; + name = Core; sourceTree = ""; }; - 05BE644A5C6E3A3DF8E95F6C5C70FACA /* Support Files */ = { + 1D7F1042F1362758E4B6ACAFE4479435 /* Support Files */ = { isa = PBXGroup; children = ( - B9559C1A0AF46FDB4D1B6841E2CD1E62 /* Info.plist */, - 52AF89FA133297F59DE29E86E5C5212D /* SDWebImage.modulemap */, - BCC4D31BF603325B6CC1E9BE8D826508 /* SDWebImage.xcconfig */, - CAEC01BBCD7E847E1CBAC95D0C8771DF /* SDWebImage-dummy.m */, - 759F223E4DD5298A2BC3B7B653E99DF2 /* SDWebImage-prefix.pch */, + 63A5A36B7961ECA78F665F1A705B136F /* BubblePictures.modulemap */, + A384D186CA0CD8EB1520D493BE7747CD /* BubblePictures.xcconfig */, + E37537A12FF89178B004C79CB1057EAF /* BubblePictures-dummy.m */, + B6C3DC66C1EF17CB3A4377DD4F99954B /* BubblePictures-Info.plist */, + 66EB05F0F949F3D50189AC20F1296666 /* BubblePictures-prefix.pch */, + C3363D5B70E39C87392EC894BF272125 /* BubblePictures-umbrella.h */, + 467D21218AE7EEB577B4E8D7351410DC /* ResourceBundle-BubblePictures-BubblePictures-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/SDWebImage"; + path = "Example/Pods/Target Support Files/BubblePictures"; sourceTree = ""; }; - 27C4C50E104786074F5507DF14A9F5E2 /* Structs */ = { + 32D9B94178472B1D8298D77EAF20CAA5 /* Frameworks */ = { isa = PBXGroup; children = ( - D1DCFB65D2AE9112FED1C4C74607ED75 /* BPCellConfigFile.swift */, - 8B71470BF05964D189CCDD267CEBE213 /* BPLayoutConfigurator.swift */, + 7EED8ED47CB0CE64F8D617DC83AB8975 /* SDWebImage.framework */, + 47ACF9E8A6C86D07EEC124C1AB2C3E58 /* iOS */, ); - name = Structs; - path = BubblePictures/Classes/Structs; + name = Frameworks; sourceTree = ""; }; - 2C9FA869D96A8BE7594A1B0B01783D53 /* Support Files */ = { + 3456B4718B18EF55A16277718C5D679B /* Structs */ = { isa = PBXGroup; children = ( - 8D90432C8139E00E36C41B5EA28E5BFF /* BubblePictures.modulemap */, - 6AECED10984D3B87B3BF5D5DD4F78217 /* BubblePictures.xcconfig */, - 5F1E6E517D46B278AE800D8597F1076A /* BubblePictures-dummy.m */, - 3C847946A00D35064D1DCCE2BBB25F5F /* BubblePictures-prefix.pch */, - B8930E95139B9D566E8085750DCEF4C0 /* BubblePictures-umbrella.h */, - 7DC296FD27D6B450ECDF501F8424B093 /* Info.plist */, - 463507A8AC9F976FE46A002A9CD159D5 /* ResourceBundle-BubblePictures-Info.plist */, + 562CBAD25AF3A0AF7970D82F3959D038 /* BPCellConfigFile.swift */, + E9873191E276B709B4B12E1B73E91272 /* BPLayoutConfigurator.swift */, ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/BubblePictures"; + name = Structs; + path = BubblePictures/Classes/Structs; sourceTree = ""; }; - 3105456CAC268A5B2CB53B9D94E0678B /* Cells */ = { + 458184EA85B09121B29E828EB6E7A8F8 /* Products */ = { isa = PBXGroup; children = ( - 52BCF99D1F42DCE6501DBC6363842EA4 /* BPCollectionViewCell.swift */, + CE5C7833BFEE59EC746B2F5ECE7A5CC6 /* BubblePictures.bundle */, + 89EDF245CE3749B9F3806FF6902EB565 /* BubblePictures.framework */, + 3DCBBDFCEB33E7A0B62584E11B2598BB /* Pods_BubblePictures_Example.framework */, + 7CC70A078C6335AA7F5F9E3DF6E52C6A /* SDWebImage.framework */, ); - name = Cells; - path = BubblePictures/Classes/Cells; + name = Products; sourceTree = ""; }; - 352D37D43E0A69DC7C79712085DA3E04 /* Core */ = { + 47ACF9E8A6C86D07EEC124C1AB2C3E58 /* iOS */ = { isa = PBXGroup; children = ( - 68B787864D83AE2D096F2144F02F73AB /* NSBezierPath+RoundedCorners.h */, - 57A92D3951C97CC485F6425C6F9C71B0 /* NSBezierPath+RoundedCorners.m */, - 2F144D5E63EB3CBE6890A02E76888A43 /* NSButton+WebCache.h */, - AC3765A1B7E6537B8E2E9DA4DC2CF758 /* NSButton+WebCache.m */, - 1DBFD7510DE59D8B88EFF6596B51E8E1 /* NSData+ImageContentType.h */, - 0EAB8B743355221A83FB7FCDD11852B7 /* NSData+ImageContentType.m */, - 73347BE7644AE9AABC8E25993D6ADD5B /* NSImage+Compatibility.h */, - ACBA9B713DA35F7ACF4E87B0BBF9EE10 /* NSImage+Compatibility.m */, - BC2EAD88E53E0A122ABDB2CD19728A80 /* SDAnimatedImage.h */, - 0E971A75295254D4908C12916D4AB913 /* SDAnimatedImage.m */, - AB07691D8644CA7C82EEDC455B451E81 /* SDAnimatedImageRep.h */, - 46EF59CEC83BACE13A914E3A17B9A0B6 /* SDAnimatedImageRep.m */, - 2A685116FD1144EF3843B5C9B6FD4970 /* SDAnimatedImageView.h */, - FB030CF851442A7E0AE91D71337D780A /* SDAnimatedImageView.m */, - 9EFD936B0B4E26AA3F8C3AB78ECC8AEB /* SDAnimatedImageView+WebCache.h */, - 9ED4C6AB7499221F1C2500B3FE7A7100 /* SDAnimatedImageView+WebCache.m */, - FD5227D9E11130F817D28305F85013B4 /* SDAsyncBlockOperation.h */, - 224DBFD34DB176CF4A9EB9D79B655CC8 /* SDAsyncBlockOperation.m */, - CCD52C9DF48A2DC4D702819E9B3D327D /* SDDiskCache.h */, - 41C211E62F45269F41BBA61F10810A2F /* SDDiskCache.m */, - 8745AD7B5D1503DB1B79A92AA96FD0BE /* SDImageAPNGCoder.h */, - E8088D3DEDA49D323E7D519AA6ACDE9E /* SDImageAPNGCoder.m */, - A5D9B99716E250A2D2743711B83F9C5D /* SDImageAPNGCoderInternal.h */, - 87156465B8844334B45CF0C47E70B256 /* SDImageAssetManager.h */, - 5864E503F4D6A33AEAE122F8FAF413BF /* SDImageAssetManager.m */, - D42E03728700780567B271268026BA42 /* SDImageCache.h */, - 6B8A049CB15DE5FF0997ECE9507A26F3 /* SDImageCache.m */, - C2F6ABB9B9B01DBB17C426F9B4D56AFA /* SDImageCacheConfig.h */, - 7F27E581AED5026E347B95D2DEEEEC94 /* SDImageCacheConfig.m */, - A55BAD21D44DE2284E473D3FD78029B1 /* SDImageCacheDefine.h */, - 59EACA2C01DED6600B37D6EDDABB2179 /* SDImageCacheDefine.m */, - 6C5A1DA813ED1C0A848AD60B2B9AA033 /* SDImageCachesManager.h */, - 00979C3A59B85F1E1FB9FF66488CC0A4 /* SDImageCachesManager.m */, - A9D22541750726E2B9CA1B4C9EB6462B /* SDImageCachesManagerOperation.h */, - D4FD7A830FF6F78469A736E2795F0E06 /* SDImageCachesManagerOperation.m */, - FC2D3EF433B960EDAE62FE3B21A651CD /* SDImageCoder.h */, - 0D1A45D1AB3415B612211C5E1314DFA3 /* SDImageCoder.m */, - B2709F81818B700FAF790AD649E3440C /* SDImageCoderHelper.h */, - 65EBB2C8ADC7D87F26D6EDD73B5D7F7E /* SDImageCoderHelper.m */, - 417ED542F59C1EAFC3D4BE4BB79317B9 /* SDImageCodersManager.h */, - 5F5CDFBBEF8ECC856664E79E29F683E4 /* SDImageCodersManager.m */, - B02DF733F726276AC6D76987A3798E81 /* SDImageFrame.h */, - 0D3ECA1F52A81A40D4373EFF4D9BAC68 /* SDImageFrame.m */, - 9918B6393B5057FFA3806A381C2496CF /* SDImageGIFCoder.h */, - BDB40EEEAFE0406BBE4F537DA64E7C47 /* SDImageGIFCoder.m */, - 0323D99D3EF4762AECA3937ED6E15C5E /* SDImageGIFCoderInternal.h */, - 73FBC80C65A75020D6CF4720D9B1F2B9 /* SDImageGraphics.h */, - 1A0EBDCB3A6DD115EE6DDA4B0365F634 /* SDImageGraphics.m */, - 265E16014FF3BA5395DC3592CA65A555 /* SDImageIOCoder.h */, - 7FCC17B07273C4D54EB0888D88CD6CD2 /* SDImageIOCoder.m */, - F70749628E4CA93D1027373B2E40D59E /* SDImageLoader.h */, - 45467A7790CC8911762FCBE5BAE3D74E /* SDImageLoader.m */, - 45661850FB9576EFB292AF9C87629ECC /* SDImageLoadersManager.h */, - F272A827261C05AF6DC1FB26F376DD09 /* SDImageLoadersManager.m */, - D0E70320D5835C0304D5893D9CF307EE /* SDImageTransformer.h */, - 6D367B78C4BA34503675AADA3D4FD88D /* SDImageTransformer.m */, - D6D1357D6A92F340550374353EF871A1 /* SDInternalMacros.h */, - 6446F7A07C34783FEF4CAEB59572E4EE /* SDInternalMacros.m */, - 5A0E2DF9CC71D147FB2A0EA74ED5E2DA /* SDMemoryCache.h */, - D4FE1E7EF18F11B5E598708924122DB4 /* SDMemoryCache.m */, - D7AE4D8A1F0F5473D6545DE3D0B39FEA /* SDmetamacros.h */, - 4A663EC9305C89833874290072B1D77B /* SDWeakProxy.h */, - 6C6212EF65034FAF4491B4D253D4C964 /* SDWeakProxy.m */, - AD8244C0840D8E075607636D5C631E47 /* SDWebImage.h */, - 9F831EAB74DDE53D8EB4C000F6057827 /* SDWebImageCacheKeyFilter.h */, - 6EB03613C5C7A1E5606DD0B2F56CDF06 /* SDWebImageCacheKeyFilter.m */, - 802D338210FEAE207A31F508F235D0F0 /* SDWebImageCacheSerializer.h */, - 96D40B50AC1E102AC35364224F93478F /* SDWebImageCacheSerializer.m */, - 060CED8C8BC828E0CAD12ED32810C486 /* SDWebImageCompat.h */, - 7AE8A62580F3383868C0B7589E8068DF /* SDWebImageCompat.m */, - D165E8915ADEEAD338B22196F384686C /* SDWebImageDefine.h */, - C58C2E6088F946F14D5F11B4FD597D30 /* SDWebImageDefine.m */, - 064A5AE4FE096CD327D182BCE0E02DFA /* SDWebImageDownloader.h */, - 0AF3B2C7CFDC51E74B0677C2597345E8 /* SDWebImageDownloader.m */, - FF18A2981936E1674B93495221523E5D /* SDWebImageDownloaderConfig.h */, - 390D469C3D3942A19D10B936C9863D76 /* SDWebImageDownloaderConfig.m */, - 508C4528240A5B9F87AC79E0804D525F /* SDWebImageDownloaderOperation.h */, - 739507E9E4EBE9F8F06B31F966BF606D /* SDWebImageDownloaderOperation.m */, - ACD3D23CDC54E2ECD012D8EF2F3C453F /* SDWebImageDownloaderRequestModifier.h */, - B1E2A6F2E7E0B160272759500D6043D7 /* SDWebImageDownloaderRequestModifier.m */, - B2023089E147FFC4F4658114FABFBA5A /* SDWebImageError.h */, - 4E556743ECC15C5B2460933B70A55E41 /* SDWebImageError.m */, - 5ED90475F24387BD2060585F6A1AD0B8 /* SDWebImageIndicator.h */, - 53AC2024B88655C3884DBD752069C303 /* SDWebImageIndicator.m */, - B8DBBCD7DD12585D491AD4D387CDAD88 /* SDWebImageManager.h */, - 46636A7D852A15E1E8456F14FD6544FE /* SDWebImageManager.m */, - 40FD3BD757FF936B955C6F66A57A1E3C /* SDWebImageOperation.h */, - 9B2248A241257AFC9BCCBC612F6D1991 /* SDWebImagePrefetcher.h */, - A9A1A896C605B608C24BD5E7DCC10D22 /* SDWebImagePrefetcher.m */, - 52ECEF88AA1D3AAC03DB49E637063473 /* SDWebImageTransition.h */, - 8EE74B218AD6D1FD117AA3F968BBC3D1 /* SDWebImageTransition.m */, - 06AB519AF5B3ACDD11EA73CA1DB5D190 /* UIButton+WebCache.h */, - 5E1FE30853C3FD287FB623894F640BED /* UIButton+WebCache.m */, - F9DBF7A29A2C106EE9D6D411ACB0B68A /* UIColor+HexString.h */, - 494C73FC5B98E6F500A89A11E73026D6 /* UIColor+HexString.m */, - FBFC1C231E0101A66C48F704717BF165 /* UIImage+ForceDecode.h */, - 376D4B51E848C5C722E0378C600B9BC8 /* UIImage+ForceDecode.m */, - 80B195D3064168E711190F2F49AB71F8 /* UIImage+GIF.h */, - F3A61276B5EC8EB7E1322BBDECB1764C /* UIImage+GIF.m */, - 26734F3BF9324D941CED5DC3B025F37E /* UIImage+MemoryCacheCost.h */, - 72D49EC858643814C951B3FDDD2540C8 /* UIImage+MemoryCacheCost.m */, - 0591F1643E30A5634D19F46D1EF55EC1 /* UIImage+Metadata.h */, - BC76061BBAC63275A962D6AAB655704E /* UIImage+Metadata.m */, - 0CDA60BDE6A42C6A55BA84D694A1D2ED /* UIImage+MultiFormat.h */, - ED3C14C1B324B1FA8F34B36CF7014B5A /* UIImage+MultiFormat.m */, - A02DBDF7E0E3A3FD11BD80191FDDF3C3 /* UIImage+Transform.h */, - B3995099CB7D5BB7B7BA706EACCF402B /* UIImage+Transform.m */, - FF0BF0F34C2D75B8DA55B2F7695A3217 /* UIImageView+HighlightedWebCache.h */, - CD206D5D57558DA57BBAB7613BE9D8E5 /* UIImageView+HighlightedWebCache.m */, - D786D4316D97A178DFA95001C4F7F068 /* UIImageView+WebCache.h */, - 3A69B9BD5A625621A4435D815D48FC82 /* UIImageView+WebCache.m */, - 59AE883C51A52C239F4823A58C56E687 /* UIView+WebCache.h */, - 9B4C7E28E14A847A062DB2800F5CA815 /* UIView+WebCache.m */, - 87416A1FE47845FEE20CDDA1E84AF913 /* UIView+WebCacheOperation.h */, - 2CF83A80EB3B29CBB02004A49A67B77D /* UIView+WebCacheOperation.m */, + 0153A8C25F3B0D28D0A73F3AFEB132DF /* Foundation.framework */, + CAE0E5C2635435496603D57AEFFDCDD6 /* ImageIO.framework */, + 5010A65D858363A2AA2058296D181A82 /* UIKit.framework */, ); - name = Core; + name = iOS; sourceTree = ""; }; - 5B4756032D4BF5031689DCC1ABD3B497 /* Targets Support Files */ = { + 4A07FC3C293C6BBF793A1AABE60DC8C4 /* Cells */ = { isa = PBXGroup; children = ( - E1116E9BB34593EAB22FC7C972D9D25A /* Pods-BubblePictures_Example */, + 381AAE974B53720C7A897AB6E04F9BBC /* BPCollectionViewCell.swift */, ); - name = "Targets Support Files"; + name = Cells; + path = BubblePictures/Classes/Cells; sourceTree = ""; }; - 79CB1B46272F8154D2C852C8B6C9B057 /* SDWebImage */ = { + 58ECBD62C42026472446D29BCE561747 /* Pods-BubblePictures_Example */ = { isa = PBXGroup; children = ( - 352D37D43E0A69DC7C79712085DA3E04 /* Core */, - 05BE644A5C6E3A3DF8E95F6C5C70FACA /* Support Files */, + BAACC09E997F17C92DF508A29C3E2569 /* Pods-BubblePictures_Example.modulemap */, + 944991B2BC3FC81AC18371E2A36F2581 /* Pods-BubblePictures_Example-acknowledgements.markdown */, + AB9EF4E258BCE95330A7046BCC8C53F9 /* Pods-BubblePictures_Example-acknowledgements.plist */, + 8F52FFD50FA373E75935FA05F88ED539 /* Pods-BubblePictures_Example-dummy.m */, + AE6E71D9180E5021832CC46C44E4CE4D /* Pods-BubblePictures_Example-frameworks.sh */, + 4B83CCEBA6279BD678D7944FE47E9A24 /* Pods-BubblePictures_Example-Info.plist */, + 1476DB95667161CA33C8EA5E06D91AEB /* Pods-BubblePictures_Example-umbrella.h */, + 0AE4375550405C83EE794684AF5BEE6C /* Pods-BubblePictures_Example.debug.xcconfig */, + 6C4730672778E8DF30700A5C7CC81D43 /* Pods-BubblePictures_Example.release.xcconfig */, ); - path = SDWebImage; + name = "Pods-BubblePictures_Example"; + path = "Target Support Files/Pods-BubblePictures_Example"; sourceTree = ""; }; - 7DB346D0F39D3F0E887471402A8071AB = { + 62B72C34195D25016CCD778E716479FF /* Pods */ = { isa = PBXGroup; children = ( - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, - 9DFB3E26E29A36DF7BCA81DABFD124A0 /* Development Pods */, - F1997356235CE9CA38A9DECB85EFA641 /* Frameworks */, - BF4B13718B20D23D5B220FA33C2583D8 /* Pods */, - C80801D04406987E5EA6E2F72FBC09EA /* Products */, - 5B4756032D4BF5031689DCC1ABD3B497 /* Targets Support Files */, + 676846144D3BB88C7967D162C952477C /* SDWebImage */, ); + name = Pods; sourceTree = ""; }; - 9DFB3E26E29A36DF7BCA81DABFD124A0 /* Development Pods */ = { + 676846144D3BB88C7967D162C952477C /* SDWebImage */ = { isa = PBXGroup; children = ( - F674F5FEE002BAFEAB3D9FA06354B3DD /* BubblePictures */, + 01F253669C38762EFE9CA236AB6A1C1C /* Core */, + A3AD90E9D76FD36220936ACD631BB4C4 /* Support Files */, ); - name = "Development Pods"; + path = SDWebImage; sourceTree = ""; }; - BF4B13718B20D23D5B220FA33C2583D8 /* Pods */ = { + 7CBC968C7D6BEE1FC0EF079CB0EFCFC6 /* Development Pods */ = { isa = PBXGroup; children = ( - 79CB1B46272F8154D2C852C8B6C9B057 /* SDWebImage */, + 804B37C45FF387F87CE97F456566F1D8 /* BubblePictures */, ); - name = Pods; + name = "Development Pods"; sourceTree = ""; }; - C80801D04406987E5EA6E2F72FBC09EA /* Products */ = { + 804B37C45FF387F87CE97F456566F1D8 /* BubblePictures */ = { isa = PBXGroup; children = ( - F2139C30FC2945E22305F89521565238 /* BubblePictures.bundle */, - 56947C70A816CC41887D331F57E7EA96 /* BubblePictures.framework */, - B311AB86B54624C2091DC7A008C9CF47 /* Pods_BubblePictures_Example.framework */, - 403FA8DEA96F27287D24F07C713A9206 /* SDWebImage.framework */, + C5D002466CA616864BFAD4A8352E37FF /* BubblePictures.swift */, + 4A07FC3C293C6BBF793A1AABE60DC8C4 /* Cells */, + 9B735911A3DBE3F4D52C9239A14B75E3 /* Enums */, + C98F60451DCAB46CFFA41498B018439B /* Extensions */, + E8EB83220D51BD338F205DD8EA86555C /* Pod */, + A45282DBA09D5D7C5E3ED37AD973AD1B /* Protocols */, + C88838D576480ECF5442CFDDCDC7928F /* Resources */, + 3456B4718B18EF55A16277718C5D679B /* Structs */, + 1D7F1042F1362758E4B6ACAFE4479435 /* Support Files */, ); - name = Products; + name = BubblePictures; + path = ../..; sourceTree = ""; }; - D20D567394B1C01B9327636534E3EF9B /* Enums */ = { + 9B735911A3DBE3F4D52C9239A14B75E3 /* Enums */ = { isa = PBXGroup; children = ( - E296687F53D898314839A9A67AB2A14A /* BPAlignment.swift */, - 7473034CD34F783EC80B75CDD2B00E65 /* BPDirection.swift */, - 61E312CBF445B14EC028B77FFE264387 /* BPImageType.swift */, + EA67BEC17F0DF2CE8C8B82D2B9670689 /* BPAlignment.swift */, + 9A29F330AF7B39A2B31F02BB32429202 /* BPDirection.swift */, + 2FCE3EE8AC98769DA9795F3395F78D23 /* BPImageType.swift */, ); name = Enums; path = BubblePictures/Classes/Enums; sourceTree = ""; }; - DB52056D79124C5B1A87C0EB23DE5B31 /* iOS */ = { + A3AD90E9D76FD36220936ACD631BB4C4 /* Support Files */ = { isa = PBXGroup; children = ( - 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */, - BB16FBB0E7F07D87ABA06523F282EDEC /* ImageIO.framework */, - B63590E16145F63544C520C0F6F53EEE /* UIKit.framework */, + 41A11546B8D616076D9B6F7DCC7995D3 /* SDWebImage.modulemap */, + 99DD04B0D37662384411BB3CAD13B9AD /* SDWebImage.xcconfig */, + 026279FD31FC0167B5F7641E0F9C0ABA /* SDWebImage-dummy.m */, + 7E15A4D28391FBAF5D284A17A000BB72 /* SDWebImage-Info.plist */, + 86E8AAC09A9088D97F719DBE40F1E76F /* SDWebImage-prefix.pch */, ); - name = iOS; + name = "Support Files"; + path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - DB5A580E16984F92FC00C4D9966E0D21 /* Extensions */ = { + A45282DBA09D5D7C5E3ED37AD973AD1B /* Protocols */ = { isa = PBXGroup; children = ( - 684173B13C41EB3A2441EEFEA6F0C23A /* ImageExtensions.swift */, - EB443206B4957801540DA1BCCC8AF341 /* StringExtensions.swift */, + 3009A1B560E2F46045153CC1FF3FF6AB /* BPDelegate.swift */, ); - name = Extensions; - path = BubblePictures/Classes/Extensions; + name = Protocols; + path = BubblePictures/Classes/Protocols; sourceTree = ""; }; - E1116E9BB34593EAB22FC7C972D9D25A /* Pods-BubblePictures_Example */ = { + B4968078981769640616A88264B80C11 /* Targets Support Files */ = { isa = PBXGroup; children = ( - D4029BEA03D53092E7C42CB1BA0255DE /* Info.plist */, - 776D1B3901ADB9C0AE5AC17719841877 /* Pods-BubblePictures_Example.modulemap */, - 3349152E047469C4797FDBA12B6DA1B4 /* Pods-BubblePictures_Example-acknowledgements.markdown */, - A387E9F7F9734783FEBEBFEE69269EC9 /* Pods-BubblePictures_Example-acknowledgements.plist */, - 5D7C17E1AFDF782A4011AB8D7FF4D887 /* Pods-BubblePictures_Example-dummy.m */, - 70EED9EDCDBB049F000F8225719DFF78 /* Pods-BubblePictures_Example-frameworks.sh */, - C03D42EDC0CC9C9774122833B1ACB0AB /* Pods-BubblePictures_Example-resources.sh */, - 000BBDA67D63D51569D9720F559939C1 /* Pods-BubblePictures_Example-umbrella.h */, - 6BCB0F20FAF1D55703ED5B8B61AAADDC /* Pods-BubblePictures_Example.debug.xcconfig */, - 48FC82246584091169FAC7ED7C17685E /* Pods-BubblePictures_Example.release.xcconfig */, + 58ECBD62C42026472446D29BCE561747 /* Pods-BubblePictures_Example */, ); - name = "Pods-BubblePictures_Example"; - path = "Target Support Files/Pods-BubblePictures_Example"; + name = "Targets Support Files"; sourceTree = ""; }; - E822671FFF1B7990F9953BD652689287 /* Protocols */ = { + C88838D576480ECF5442CFDDCDC7928F /* Resources */ = { isa = PBXGroup; children = ( - 823459A83A7E2581E2F06868D0B77205 /* BPDelegate.swift */, + 89B7617D26DE4556881BA788B8363DFB /* BPCollectionViewCell.xib */, ); - name = Protocols; - path = BubblePictures/Classes/Protocols; + name = Resources; sourceTree = ""; }; - EF12A44F40B9AE5516A32D366719CA22 /* Pod */ = { + C98F60451DCAB46CFFA41498B018439B /* Extensions */ = { isa = PBXGroup; children = ( - 78D63B0175C09D93840FA78472BF6D05 /* BubblePictures.podspec */, - 933147C313C897D31279AC5787A9CBF3 /* LICENSE */, - B06FFBB95C326F8CB3575338AE917B6D /* README.md */, + DBE6FB95E0D0A7F1B500040CF3860DA1 /* ImageExtensions.swift */, + BDA2E56F75D0D38F73A1B2D4830EC8BA /* StringExtensions.swift */, ); - name = Pod; + name = Extensions; + path = BubblePictures/Classes/Extensions; sourceTree = ""; }; - F1997356235CE9CA38A9DECB85EFA641 /* Frameworks */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - 9B6B6A1E41F1C3B90070AF645950D3FD /* SDWebImage.framework */, - DB52056D79124C5B1A87C0EB23DE5B31 /* iOS */, + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 7CBC968C7D6BEE1FC0EF079CB0EFCFC6 /* Development Pods */, + 32D9B94178472B1D8298D77EAF20CAA5 /* Frameworks */, + 62B72C34195D25016CCD778E716479FF /* Pods */, + 458184EA85B09121B29E828EB6E7A8F8 /* Products */, + B4968078981769640616A88264B80C11 /* Targets Support Files */, ); - name = Frameworks; sourceTree = ""; }; - F674F5FEE002BAFEAB3D9FA06354B3DD /* BubblePictures */ = { + E8EB83220D51BD338F205DD8EA86555C /* Pod */ = { isa = PBXGroup; children = ( - 166A43246989350BC637200CE10C6173 /* BubblePictures.swift */, - 3105456CAC268A5B2CB53B9D94E0678B /* Cells */, - D20D567394B1C01B9327636534E3EF9B /* Enums */, - DB5A580E16984F92FC00C4D9966E0D21 /* Extensions */, - EF12A44F40B9AE5516A32D366719CA22 /* Pod */, - E822671FFF1B7990F9953BD652689287 /* Protocols */, - 00558E728560E6CBD94E169F1D8C9C85 /* Resources */, - 27C4C50E104786074F5507DF14A9F5E2 /* Structs */, - 2C9FA869D96A8BE7594A1B0B01783D53 /* Support Files */, + EE130F443DDE626D4D2967B2E65BCD0C /* BubblePictures.podspec */, + 271390C401505EA28553D91C8F85D189 /* LICENSE */, + F5092888ADA5A16241AF0A3F7B1B20D5 /* README.md */, ); - name = BubblePictures; - path = ../..; + name = Pod; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 1775E0823248FC2A92D44DDEF5F7E16E /* Headers */ = { + 3DF42F7C4FD43279D9468E3E816A6948 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - ECF9D72CFD42C5BC328BFDF77A21023C /* Pods-BubblePictures_Example-umbrella.h in Headers */, + BD98D7E50D0052BEB719B6315AC089F4 /* Pods-BubblePictures_Example-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - AB0D25BF17F38DBC7FB357E97D632531 /* Headers */ = { + 802FB34797290711C165EFCDCAEA92AC /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 400087F5A87EC1C01C4715B2755AB394 /* NSBezierPath+RoundedCorners.h in Headers */, - 616C417473F5212B64819AF838848B0B /* NSButton+WebCache.h in Headers */, - 249CF8BE1A713D44A7120D84643F9C9C /* NSData+ImageContentType.h in Headers */, - CF7D19C51038AD4FC26BF2FAA78ABCB3 /* NSImage+Compatibility.h in Headers */, - 897D1CAF052DA5DC0EE59C71F12A0D51 /* SDAnimatedImage.h in Headers */, - 4D713CC91A5261E2E0DC9B1EC5631402 /* SDAnimatedImageRep.h in Headers */, - 3060D6020415A79F69ACF107B9D906BC /* SDAnimatedImageView+WebCache.h in Headers */, - 825ABAC5FEB9225821A410D879009BC2 /* SDAnimatedImageView.h in Headers */, - 1C54441686BBC38CE6563354DAA61B7A /* SDAsyncBlockOperation.h in Headers */, - 4886A5615D4A508864581C8B52B73F48 /* SDDiskCache.h in Headers */, - 77E0658040DB22C60620887227AAD0D1 /* SDImageAPNGCoder.h in Headers */, - 564A48C5604C0319F04A810F8E93B7BB /* SDImageAPNGCoderInternal.h in Headers */, - 9132FCDA00279CA9FBA64E50A382DDA0 /* SDImageAssetManager.h in Headers */, - 03E5F7D9580E1375AB154BDE41C55D45 /* SDImageCache.h in Headers */, - D4D918AB1C01A099FC2347AE32B4EEF1 /* SDImageCacheConfig.h in Headers */, - BB0B30186643C50F1C32FECD46896107 /* SDImageCacheDefine.h in Headers */, - BE8616AC99F1B72844957757661788A2 /* SDImageCachesManager.h in Headers */, - 522A8E8026C15DEA2312BDF58234E330 /* SDImageCachesManagerOperation.h in Headers */, - 07BF1B22FEB36C41FB49DF8D61B1F8F9 /* SDImageCoder.h in Headers */, - B5AB07757F6FE641B2BD6EA4C7E81C98 /* SDImageCoderHelper.h in Headers */, - 705D97A90497EBEEA996B909665CA157 /* SDImageCodersManager.h in Headers */, - C8CAA1CF3272F7E24346458D4B9B2EB3 /* SDImageFrame.h in Headers */, - 1FB22D3A287AE5C87D1F9161747ADB0C /* SDImageGIFCoder.h in Headers */, - 7120A0F50B1FF5BBA2CA19D6CBC1C1C9 /* SDImageGIFCoderInternal.h in Headers */, - 58B2F9261299389A9E307BAF3D653645 /* SDImageGraphics.h in Headers */, - 85ED15D3E9F2ACCFFD46ADBA4D7B53BB /* SDImageIOCoder.h in Headers */, - 0A973071065F1F425F56355AB750559F /* SDImageLoader.h in Headers */, - 42261EB1114F10B496A773971BAACDB7 /* SDImageLoadersManager.h in Headers */, - D3B7F41E937631916D0DD2E941138710 /* SDImageTransformer.h in Headers */, - 1D4C6E1A445F22CA78640B96D1156BF8 /* SDInternalMacros.h in Headers */, - EF0A130621D47FEF9668E255B96E861E /* SDMemoryCache.h in Headers */, - B1287CFE7A38BEC6CF9A9A8ED8A0F31A /* SDmetamacros.h in Headers */, - 143A0F03EFF3FC1EA7F4CB9B84ACD09D /* SDWeakProxy.h in Headers */, - C933982DCC433A7F07B6E83B9BE7B0DB /* SDWebImage.h in Headers */, - 1242673E2555A5FC8E0654519E786505 /* SDWebImageCacheKeyFilter.h in Headers */, - 34FF917B1A71A897A28490E7A4427519 /* SDWebImageCacheSerializer.h in Headers */, - 616C66D1090AEB2DCFEB89F9B18621B3 /* SDWebImageCompat.h in Headers */, - E85C8E718A8640A72F001F765EB2BA2D /* SDWebImageDefine.h in Headers */, - 9F1CC538FA5FA6C92F4D6951A4EFCA38 /* SDWebImageDownloader.h in Headers */, - A3322A5E17A1F7A32F180BFF89B0A898 /* SDWebImageDownloaderConfig.h in Headers */, - 543F850829EE536E1FE7882816930132 /* SDWebImageDownloaderOperation.h in Headers */, - 1C9523C220AE96267BD509C29A0889DD /* SDWebImageDownloaderRequestModifier.h in Headers */, - A7A0165B28F76B9E70814ED172FA41A0 /* SDWebImageError.h in Headers */, - 5983612896713A7EA8DF59C418C62A99 /* SDWebImageIndicator.h in Headers */, - 2AC6167E564084C8E0C3883B98D324E7 /* SDWebImageManager.h in Headers */, - 89BB3C1EF71F3C8EDD6B815708662B30 /* SDWebImageOperation.h in Headers */, - 9A8F441DB2161A4360344CE0AF99DBFE /* SDWebImagePrefetcher.h in Headers */, - 30FBAF31243EE9FDA5DE20594B2B3F91 /* SDWebImageTransition.h in Headers */, - 24684761B5D2BD5C8720C0737749FDCB /* UIButton+WebCache.h in Headers */, - 74287DAC1DEE854CBF14F1AA760B0883 /* UIColor+HexString.h in Headers */, - 5A9645F896AB1A0205BD2B778E852AEE /* UIImage+ForceDecode.h in Headers */, - F2691E7E7DAFD877924436DB4168DF01 /* UIImage+GIF.h in Headers */, - 21FB520A5F816C1C2268830A713FFDBB /* UIImage+MemoryCacheCost.h in Headers */, - BC46B88C4703A37FF7B9345F2A04C0EF /* UIImage+Metadata.h in Headers */, - 306CF31A62F654FA73F1F9C145C2E921 /* UIImage+MultiFormat.h in Headers */, - 4027031CF23788D82D7D9B78572EC19E /* UIImage+Transform.h in Headers */, - 4C401CA00600CDC78C4A244A2D23FABC /* UIImageView+HighlightedWebCache.h in Headers */, - 56AC332DCE7DD8230542DA85C9382A1C /* UIImageView+WebCache.h in Headers */, - 71944CB20F3FDF82E781FA053209B652 /* UIView+WebCache.h in Headers */, - E93844EA48550F469820C7C30CC48C94 /* UIView+WebCacheOperation.h in Headers */, + 2DC51671D3786987172C02F839CB9EC3 /* NSBezierPath+RoundedCorners.h in Headers */, + 0F1B28BA78C61321FCBBEA4932E981DC /* NSButton+WebCache.h in Headers */, + 1B4B668B866FE2B335667218908C0DEB /* NSData+ImageContentType.h in Headers */, + ACC1402AFCB0286F02D1AB003868A751 /* NSImage+Compatibility.h in Headers */, + A0A96D426B6A8144210725F7540095DB /* SDAnimatedImage.h in Headers */, + 25414B62FA3A1A5167BB1E17688BB58E /* SDAnimatedImageRep.h in Headers */, + 872864EAD51CE09C0440C1311327C879 /* SDAnimatedImageView+WebCache.h in Headers */, + 2AA7ECD23B8EB4C4DE3D373275897C48 /* SDAnimatedImageView.h in Headers */, + D8FBB20F7D090F2E28E3E34E8A783CA5 /* SDAsyncBlockOperation.h in Headers */, + B301AEAF0E681041B6C461FDB3B51FD7 /* SDDiskCache.h in Headers */, + 10A4380D6E9875D490055F9723B766F5 /* SDImageAPNGCoder.h in Headers */, + 93C0ED4B1CC3A6E7620D060CB5E8E343 /* SDImageAPNGCoderInternal.h in Headers */, + D8B02C09BD9F0A1CACCBB694F7929951 /* SDImageAssetManager.h in Headers */, + 787CD7898945EFC675512D4358A65888 /* SDImageCache.h in Headers */, + 0C0DCCBEB08253C6B9D581ED2BC7137B /* SDImageCacheConfig.h in Headers */, + 6BA3445306AFA0DD37D98100F945AC1D /* SDImageCacheDefine.h in Headers */, + E3A87F6958E44B8560F44C1A9E40585F /* SDImageCachesManager.h in Headers */, + 5773D24BD73CBEE4CAD3A5B549DF3F82 /* SDImageCachesManagerOperation.h in Headers */, + 819D45FCA452E3D5D56CA4E42EBC69E2 /* SDImageCoder.h in Headers */, + 9AAF6BEFB277CBC0C3700F1153400930 /* SDImageCoderHelper.h in Headers */, + C0388579173996AE2A3808E5E4D10CA1 /* SDImageCodersManager.h in Headers */, + D83D5C2384A9B9507DA3A9E42C3BF7B5 /* SDImageFrame.h in Headers */, + 395FF39D874164874E7D78D3C198F689 /* SDImageGIFCoder.h in Headers */, + 721217EBE33716B69DE5D6FA26540CFE /* SDImageGIFCoderInternal.h in Headers */, + E30C61938A1424B08615715CDC04411E /* SDImageGraphics.h in Headers */, + CED624402B108429E94C0D55BAB97513 /* SDImageIOCoder.h in Headers */, + AC9CBAF74BA00E5C9524AF1F7B825138 /* SDImageLoader.h in Headers */, + EBCD4FA40A0E6E27ADCF61DE0787B01D /* SDImageLoadersManager.h in Headers */, + B336D62694EE356334A73B28816DDBBF /* SDImageTransformer.h in Headers */, + BA0FA647A6EA222924229A7EB3135685 /* SDInternalMacros.h in Headers */, + F50F9A5B098AAECF02C92110E0BE5496 /* SDMemoryCache.h in Headers */, + 0B0D5425FECA13893EDEFF9283B08482 /* SDmetamacros.h in Headers */, + CEACC3DB4AF5C82A9B145A8FC12C2AC4 /* SDWeakProxy.h in Headers */, + 6F85396071ABA7715674BEAB07634D80 /* SDWebImage.h in Headers */, + 826ACB0A36A7A13A601EA71DA1B405C9 /* SDWebImageCacheKeyFilter.h in Headers */, + 9AF92C0D9F4171F5902F733C70DCF826 /* SDWebImageCacheSerializer.h in Headers */, + BB770F67F6020928E022764E5BFCC0CC /* SDWebImageCompat.h in Headers */, + 330D74AE117284A6E5D64E7DF8B0C609 /* SDWebImageDefine.h in Headers */, + 50E63112F10624664E02464E45AB8F54 /* SDWebImageDownloader.h in Headers */, + 37AE1D51761110AB2BAD8A7307DC0834 /* SDWebImageDownloaderConfig.h in Headers */, + 95A48857AEB2502FAD936D73BC9990C9 /* SDWebImageDownloaderOperation.h in Headers */, + AB06552763A76C47EED313D0FD91AAF6 /* SDWebImageDownloaderRequestModifier.h in Headers */, + AD8D5C5AECC022D3E8211B8ECDC1BFF1 /* SDWebImageError.h in Headers */, + 44C098ED265BF12F78FC39F9B834A3FC /* SDWebImageIndicator.h in Headers */, + 932999FB548F0B8EE9F708AEA5ACE38F /* SDWebImageManager.h in Headers */, + 6664FD8D82603F7F57B76226D96FEB39 /* SDWebImageOperation.h in Headers */, + 557857517CE5A3927C3B62F26C18F6DB /* SDWebImagePrefetcher.h in Headers */, + 512BE70E07D7867A4CE77CA96714FCA6 /* SDWebImageTransition.h in Headers */, + 349A82FB902AA6A66BE9BBD5DBF71212 /* UIButton+WebCache.h in Headers */, + 78C24469A678357C9E12898948137E03 /* UIColor+HexString.h in Headers */, + E70E6428BD46B963C6282A9E43B50014 /* UIImage+ForceDecode.h in Headers */, + B944E293589DEA824BE8A99D5ACEDE4D /* UIImage+GIF.h in Headers */, + CBDF652598FC646D6888F3397B4EE2A4 /* UIImage+MemoryCacheCost.h in Headers */, + BFAB2B99E8C34505833D988932B79ADE /* UIImage+Metadata.h in Headers */, + 1A038CE5623D352E6561FA973D09878B /* UIImage+MultiFormat.h in Headers */, + ECC8DF5244667372743763F863A7477C /* UIImage+Transform.h in Headers */, + 65788105DDFE8E69C894F6A583202288 /* UIImageView+HighlightedWebCache.h in Headers */, + E98A765391B2739DA6276F78A7D64D73 /* UIImageView+WebCache.h in Headers */, + 814C6F3FD2095C6BC931F25D3C079626 /* UIView+WebCache.h in Headers */, + 26EFB99CB46097B697B472939FF0E627 /* UIView+WebCacheOperation.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - E90D774514C565B78AB3D01D70B42192 /* Headers */ = { + D6DEC9057D3F9E49F5CE074D1E5E6229 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B66409224A1620B38648397D791BE0ED /* BubblePictures-umbrella.h in Headers */, + BC8045D2E73DEB7C6B693AD4E32A89B1 /* BubblePictures-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 391A88D8CEAA471F499F2CA631B3DDE4 /* Pods-BubblePictures_Example */ = { + 34BA1CC364CEA55DAD368503FCE37A2F /* SDWebImage */ = { isa = PBXNativeTarget; - buildConfigurationList = F200DD506DDE7D655943BA6776E05A8E /* Build configuration list for PBXNativeTarget "Pods-BubblePictures_Example" */; + buildConfigurationList = 4F64563930ACA39F71603C5103332DAE /* Build configuration list for PBXNativeTarget "SDWebImage" */; buildPhases = ( - 1775E0823248FC2A92D44DDEF5F7E16E /* Headers */, - 3FB9706D2E32C195148013018AF54A61 /* Sources */, - 8C220CD6C70350CFB6454AB7BCED4308 /* Frameworks */, - 2F1143A7EDAAC9E9DAC8F9CF8076C2DF /* Resources */, + 802FB34797290711C165EFCDCAEA92AC /* Headers */, + 54A18E32C1C98A249A9736145CCEEE38 /* Sources */, + 37AA6C8F39D9080CE1A17D8FCA51F1D4 /* Frameworks */, + 93C89EB46DFC3719EBF6F0665818DF7B /* Resources */, ); buildRules = ( ); dependencies = ( - 68EC9CB60429964ED42FA151A0C84A69 /* PBXTargetDependency */, - 2B00FD9F8463800707F3F7677DA34BE3 /* PBXTargetDependency */, ); - name = "Pods-BubblePictures_Example"; - productName = "Pods-BubblePictures_Example"; - productReference = B311AB86B54624C2091DC7A008C9CF47 /* Pods_BubblePictures_Example.framework */; + name = SDWebImage; + productName = SDWebImage; + productReference = 7CC70A078C6335AA7F5F9E3DF6E52C6A /* SDWebImage.framework */; productType = "com.apple.product-type.framework"; }; - 6DAFAA6EF16D360D6F691DDF00DCC114 /* BubblePictures */ = { + 5D6A52B5D51FEE731D716812CA0D4F7E /* BubblePictures-BubblePictures */ = { isa = PBXNativeTarget; - buildConfigurationList = 605E7F8BEEA281316D79CAE7CF96EB16 /* Build configuration list for PBXNativeTarget "BubblePictures" */; + buildConfigurationList = 5412881F01734274E0359F56E9A8C650 /* Build configuration list for PBXNativeTarget "BubblePictures-BubblePictures" */; buildPhases = ( - E90D774514C565B78AB3D01D70B42192 /* Headers */, - ED75E743A7206C8DE44FDE30653017BD /* Sources */, - E76AEA03C6F971E7CFC78F6AD2294A97 /* Frameworks */, - F8B0634F0E810B1B7BF3847FDA152029 /* Resources */, + E0D325CB1E83562765DF3C3DDF0C7916 /* Sources */, + CE06FEF24D2E028425B7EC92B865C310 /* Frameworks */, + A745395F8A118BD30F7898A4B30274DF /* Resources */, ); buildRules = ( ); dependencies = ( - 8B14CA71DDD38012570963EF9EAA340C /* PBXTargetDependency */, - 04F70841C97670F031EC6D3864057618 /* PBXTargetDependency */, ); - name = BubblePictures; - productName = BubblePictures; - productReference = 56947C70A816CC41887D331F57E7EA96 /* BubblePictures.framework */; - productType = "com.apple.product-type.framework"; + name = "BubblePictures-BubblePictures"; + productName = "BubblePictures-BubblePictures"; + productReference = CE5C7833BFEE59EC746B2F5ECE7A5CC6 /* BubblePictures.bundle */; + productType = "com.apple.product-type.bundle"; }; - 8CC455F6F2927ACFEC8E63D359190A8C /* BubblePictures-BubblePictures */ = { + 9413137BBD2680A49B483E93E64AE904 /* BubblePictures */ = { isa = PBXNativeTarget; - buildConfigurationList = AEF5E4A60115AA2284B22A1F279CE015 /* Build configuration list for PBXNativeTarget "BubblePictures-BubblePictures" */; + buildConfigurationList = 8E310052293FE4F498C37DF9D1263472 /* Build configuration list for PBXNativeTarget "BubblePictures" */; buildPhases = ( - 32B607458EF0FC5CD3848D76DC574AA2 /* Sources */, - F6B7CC442EB99F2BA2603E05475E6249 /* Frameworks */, - 007A9BDE5A2510C32F952CCF441F3A37 /* Resources */, + D6DEC9057D3F9E49F5CE074D1E5E6229 /* Headers */, + E9071E43AC52888837E14E0131207753 /* Sources */, + 056EE4F4FCDE7B7BD503B6C9EE21472A /* Frameworks */, + F3AFE38BBE5E49D2506391B377109AEF /* Resources */, ); buildRules = ( ); dependencies = ( + 5EBBF997B6F69C7ABEDAB0A987FFDDBA /* PBXTargetDependency */, + F28829255CE8268F8C7438FCBF47A3A5 /* PBXTargetDependency */, ); - name = "BubblePictures-BubblePictures"; - productName = "BubblePictures-BubblePictures"; - productReference = F2139C30FC2945E22305F89521565238 /* BubblePictures.bundle */; - productType = "com.apple.product-type.bundle"; + name = BubblePictures; + productName = BubblePictures; + productReference = 89EDF245CE3749B9F3806FF6902EB565 /* BubblePictures.framework */; + productType = "com.apple.product-type.framework"; }; - 9DD7B9A073A717D93C06745951174F55 /* SDWebImage */ = { + CCDB72FBA47CF57902E3F652150832AD /* Pods-BubblePictures_Example */ = { isa = PBXNativeTarget; - buildConfigurationList = 13DC5DB8E024C4D39F882A9E3901CA05 /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildConfigurationList = 601F26F8A6909A348FFEAFDD7E70398C /* Build configuration list for PBXNativeTarget "Pods-BubblePictures_Example" */; buildPhases = ( - AB0D25BF17F38DBC7FB357E97D632531 /* Headers */, - E9D5206365D9CD6D2945B053426F8BD9 /* Sources */, - 7F29BDE2AA91FC8A5FDED07CFBD7D1AD /* Frameworks */, - 1247CC4624988AF587B9F198BEA4EC7D /* Resources */, + 3DF42F7C4FD43279D9468E3E816A6948 /* Headers */, + 200D20A38741B3357373B8DD8FC0644D /* Sources */, + B6DCA78AFD0D706D5179F24AAA72821F /* Frameworks */, + 388CFD6C24F3487BDB95EAEAE3680DDD /* Resources */, ); buildRules = ( ); dependencies = ( + 2A748679137B709907C2F68055CDC00B /* PBXTargetDependency */, + 04C73DB2768F3B3615004815D2042B67 /* PBXTargetDependency */, ); - name = SDWebImage; - productName = SDWebImage; - productReference = 403FA8DEA96F27287D24F07C713A9206 /* SDWebImage.framework */; + name = "Pods-BubblePictures_Example"; + productName = "Pods-BubblePictures_Example"; + productReference = 3DCBBDFCEB33E7A0B62584E11B2598BB /* Pods_BubblePictures_Example.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { + BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0930; LastUpgradeCheck = 1020; }; - buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; + buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -887,228 +885,180 @@ English, en, ); - mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = C80801D04406987E5EA6E2F72FBC09EA /* Products */; + mainGroup = CF1408CF629C7361332E53B88F7BD30C; + productRefGroup = 458184EA85B09121B29E828EB6E7A8F8 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - 6DAFAA6EF16D360D6F691DDF00DCC114 /* BubblePictures */, - 8CC455F6F2927ACFEC8E63D359190A8C /* BubblePictures-BubblePictures */, - 391A88D8CEAA471F499F2CA631B3DDE4 /* Pods-BubblePictures_Example */, - 9DD7B9A073A717D93C06745951174F55 /* SDWebImage */, + 9413137BBD2680A49B483E93E64AE904 /* BubblePictures */, + 5D6A52B5D51FEE731D716812CA0D4F7E /* BubblePictures-BubblePictures */, + CCDB72FBA47CF57902E3F652150832AD /* Pods-BubblePictures_Example */, + 34BA1CC364CEA55DAD368503FCE37A2F /* SDWebImage */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 007A9BDE5A2510C32F952CCF441F3A37 /* Resources */ = { + 388CFD6C24F3487BDB95EAEAE3680DDD /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - C3EE493850DA5882363743C9A94A56FE /* BPCollectionViewCell.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1247CC4624988AF587B9F198BEA4EC7D /* Resources */ = { + 93C89EB46DFC3719EBF6F0665818DF7B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2F1143A7EDAAC9E9DAC8F9CF8076C2DF /* Resources */ = { + A745395F8A118BD30F7898A4B30274DF /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + EDF648D5AF8513C6CB7B1D50864E3AAD /* BPCollectionViewCell.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F8B0634F0E810B1B7BF3847FDA152029 /* Resources */ = { + F3AFE38BBE5E49D2506391B377109AEF /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A30B22E939C6112D90D24B8589F4DB43 /* BubblePictures.bundle in Resources */, + AA10C14D1938BB1532F8B9D9FBD93057 /* BubblePictures.bundle in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 32B607458EF0FC5CD3848D76DC574AA2 /* Sources */ = { + 200D20A38741B3357373B8DD8FC0644D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + BB74A13BAC5E3CEF0A8A78120ABA47BD /* Pods-BubblePictures_Example-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3FB9706D2E32C195148013018AF54A61 /* Sources */ = { + 54A18E32C1C98A249A9736145CCEEE38 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 507A36EAE3C5B472AB6B7252D74DB3F5 /* Pods-BubblePictures_Example-dummy.m in Sources */, + D49BC580B3E3ECB4FF6864ED3B6D433C /* NSBezierPath+RoundedCorners.m in Sources */, + 3F76BE41CDD749ED03A934B9A7317C40 /* NSButton+WebCache.m in Sources */, + 4B8152C3170C33C5544EAF96DD7E8489 /* NSData+ImageContentType.m in Sources */, + 676795F78D910353E1A86DBDCE6BFAC0 /* NSImage+Compatibility.m in Sources */, + DD736DA7C5E21EB0A7C8F5CA77E40CCF /* SDAnimatedImage.m in Sources */, + 2ECF5734950354072D5F1D918D071A64 /* SDAnimatedImageRep.m in Sources */, + 10A1998458A5A4CCBCAA4DF932C67616 /* SDAnimatedImageView+WebCache.m in Sources */, + 9C1EC763B53F6AFB0EAF8EAC049B7216 /* SDAnimatedImageView.m in Sources */, + 6B08A42A6D8EFF80705DA44A8FC46BB2 /* SDAsyncBlockOperation.m in Sources */, + 01FDDC55F35FC5D3F741DA477C2EE36C /* SDDiskCache.m in Sources */, + FC7A8B86BC6E9F70A45AA08D0C51097C /* SDImageAPNGCoder.m in Sources */, + 879CC1535A6A0BDB369DE2A4FEF65581 /* SDImageAssetManager.m in Sources */, + 5AF04801C4D5D9FD5A049140A99549DC /* SDImageCache.m in Sources */, + 43DB449B53C40E27398E3DE989B553FE /* SDImageCacheConfig.m in Sources */, + 8FA2582204AFC9C4328359B737B2517B /* SDImageCacheDefine.m in Sources */, + C2EBD3A8E282FF4323BC1CB68C836977 /* SDImageCachesManager.m in Sources */, + 0A2AEEC269E2C676DDC78A939198CD7D /* SDImageCachesManagerOperation.m in Sources */, + C75545C69CA6CD725DD5975401C0A944 /* SDImageCoder.m in Sources */, + 80C8ADD04B0B74EA717BC3CFCBC49D4A /* SDImageCoderHelper.m in Sources */, + E38973C58862D42F573018751694E451 /* SDImageCodersManager.m in Sources */, + 0AA1A19BA5431B9E2C36C2361FBBA8DA /* SDImageFrame.m in Sources */, + A36ADA4F66124D79B98344176663A229 /* SDImageGIFCoder.m in Sources */, + 401B4B3C7DD4B9FCF00097FFB6F57776 /* SDImageGraphics.m in Sources */, + A90CDA70E10404A2294655905CE79DD2 /* SDImageIOCoder.m in Sources */, + 4644339617F8EBD8479E1943A3A7EE8E /* SDImageLoader.m in Sources */, + 6132B82C022420D02F3AA3CDD21E09D0 /* SDImageLoadersManager.m in Sources */, + 81ED75B8015217E08F200CAF5ACC4F68 /* SDImageTransformer.m in Sources */, + E10B72B75D420AE9527B566F5ADE2CE0 /* SDInternalMacros.m in Sources */, + 66DA196A7ADA95F1E8C2368FCC5212F5 /* SDMemoryCache.m in Sources */, + 7F79B37B94B80FA08F2342F1853644A7 /* SDWeakProxy.m in Sources */, + C2BB31DA7CC152253203D7046071B5A0 /* SDWebImage-dummy.m in Sources */, + 8984403024E1A8F02EDE5F81F7C1623B /* SDWebImageCacheKeyFilter.m in Sources */, + D5D56E03453444896FFB70B5AE29A4CC /* SDWebImageCacheSerializer.m in Sources */, + 0F9955D0355A9C55BB1BE690C9453CAB /* SDWebImageCompat.m in Sources */, + 0456CBCE0578A7CBB4AE135542B8ABA1 /* SDWebImageDefine.m in Sources */, + 70A35B8E8484E3C26B587FF52DA617EC /* SDWebImageDownloader.m in Sources */, + 9764872B59F1D0AC88CB2CC51A60E3E5 /* SDWebImageDownloaderConfig.m in Sources */, + A02E83975D5E062996CB1EE4AAF6BEED /* SDWebImageDownloaderOperation.m in Sources */, + 263054BCBDBCC80628B2574F140BD173 /* SDWebImageDownloaderRequestModifier.m in Sources */, + AAE8463C552D20BAFFFF2EAE08CC74B3 /* SDWebImageError.m in Sources */, + 3A3B3A46DBBF29597BA84E5BDC689DC2 /* SDWebImageIndicator.m in Sources */, + FD4172A60DE72F84D7C9E3627680B39D /* SDWebImageManager.m in Sources */, + 5F55EB3859E8C7CCBD46BD773B1191FF /* SDWebImagePrefetcher.m in Sources */, + 81D57F3D3CE696C6C1C832F53A144A70 /* SDWebImageTransition.m in Sources */, + F3BD79970C31C5DE6037C95D1A05F4A5 /* UIButton+WebCache.m in Sources */, + 580ED7A1FAA9A193202EAFF663D09EFD /* UIColor+HexString.m in Sources */, + 2A3A82182BADBF03EA2C9867A86CF9C8 /* UIImage+ForceDecode.m in Sources */, + 385C71DFC0890628AB156DC4A099CC8B /* UIImage+GIF.m in Sources */, + 2293667C956C31081A051D89DD078C95 /* UIImage+MemoryCacheCost.m in Sources */, + BBA56723A6FFA28CECE14D3528350E1E /* UIImage+Metadata.m in Sources */, + 36FA1D900B1CFF4682CC1CAB855C9045 /* UIImage+MultiFormat.m in Sources */, + 602BDF8496F83F83F90D8F0C37B93F0B /* UIImage+Transform.m in Sources */, + 73E8AA4790DA7BE7189D3B56EA916A2D /* UIImageView+HighlightedWebCache.m in Sources */, + 046D86F0B068CC4F8EA4A9908F5BD50B /* UIImageView+WebCache.m in Sources */, + 9C9F4A098015FF83709F85D43D63E0F5 /* UIView+WebCache.m in Sources */, + 6EC3854BEE33D0B2D88C8C98832C9C02 /* UIView+WebCacheOperation.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E9D5206365D9CD6D2945B053426F8BD9 /* Sources */ = { + E0D325CB1E83562765DF3C3DDF0C7916 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C39AAD502D15B3FF8335AD57500AF946 /* NSBezierPath+RoundedCorners.m in Sources */, - 6CDABAA96D58A57D4F9A4B839773D88D /* NSButton+WebCache.m in Sources */, - FA5C9B8C6ECDB73B841296A3F8B3D8DE /* NSData+ImageContentType.m in Sources */, - 9BE8D831300ECF8649FEB1470AABFE5C /* NSImage+Compatibility.m in Sources */, - B08423DD1400A6DF52D63B311796B38A /* SDAnimatedImage.m in Sources */, - 7C7DC79A9F8557D5477D76FAFD12D038 /* SDAnimatedImageRep.m in Sources */, - 55BEAD3D87BECC3C5F0D2C6C52C389A7 /* SDAnimatedImageView+WebCache.m in Sources */, - 946A8EFD78EB67F06654F9FE4647D466 /* SDAnimatedImageView.m in Sources */, - C784F2630F7302B7E19167418B28346E /* SDAsyncBlockOperation.m in Sources */, - 8803586CF9DBE70E20EB645BF5301F71 /* SDDiskCache.m in Sources */, - 80340EF4382BCC6B10F13BC54715BEEF /* SDImageAPNGCoder.m in Sources */, - E7CC1690F2B77CBCBF599118D3F83ECD /* SDImageAssetManager.m in Sources */, - CCC4DB3709C534164B0441763E10949D /* SDImageCache.m in Sources */, - 94963D7189811790814A224395144501 /* SDImageCacheConfig.m in Sources */, - 576954267C106B148935FCFAD715E74B /* SDImageCacheDefine.m in Sources */, - 3696052209D8B915D0F12F153252E5C7 /* SDImageCachesManager.m in Sources */, - C83792D7F8749110A03CDA4A541C8841 /* SDImageCachesManagerOperation.m in Sources */, - 13A2388DA70393E6E6737BC059CED961 /* SDImageCoder.m in Sources */, - D8558D53319F31A2984260558DC35707 /* SDImageCoderHelper.m in Sources */, - 159CB0F09801C2C139142785549AC647 /* SDImageCodersManager.m in Sources */, - A130AD206A9513B92C8A5F284E411114 /* SDImageFrame.m in Sources */, - CD40B1C11C445E35C4A6911B7E625758 /* SDImageGIFCoder.m in Sources */, - 4DE7D55BA7A5FEC9A191DD7B5CCADD81 /* SDImageGraphics.m in Sources */, - 76B7D4EE171F71A3A2F1D530F449D688 /* SDImageIOCoder.m in Sources */, - 8FE7FA9B30725349AEEF188A19374E9D /* SDImageLoader.m in Sources */, - 6A296A08060C1211C675102DBD83BA48 /* SDImageLoadersManager.m in Sources */, - 763E5EB10DE044545D8B53B89B1C8F4D /* SDImageTransformer.m in Sources */, - 7D5ECB9E65E72ECA82126310AD671508 /* SDInternalMacros.m in Sources */, - 7E3FB1D69058800706DA3AC977B52071 /* SDMemoryCache.m in Sources */, - 247ED054CF3E2E69C8F0AFC786A28699 /* SDWeakProxy.m in Sources */, - 870EFFB1E4C9333E13440F44EF031FA0 /* SDWebImage-dummy.m in Sources */, - 12282B43C02A67B41A7F33559D29E4C5 /* SDWebImageCacheKeyFilter.m in Sources */, - B169E6FE3F8463B558F325F9FF68F521 /* SDWebImageCacheSerializer.m in Sources */, - D3CE8C6A3999A0D14AAB1534593213D5 /* SDWebImageCompat.m in Sources */, - 28713A3285B4AF1C6CFAA0FD618E2DF1 /* SDWebImageDefine.m in Sources */, - DB0CAC824CE1BC185D8DF4B3B41F0C83 /* SDWebImageDownloader.m in Sources */, - CD4B36487FA3896C221068BEF91BD3F5 /* SDWebImageDownloaderConfig.m in Sources */, - 800DD0D491E684F52FA44A742FA6356F /* SDWebImageDownloaderOperation.m in Sources */, - 67AA9AE006298BB4D7B84C9F637DA767 /* SDWebImageDownloaderRequestModifier.m in Sources */, - 3B39449DA5F3E375303A4BD9217369D6 /* SDWebImageError.m in Sources */, - 37751FF6DFFE5408E0E7A93B358DC8BD /* SDWebImageIndicator.m in Sources */, - 02BECDB7AB570602929338577F5445A2 /* SDWebImageManager.m in Sources */, - FDCC21EF8746870A62E41BEF8FB086B4 /* SDWebImagePrefetcher.m in Sources */, - 04F0D7D64C2D4B9D4EDF3CC419938A83 /* SDWebImageTransition.m in Sources */, - 5459AB7E4F25BC6EA55F7EBA19D15010 /* UIButton+WebCache.m in Sources */, - 2EA9722C806157C4D560AAA6C8F6F461 /* UIColor+HexString.m in Sources */, - 3F4428AAF1A326C3FA8635F6676E6598 /* UIImage+ForceDecode.m in Sources */, - F762170A13DA3792FB87408AE16A4287 /* UIImage+GIF.m in Sources */, - 7D37BDA3CAF2EA176DBAAF51E9806C1B /* UIImage+MemoryCacheCost.m in Sources */, - E66A1E7F5146563A9E5934ED0DF7A95E /* UIImage+Metadata.m in Sources */, - 6C32C4379DB70D66D636DAF9E4FAAB74 /* UIImage+MultiFormat.m in Sources */, - 9C725767DAF4115DB20811D518173D75 /* UIImage+Transform.m in Sources */, - 9AABC7344479F8E2BFB2921D0A1EA6F9 /* UIImageView+HighlightedWebCache.m in Sources */, - 8E927AE37BE900AA731004A32C56674A /* UIImageView+WebCache.m in Sources */, - 6F86D1334ADB9255EB673DCC58460DCF /* UIView+WebCache.m in Sources */, - A66218E0A515F920A35B55165023001B /* UIView+WebCacheOperation.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - ED75E743A7206C8DE44FDE30653017BD /* Sources */ = { + E9071E43AC52888837E14E0131207753 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 03DBB8D547B68EDFC2FF6C4F19629DFE /* BPAlignment.swift in Sources */, - 43785926BC07F3073EE14C66C9071D8A /* BPCellConfigFile.swift in Sources */, - FE168FD8DCF5297B836144C6C2696288 /* BPCollectionViewCell.swift in Sources */, - 108981AB4F5B6D176103528F110899DE /* BPDelegate.swift in Sources */, - 93A699D479AB08B210CEE30DA49C8CC3 /* BPDirection.swift in Sources */, - 5668646E0AB1C162438BA58D8DE1B7C4 /* BPImageType.swift in Sources */, - C75E47A2A3AB251F992212446DBB92A7 /* BPLayoutConfigurator.swift in Sources */, - BF7604E4B1D4C4A2E25541368ED1E309 /* BubblePictures-dummy.m in Sources */, - 38D95A5DBD67E011F4F1E5C16C0F59F0 /* BubblePictures.swift in Sources */, - 958D0A48C2391A3E04454B8447C42452 /* ImageExtensions.swift in Sources */, - 12D2151D84E5D010D6655D67B3352D1A /* StringExtensions.swift in Sources */, + 25CBEC33118598813897580F125E0B33 /* BPAlignment.swift in Sources */, + CAEBD7C399B97894693B482529AFDAFA /* BPCellConfigFile.swift in Sources */, + F6A793E575908D3D6F50DC1950A29EC7 /* BPCollectionViewCell.swift in Sources */, + 39738191EEAAC5E8CA2DCCF12F744C54 /* BPDelegate.swift in Sources */, + B8C5EA84A11B138FE9AC14927F26DF19 /* BPDirection.swift in Sources */, + 92D4DA2DBEAA2B60A25219BAE6A107EC /* BPImageType.swift in Sources */, + 0F438973D9800590353D73A934B5F8A0 /* BPLayoutConfigurator.swift in Sources */, + 770C661E596A618019033ACFDDB0864F /* BubblePictures-dummy.m in Sources */, + 222EA05A8BE80389F4CF4FA7DB5C6C56 /* BubblePictures.swift in Sources */, + EBA1A2981C78DDF6C02B848A68B4CDB1 /* ImageExtensions.swift in Sources */, + E5901547932CD1F6D2D4892CF4D34837 /* StringExtensions.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 04F70841C97670F031EC6D3864057618 /* PBXTargetDependency */ = { + 04C73DB2768F3B3615004815D2042B67 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; - target = 9DD7B9A073A717D93C06745951174F55 /* SDWebImage */; - targetProxy = 55756878E12D1E4CB65E4CF1F50020E0 /* PBXContainerItemProxy */; + target = 34BA1CC364CEA55DAD368503FCE37A2F /* SDWebImage */; + targetProxy = CC51348DE56E44A9C416E30D3F383EC8 /* PBXContainerItemProxy */; }; - 2B00FD9F8463800707F3F7677DA34BE3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 9DD7B9A073A717D93C06745951174F55 /* SDWebImage */; - targetProxy = 6CDC8E0113CF72337115D29EDAFEE2E3 /* PBXContainerItemProxy */; - }; - 68EC9CB60429964ED42FA151A0C84A69 /* PBXTargetDependency */ = { + 2A748679137B709907C2F68055CDC00B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BubblePictures; - target = 6DAFAA6EF16D360D6F691DDF00DCC114 /* BubblePictures */; - targetProxy = F813969FC9AE58D5EE7B21452171C688 /* PBXContainerItemProxy */; + target = 9413137BBD2680A49B483E93E64AE904 /* BubblePictures */; + targetProxy = 0426776329641E0E4E7F64EE91D6F276 /* PBXContainerItemProxy */; }; - 8B14CA71DDD38012570963EF9EAA340C /* PBXTargetDependency */ = { + 5EBBF997B6F69C7ABEDAB0A987FFDDBA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "BubblePictures-BubblePictures"; - target = 8CC455F6F2927ACFEC8E63D359190A8C /* BubblePictures-BubblePictures */; - targetProxy = 6BED7F027EBD23B47289604308EFE102 /* PBXContainerItemProxy */; + target = 5D6A52B5D51FEE731D716812CA0D4F7E /* BubblePictures-BubblePictures */; + targetProxy = 3C4982D81F4B8A216BD2C9DD512E535C /* PBXContainerItemProxy */; + }; + F28829255CE8268F8C7438FCBF47A3A5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 34BA1CC364CEA55DAD368503FCE37A2F /* SDWebImage */; + targetProxy = 59ACBF8F21F1BC81242F5639516D50DF /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 2CC728531DA195D7552CDC3F01F5303C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6AECED10984D3B87B3BF5D5DD4F78217 /* BubblePictures.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/BubblePictures"; - INFOPLIST_FILE = "Target Support Files/BubblePictures/ResourceBundle-BubblePictures-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = BubblePictures; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 464AB8FE8ABB27D8DBD564090F3A3BFA /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BCC4D31BF603325B6CC1E9BE8D826508 /* SDWebImage.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SDWebImage/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; - PRODUCT_MODULE_NAME = SDWebImage; - PRODUCT_NAME = SDWebImage; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 5DE19CECB206ACCCACF04D62F93FFDA6 /* Release */ = { + 07488D4657FB0A78086563621D425F8A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1141,16 +1091,17 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; + 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 = ( - "POD_CONFIGURATION_RELEASE=1", + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -1160,17 +1111,113 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = NO; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 4.2; SYMROOT = "${SRCROOT}/../build"; }; + name = Debug; + }; + 1916A0985720F8253536EF5584C52F16 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A384D186CA0CD8EB1520D493BE7747CD /* BubblePictures.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/BubblePictures"; + INFOPLIST_FILE = "Target Support Files/BubblePictures/ResourceBundle-BubblePictures-BubblePictures-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = BubblePictures; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 1927AD1F042A4A09E796F7F78224B634 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A384D186CA0CD8EB1520D493BE7747CD /* BubblePictures.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/BubblePictures/BubblePictures-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/BubblePictures/BubblePictures-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/BubblePictures/BubblePictures.modulemap"; + PRODUCT_MODULE_NAME = BubblePictures; + PRODUCT_NAME = BubblePictures; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 6B7811F64D51E08B611558AF306EA626 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 99DD04B0D37662384411BB3CAD13B9AD /* SDWebImage.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SDWebImage/SDWebImage-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; + PRODUCT_MODULE_NAME = SDWebImage; + PRODUCT_NAME = SDWebImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 947A0D0806059B7E5054BAFD3DE5B9B3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A384D186CA0CD8EB1520D493BE7747CD /* BubblePictures.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/BubblePictures"; + INFOPLIST_FILE = "Target Support Files/BubblePictures/ResourceBundle-BubblePictures-BubblePictures-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = BubblePictures; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; name = Release; }; - 858D01EEFE984249A9581D18DBEA53F1 /* Debug */ = { + A1962E6FF39BBAC201A2E5DDF99557DF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1203,19 +1250,14 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; 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 = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", + "POD_CONFIGURATION_RELEASE=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -1225,37 +1267,19 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 4.2; SYMROOT = "${SRCROOT}/../build"; }; - name = Debug; - }; - 8A7C76015B0B1939481314538A3AD7AA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6AECED10984D3B87B3BF5D5DD4F78217 /* BubblePictures.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/BubblePictures"; - INFOPLIST_FILE = "Target Support Files/BubblePictures/ResourceBundle-BubblePictures-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = BubblePictures; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; + name = Release; }; - A9EED23FAC2462988A2C147B876D4112 /* Debug */ = { + B4E4F08604122FF45B7286B3DF3C5C26 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6AECED10984D3B87B3BF5D5DD4F78217 /* BubblePictures.xcconfig */; + baseConfigurationReference = A384D186CA0CD8EB1520D493BE7747CD /* BubblePictures.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -1267,7 +1291,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_PREFIX_HEADER = "Target Support Files/BubblePictures/BubblePictures-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/BubblePictures/Info.plist"; + INFOPLIST_FILE = "Target Support Files/BubblePictures/BubblePictures-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -1279,14 +1303,15 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - D9E276F8893D4B2343B9EAF58D95B3E8 /* Release */ = { + DB05AD45A451B2B356B52FF75B718757 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 48FC82246584091169FAC7ED7C17685E /* Pods-BubblePictures_Example.release.xcconfig */; + baseConfigurationReference = 0AE4375550405C83EE794684AF5BEE6C /* Pods-BubblePictures_Example.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; @@ -1298,7 +1323,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-BubblePictures_Example/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -1312,16 +1337,16 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - DED0E070B5D425F3889242CF6437F866 /* Release */ = { + E8BB6641448ED9AA1CAEF8F4A2C18A14 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6AECED10984D3B87B3BF5D5DD4F78217 /* BubblePictures.xcconfig */; + baseConfigurationReference = 6C4730672778E8DF30700A5C7CC81D43 /* Pods-BubblePictures_Example.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1331,18 +1356,19 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/BubblePictures/BubblePictures-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/BubblePictures/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/BubblePictures/BubblePictures.modulemap"; - PRODUCT_MODULE_NAME = BubblePictures; - PRODUCT_NAME = BubblePictures; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -1350,9 +1376,9 @@ }; name = Release; }; - F2C131E572E74AB16CDFC64DBAA18FF3 /* Debug */ = { + F59D7D24499494F1E42DEFF85925D2D1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BCC4D31BF603325B6CC1E9BE8D826508 /* SDWebImage.xcconfig */; + baseConfigurationReference = 99DD04B0D37662384411BB3CAD13B9AD /* SDWebImage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -1364,7 +1390,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SDWebImage/Info.plist"; + INFOPLIST_FILE = "Target Support Files/SDWebImage/SDWebImage-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -1376,93 +1402,61 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; - }; - F7AB7A1FC2A95D9F90EC76804E508134 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6BCB0F20FAF1D55703ED5B8B61AAADDC /* Pods-BubblePictures_Example.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-BubblePictures_Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; + name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 13DC5DB8E024C4D39F882A9E3901CA05 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - F2C131E572E74AB16CDFC64DBAA18FF3 /* Debug */, - 464AB8FE8ABB27D8DBD564090F3A3BFA /* Release */, + 07488D4657FB0A78086563621D425F8A /* Debug */, + A1962E6FF39BBAC201A2E5DDF99557DF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + 4F64563930ACA39F71603C5103332DAE /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 858D01EEFE984249A9581D18DBEA53F1 /* Debug */, - 5DE19CECB206ACCCACF04D62F93FFDA6 /* Release */, + 6B7811F64D51E08B611558AF306EA626 /* Debug */, + F59D7D24499494F1E42DEFF85925D2D1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 605E7F8BEEA281316D79CAE7CF96EB16 /* Build configuration list for PBXNativeTarget "BubblePictures" */ = { + 5412881F01734274E0359F56E9A8C650 /* Build configuration list for PBXNativeTarget "BubblePictures-BubblePictures" */ = { isa = XCConfigurationList; buildConfigurations = ( - A9EED23FAC2462988A2C147B876D4112 /* Debug */, - DED0E070B5D425F3889242CF6437F866 /* Release */, + 1916A0985720F8253536EF5584C52F16 /* Debug */, + 947A0D0806059B7E5054BAFD3DE5B9B3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AEF5E4A60115AA2284B22A1F279CE015 /* Build configuration list for PBXNativeTarget "BubblePictures-BubblePictures" */ = { + 601F26F8A6909A348FFEAFDD7E70398C /* Build configuration list for PBXNativeTarget "Pods-BubblePictures_Example" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8A7C76015B0B1939481314538A3AD7AA /* Debug */, - 2CC728531DA195D7552CDC3F01F5303C /* Release */, + DB05AD45A451B2B356B52FF75B718757 /* Debug */, + E8BB6641448ED9AA1CAEF8F4A2C18A14 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F200DD506DDE7D655943BA6776E05A8E /* Build configuration list for PBXNativeTarget "Pods-BubblePictures_Example" */ = { + 8E310052293FE4F498C37DF9D1263472 /* Build configuration list for PBXNativeTarget "BubblePictures" */ = { isa = XCConfigurationList; buildConfigurations = ( - F7AB7A1FC2A95D9F90EC76804E508134 /* Debug */, - D9E276F8893D4B2343B9EAF58D95B3E8 /* Release */, + 1927AD1F042A4A09E796F7F78224B634 /* Debug */, + B4E4F08604122FF45B7286B3DF3C5C26 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; } diff --git a/Example/Pods/Target Support Files/BubblePictures/BubblePictures-Info.plist b/Example/Pods/Target Support Files/BubblePictures/BubblePictures-Info.plist new file mode 100644 index 0000000..9a86452 --- /dev/null +++ b/Example/Pods/Target Support Files/BubblePictures/BubblePictures-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 2.1.2 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/BubblePictures/BubblePictures.xcconfig b/Example/Pods/Target Support Files/BubblePictures/BubblePictures.xcconfig index fe020a7..ba26104 100644 --- a/Example/Pods/Target Support Files/BubblePictures/BubblePictures.xcconfig +++ b/Example/Pods/Target Support Files/BubblePictures/BubblePictures.xcconfig @@ -1,8 +1,8 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BubblePictures FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_LDFLAGS = -framework "UIKit" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/Example/Pods/Target Support Files/BubblePictures/ResourceBundle-BubblePictures-BubblePictures-Info.plist b/Example/Pods/Target Support Files/BubblePictures/ResourceBundle-BubblePictures-BubblePictures-Info.plist new file mode 100644 index 0000000..456eea9 --- /dev/null +++ b/Example/Pods/Target Support Files/BubblePictures/ResourceBundle-BubblePictures-BubblePictures-Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 2.1.2 + CFBundleSignature + ???? + CFBundleVersion + 1 + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-Info.plist b/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-Info.plist new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh index 69345bf..28802df 100755 --- a/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh @@ -3,10 +3,15 @@ set -e set -u set -o pipefail +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then - # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy - # frameworks to, so exit 0 (signalling the script phase was successful). - exit 0 + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy + # frameworks to, so exit 0 (signalling the script phase was successful). + exit 0 fi echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" @@ -36,8 +41,8 @@ install_framework() local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" + echo "Symlinked..." + source="$(readlink "${source}")" fi # Use filter instead of exclude so missing patterns don't throw errors. @@ -47,8 +52,13 @@ install_framework() local basename basename="$(basename -s .framework "$1")" binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" fi # Strip invalid architectures so "fat" simulator / device frameworks work on device @@ -62,7 +72,7 @@ install_framework() # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) for lib in $swift_runtime_libs; do echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" @@ -101,8 +111,8 @@ install_dsym() { # Signs a framework with the provided identity code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" @@ -131,7 +141,7 @@ strip_invalid_archs() { for arch in $binary_archs; do if ! [[ "${ARCHS}" == *"$arch"* ]]; then # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + lipo -remove "$arch" -output "$binary" "$binary" stripped="$stripped $arch" fi done diff --git a/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example.debug.xcconfig index 252d441..b0bb2aa 100644 --- a/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example.debug.xcconfig @@ -1,10 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BubblePictures" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BubblePictures/BubblePictures.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BubblePictures/BubblePictures.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "BubblePictures" -framework "SDWebImage" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_LDFLAGS = $(inherited) -framework "BubblePictures" -framework "ImageIO" -framework "SDWebImage" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example.release.xcconfig index 252d441..b0bb2aa 100644 --- a/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example.release.xcconfig @@ -1,10 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BubblePictures" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BubblePictures/BubblePictures.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BubblePictures/BubblePictures.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "BubblePictures" -framework "SDWebImage" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_LDFLAGS = $(inherited) -framework "BubblePictures" -framework "ImageIO" -framework "SDWebImage" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Example/Pods/Target Support Files/SDWebImage/SDWebImage-Info.plist b/Example/Pods/Target Support Files/SDWebImage/SDWebImage-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Example/Pods/Target Support Files/SDWebImage/SDWebImage-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/SDWebImage/SDWebImage.xcconfig b/Example/Pods/Target Support Files/SDWebImage/SDWebImage.xcconfig index 0692010..fa0bf57 100644 --- a/Example/Pods/Target Support Files/SDWebImage/SDWebImage.xcconfig +++ b/Example/Pods/Target Support Files/SDWebImage/SDWebImage.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_LDFLAGS = -framework "ImageIO" +OTHER_LDFLAGS = $(inherited) -framework "ImageIO" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}