From a49672bc2f54c9744fb797db9301bc782495bb1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matha=CC=88us=20Zingerle?= Date: Thu, 2 Mar 2017 11:22:19 +0100 Subject: [PATCH] Updates `SDWebImage` dependency to `4.0.0` --- .../MWPhotoBrowser.xcodeproj/project.pbxproj | 2461 +-- Example/MWPhotoBrowser/Menu.m | 2 +- Example/Podfile.lock | 16 +- .../Private/SDWebImage/NSImage+WebCache.h | 1 + .../Private/SDWebImage/SDImageCacheConfig.h | 1 + .../Private/SDWebImage/UIView+WebCache.h | 1 + .../Public/SDWebImage/NSImage+WebCache.h | 1 + .../Public/SDWebImage/SDImageCacheConfig.h | 1 + .../Public/SDWebImage/UIView+WebCache.h | 1 + .../MWPhotoBrowser.podspec.json | 3 +- Example/Pods/Manifest.lock | 16 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 12687 +++++----------- .../contents.xcworkspacedata | 7 - .../xcschemes/MWPhotoBrowser.xcscheme | 60 - ...ple-MWPhotoBrowser-MWPhotoBrowser.xcscheme | 71 - ...otoBrowser_Example-MWPhotoBrowser.xcscheme | 71 - ...sts-MWPhotoBrowser-MWPhotoBrowser.xcscheme | 71 - ...PhotoBrowser_Tests-MWPhotoBrowser.xcscheme | 71 - Example/Pods/SDWebImage/LICENSE | 2 +- Example/Pods/SDWebImage/README.md | 313 +- .../SDWebImage/NSData+ImageContentType.h | 37 +- .../SDWebImage/NSData+ImageContentType.m | 47 +- .../SDWebImage/SDWebImage/NSImage+WebCache.h | 23 + .../SDWebImage/SDWebImage/NSImage+WebCache.m | 32 + .../Pods/SDWebImage/SDWebImage/SDImageCache.h | 205 +- .../Pods/SDWebImage/SDWebImage/SDImageCache.m | 399 +- .../SDWebImage/SDImageCacheConfig.h | 40 + .../SDWebImage/SDImageCacheConfig.m | 26 + .../SDWebImage/SDWebImage/SDWebImageCompat.h | 83 +- .../SDWebImage/SDWebImage/SDWebImageCompat.m | 30 +- .../SDWebImage/SDWebImage/SDWebImageDecoder.h | 7 +- .../SDWebImage/SDWebImage/SDWebImageDecoder.m | 296 +- .../SDWebImage/SDWebImageDownloader.h | 80 +- .../SDWebImage/SDWebImageDownloader.m | 263 +- .../SDWebImageDownloaderOperation.h | 88 +- .../SDWebImageDownloaderOperation.m | 448 +- .../SDWebImage/SDWebImage/SDWebImageManager.h | 126 +- .../SDWebImage/SDWebImage/SDWebImageManager.m | 248 +- .../SDWebImage/SDWebImagePrefetcher.h | 26 +- .../SDWebImage/SDWebImagePrefetcher.m | 28 +- .../SDWebImage/SDWebImage/UIButton+WebCache.h | 94 +- .../SDWebImage/SDWebImage/UIButton+WebCache.m | 239 +- .../Pods/SDWebImage/SDWebImage/UIImage+GIF.h | 27 +- .../Pods/SDWebImage/SDWebImage/UIImage+GIF.m | 166 +- .../SDWebImage/UIImage+MultiFormat.h | 21 +- .../SDWebImage/UIImage+MultiFormat.m | 69 +- .../UIImageView+HighlightedWebCache.h | 40 +- .../UIImageView+HighlightedWebCache.m | 106 +- .../SDWebImage/UIImageView+WebCache.h | 91 +- .../SDWebImage/UIImageView+WebCache.m | 249 +- .../SDWebImage/SDWebImage/UIView+WebCache.h | 82 + .../SDWebImage/SDWebImage/UIView+WebCache.m | 200 + .../SDWebImage/UIView+WebCacheOperation.h | 13 +- .../SDWebImage/UIView+WebCacheOperation.m | 37 +- .../DACircularProgress-iOS7.0-dummy.m | 5 + .../DACircularProgress-iOS7.0-prefix.pch | 12 + .../DACircularProgress-iOS7.0.xcconfig} | 7 +- .../DACircularProgress-iOS7.1-dummy.m | 5 + .../DACircularProgress-iOS7.1-prefix.pch | 12 + .../DACircularProgress-iOS7.1.xcconfig | 10 + .../DACircularProgress-dummy.m | 5 - .../DACircularProgress-prefix.pch | 4 - .../Expecta+Snapshots-prefix.pch | 8 + .../Expecta+Snapshots.xcconfig | 8 +- .../Expecta/Expecta-prefix.pch | 8 + .../Expecta/Expecta.xcconfig | 7 +- .../FBSnapshotTestCase-prefix.pch | 8 + .../FBSnapshotTestCase.xcconfig | 7 +- .../MBProgressHUD-iOS7.0-dummy.m | 5 + .../MBProgressHUD-iOS7.0-prefix.pch | 12 + .../MBProgressHUD-iOS7.0.xcconfig} | 7 +- .../MBProgressHUD-iOS7.1-dummy.m | 5 + .../MBProgressHUD-iOS7.1-prefix.pch | 12 + .../MBProgressHUD-iOS7.1.xcconfig | 10 + .../MBProgressHUD/MBProgressHUD-dummy.m | 5 - .../MBProgressHUD/MBProgressHUD-prefix.pch | 4 - .../MWPhotoBrowser-iOS7.0-dummy.m | 5 + .../MWPhotoBrowser-iOS7.0-prefix.pch | 12 + .../MWPhotoBrowser-iOS7.0.xcconfig} | 8 +- .../ResourceBundle-MWPhotoBrowser-Info.plist | 24 + .../MWPhotoBrowser-iOS7.1-dummy.m | 5 + .../MWPhotoBrowser-iOS7.1-prefix.pch | 12 + .../MWPhotoBrowser-iOS7.1.xcconfig | 11 + .../ResourceBundle-MWPhotoBrowser-Info.plist | 24 + .../MWPhotoBrowser/MWPhotoBrowser-dummy.m | 5 - .../MWPhotoBrowser/MWPhotoBrowser-prefix.pch | 4 - ...oBrowser_Example-acknowledgements.markdown | 4 +- ...hotoBrowser_Example-acknowledgements.plist | 12 +- .../Pods-MWPhotoBrowser_Example-frameworks.sh | 14 +- .../Pods-MWPhotoBrowser_Example-resources.sh | 102 +- ...Pods-MWPhotoBrowser_Example.debug.xcconfig | 7 +- ...ds-MWPhotoBrowser_Example.release.xcconfig | 7 +- ...otoBrowser_Tests-acknowledgements.markdown | 4 +- ...WPhotoBrowser_Tests-acknowledgements.plist | 20 +- .../Pods-MWPhotoBrowser_Tests-frameworks.sh | 14 +- .../Pods-MWPhotoBrowser_Tests-resources.sh | 102 +- .../Pods-MWPhotoBrowser_Tests.debug.xcconfig | 9 +- ...Pods-MWPhotoBrowser_Tests.release.xcconfig | 9 +- .../SDWebImage-iOS7.0-dummy.m | 5 + .../SDWebImage-iOS7.0-prefix.pch | 12 + .../SDWebImage-iOS7.0.xcconfig} | 7 +- .../SDWebImage-iOS7.1-dummy.m | 5 + .../SDWebImage-iOS7.1-prefix.pch | 12 + .../SDWebImage-iOS7.1.xcconfig | 10 + .../SDWebImage/SDWebImage-dummy.m | 5 - .../SDWebImage/SDWebImage-prefix.pch | 4 - .../Specta/Specta-prefix.pch | 8 + .../Specta/Specta.xcconfig | 7 +- MWPhotoBrowser.podspec | 6 +- Pod/Classes/MWPhoto.m | 6 +- 110 files changed, 6980 insertions(+), 13510 deletions(-) create mode 120000 Example/Pods/Headers/Private/SDWebImage/NSImage+WebCache.h create mode 120000 Example/Pods/Headers/Private/SDWebImage/SDImageCacheConfig.h create mode 120000 Example/Pods/Headers/Private/SDWebImage/UIView+WebCache.h create mode 120000 Example/Pods/Headers/Public/SDWebImage/NSImage+WebCache.h create mode 120000 Example/Pods/Headers/Public/SDWebImage/SDImageCacheConfig.h create mode 120000 Example/Pods/Headers/Public/SDWebImage/UIView+WebCache.h delete mode 100644 Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/MWPhotoBrowser.xcscheme delete mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Example-MWPhotoBrowser-MWPhotoBrowser.xcscheme delete mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Example-MWPhotoBrowser.xcscheme delete mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Tests-MWPhotoBrowser-MWPhotoBrowser.xcscheme delete mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Tests-MWPhotoBrowser.xcscheme create mode 100644 Example/Pods/SDWebImage/SDWebImage/NSImage+WebCache.h create mode 100644 Example/Pods/SDWebImage/SDWebImage/NSImage+WebCache.m create mode 100644 Example/Pods/SDWebImage/SDWebImage/SDImageCacheConfig.h create mode 100644 Example/Pods/SDWebImage/SDWebImage/SDImageCacheConfig.m create mode 100644 Example/Pods/SDWebImage/SDWebImage/UIView+WebCache.h create mode 100644 Example/Pods/SDWebImage/SDWebImage/UIView+WebCache.m create mode 100644 Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0-dummy.m create mode 100644 Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0-prefix.pch rename Example/Pods/Target Support Files/{DACircularProgress/DACircularProgress.xcconfig => DACircularProgress-iOS7.0/DACircularProgress-iOS7.0.xcconfig} (63%) create mode 100644 Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-dummy.m create mode 100644 Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-prefix.pch create mode 100644 Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1.xcconfig delete mode 100644 Example/Pods/Target Support Files/DACircularProgress/DACircularProgress-dummy.m delete mode 100644 Example/Pods/Target Support Files/DACircularProgress/DACircularProgress-prefix.pch create mode 100644 Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0-dummy.m create mode 100644 Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0-prefix.pch rename Example/Pods/Target Support Files/{MBProgressHUD/MBProgressHUD.xcconfig => MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0.xcconfig} (63%) create mode 100644 Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-dummy.m create mode 100644 Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-prefix.pch create mode 100644 Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1.xcconfig delete mode 100644 Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-dummy.m delete mode 100644 Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch create mode 100644 Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0-dummy.m create mode 100644 Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0-prefix.pch rename Example/Pods/Target Support Files/{MWPhotoBrowser/MWPhotoBrowser.xcconfig => MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0.xcconfig} (56%) create mode 100644 Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/ResourceBundle-MWPhotoBrowser-Info.plist create mode 100644 Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-dummy.m create mode 100644 Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-prefix.pch create mode 100644 Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1.xcconfig create mode 100644 Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/ResourceBundle-MWPhotoBrowser-Info.plist delete mode 100644 Example/Pods/Target Support Files/MWPhotoBrowser/MWPhotoBrowser-dummy.m delete mode 100644 Example/Pods/Target Support Files/MWPhotoBrowser/MWPhotoBrowser-prefix.pch create mode 100644 Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0-dummy.m create mode 100644 Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0-prefix.pch rename Example/Pods/Target Support Files/{SDWebImage/SDWebImage.xcconfig => SDWebImage-iOS7.0/SDWebImage-iOS7.0.xcconfig} (64%) create mode 100644 Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1-dummy.m create mode 100644 Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1-prefix.pch create mode 100644 Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1.xcconfig delete mode 100644 Example/Pods/Target Support Files/SDWebImage/SDWebImage-dummy.m delete mode 100644 Example/Pods/Target Support Files/SDWebImage/SDWebImage-prefix.pch diff --git a/Example/MWPhotoBrowser.xcodeproj/project.pbxproj b/Example/MWPhotoBrowser.xcodeproj/project.pbxproj index 9eb939fd4..a28cceb6a 100644 --- a/Example/MWPhotoBrowser.xcodeproj/project.pbxproj +++ b/Example/MWPhotoBrowser.xcodeproj/project.pbxproj @@ -1,1767 +1,694 @@ - - - - - archiveVersion - 1 - classes - - objectVersion - 46 - objects - - 02040E41C46EB311FEA82F90 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Embed Pods Frameworks - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-frameworks.sh" - - showEnvVarsInLog - 0 - - 0EC5D4A41B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo1.jpg - path - MWPhotoBrowser/Local Media/photo1.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4A51B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo1t.jpg - path - MWPhotoBrowser/Local Media/photo1t.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4A61B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo2.jpg - path - MWPhotoBrowser/Local Media/photo2.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4A71B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo2t.jpg - path - MWPhotoBrowser/Local Media/photo2t.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4A81B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo3.jpg - path - MWPhotoBrowser/Local Media/photo3.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4A91B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo3t.jpg - path - MWPhotoBrowser/Local Media/photo3t.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4AA1B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo4.jpg - path - MWPhotoBrowser/Local Media/photo4.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4AB1B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo4t.jpg - path - MWPhotoBrowser/Local Media/photo4t.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4AC1B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo5.jpg - path - MWPhotoBrowser/Local Media/photo5.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4AD1B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo5t.jpg - path - MWPhotoBrowser/Local Media/photo5t.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4AE1B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo6.jpg - path - MWPhotoBrowser/Local Media/photo6.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4AF1B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo6t.jpg - path - MWPhotoBrowser/Local Media/photo6t.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4B01B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo7.jpg - path - MWPhotoBrowser/Local Media/photo7.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4B11B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo7t.jpg - path - MWPhotoBrowser/Local Media/photo7t.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4B21B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo8.jpg - path - MWPhotoBrowser/Local Media/photo8.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4B31B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - photo8t.jpg - path - MWPhotoBrowser/Local Media/photo8t.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4B41B4C46E50092ACC1 - - isa - PBXFileReference - lastKnownFileType - file - name - video.mp4 - path - MWPhotoBrowser/Local Media/video.mp4 - sourceTree - SOURCE_ROOT - - 0EC5D4B51B4C46E50092ACC1 - - fileRef - 0EC5D4A41B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4B61B4C46E50092ACC1 - - fileRef - 0EC5D4A51B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4B71B4C46E50092ACC1 - - fileRef - 0EC5D4A61B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4B81B4C46E50092ACC1 - - fileRef - 0EC5D4A71B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4B91B4C46E50092ACC1 - - fileRef - 0EC5D4A81B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4BA1B4C46E50092ACC1 - - fileRef - 0EC5D4A91B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4BB1B4C46E50092ACC1 - - fileRef - 0EC5D4AA1B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4BC1B4C46E50092ACC1 - - fileRef - 0EC5D4AB1B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4BD1B4C46E50092ACC1 - - fileRef - 0EC5D4AC1B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4BE1B4C46E50092ACC1 - - fileRef - 0EC5D4AD1B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4BF1B4C46E50092ACC1 - - fileRef - 0EC5D4AE1B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4C01B4C46E50092ACC1 - - fileRef - 0EC5D4AF1B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4C11B4C46E50092ACC1 - - fileRef - 0EC5D4B01B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4C21B4C46E50092ACC1 - - fileRef - 0EC5D4B11B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4C31B4C46E50092ACC1 - - fileRef - 0EC5D4B21B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4C41B4C46E50092ACC1 - - fileRef - 0EC5D4B31B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4C51B4C46E50092ACC1 - - fileRef - 0EC5D4B41B4C46E50092ACC1 - isa - PBXBuildFile - - 0EC5D4C81B4C480E0092ACC1 - - isa - PBXFileReference - lastKnownFileType - image.jpeg - name - video_thumb.jpg - path - MWPhotoBrowser/Local Media/video_thumb.jpg - sourceTree - SOURCE_ROOT - - 0EC5D4C91B4C480E0092ACC1 - - fileRef - 0EC5D4C81B4C480E0092ACC1 - isa - PBXBuildFile - - 234A7CACC7671133BED1A091 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-MWPhotoBrowser_Tests.release.xcconfig - path - Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.release.xcconfig - sourceTree - <group> - - 2BD41C6E3DA363EE7B81636E - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-MWPhotoBrowser_Tests.a - sourceTree - BUILT_PRODUCTS_DIR - - 3CC5A2FF9CBF1B37D7CB6F91 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Copy Pods Resources - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-resources.sh" - - showEnvVarsInLog - 0 - - 42FCB8D314CA85E2DF2C6434 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - name - LICENSE - path - ../LICENSE - sourceTree - <group> - - 4C18E1171B47E72800E3D63A - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - AppDelegate.h - sourceTree - <group> - - 4C18E1181B47E72800E3D63A - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - AppDelegate.m - sourceTree - <group> - - 4C18E1191B47E72800E3D63A - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Menu.h - sourceTree - <group> - - 4C18E11A1B47E72800E3D63A - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Menu.m - sourceTree - <group> - - 4C18E11B1B47E72800E3D63A - - fileRef - 4C18E1181B47E72800E3D63A - isa - PBXBuildFile - - 4C18E11C1B47E72800E3D63A - - fileRef - 4C18E11A1B47E72800E3D63A - isa - PBXBuildFile - - 4C18E1431B47F05900E3D63A - - children - - 0EC5D4C81B4C480E0092ACC1 - 0EC5D4A41B4C46E50092ACC1 - 0EC5D4A51B4C46E50092ACC1 - 0EC5D4A61B4C46E50092ACC1 - 0EC5D4A71B4C46E50092ACC1 - 0EC5D4A81B4C46E50092ACC1 - 0EC5D4A91B4C46E50092ACC1 - 0EC5D4AA1B4C46E50092ACC1 - 0EC5D4AB1B4C46E50092ACC1 - 0EC5D4AC1B4C46E50092ACC1 - 0EC5D4AD1B4C46E50092ACC1 - 0EC5D4AE1B4C46E50092ACC1 - 0EC5D4AF1B4C46E50092ACC1 - 0EC5D4B01B4C46E50092ACC1 - 0EC5D4B11B4C46E50092ACC1 - 0EC5D4B21B4C46E50092ACC1 - 0EC5D4B31B4C46E50092ACC1 - 0EC5D4B41B4C46E50092ACC1 - - isa - PBXGroup - name - Local Media - path - Photos - sourceTree - <group> - - 4D7FBE8AC8249BBC4ADD838E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-MWPhotoBrowser_Example.release.xcconfig - path - Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.release.xcconfig - sourceTree - <group> - - 4E0A14EFB687307A0833E979 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - name - MWPhotoBrowser.podspec - path - ../MWPhotoBrowser.podspec - sourceTree - <group> - - 542176705B9DBC22BBCDF3E4 - - children - - 6E2C60685D353B336094E4E7 - 4D7FBE8AC8249BBC4ADD838E - CA6EC4575DA50FD5A6F8685B - 234A7CACC7671133BED1A091 - - isa - PBXGroup - name - Pods - sourceTree - <group> - - 5FDE805C8BB47D59B5BCB5FA - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Copy Pods Resources - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-resources.sh" - - showEnvVarsInLog - 0 - - 6003F581195388D10070C39A - - children - - 4E0A14EFB687307A0833E979 - B5C85CB7FE89F584D392C9CF - 42FCB8D314CA85E2DF2C6434 - 6003F593195388D20070C39A - 6003F5B5195388D20070C39A - 6003F58C195388D20070C39A - 6003F58B195388D20070C39A - 542176705B9DBC22BBCDF3E4 - - isa - PBXGroup - sourceTree - <group> - - 6003F582195388D10070C39A - - attributes - - CLASSPREFIX - MW - LastUpgradeCheck - 0730 - ORGANIZATIONNAME - Michael Waterfall - TargetAttributes - - 6003F5AD195388D20070C39A - - TestTargetID - 6003F589195388D20070C39A - - - - buildConfigurationList - 6003F585195388D10070C39A - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions - - en - Base - - mainGroup - 6003F581195388D10070C39A - productRefGroup - 6003F58B195388D20070C39A - projectDirPath - - projectReferences - - projectRoot - - targets - - 6003F589195388D20070C39A - 6003F5AD195388D20070C39A - - - 6003F585195388D10070C39A - - buildConfigurations - - 6003F5BD195388D20070C39A - 6003F5BE195388D20070C39A - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 6003F586195388D20070C39A - - buildActionMask - 2147483647 - files - - 4C18E11B1B47E72800E3D63A - 6003F59A195388D20070C39A - 4C18E11C1B47E72800E3D63A - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 6003F587195388D20070C39A - - buildActionMask - 2147483647 - files - - 6003F590195388D20070C39A - 6003F592195388D20070C39A - 6003F58E195388D20070C39A - BDF7E0625C136532C64B3038 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 6003F588195388D20070C39A - - buildActionMask - 2147483647 - files - - 0EC5D4B51B4C46E50092ACC1 - 0EC5D4C31B4C46E50092ACC1 - 0EC5D4B71B4C46E50092ACC1 - 873B8AEB1B1F5CCA007FD442 - 6003F5A9195388D20070C39A - 0EC5D4BD1B4C46E50092ACC1 - 0EC5D4BF1B4C46E50092ACC1 - 0EC5D4BE1B4C46E50092ACC1 - 6003F598195388D20070C39A - 0EC5D4BB1B4C46E50092ACC1 - 0EC5D4C41B4C46E50092ACC1 - 0EC5D4C51B4C46E50092ACC1 - 0EC5D4C21B4C46E50092ACC1 - 0EC5D4C01B4C46E50092ACC1 - 0EC5D4C11B4C46E50092ACC1 - 0EC5D4B61B4C46E50092ACC1 - 0EC5D4C91B4C480E0092ACC1 - 0EC5D4BC1B4C46E50092ACC1 - 0EC5D4BA1B4C46E50092ACC1 - 0EC5D4B91B4C46E50092ACC1 - 0EC5D4B81B4C46E50092ACC1 - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 6003F589195388D20070C39A - - buildConfigurationList - 6003F5BF195388D20070C39A - buildPhases - - 81B3EFFED33BEA59184A897C - 6003F586195388D20070C39A - 6003F587195388D20070C39A - 6003F588195388D20070C39A - 5FDE805C8BB47D59B5BCB5FA - C7E06D0576A92A1C834427BE - - buildRules - - dependencies - - isa - PBXNativeTarget - name - MWPhotoBrowser_Example - productName - MWPhotoBrowser - productReference - 6003F58A195388D20070C39A - productType - com.apple.product-type.application - - 6003F58A195388D20070C39A - - explicitFileType - wrapper.application - includeInIndex - 0 - isa - PBXFileReference - path - MWPhotoBrowser_Example.app - sourceTree - BUILT_PRODUCTS_DIR - - 6003F58B195388D20070C39A - - children - - 6003F58A195388D20070C39A - 6003F5AE195388D20070C39A - - isa - PBXGroup - name - Products - sourceTree - <group> - - 6003F58C195388D20070C39A - - children - - 6003F58D195388D20070C39A - 6003F58F195388D20070C39A - 6003F591195388D20070C39A - 6003F5AF195388D20070C39A - 9C165E5EE0D40A4673EB6CB0 - 2BD41C6E3DA363EE7B81636E - - isa - PBXGroup - name - Frameworks - sourceTree - <group> - - 6003F58D195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - Foundation.framework - path - System/Library/Frameworks/Foundation.framework - sourceTree - SDKROOT - - 6003F58E195388D20070C39A - - fileRef - 6003F58D195388D20070C39A - isa - PBXBuildFile - - 6003F58F195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - CoreGraphics.framework - path - System/Library/Frameworks/CoreGraphics.framework - sourceTree - SDKROOT - - 6003F590195388D20070C39A - - fileRef - 6003F58F195388D20070C39A - isa - PBXBuildFile - - 6003F591195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - UIKit.framework - path - System/Library/Frameworks/UIKit.framework - sourceTree - SDKROOT - - 6003F592195388D20070C39A - - fileRef - 6003F591195388D20070C39A - isa - PBXBuildFile - - 6003F593195388D20070C39A - - children - - 4C18E1171B47E72800E3D63A - 4C18E1181B47E72800E3D63A - 4C18E1191B47E72800E3D63A - 4C18E11A1B47E72800E3D63A - 873B8AEA1B1F5CCA007FD442 - 6003F5A8195388D20070C39A - 4C18E1431B47F05900E3D63A - 6003F594195388D20070C39A - - isa - PBXGroup - name - Example - path - MWPhotoBrowser - sourceTree - <group> - - 6003F594195388D20070C39A - - children - - 6003F595195388D20070C39A - 6003F596195388D20070C39A - 6003F599195388D20070C39A - 6003F59B195388D20070C39A - - isa - PBXGroup - name - Supporting Files - sourceTree - <group> - - 6003F595195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - MWPhotoBrowser-Info.plist - sourceTree - <group> - - 6003F596195388D20070C39A - - children - - 6003F597195388D20070C39A - - isa - PBXVariantGroup - name - InfoPlist.strings - sourceTree - <group> - - 6003F597195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - text.plist.strings - name - en - path - en.lproj/InfoPlist.strings - sourceTree - <group> - - 6003F598195388D20070C39A - - fileRef - 6003F596195388D20070C39A - isa - PBXBuildFile - - 6003F599195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - main.m - sourceTree - <group> - - 6003F59A195388D20070C39A - - fileRef - 6003F599195388D20070C39A - isa - PBXBuildFile - - 6003F59B195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWPhotoBrowser-Prefix.pch - sourceTree - <group> - - 6003F5A8195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - folder.assetcatalog - path - Images.xcassets - sourceTree - <group> - - 6003F5A9195388D20070C39A - - fileRef - 6003F5A8195388D20070C39A - isa - PBXBuildFile - - 6003F5AA195388D20070C39A - - buildActionMask - 2147483647 - files - - 6003F5BC195388D20070C39A - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 6003F5AB195388D20070C39A - - buildActionMask - 2147483647 - files - - 6003F5B0195388D20070C39A - 6003F5B2195388D20070C39A - 6003F5B1195388D20070C39A - BBD9ABBBC6D859245030E9BA - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 6003F5AC195388D20070C39A - - buildActionMask - 2147483647 - files - - 6003F5BA195388D20070C39A - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 6003F5AD195388D20070C39A - - buildConfigurationList - 6003F5C2195388D20070C39A - buildPhases - - F7D70421FEADB9922E5F26C7 - 6003F5AA195388D20070C39A - 6003F5AB195388D20070C39A - 6003F5AC195388D20070C39A - 3CC5A2FF9CBF1B37D7CB6F91 - 02040E41C46EB311FEA82F90 - - buildRules - - dependencies - - 6003F5B4195388D20070C39A - - isa - PBXNativeTarget - name - MWPhotoBrowser_Tests - productName - MWPhotoBrowserTests - productReference - 6003F5AE195388D20070C39A - productType - com.apple.product-type.bundle.unit-test - - 6003F5AE195388D20070C39A - - explicitFileType - wrapper.cfbundle - includeInIndex - 0 - isa - PBXFileReference - path - MWPhotoBrowser_Tests.xctest - sourceTree - BUILT_PRODUCTS_DIR - - 6003F5AF195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - XCTest.framework - path - Library/Frameworks/XCTest.framework - sourceTree - DEVELOPER_DIR - - 6003F5B0195388D20070C39A - - fileRef - 6003F5AF195388D20070C39A - isa - PBXBuildFile - - 6003F5B1195388D20070C39A - - fileRef - 6003F58D195388D20070C39A - isa - PBXBuildFile - - 6003F5B2195388D20070C39A - - fileRef - 6003F591195388D20070C39A - isa - PBXBuildFile - - 6003F5B3195388D20070C39A - - containerPortal - 6003F582195388D10070C39A - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 6003F589195388D20070C39A - remoteInfo - MWPhotoBrowser - - 6003F5B4195388D20070C39A - - isa - PBXTargetDependency - target - 6003F589195388D20070C39A - targetProxy - 6003F5B3195388D20070C39A - - 6003F5B5195388D20070C39A - - children - - 6003F5BB195388D20070C39A - 6003F5B6195388D20070C39A - - isa - PBXGroup - path - Tests - sourceTree - <group> - - 6003F5B6195388D20070C39A - - children - - 6003F5B7195388D20070C39A - 6003F5B8195388D20070C39A - 606FC2411953D9B200FFA9A0 - - isa - PBXGroup - name - Supporting Files - sourceTree - <group> - - 6003F5B7195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Tests-Info.plist - sourceTree - <group> - - 6003F5B8195388D20070C39A - - children - - 6003F5B9195388D20070C39A - - isa - PBXVariantGroup - name - InfoPlist.strings - sourceTree - <group> - - 6003F5B9195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - text.plist.strings - name - en - path - en.lproj/InfoPlist.strings - sourceTree - <group> - - 6003F5BA195388D20070C39A - - fileRef - 6003F5B8195388D20070C39A - isa - PBXBuildFile - - 6003F5BB195388D20070C39A - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Tests.m - sourceTree - <group> - - 6003F5BC195388D20070C39A - - fileRef - 6003F5BB195388D20070C39A - isa - PBXBuildFile - - 6003F5BD195388D20070C39A - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_ENABLE_OBJC_ARC - YES - CLANG_WARN_BOOL_CONVERSION - YES - CLANG_WARN_CONSTANT_CONVERSION - YES - CLANG_WARN_DIRECT_OBJC_ISA_USAGE - YES_ERROR - CLANG_WARN_EMPTY_BODY - YES - CLANG_WARN_ENUM_CONVERSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_OBJC_ROOT_CLASS - YES_ERROR - CLANG_WARN__DUPLICATE_METHOD_MATCH - YES - CODE_SIGN_IDENTITY[sdk=iphoneos*] - iPhone Developer - COPY_PHASE_STRIP - NO - ENABLE_TESTABILITY - YES - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES_ERROR - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES_AGGRESSIVE - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.1 - ONLY_ACTIVE_ARCH - YES - SDKROOT - iphoneos - TARGETED_DEVICE_FAMILY - 1,2 - - isa - XCBuildConfiguration - name - Debug - - 6003F5BE195388D20070C39A - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_ENABLE_OBJC_ARC - YES - CLANG_WARN_BOOL_CONVERSION - YES - CLANG_WARN_CONSTANT_CONVERSION - YES - CLANG_WARN_DIRECT_OBJC_ISA_USAGE - YES_ERROR - CLANG_WARN_EMPTY_BODY - YES - CLANG_WARN_ENUM_CONVERSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_OBJC_ROOT_CLASS - YES_ERROR - CLANG_WARN__DUPLICATE_METHOD_MATCH - YES - CODE_SIGN_IDENTITY[sdk=iphoneos*] - iPhone Developer - COPY_PHASE_STRIP - YES - ENABLE_NS_ASSERTIONS - NO - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES_ERROR - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES_AGGRESSIVE - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.1 - SDKROOT - iphoneos - TARGETED_DEVICE_FAMILY - 1,2 - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - 6003F5BF195388D20070C39A - - buildConfigurations - - 6003F5C0195388D20070C39A - 6003F5C1195388D20070C39A - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 6003F5C0195388D20070C39A - - baseConfigurationReference - 6E2C60685D353B336094E4E7 - buildSettings - - ASSETCATALOG_COMPILER_APPICON_NAME - AppIcon - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME - LaunchImage - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - MWPhotoBrowser/MWPhotoBrowser-Prefix.pch - INFOPLIST_FILE - MWPhotoBrowser/MWPhotoBrowser-Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MODULE_NAME - ExampleApp - PRODUCT_BUNDLE_IDENTIFIER - org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier} - PRODUCT_NAME - $(TARGET_NAME) - WRAPPER_EXTENSION - app - - isa - XCBuildConfiguration - name - Debug - - 6003F5C1195388D20070C39A - - baseConfigurationReference - 4D7FBE8AC8249BBC4ADD838E - buildSettings - - ASSETCATALOG_COMPILER_APPICON_NAME - AppIcon - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME - LaunchImage - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - MWPhotoBrowser/MWPhotoBrowser-Prefix.pch - INFOPLIST_FILE - MWPhotoBrowser/MWPhotoBrowser-Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MODULE_NAME - ExampleApp - PRODUCT_BUNDLE_IDENTIFIER - org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier} - PRODUCT_NAME - $(TARGET_NAME) - WRAPPER_EXTENSION - app - - isa - XCBuildConfiguration - name - Release - - 6003F5C2195388D20070C39A - - buildConfigurations - - 6003F5C3195388D20070C39A - 6003F5C4195388D20070C39A - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 6003F5C3195388D20070C39A - - baseConfigurationReference - CA6EC4575DA50FD5A6F8685B - buildSettings - - BUNDLE_LOADER - $(TEST_HOST) - FRAMEWORK_SEARCH_PATHS - - $(SDKROOT)/Developer/Library/Frameworks - $(inherited) - $(DEVELOPER_FRAMEWORKS_DIR) - - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Tests/Tests-Prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - INFOPLIST_FILE - Tests/Tests-Info.plist - PRODUCT_BUNDLE_IDENTIFIER - org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier} - PRODUCT_NAME - $(TARGET_NAME) - TEST_HOST - $(BUILT_PRODUCTS_DIR)/MWPhotoBrowser_Example.app/MWPhotoBrowser_Example - WRAPPER_EXTENSION - xctest - - isa - XCBuildConfiguration - name - Debug - - 6003F5C4195388D20070C39A - - baseConfigurationReference - 234A7CACC7671133BED1A091 - buildSettings - - BUNDLE_LOADER - $(TEST_HOST) - FRAMEWORK_SEARCH_PATHS - - $(SDKROOT)/Developer/Library/Frameworks - $(inherited) - $(DEVELOPER_FRAMEWORKS_DIR) - - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Tests/Tests-Prefix.pch - INFOPLIST_FILE - Tests/Tests-Info.plist - PRODUCT_BUNDLE_IDENTIFIER - org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier} - PRODUCT_NAME - $(TARGET_NAME) - TEST_HOST - $(BUILT_PRODUCTS_DIR)/MWPhotoBrowser_Example.app/MWPhotoBrowser_Example - WRAPPER_EXTENSION - xctest - - isa - XCBuildConfiguration - name - Release - - 606FC2411953D9B200FFA9A0 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Tests-Prefix.pch - sourceTree - <group> - - 6E2C60685D353B336094E4E7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-MWPhotoBrowser_Example.debug.xcconfig - path - Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.debug.xcconfig - sourceTree - <group> - - 81B3EFFED33BEA59184A897C - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Check Pods Manifest.lock - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null -if [[ $? != 0 ]] ; then - cat << EOM -error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. -EOM - exit 1 -fi - - showEnvVarsInLog - 0 - - 873B8AEA1B1F5CCA007FD442 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - file.storyboard - path - Main.storyboard - sourceTree - <group> - - 873B8AEB1B1F5CCA007FD442 - - fileRef - 873B8AEA1B1F5CCA007FD442 - isa - PBXBuildFile - - 9C165E5EE0D40A4673EB6CB0 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-MWPhotoBrowser_Example.a - sourceTree - BUILT_PRODUCTS_DIR - - B5C85CB7FE89F584D392C9CF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - net.daringfireball.markdown - name - README.md - path - ../README.md - sourceTree - <group> - - BBD9ABBBC6D859245030E9BA - - fileRef - 2BD41C6E3DA363EE7B81636E - isa - PBXBuildFile - - BDF7E0625C136532C64B3038 - - fileRef - 9C165E5EE0D40A4673EB6CB0 - isa - PBXBuildFile - - C7E06D0576A92A1C834427BE - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Embed Pods Frameworks - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-frameworks.sh" - - showEnvVarsInLog - 0 - - CA6EC4575DA50FD5A6F8685B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-MWPhotoBrowser_Tests.debug.xcconfig - path - Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.debug.xcconfig - sourceTree - <group> - - F7D70421FEADB9922E5F26C7 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Check Pods Manifest.lock - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null -if [[ $? != 0 ]] ; then - cat << EOM -error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. -EOM - exit 1 -fi - - showEnvVarsInLog - 0 - - - rootObject - 6003F582195388D10070C39A - - +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 0EC5D4B51B4C46E50092ACC1 /* photo1.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4A41B4C46E50092ACC1 /* photo1.jpg */; }; + 0EC5D4B61B4C46E50092ACC1 /* photo1t.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4A51B4C46E50092ACC1 /* photo1t.jpg */; }; + 0EC5D4B71B4C46E50092ACC1 /* photo2.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4A61B4C46E50092ACC1 /* photo2.jpg */; }; + 0EC5D4B81B4C46E50092ACC1 /* photo2t.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4A71B4C46E50092ACC1 /* photo2t.jpg */; }; + 0EC5D4B91B4C46E50092ACC1 /* photo3.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4A81B4C46E50092ACC1 /* photo3.jpg */; }; + 0EC5D4BA1B4C46E50092ACC1 /* photo3t.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4A91B4C46E50092ACC1 /* photo3t.jpg */; }; + 0EC5D4BB1B4C46E50092ACC1 /* photo4.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4AA1B4C46E50092ACC1 /* photo4.jpg */; }; + 0EC5D4BC1B4C46E50092ACC1 /* photo4t.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4AB1B4C46E50092ACC1 /* photo4t.jpg */; }; + 0EC5D4BD1B4C46E50092ACC1 /* photo5.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4AC1B4C46E50092ACC1 /* photo5.jpg */; }; + 0EC5D4BE1B4C46E50092ACC1 /* photo5t.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4AD1B4C46E50092ACC1 /* photo5t.jpg */; }; + 0EC5D4BF1B4C46E50092ACC1 /* photo6.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4AE1B4C46E50092ACC1 /* photo6.jpg */; }; + 0EC5D4C01B4C46E50092ACC1 /* photo6t.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4AF1B4C46E50092ACC1 /* photo6t.jpg */; }; + 0EC5D4C11B4C46E50092ACC1 /* photo7.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4B01B4C46E50092ACC1 /* photo7.jpg */; }; + 0EC5D4C21B4C46E50092ACC1 /* photo7t.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4B11B4C46E50092ACC1 /* photo7t.jpg */; }; + 0EC5D4C31B4C46E50092ACC1 /* photo8.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4B21B4C46E50092ACC1 /* photo8.jpg */; }; + 0EC5D4C41B4C46E50092ACC1 /* photo8t.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4B31B4C46E50092ACC1 /* photo8t.jpg */; }; + 0EC5D4C51B4C46E50092ACC1 /* video.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4B41B4C46E50092ACC1 /* video.mp4 */; }; + 0EC5D4C91B4C480E0092ACC1 /* video_thumb.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0EC5D4C81B4C480E0092ACC1 /* video_thumb.jpg */; }; + 4C18E11B1B47E72800E3D63A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C18E1181B47E72800E3D63A /* AppDelegate.m */; }; + 4C18E11C1B47E72800E3D63A /* Menu.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C18E11A1B47E72800E3D63A /* Menu.m */; }; + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; }; + 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; }; + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; }; + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; }; + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; }; + 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; + 6DB3DC685E31D5B29FFE2057 /* libPods-MWPhotoBrowser_Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B712B6523AAE3BF2419B0301 /* libPods-MWPhotoBrowser_Tests.a */; }; + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; }; + E829E95A54F3AF85F2E22063 /* libPods-MWPhotoBrowser_Example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 942E7F44501DB212505F6638 /* libPods-MWPhotoBrowser_Example.a */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 6003F582195388D10070C39A /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6003F589195388D20070C39A; + remoteInfo = MWPhotoBrowser; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 0EC5D4A41B4C46E50092ACC1 /* photo1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo1.jpg; path = "MWPhotoBrowser/Local Media/photo1.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4A51B4C46E50092ACC1 /* photo1t.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo1t.jpg; path = "MWPhotoBrowser/Local Media/photo1t.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4A61B4C46E50092ACC1 /* photo2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo2.jpg; path = "MWPhotoBrowser/Local Media/photo2.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4A71B4C46E50092ACC1 /* photo2t.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo2t.jpg; path = "MWPhotoBrowser/Local Media/photo2t.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4A81B4C46E50092ACC1 /* photo3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo3.jpg; path = "MWPhotoBrowser/Local Media/photo3.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4A91B4C46E50092ACC1 /* photo3t.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo3t.jpg; path = "MWPhotoBrowser/Local Media/photo3t.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4AA1B4C46E50092ACC1 /* photo4.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo4.jpg; path = "MWPhotoBrowser/Local Media/photo4.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4AB1B4C46E50092ACC1 /* photo4t.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo4t.jpg; path = "MWPhotoBrowser/Local Media/photo4t.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4AC1B4C46E50092ACC1 /* photo5.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo5.jpg; path = "MWPhotoBrowser/Local Media/photo5.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4AD1B4C46E50092ACC1 /* photo5t.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo5t.jpg; path = "MWPhotoBrowser/Local Media/photo5t.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4AE1B4C46E50092ACC1 /* photo6.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo6.jpg; path = "MWPhotoBrowser/Local Media/photo6.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4AF1B4C46E50092ACC1 /* photo6t.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo6t.jpg; path = "MWPhotoBrowser/Local Media/photo6t.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4B01B4C46E50092ACC1 /* photo7.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo7.jpg; path = "MWPhotoBrowser/Local Media/photo7.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4B11B4C46E50092ACC1 /* photo7t.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo7t.jpg; path = "MWPhotoBrowser/Local Media/photo7t.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4B21B4C46E50092ACC1 /* photo8.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo8.jpg; path = "MWPhotoBrowser/Local Media/photo8.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4B31B4C46E50092ACC1 /* photo8t.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo8t.jpg; path = "MWPhotoBrowser/Local Media/photo8t.jpg"; sourceTree = SOURCE_ROOT; }; + 0EC5D4B41B4C46E50092ACC1 /* video.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; name = video.mp4; path = "MWPhotoBrowser/Local Media/video.mp4"; sourceTree = SOURCE_ROOT; }; + 0EC5D4C81B4C480E0092ACC1 /* video_thumb.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = video_thumb.jpg; path = "MWPhotoBrowser/Local Media/video_thumb.jpg"; sourceTree = SOURCE_ROOT; }; + 145EC7D9C163E01B1AD1858A /* Pods-MWPhotoBrowser_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MWPhotoBrowser_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.release.xcconfig"; sourceTree = ""; }; + 42FCB8D314CA85E2DF2C6434 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; + 4C18E1171B47E72800E3D63A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 4C18E1181B47E72800E3D63A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 4C18E1191B47E72800E3D63A /* Menu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Menu.h; sourceTree = ""; }; + 4C18E11A1B47E72800E3D63A /* Menu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Menu.m; sourceTree = ""; }; + 4E0A14EFB687307A0833E979 /* MWPhotoBrowser.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = MWPhotoBrowser.podspec; path = ../MWPhotoBrowser.podspec; sourceTree = ""; }; + 6003F58A195388D20070C39A /* MWPhotoBrowser_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MWPhotoBrowser_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 6003F595195388D20070C39A /* MWPhotoBrowser-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MWPhotoBrowser-Info.plist"; sourceTree = ""; }; + 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 6003F59B195388D20070C39A /* MWPhotoBrowser-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MWPhotoBrowser-Prefix.pch"; sourceTree = ""; }; + 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 6003F5AE195388D20070C39A /* MWPhotoBrowser_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MWPhotoBrowser_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = ""; }; + 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = ""; }; + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = ""; }; + 785A1ED4ED38D61EF439AB1D /* Pods-MWPhotoBrowser_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MWPhotoBrowser_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.debug.xcconfig"; sourceTree = ""; }; + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = ""; }; + 942E7F44501DB212505F6638 /* libPods-MWPhotoBrowser_Example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MWPhotoBrowser_Example.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + A3ADC30B049E6A711E5949BF /* Pods-MWPhotoBrowser_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MWPhotoBrowser_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.release.xcconfig"; sourceTree = ""; }; + B5C85CB7FE89F584D392C9CF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; + B712B6523AAE3BF2419B0301 /* libPods-MWPhotoBrowser_Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MWPhotoBrowser_Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D84B39AD102BA38DD0DC3FD0 /* Pods-MWPhotoBrowser_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MWPhotoBrowser_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.debug.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 6003F587195388D20070C39A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, + E829E95A54F3AF85F2E22063 /* libPods-MWPhotoBrowser_Example.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6003F5AB195388D20070C39A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */, + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, + 6DB3DC685E31D5B29FFE2057 /* libPods-MWPhotoBrowser_Tests.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 459352E6837C11865302B6F3 /* Pods */ = { + isa = PBXGroup; + children = ( + D84B39AD102BA38DD0DC3FD0 /* Pods-MWPhotoBrowser_Example.debug.xcconfig */, + 145EC7D9C163E01B1AD1858A /* Pods-MWPhotoBrowser_Example.release.xcconfig */, + 785A1ED4ED38D61EF439AB1D /* Pods-MWPhotoBrowser_Tests.debug.xcconfig */, + A3ADC30B049E6A711E5949BF /* Pods-MWPhotoBrowser_Tests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; + 4C18E1431B47F05900E3D63A /* Local Media */ = { + isa = PBXGroup; + children = ( + 0EC5D4C81B4C480E0092ACC1 /* video_thumb.jpg */, + 0EC5D4A41B4C46E50092ACC1 /* photo1.jpg */, + 0EC5D4A51B4C46E50092ACC1 /* photo1t.jpg */, + 0EC5D4A61B4C46E50092ACC1 /* photo2.jpg */, + 0EC5D4A71B4C46E50092ACC1 /* photo2t.jpg */, + 0EC5D4A81B4C46E50092ACC1 /* photo3.jpg */, + 0EC5D4A91B4C46E50092ACC1 /* photo3t.jpg */, + 0EC5D4AA1B4C46E50092ACC1 /* photo4.jpg */, + 0EC5D4AB1B4C46E50092ACC1 /* photo4t.jpg */, + 0EC5D4AC1B4C46E50092ACC1 /* photo5.jpg */, + 0EC5D4AD1B4C46E50092ACC1 /* photo5t.jpg */, + 0EC5D4AE1B4C46E50092ACC1 /* photo6.jpg */, + 0EC5D4AF1B4C46E50092ACC1 /* photo6t.jpg */, + 0EC5D4B01B4C46E50092ACC1 /* photo7.jpg */, + 0EC5D4B11B4C46E50092ACC1 /* photo7t.jpg */, + 0EC5D4B21B4C46E50092ACC1 /* photo8.jpg */, + 0EC5D4B31B4C46E50092ACC1 /* photo8t.jpg */, + 0EC5D4B41B4C46E50092ACC1 /* video.mp4 */, + ); + name = "Local Media"; + path = Photos; + sourceTree = ""; + }; + 6003F581195388D10070C39A = { + isa = PBXGroup; + children = ( + 4E0A14EFB687307A0833E979 /* MWPhotoBrowser.podspec */, + B5C85CB7FE89F584D392C9CF /* README.md */, + 42FCB8D314CA85E2DF2C6434 /* LICENSE */, + 6003F593195388D20070C39A /* Example */, + 6003F5B5195388D20070C39A /* Tests */, + 6003F58C195388D20070C39A /* Frameworks */, + 6003F58B195388D20070C39A /* Products */, + 459352E6837C11865302B6F3 /* Pods */, + ); + sourceTree = ""; + }; + 6003F58B195388D20070C39A /* Products */ = { + isa = PBXGroup; + children = ( + 6003F58A195388D20070C39A /* MWPhotoBrowser_Example.app */, + 6003F5AE195388D20070C39A /* MWPhotoBrowser_Tests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 6003F58C195388D20070C39A /* Frameworks */ = { + isa = PBXGroup; + children = ( + 6003F58D195388D20070C39A /* Foundation.framework */, + 6003F58F195388D20070C39A /* CoreGraphics.framework */, + 6003F591195388D20070C39A /* UIKit.framework */, + 6003F5AF195388D20070C39A /* XCTest.framework */, + 942E7F44501DB212505F6638 /* libPods-MWPhotoBrowser_Example.a */, + B712B6523AAE3BF2419B0301 /* libPods-MWPhotoBrowser_Tests.a */, + ); + name = Frameworks; + sourceTree = ""; + }; + 6003F593195388D20070C39A /* Example */ = { + isa = PBXGroup; + children = ( + 4C18E1171B47E72800E3D63A /* AppDelegate.h */, + 4C18E1181B47E72800E3D63A /* AppDelegate.m */, + 4C18E1191B47E72800E3D63A /* Menu.h */, + 4C18E11A1B47E72800E3D63A /* Menu.m */, + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */, + 6003F5A8195388D20070C39A /* Images.xcassets */, + 4C18E1431B47F05900E3D63A /* Local Media */, + 6003F594195388D20070C39A /* Supporting Files */, + ); + name = Example; + path = MWPhotoBrowser; + sourceTree = ""; + }; + 6003F594195388D20070C39A /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 6003F595195388D20070C39A /* MWPhotoBrowser-Info.plist */, + 6003F596195388D20070C39A /* InfoPlist.strings */, + 6003F599195388D20070C39A /* main.m */, + 6003F59B195388D20070C39A /* MWPhotoBrowser-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 6003F5B5195388D20070C39A /* Tests */ = { + isa = PBXGroup; + children = ( + 6003F5BB195388D20070C39A /* Tests.m */, + 6003F5B6195388D20070C39A /* Supporting Files */, + ); + path = Tests; + sourceTree = ""; + }; + 6003F5B6195388D20070C39A /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 6003F5B7195388D20070C39A /* Tests-Info.plist */, + 6003F5B8195388D20070C39A /* InfoPlist.strings */, + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 6003F589195388D20070C39A /* MWPhotoBrowser_Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "MWPhotoBrowser_Example" */; + buildPhases = ( + 79B8954A4B6F11ED84CEC6AD /* [CP] Check Pods Manifest.lock */, + 6003F586195388D20070C39A /* Sources */, + 6003F587195388D20070C39A /* Frameworks */, + 6003F588195388D20070C39A /* Resources */, + B980135ACCBF32EFC656C3BE /* [CP] Embed Pods Frameworks */, + 8D1993CE2D1EC3515C3131D3 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = MWPhotoBrowser_Example; + productName = MWPhotoBrowser; + productReference = 6003F58A195388D20070C39A /* MWPhotoBrowser_Example.app */; + productType = "com.apple.product-type.application"; + }; + 6003F5AD195388D20070C39A /* MWPhotoBrowser_Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "MWPhotoBrowser_Tests" */; + buildPhases = ( + AF2B9AE35D217938DADBDA40 /* [CP] Check Pods Manifest.lock */, + 6003F5AA195388D20070C39A /* Sources */, + 6003F5AB195388D20070C39A /* Frameworks */, + 6003F5AC195388D20070C39A /* Resources */, + E58F1994C698077F199700EA /* [CP] Embed Pods Frameworks */, + 2E8D7F2BF8FE4CD3EEB74035 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + 6003F5B4195388D20070C39A /* PBXTargetDependency */, + ); + name = MWPhotoBrowser_Tests; + productName = MWPhotoBrowserTests; + productReference = 6003F5AE195388D20070C39A /* MWPhotoBrowser_Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 6003F582195388D10070C39A /* Project object */ = { + isa = PBXProject; + attributes = { + CLASSPREFIX = MW; + LastUpgradeCheck = 0730; + ORGANIZATIONNAME = "Michael Waterfall"; + TargetAttributes = { + 6003F5AD195388D20070C39A = { + TestTargetID = 6003F589195388D20070C39A; + }; + }; + }; + buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "MWPhotoBrowser" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 6003F581195388D10070C39A; + productRefGroup = 6003F58B195388D20070C39A /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 6003F589195388D20070C39A /* MWPhotoBrowser_Example */, + 6003F5AD195388D20070C39A /* MWPhotoBrowser_Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 6003F588195388D20070C39A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0EC5D4B51B4C46E50092ACC1 /* photo1.jpg in Resources */, + 0EC5D4C31B4C46E50092ACC1 /* photo8.jpg in Resources */, + 0EC5D4B71B4C46E50092ACC1 /* photo2.jpg in Resources */, + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */, + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */, + 0EC5D4BD1B4C46E50092ACC1 /* photo5.jpg in Resources */, + 0EC5D4BF1B4C46E50092ACC1 /* photo6.jpg in Resources */, + 0EC5D4BE1B4C46E50092ACC1 /* photo5t.jpg in Resources */, + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */, + 0EC5D4BB1B4C46E50092ACC1 /* photo4.jpg in Resources */, + 0EC5D4C41B4C46E50092ACC1 /* photo8t.jpg in Resources */, + 0EC5D4C51B4C46E50092ACC1 /* video.mp4 in Resources */, + 0EC5D4C21B4C46E50092ACC1 /* photo7t.jpg in Resources */, + 0EC5D4C01B4C46E50092ACC1 /* photo6t.jpg in Resources */, + 0EC5D4C11B4C46E50092ACC1 /* photo7.jpg in Resources */, + 0EC5D4B61B4C46E50092ACC1 /* photo1t.jpg in Resources */, + 0EC5D4C91B4C480E0092ACC1 /* video_thumb.jpg in Resources */, + 0EC5D4BC1B4C46E50092ACC1 /* photo4t.jpg in Resources */, + 0EC5D4BA1B4C46E50092ACC1 /* photo3t.jpg in Resources */, + 0EC5D4B91B4C46E50092ACC1 /* photo3.jpg in Resources */, + 0EC5D4B81B4C46E50092ACC1 /* photo2t.jpg in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6003F5AC195388D20070C39A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 2E8D7F2BF8FE4CD3EEB74035 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 79B8954A4B6F11ED84CEC6AD /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 8D1993CE2D1EC3515C3131D3 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + AF2B9AE35D217938DADBDA40 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + B980135ACCBF32EFC656C3BE /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + E58F1994C698077F199700EA /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 6003F586195388D20070C39A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4C18E11B1B47E72800E3D63A /* AppDelegate.m in Sources */, + 6003F59A195388D20070C39A /* main.m in Sources */, + 4C18E11C1B47E72800E3D63A /* Menu.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6003F5AA195388D20070C39A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F5BC195388D20070C39A /* Tests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 6003F5B4195388D20070C39A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 6003F589195388D20070C39A /* MWPhotoBrowser_Example */; + targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 6003F596195388D20070C39A /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 6003F597195388D20070C39A /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 6003F5B8195388D20070C39A /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 6003F5B9195388D20070C39A /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 6003F5BD195388D20070C39A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 6003F5BE195388D20070C39A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.1; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 6003F5C0195388D20070C39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D84B39AD102BA38DD0DC3FD0 /* Pods-MWPhotoBrowser_Example.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "MWPhotoBrowser/MWPhotoBrowser-Prefix.pch"; + INFOPLIST_FILE = "MWPhotoBrowser/MWPhotoBrowser-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MODULE_NAME = ExampleApp; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 6003F5C1195388D20070C39A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 145EC7D9C163E01B1AD1858A /* Pods-MWPhotoBrowser_Example.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "MWPhotoBrowser/MWPhotoBrowser-Prefix.pch"; + INFOPLIST_FILE = "MWPhotoBrowser/MWPhotoBrowser-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MODULE_NAME = ExampleApp; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 6003F5C3195388D20070C39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 785A1ED4ED38D61EF439AB1D /* Pods-MWPhotoBrowser_Tests.debug.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "Tests/Tests-Info.plist"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MWPhotoBrowser_Example.app/MWPhotoBrowser_Example"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 6003F5C4195388D20070C39A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A3ADC30B049E6A711E5949BF /* Pods-MWPhotoBrowser_Tests.release.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; + INFOPLIST_FILE = "Tests/Tests-Info.plist"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MWPhotoBrowser_Example.app/MWPhotoBrowser_Example"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 6003F585195388D10070C39A /* Build configuration list for PBXProject "MWPhotoBrowser" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6003F5BD195388D20070C39A /* Debug */, + 6003F5BE195388D20070C39A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "MWPhotoBrowser_Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6003F5C0195388D20070C39A /* Debug */, + 6003F5C1195388D20070C39A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "MWPhotoBrowser_Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6003F5C3195388D20070C39A /* Debug */, + 6003F5C4195388D20070C39A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 6003F582195388D10070C39A /* Project object */; +} diff --git a/Example/MWPhotoBrowser/Menu.m b/Example/MWPhotoBrowser/Menu.m index 76b563539..423ea5cff 100644 --- a/Example/MWPhotoBrowser/Menu.m +++ b/Example/MWPhotoBrowser/Menu.m @@ -21,7 +21,7 @@ - (id)initWithCoder:(NSCoder *)aDecoder { self.title = @"MWPhotoBrowser"; // Clear cache for testing - [[SDImageCache sharedImageCache] clearDisk]; + [[SDImageCache sharedImageCache] clearDiskOnCompletion:nil]; [[SDImageCache sharedImageCache] clearMemory]; _segmentedControl = [[UISegmentedControl alloc] initWithItems:[NSArray arrayWithObjects:@"Push", @"Modal", nil]]; diff --git a/Example/Podfile.lock b/Example/Podfile.lock index b2e52edfd..be6d98658 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -9,10 +9,10 @@ PODS: - MWPhotoBrowser (2.1.2): - DACircularProgress (~> 2.3) - MBProgressHUD (~> 0.9) - - SDWebImage (!= 3.7.2, ~> 3.7) - - SDWebImage (3.7.5): - - SDWebImage/Core (= 3.7.5) - - SDWebImage/Core (3.7.5) + - SDWebImage (~> 4.0) + - SDWebImage (4.0.0): + - SDWebImage/Core (= 4.0.0) + - SDWebImage/Core (4.0.0) - Specta (1.0.2) DEPENDENCIES: @@ -32,8 +32,10 @@ SPEC CHECKSUMS: Expecta+Snapshots: ca15bfb57e7a0f78f86c7699c2c54ffacfa4ad2a FBSnapshotTestCase: 3dc3899168747a0319c5278f5b3445c13a6532dd MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1 - MWPhotoBrowser: 5836d7aa041dc05a13de380c246826578adc5ea5 - SDWebImage: 69c6303e3348fba97e03f65d65d4fbc26740f461 + MWPhotoBrowser: a503526ef47e4b20be31e7c93eacf9930faedbc0 + SDWebImage: 76a6348bdc74eb5a55dd08a091ef298e56b55e41 Specta: 9cec98310dca411f7c7ffd6943552b501622abfe -COCOAPODS: 0.39.0 +PODFILE CHECKSUM: f0528201d484bd48f65798bc253cd3bf45d69fcd + +COCOAPODS: 1.2.0 diff --git a/Example/Pods/Headers/Private/SDWebImage/NSImage+WebCache.h b/Example/Pods/Headers/Private/SDWebImage/NSImage+WebCache.h new file mode 120000 index 000000000..b7a00e1f3 --- /dev/null +++ b/Example/Pods/Headers/Private/SDWebImage/NSImage+WebCache.h @@ -0,0 +1 @@ +../../../SDWebImage/SDWebImage/NSImage+WebCache.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/SDWebImage/SDImageCacheConfig.h b/Example/Pods/Headers/Private/SDWebImage/SDImageCacheConfig.h new file mode 120000 index 000000000..f0f1f8f38 --- /dev/null +++ b/Example/Pods/Headers/Private/SDWebImage/SDImageCacheConfig.h @@ -0,0 +1 @@ +../../../SDWebImage/SDWebImage/SDImageCacheConfig.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/SDWebImage/UIView+WebCache.h b/Example/Pods/Headers/Private/SDWebImage/UIView+WebCache.h new file mode 120000 index 000000000..641671a56 --- /dev/null +++ b/Example/Pods/Headers/Private/SDWebImage/UIView+WebCache.h @@ -0,0 +1 @@ +../../../SDWebImage/SDWebImage/UIView+WebCache.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/SDWebImage/NSImage+WebCache.h b/Example/Pods/Headers/Public/SDWebImage/NSImage+WebCache.h new file mode 120000 index 000000000..b7a00e1f3 --- /dev/null +++ b/Example/Pods/Headers/Public/SDWebImage/NSImage+WebCache.h @@ -0,0 +1 @@ +../../../SDWebImage/SDWebImage/NSImage+WebCache.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/SDWebImage/SDImageCacheConfig.h b/Example/Pods/Headers/Public/SDWebImage/SDImageCacheConfig.h new file mode 120000 index 000000000..f0f1f8f38 --- /dev/null +++ b/Example/Pods/Headers/Public/SDWebImage/SDImageCacheConfig.h @@ -0,0 +1 @@ +../../../SDWebImage/SDWebImage/SDImageCacheConfig.h \ No newline at end of file diff --git a/Example/Pods/Headers/Public/SDWebImage/UIView+WebCache.h b/Example/Pods/Headers/Public/SDWebImage/UIView+WebCache.h new file mode 120000 index 000000000..641671a56 --- /dev/null +++ b/Example/Pods/Headers/Public/SDWebImage/UIView+WebCache.h @@ -0,0 +1 @@ +../../../SDWebImage/SDWebImage/UIView+WebCache.h \ No newline at end of file diff --git a/Example/Pods/Local Podspecs/MWPhotoBrowser.podspec.json b/Example/Pods/Local Podspecs/MWPhotoBrowser.podspec.json index 2a29889a6..91767365d 100644 --- a/Example/Pods/Local Podspecs/MWPhotoBrowser.podspec.json +++ b/Example/Pods/Local Podspecs/MWPhotoBrowser.podspec.json @@ -46,8 +46,7 @@ "~> 2.3" ], "SDWebImage": [ - "~> 3.7", - "!= 3.7.2" + "~> 4.0" ] } } diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index b2e52edfd..be6d98658 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -9,10 +9,10 @@ PODS: - MWPhotoBrowser (2.1.2): - DACircularProgress (~> 2.3) - MBProgressHUD (~> 0.9) - - SDWebImage (!= 3.7.2, ~> 3.7) - - SDWebImage (3.7.5): - - SDWebImage/Core (= 3.7.5) - - SDWebImage/Core (3.7.5) + - SDWebImage (~> 4.0) + - SDWebImage (4.0.0): + - SDWebImage/Core (= 4.0.0) + - SDWebImage/Core (4.0.0) - Specta (1.0.2) DEPENDENCIES: @@ -32,8 +32,10 @@ SPEC CHECKSUMS: Expecta+Snapshots: ca15bfb57e7a0f78f86c7699c2c54ffacfa4ad2a FBSnapshotTestCase: 3dc3899168747a0319c5278f5b3445c13a6532dd MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1 - MWPhotoBrowser: 5836d7aa041dc05a13de380c246826578adc5ea5 - SDWebImage: 69c6303e3348fba97e03f65d65d4fbc26740f461 + MWPhotoBrowser: a503526ef47e4b20be31e7c93eacf9930faedbc0 + SDWebImage: 76a6348bdc74eb5a55dd08a091ef298e56b55e41 Specta: 9cec98310dca411f7c7ffd6943552b501622abfe -COCOAPODS: 0.39.0 +PODFILE CHECKSUM: f0528201d484bd48f65798bc253cd3bf45d69fcd + +COCOAPODS: 1.2.0 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 4009822f4..ee5ec286e 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -1,9232 +1,3455 @@ - - - - - archiveVersion - 1 - classes - - objectVersion - 46 - objects - - 0043FDF25F85C0B2C11CEAE6B1C54D87 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - FBSnapshotTestController.m - path - FBSnapshotTestCase/FBSnapshotTestController.m - sourceTree - <group> - - 00518063767430EDC47FCC49F4409458 - - fileRef - 6CD3EC2C1FBF5655137A99638E9CC950 - isa - PBXBuildFile - - 00641C72D7132E5890F1F7098337C3B5 - - fileRef - DF11024BF511A0D2225D4BA84770CED7 - isa - PBXBuildFile - - 01F58E863C79FB5A8433D92837FFE619 - - isa - PBXTargetDependency - name - MBProgressHUD - target - FE2F1D7B9D9FCEA148517E4657B243F4 - targetProxy - D47B0B4C04222F6784D38356F02BEB32 - - 021C50274FF43A6F07E119D572C3ACB6 - - fileRef - DA7F16221783A03C084D9BAAF7F404DB - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 02C7E3EC1E1DFDD7046BD26A67E92686 - - fileRef - 981F3EB0C06E97770D2421E673B013A1 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 033AB851ACA0C118D009F781287565DD - - fileRef - 1E360C94C47826C4CAEEDBFC04C36A42 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 0364DCB58A865A2830638D2C0CCED41C - - fileRef - DF11024BF511A0D2225D4BA84770CED7 - isa - PBXBuildFile - - 043124F225814F80E4ED4FF4BC40156A - - children - - 68F141757E1606330C04FEBE78CBCE4E - 9F19BCDE9BF6E330E14588598DFC6337 - C6FE69AE06A770FF76C19B8039EC0780 - BD56223A67203315C1B15E39E3B40934 - 9C95EBE1D39EEFE5E6404691C95BE2E2 - 6F1FCA0BD48258CDEC1B14D704BA3E5D - 1580BE8D870658FFFB9EF3D04B9213CC - - isa - PBXGroup - name - Pods-MWPhotoBrowser_Tests - path - Target Support Files/Pods-MWPhotoBrowser_Tests - sourceTree - <group> - - 0498B98EB393D71314953683060EFD58 - - fileRef - EC0223776620A3EA741C855D0211CB0A - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 04D4EDE1F05B96EE8BB9DCD368608620 - - baseConfigurationReference - 805AE44C01D7936BA8A238C6C5C4807D - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/Specta/Specta-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - 0515A6974CBAF0F2F6F72BF87921704B - - buildConfigurations - - F6045A7604731086F9E1A9412E290302 - 589E7F4856ABE929D7FC9F3A9E506FC9 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 051AA4E51A019933DD1E5CE99CD7352A - - fileRef - 0B92B054A2338462A743EB368F25A20B - isa - PBXBuildFile - - 05257CC76400D71826E603561A0F73E6 - - buildConfigurationList - 0515A6974CBAF0F2F6F72BF87921704B - buildPhases - - 26D004126E0DEF14D67843A444753FFF - 065410F935EC72489896726380B72CD0 - 9AF3FD4A822DCF644AB50D3967C43C14 - - buildRules - - dependencies - - F601833D09980E16136321674463BE81 - 0DB9AA4B919BA54CFBC8FC6FD7AFB3F6 - - isa - PBXNativeTarget - name - Expecta+Snapshots - productName - Expecta+Snapshots - productReference - 6CD36438CB08D280978CEE50363D8B8B - productType - com.apple.product-type.library.static - - 052A17875CB827423D627183396CEB60 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_ENABLE_OBJC_ARC - YES - CLANG_WARN_BOOL_CONVERSION - YES - CLANG_WARN_CONSTANT_CONVERSION - YES - CLANG_WARN_DIRECT_OBJC_ISA_USAGE - YES - CLANG_WARN_EMPTY_BODY - YES - CLANG_WARN_ENUM_CONVERSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_OBJC_ROOT_CLASS - YES - CLANG_WARN_UNREACHABLE_CODE - YES - CLANG_WARN__DUPLICATE_METHOD_MATCH - YES - COPY_PHASE_STRIP - YES - ENABLE_NS_ASSERTIONS - NO - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_PREPROCESSOR_DEFINITIONS - - RELEASE=1 - - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - STRIP_INSTALLED_PRODUCT - NO - SYMROOT - ${SRCROOT}/../build - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - 0557FD60A45F62CD51B4972ECE5C2584 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - MBProgressHUD.xcconfig - sourceTree - <group> - - 05DA7841521B75C4D0C303F32E518117 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+respondTo.h - path - Expecta/Matchers/EXPMatchers+respondTo.h - sourceTree - <group> - - 060435B6E32CF028837E209B20E10639 - - fileRef - C6FE69AE06A770FF76C19B8039EC0780 - isa - PBXBuildFile - - 065410F935EC72489896726380B72CD0 - - buildActionMask - 2147483647 - files - - 866569443B7D10AB5D6DC7FC0830235B - 9933B0F6DA01EDF804C19260E9515E65 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 0668957FEB1B3CAE2EABBC4AA9ABA7C3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SPTCallSite.m - path - Specta/Specta/SPTCallSite.m - sourceTree - <group> - - 0683DF2C9B7FC27B576AB4B7B3B146ED - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beGreaterThan.h - path - Expecta/Matchers/EXPMatchers+beGreaterThan.h - sourceTree - <group> - - 07282695806D1DFBF187BFA004D80641 - - fileRef - 700F6F4AFED22AEAA1D8943236F94924 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 072C184628072EDE522629576F1716DE - - fileRef - 5E350F03F362C03BE32737DDE72D4632 - isa - PBXBuildFile - - 0732716566238BF76BBF762F85C8ABAF - - buildConfigurations - - 617F18A93D7ABF1322E3C027265893C2 - 85A6795A5CD0C6DEA1F648AD0E6D1248 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 079AA0CF857B4A46F161666C58867CE1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MWPhotoBrowser-dummy.m - sourceTree - <group> - - 081F2104425CDCB0915354E2FBD7E24E - - fileRef - 1D536F869C3B7D603AC4630F3F6AB919 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 098439AB598DDF1AF51146A2E3E2E562 - - buildActionMask - 2147483647 - files - - FC214077677D4F02E03C6C85F774E028 - 82FC12F67E83874B93592218E9FB4CA0 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 0A924BC847BA99EBCBD0588603448B05 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPBlockDefinedMatcher.h - path - Expecta/EXPBlockDefinedMatcher.h - sourceTree - <group> - - 0A9B8E3E35177F52A643739AC50B00FA - - includeInIndex - 1 - isa - PBXFileReference - path - UIBarButtonItemArrowLeft.png - sourceTree - <group> - - 0AB1B49E98BEDDFC8A45BB3C1FB54076 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beSubclassOf.m - path - Expecta/Matchers/EXPMatchers+beSubclassOf.m - sourceTree - <group> - - 0B3C605995BE46623C50E7658A1CBE96 - - fileRef - CA8230DE5C83368629EF3E62C4F0E7B7 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 0B7E61991D03B44046913BF3B345F4DB - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - XCTest.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/XCTest.framework - sourceTree - DEVELOPER_DIR - - 0B8D4914244FCBC9DCAF2B9AD09F3DD5 - - isa - PBXTargetDependency - name - DACircularProgress - target - 9775596B3CA16905FC8F66DA8E2A3C67 - targetProxy - 96AE2267633A27498E5D45052BDD5BBA - - 0B92B054A2338462A743EB368F25A20B - - includeInIndex - 1 - isa - PBXFileReference - path - PlayButtonOverlayLargeTap@2x.png - sourceTree - <group> - - 0C1A29BFF65C6F2801B1BE0058718A19 - - fileRef - 37E4F69B3E6AFDEE8D68A3430CEC8BF5 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 0DB9AA4B919BA54CFBC8FC6FD7AFB3F6 - - isa - PBXTargetDependency - name - FBSnapshotTestCase - target - 7D9E32DAA93E15CFCF77A5BCD2D4BAA2 - targetProxy - EE04EE8ADAB8F7DF7FCEFDDD1E801BE6 - - 0DC4183837552F23710F86F9A032C574 - - fileRef - 5D39CEB65ADB521B117CA181C2BB2C9C - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 0EAAE557DE1A2949F0793F1230D1D046 - - isa - PBXTargetDependency - name - Expecta - target - 2F501FE84845EAD97B9087DAFCBBEE0E - targetProxy - A6FD2A9ACF0632CB41BE9AF1A13BD166 - - 0EF1CB072B5DE5D0A4EE7053EB0E2364 - - fileRef - 574FFB37A8EF309B1A1EB265267DD353 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 0F43FEACB0C18DD4C724B1655AF47728 - - fileRef - 60ECF290B248258F453088B6258302E6 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 104AFE24D01F1C4495926B40B53C5945 - - fileRef - 92F064516748B6AA4C6E303A38C3FE6A - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 105B37778FEED1965C8D0AF4C9E4B4F1 - - fileRef - 487E0AD53E31FE34EC41B45FC09B9097 - isa - PBXBuildFile - - 10E446637EC5FF03088009E61B491E75 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageCompat.m - path - SDWebImage/SDWebImageCompat.m - sourceTree - <group> - - 10E68FD4A81F628778B6A4992DB9D952 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beTruthy.h - path - Expecta/Matchers/EXPMatchers+beTruthy.h - sourceTree - <group> - - 1181CB6FC2D63C42F19EAB56C604A71E - - fileRef - A09DD0AB6A512D74E5628070EBD56026 - isa - PBXBuildFile - - 1186EC1A35306EBBA8C3DE66F0973361 - - fileRef - B0DFED38A647950C79B13061F923258C - isa - PBXBuildFile - - 11CF0C44A36897A963C15B74C2AEC415 - - fileRef - 3DEC242716623D70F4CC9F4A1D32805C - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 123355D7F0D268DB0998FFB1CDD859B9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MBProgressHUD-prefix.pch - sourceTree - <group> - - 1246A1C00980422020A6884856143651 - - buildActionMask - 2147483647 - files - - 0C1A29BFF65C6F2801B1BE0058718A19 - 0F43FEACB0C18DD4C724B1655AF47728 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 1398D1B84667A17FCB66182F776EAC42 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SPTSharedExampleGroups.h - path - Specta/Specta/SPTSharedExampleGroups.h - sourceTree - <group> - - 13EA87F4C750EBB98261F8ED14EFE770 - - isa - PBXTargetDependency - name - Specta - target - E9AAC3590B391F4CFAF5F8348E6A8FE4 - targetProxy - 659BCA5950BB094273E9E83E7D5271CF - - 143C0831AA95D723669324010D835391 - - buildActionMask - 2147483647 - files - - CF95446EA555B49150EA7270096D78B2 - 487899F028C39C1A518547A1AB2F625A - FDF72740DBC37AFACFED73ED42282383 - 11CF0C44A36897A963C15B74C2AEC415 - 4383E0DB1B07B9EB3155EF5D5F27C7BA - 104AFE24D01F1C4495926B40B53C5945 - 779CFE8771E1EF63F1313ABEBCECAA4A - 49EFE75BAF060A33327F3CE8C18436F2 - 5F6D96E64F890BDC4A75B73C3D50A0DD - F1F4E65611F5567A86AF797EAC3E225B - A7141BC83638F4B38D4D312BAE3BDAC4 - CB08C9C83ABDBE55762A423ED48491EF - AD6791D14732A3C17164F61CC72FFB0D - A65C491577A425AF82C53F4A40A0A24B - 2F9D3747596E4E074C3B776949091047 - 7436C602BB1CA7C91560C28DE749357B - 63D0CD4F0FB5A6103E1DDB46E876CBB6 - C6671739E8C5904113586F8BEBBC9780 - 43A1104CA0C628C2F693902EADA32B8C - E06376455C1D5E45B97ACDC5438FC15B - BD30B724A71CF5D6E93805B7615EC79C - 6D37BEAA1FC469C3582CACB4E9766502 - 5E8F33E777456DA63CA2D902508A9058 - C2BFF99EB859FD7056CF72C4850693D1 - 46F312CBB94BAE62B58D3D7AE28E8DBD - B33234F432A72D5E8B65694AE937B78F - 8059E5674B08670B0A002D564FFABF44 - 562BE99A6F630E709218EB9B3CF36E90 - 2239B5E63C5D2C1323D66F489F075C42 - 69EBB956302554EA37775F4D806BC4DD - 7FEE0E8D094D7BCCAC7129473EE05ADC - A26F992E8831118311F3DB7CB830595A - E2EBD18BA89D3FF648947DF31FA12D44 - 40F505E69B8595361C2A7528DDA222B6 - 872948DAF79618AD725E0BF364E5DDD4 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 148F0DEDC306B5A6D48931EFD279E456 - - children - - EF5AC1222120F3BAB7481DA9615352B0 - 4594A9E3FFD6ABE129882E959BB04B5E - D5DEC16E7CEEFEABBFEBAC3A10358C5A - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/FBSnapshotTestCase - sourceTree - <group> - - 14BD3072FD1820402768B3D7F2E5B4A5 - - fileRef - 8952D588C0E5AD12FD9CF3747FD061F2 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 14C609D8F203FD45194E93997EFF744E - - fileRef - 71865C216F48AC822D486C8D9B03B13C - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 15082EF0D1C2F7B77B63E0116BDA622C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPFloatTuple.m - path - Expecta/EXPFloatTuple.m - sourceTree - <group> - - 1580BE8D870658FFFB9EF3D04B9213CC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-MWPhotoBrowser_Tests.release.xcconfig - sourceTree - <group> - - 1629A676793A787618A75ABDA6E20C56 - - fileRef - 8C4EC29461A90C294949DAE717A1BEC5 - isa - PBXBuildFile - - 164BD2AFD03035E623A90DF1AA095C35 - - fileRef - 3B5A7151F8E4FBFE54BF6C2AC80958FA - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 1684C2FDDE674F14B731CC940021D8C6 - - buildActionMask - 2147483647 - files - - 00641C72D7132E5890F1F7098337C3B5 - 8C4ECAE46CD3BCB39F38F4FF20D074F6 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 16A268BA14BC07320BB7FBE44EB37FB4 - - fileRef - 3CD608194F35F47CEC250368B43C48E9 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 18391089432560093C31CCA48ABB46AE - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSValue+Expecta.h - path - Expecta/NSValue+Expecta.h - sourceTree - <group> - - 189B7D1A1C865073D7F999A759ACD292 - - buildConfigurations - - FD6FA76757975A1FC954269CE5739798 - 257A97CE59C7E5D5191DC00F15C261BE - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 199EF76AC47B3EE9FA80BE53835AB7B1 - - buildActionMask - 2147483647 - files - - 66081D3480D1FA028C4DE2344BF616D4 - 69363A59A4E2FF95D6A62AA88641A20A - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 1A0D2B172232171C3EB6DC4DFE575EE7 - - fileRef - 079AA0CF857B4A46F161666C58867CE1 - isa - PBXBuildFile - - 1A1E6F8D4C651A22BB8CCEF1226FB1EE - - includeInIndex - 1 - isa - PBXFileReference - path - PlayButtonOverlayLarge@2x.png - sourceTree - <group> - - 1A1E8E8494B9BFCEBBD8273148D44386 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImage+MultiFormat.h - path - SDWebImage/UIImage+MultiFormat.h - sourceTree - <group> - - 1AB26E75F7BCD415D6AD6B8BA5F03DDB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beIdenticalTo.m - path - Expecta/Matchers/EXPMatchers+beIdenticalTo.m - sourceTree - <group> - - 1AFDF0F0EF2A314336EACA38FCC6F784 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SPTExample.m - path - Specta/Specta/SPTExample.m - sourceTree - <group> - - 1B030B50B68FB0D602F2E4B1685FA9BA - - isa - PBXTargetDependency - name - MWPhotoBrowser - target - E2FE87384A67337831E53490EEA8BF11 - targetProxy - B6CE0371E70FB931CC99A90CEBFD6E83 - - 1B0ADBF8A991262A6DE5BD0CB101EEE0 - - children - - 0557FD60A45F62CD51B4972ECE5C2584 - FC1172043A5F0542D166D63AE9EBC260 - 123355D7F0D268DB0998FFB1CDD859B9 - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/MBProgressHUD - sourceTree - <group> - - 1BB15402D8C2FB01A198273BA1991DED - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beginWith.m - path - Expecta/Matchers/EXPMatchers+beginWith.m - sourceTree - <group> - - 1C1837DF96AE65F662773DF1956BFF09 - - baseConfigurationReference - 805AE44C01D7936BA8A238C6C5C4807D - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/Specta/Specta-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - 1CCE02DFD89EF9B58809C379D0496685 - - isa - PBXTargetDependency - name - Expecta+Snapshots - target - 05257CC76400D71826E603561A0F73E6 - targetProxy - FE4A445C1692178764D9C71EAC64ABAC - - 1D536F869C3B7D603AC4630F3F6AB919 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - ExpectaObject.h - path - Expecta/ExpectaObject.h - sourceTree - <group> - - 1D772DC880BCFABF5028DA167DE6B119 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SPTExcludeGlobalBeforeAfterEach.h - path - Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h - sourceTree - <group> - - 1DD364708B768EB7C94DD9BB48F217F4 - - fileRef - D54993E311EDD8802711B01895286E4E - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 1E08912939425D011D7C47713E6CDAF0 - - fileRef - BD4E094BE48FCAB50C0CEFC92B2C0B04 - isa - PBXBuildFile - - 1E360C94C47826C4CAEEDBFC04C36A42 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - XCTestCase+Specta.h - path - Specta/Specta/XCTestCase+Specta.h - sourceTree - <group> - - 1EF011C5AA1726984A1B50A46191CE9B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - XCTest+Private.h - path - Specta/Specta/XCTest+Private.h - sourceTree - <group> - - 20503FB88D4DCF32DC61DD92AA97A82B - - fileRef - 6C8B1153C440825B90681905FC2F85B9 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 2055A9E17F10DAA3DD7884DDF96A0A50 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - MWPhotoBrowser.xcconfig - sourceTree - <group> - - 216490FDC8376C36DB920710C65B92F3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MWTapDetectingImageView.m - sourceTree - <group> - - 216D98400141172993D43965B937A9C6 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - DE3B07ED7FF04F506B0C5E00F4973589 - remoteInfo - SDWebImage - - 222A85D6DAB7D3AC98EF6D7E68B13740 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageManager.h - path - SDWebImage/SDWebImageManager.h - sourceTree - <group> - - 2239B5E63C5D2C1323D66F489F075C42 - - fileRef - 7250BEF99A7686EAB50B17986FDCED3E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 232510EC13760470E86AABE302EF2B8E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatcherHelpers.m - path - Expecta/Matchers/EXPMatcherHelpers.m - sourceTree - <group> - - 237FB063FB365119546C7B5006224F3B - - fileRef - AB8960E6933BD274C11AD9C15CF410AF - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 244F3301C3C77C58A95FA7864D67858D - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedSmallOff@2x.png - sourceTree - <group> - - 24FAEADA1249F6042B4B4B135CDD0DF9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+respondTo.m - path - Expecta/Matchers/EXPMatchers+respondTo.m - sourceTree - <group> - - 25003C5ED979935F9483683DD2350697 - - children - - FDEE1AFEA9C68977819B7D652EE1F6F2 - 2ECFFDC2A7A648A930A461436E2ECC2D - 6C92311B12AB812820A4267248D69CCB - - isa - PBXGroup - name - MWPhotoBrowser - path - ../.. - sourceTree - <group> - - 257A97CE59C7E5D5191DC00F15C261BE - - baseConfigurationReference - EF5AC1222120F3BAB7481DA9615352B0 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - 2677C6B3B248613A05ABDFB423C9F02C - - children - - EB4DE2009B511D62CF6BFE67FA73E321 - 9374BBB3BA16684D1B858CCC9C3E2D8A - 523087C6D186A9F5BEE78D39F9A78F3F - 71BC183B1FB7AB5F8CF9A3383C6B354C - C9B97F514121309E4531C3439E206EC7 - D5EE5F7C5A846B01ACF225DE04E52196 - B83D4C05E77991780CA69BF68B431DD2 - - isa - PBXGroup - name - Pods-MWPhotoBrowser_Example - path - Target Support Files/Pods-MWPhotoBrowser_Example - sourceTree - <group> - - 26D004126E0DEF14D67843A444753FFF - - buildActionMask - 2147483647 - files - - 8B97E5CA574F06B315C5F1D27B25DEFB - 1629A676793A787618A75ABDA6E20C56 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 27499458B06BE275AED9ACF720F09853 - - fileRef - 1D772DC880BCFABF5028DA167DE6B119 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 2779B434631901F1434BC316E3FB5AE9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beNil.h - path - Expecta/Matchers/EXPMatchers+beNil.h - sourceTree - <group> - - 28A20AE3D7A1F50CAD0D9D8B71205EC6 - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedOn@2x.png - sourceTree - <group> - - 29062DA699B861B896758C5A677765BD - - children - - 2677C6B3B248613A05ABDFB423C9F02C - 043124F225814F80E4ED4FF4BC40156A - - isa - PBXGroup - name - Targets Support Files - sourceTree - <group> - - 2945FAA75C956DD6A541EB51E42E6899 - - fileRef - FDE2A8151D1FDB6749FB32276220BE7C - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 2989492A1A182744E36FD61DF1746D94 - - fileRef - DF11024BF511A0D2225D4BA84770CED7 - isa - PBXBuildFile - - 299B50B04F45E1A2F52075C3B7A1AEB2 - - isa - PBXTargetDependency - name - SDWebImage - target - DE3B07ED7FF04F506B0C5E00F4973589 - targetProxy - 90C5595E0565CBEBB42EFEBB157FF619 - - 29B6CC3E1560257A444A209D97AC271E - - fileRef - 7599165E41821009340AA99FDAC29AE0 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 29E4E0528D088AE8B2EE6D38E19D375E - - fileRef - 6C982719FDCF6684EB752A0153066FC3 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 29E6F040DB8ACF8886F7FE628840C480 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beKindOf.h - path - Expecta/Matchers/EXPMatchers+beKindOf.h - sourceTree - <group> - - 2A17721E4A81DB608CA6D4FB6F0ADAFB - - fileRef - 3E7FFEF7BFB0350CE8FCC2D6D64D1396 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 2ACE82A15131DC569A786CB49EFD1804 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SPTCallSite.h - path - Specta/Specta/SPTCallSite.h - sourceTree - <group> - - 2BFB267A4274D5D4B277138F9D4EEDA1 - - fileRef - 2EDD6193448F7939784FDF1C8016F000 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 2D5EE41C6DDBA8F159EEA954F335387A - - isa - PBXTargetDependency - name - MBProgressHUD - target - FE2F1D7B9D9FCEA148517E4657B243F4 - targetProxy - FF6817E7D2D11A6D747BFAEA934D0FD1 - - 2D6EC33CA8D9BD953AD29E16068F2CBD - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDImageCache.h - path - SDWebImage/SDImageCache.h - sourceTree - <group> - - 2D8E8EC45A3A1A1D94AE762CB5028504 - - buildConfigurations - - B37F0F91F85060E28F1DAAB522DC7EC1 - 052A17875CB827423D627183396CEB60 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 2DE374580729793C277006A3481402A3 - - includeInIndex - 1 - isa - PBXFileReference - path - VideoOverlay@2x.png - sourceTree - <group> - - 2E7CBF297AA8A0E93C23BFAF1BE94DEE - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beIdenticalTo.h - path - Expecta/Matchers/EXPMatchers+beIdenticalTo.h - sourceTree - <group> - - 2ECFFDC2A7A648A930A461436E2ECC2D - - children - - 37ACF2CCD5DA793FAF5F71CF8F469294 - - isa - PBXGroup - name - Resources - sourceTree - <group> - - 2EDD6193448F7939784FDF1C8016F000 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageManager.m - path - SDWebImage/SDWebImageManager.m - sourceTree - <group> - - 2F29BE2EDEBA2861368726A4772F4E8E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SPTExample.h - path - Specta/Specta/SPTExample.h - sourceTree - <group> - - 2F501FE84845EAD97B9087DAFCBBEE0E - - buildConfigurationList - 57205495CF13B4EE93B13B7B0E3A1BD2 - buildPhases - - 143C0831AA95D723669324010D835391 - 199EF76AC47B3EE9FA80BE53835AB7B1 - C6AD7852D34E8A80DFF3B8376BDE812F - - buildRules - - dependencies - - isa - PBXNativeTarget - name - Expecta - productName - Expecta - productReference - ADEAC9FE1270035973745D0EB3B84395 - productType - com.apple.product-type.library.static - - 2F9D3747596E4E074C3B776949091047 - - fileRef - 44D0D04C0DF98EC05B4909F397D6F7FF - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 2FD7E39AFBAB884FA64CFB5DBDFA1F7B - - children - - CBE0BF23E2B3F39D22B51BC93022DE7D - B73F44C64FD91479CFE63C882F1E5E70 - - isa - PBXGroup - name - SDWebImage - path - SDWebImage - sourceTree - <group> - - 311D5C7B166178CCB79CFD7E8DD4F641 - - fileRef - D91F4635A8EDF54921FC9B759BE009F6 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 3173089CCB6C063D260C58DD7BA3ABF5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beKindOf.m - path - Expecta/Matchers/EXPMatchers+beKindOf.m - sourceTree - <group> - - 319D6926D1261EB1150D83F672CCA35E - - fileRef - A09DD0AB6A512D74E5628070EBD56026 - isa - PBXBuildFile - - 32A9515F32A6ACB0753681241864BABA - - fileRef - F1948E226356BF652752F9FA7317BC73 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 33985216BF501EDD56E784D7CAD32FE7 - - fileRef - B1A8AF86363A5D8093FFE48748DC20A1 - isa - PBXBuildFile - - 339A0C1BFF72397A705959E03877DDDB - - fileRef - 5F878B29A406784703BC9F07FBFDD99F - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 341D7536159B52F41598F730CC45D548 - - fileRef - 8136A5BFC35DA48ABC2C0D94EA79B7F0 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 34B2272FAB199A0B69B898BFB9E733E1 - - fileRef - DE369A67A17A1EE2351376730BB039A4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 34F30E1314EC4C287E6B89477C2D0FB4 - - fileRef - 8E485F27A3C78223FB086075C2974A49 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 3540CB186FE2EE9EE99381DA600738B8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - EXPMatchers+FBSnapshotTest.h - sourceTree - <group> - - 362D9038C23D156F9F055EDF5565A5F1 - - children - - 7D8198AD59277CB0379442369CF5247E - 730E6CDCF09A029F8976D82EB7DACCF2 - 69C3D12EC1F2F8AE628C05AC390D9D61 - C402F1446422CAB85FC53BD77E5E9018 - FCA01B035C5FC9AF0969977B2C54A7A9 - 5A531485C6A0D185C72E03CD91B49919 - A8B86384F8C46CE8544B59FEB6C657F5 - D8619A771228AD0402C4D464E3C6EE53 - C0A33FBAF4E7C28807891EC8D0B65204 - 9D6702575943BF5C71AD0E2299CB53E2 - AABA7597E19FD75C9F320BCD6BB2759E - C266061F84E4CFB93AF99D21EEB13401 - 564C3E7A9D55850E48FAC93F77A7F478 - 6C8B1153C440825B90681905FC2F85B9 - 216490FDC8376C36DB920710C65B92F3 - 8952D588C0E5AD12FD9CF3747FD061F2 - 94A310E9C2919B9904E9AFBD2837C2B9 - AE6C39B87AE391EC710DA8FB520ED3F5 - A1195ED094D0C8B66BB073959AA2ACCD - E7E794ADE2D5267DF8949DD0A42B935B - 5289709799A254B807701A658BD9D425 - - isa - PBXGroup - name - Classes - path - Classes - sourceTree - <group> - - 37726FF893DE97CB8E4497EED1D4F28E - - fileRef - 0668957FEB1B3CAE2EABBC4AA9ABA7C3 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 37ACF2CCD5DA793FAF5F71CF8F469294 - - children - - 4F696B27FDAEF5BE2C52EFF1848239D6 - - isa - PBXGroup - name - Pod - path - Pod - sourceTree - <group> - - 37E4F69B3E6AFDEE8D68A3430CEC8BF5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DACircularProgressView.h - path - DACircularProgress/DACircularProgressView.h - sourceTree - <group> - - 386634C7797B60DF71C8AD13DAAD315D - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 9775596B3CA16905FC8F66DA8E2A3C67 - remoteInfo - DACircularProgress - - 38777F32EB3F13ED8D2047C1C9ED6D6D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIView+WebCacheOperation.m - path - SDWebImage/UIView+WebCacheOperation.m - sourceTree - <group> - - 3907B3A4464A3069E24142505C76338D - - buildActionMask - 2147483647 - files - - AAF71AC633AFEC1D271F81DA183E75F0 - 5116C7E5987E156AC4BAA9BF327459AD - 5728F0AC6D99470A4AF64DA015991D65 - 16A268BA14BC07320BB7FBE44EB37FB4 - 87A80C8B1F0C635DA56B74807AE426D9 - 45F8F3DCD4679DF7E346A6589E02123D - B2DE78D2D5A5CF173FEBFA2FE4B4023D - 7D56DF05F0071D94121A050CDB772D56 - 27499458B06BE275AED9ACF720F09853 - C2420EB9004B4667C6328B5C0D098C48 - E40400D97F14785D20A7A5594F0E2C56 - 904DB6CCA2AAC8D7B3245ED9628E865A - 4A0F7A4BC9D18113AABC29DECF4E51D1 - FEFA85FDDB15B89CF28DF12C1C2071E1 - 033AB851ACA0C118D009F781287565DD - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 3939EE53B37025D6F0E05FF8A4C7DCF0 - - fileRef - AE1B7431EAFB4D89A49A9DAD35DBE790 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 3A013F13122CDB8EE962F8CB7C6FCC8E - - fileRef - DFA142DA2A1E6AB454178652BAC9A075 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 3B332CC633C291A7A96AD0922CFD8AB0 - - fileRef - 2D6EC33CA8D9BD953AD29E16068F2CBD - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 3B5A7151F8E4FBFE54BF6C2AC80958FA - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImage+Diff.h - path - FBSnapshotTestCase/UIImage+Diff.h - sourceTree - <group> - - 3C5A51B8AE7322A210CF01AFBA648598 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beInstanceOf.h - path - Expecta/Matchers/EXPMatchers+beInstanceOf.h - sourceTree - <group> - - 3CAA21F3728659DC1B58A336233AEB79 - - includeInIndex - 1 - isa - PBXFileReference - path - PlayButtonOverlayLarge.png - sourceTree - <group> - - 3CD608194F35F47CEC250368B43C48E9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SpectaUtility.h - path - Specta/Specta/SpectaUtility.h - sourceTree - <group> - - 3DA2CF997A09E53F375CF0DEEF25AFCF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+postNotification.m - path - Expecta/Matchers/EXPMatchers+postNotification.m - sourceTree - <group> - - 3DEC242716623D70F4CC9F4A1D32805C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - ExpectaObject.m - path - Expecta/ExpectaObject.m - sourceTree - <group> - - 3E463E2B6917D9AA08A03BA8A8E74A18 - - fileRef - B5969E17FAFFDC548233DC602AAC6211 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 3E7FFEF7BFB0350CE8FCC2D6D64D1396 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPExpect.h - path - Expecta/EXPExpect.h - sourceTree - <group> - - 3EF2F2E1AF840BA0B6AD13D59AA5F80C - - includeInIndex - 1 - isa - PBXFileReference - path - PlayButtonOverlayLargeTap@3x.png - sourceTree - <group> - - 3F1E0CB31108E6E996D2E7418FE21D2E - - fileRef - 661962DFFB8F4AF681F8EA78582EE534 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 40D39B6435EEF47A85F4E3FB684E72FE - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DACircularProgressView.m - path - DACircularProgress/DACircularProgressView.m - sourceTree - <group> - - 40DAD22BCDD38D058B1C9A312C42DF49 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beNil.m - path - Expecta/Matchers/EXPMatchers+beNil.m - sourceTree - <group> - - 40F505E69B8595361C2A7528DDA222B6 - - fileRef - B23D9E49B5B3A5C76EAFFC9C7F40B4B9 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 4209F7E4332FDC16B4C407CA07C3E8E8 - - children - - 86A1ADA0F8A843FA09BFF9142BEF76D5 - A6A21F67B2A713138BF1A404E3460084 - 990C6F27E60B10F0E4BA0674D80F546B - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/Expecta - sourceTree - <group> - - 4231743B6C143BDB4A5FBB032E6D3799 - - fileRef - 865FAF448207E691D600F40C4ACF7C58 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 427921605A450AEF67D129DACCD87BED - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MBProgressHUD.m - sourceTree - <group> - - 430CE433DB59FE090A8CC6AFCFA43337 - - fileRef - D10BA2216A9B5F41557B4FC448EE865C - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 4358F868C1553FF4273B0726E5AD2012 - - includeInIndex - 1 - isa - PBXFileReference - path - ImageError.png - sourceTree - <group> - - 4383E0DB1B07B9EB3155EF5D5F27C7BA - - fileRef - 4BE4F23029A1EDB234CF7F2AEB043EB0 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 439E7363C4854DD4D1E46F32C2EA2F3B - - fileRef - 8F2B443FA0D511403E4DA2A79DB3302A - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 43A1104CA0C628C2F693902EADA32B8C - - fileRef - 746A80915CF52BE732D200BAA851FBAB - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 4463CD014E8C258B7F8BF0FD64901B8F - - fileRef - 63327617AD4F38D1236E71968B0991E5 - isa - PBXBuildFile - - 44D0D04C0DF98EC05B4909F397D6F7FF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beInstanceOf.m - path - Expecta/Matchers/EXPMatchers+beInstanceOf.m - sourceTree - <group> - - 453678659359A72C87495DDD6D9BD0C6 - - fileRef - 730E6CDCF09A029F8976D82EB7DACCF2 - isa - PBXBuildFile - - 45548268D1B9EE9D37731231D940A591 - - fileRef - 4594A9E3FFD6ABE129882E959BB04B5E - isa - PBXBuildFile - - 4594A9E3FFD6ABE129882E959BB04B5E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - FBSnapshotTestCase-dummy.m - sourceTree - <group> - - 45F8F3DCD4679DF7E346A6589E02123D - - fileRef - 569060A075537DFE6A4D25D96C98668B - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 46A2CE1545DEBE5FE9DF073C8EBFE2F0 - - buildActionMask - 2147483647 - files - - F5F4D07451FB3E10EE7C16A83010425F - B8FC063009C06CE659C8CF168A9F8765 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 46F312CBB94BAE62B58D3D7AE28E8DBD - - fileRef - 9D5AE460F3B78B02A8AE8E5AD0DCC013 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 46F871A74D831312A633CCFC0A94F75D - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedSmallOn.png - sourceTree - <group> - - 47BC96C02F9C3E09817E3FEC2559E33B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageDownloaderOperation.h - path - SDWebImage/SDWebImageDownloaderOperation.h - sourceTree - <group> - - 487899F028C39C1A518547A1AB2F625A - - fileRef - D70BED84191514A998A08D7F3B8BBB17 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 487E0AD53E31FE34EC41B45FC09B9097 - - includeInIndex - 1 - isa - PBXFileReference - path - UIBarButtonItemArrowLeft@3x.png - sourceTree - <group> - - 49D43B7D98ABA386628BDA9FB6BA411B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SPTGlobalBeforeAfterEach.h - path - Specta/Specta/SPTGlobalBeforeAfterEach.h - sourceTree - <group> - - 49EFE75BAF060A33327F3CE8C18436F2 - - fileRef - 232510EC13760470E86AABE302EF2B8E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 4A0F7A4BC9D18113AABC29DECF4E51D1 - - fileRef - EF75C10714B7CFF9071553F07D94A550 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 4B72A26F758BB4CA3663A7FB67696029 - - fileRef - DBE203B988A948E71FDDCAE62BA1F4CC - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 4BE4F23029A1EDB234CF7F2AEB043EB0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - ExpectaSupport.m - path - Expecta/ExpectaSupport.m - sourceTree - <group> - - 4C9C7890ED44DBC3090EEDFD92749F0A - - buildActionMask - 2147483647 - files - - B733330A3935B54DE57E0503C1867DAE - 9C8319C4AFAB3CAE3C7314EAD8D1AB34 - 4B72A26F758BB4CA3663A7FB67696029 - 37726FF893DE97CB8E4497EED1D4F28E - EB75F515760C184B2ED65E8649DC5792 - 67BBF4202A90EC070C5EBE20B57A0255 - E127589B46F33617D24F341DBAE1E90D - 439E7363C4854DD4D1E46F32C2EA2F3B - 32A9515F32A6ACB0753681241864BABA - D9E225250B8DAA16A4D7B6A66EC6574A - 0B3C605995BE46623C50E7658A1CBE96 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 4CFA073D420411E3535ABA966BEE98CC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImage+GIF.h - path - SDWebImage/UIImage+GIF.h - sourceTree - <group> - - 4CFCAA497A77475D017F781F8241A4C0 - - fileRef - 5E350F03F362C03BE32737DDE72D4632 - isa - PBXBuildFile - - 4D720BB8AE19E427E58843509B28FEB6 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libPods-MWPhotoBrowser_Example.a - path - libPods-MWPhotoBrowser_Example.a - sourceTree - BUILT_PRODUCTS_DIR - - 4DCDDE359E1F3BB419E0F7E9DD12CBB6 - - fileRef - 6CA9CE30C9B7FD5557F8DD0E06209E36 - isa - PBXBuildFile - - 4F696B27FDAEF5BE2C52EFF1848239D6 - - children - - 4358F868C1553FF4273B0726E5AD2012 - ABDF044BC66387B0E03E70BAC09D0AC8 - BA9181C8B2773795F2EACBDE286994AD - 6CA9CE30C9B7FD5557F8DD0E06209E36 - E6798A1D89E725C8EB02146EE4B0E31E - D2307EC60BB4D23E49C1420E6F192943 - F2334A461A36CF285AC6F7E96F8FE0DB - 28A20AE3D7A1F50CAD0D9D8B71205EC6 - C9BF70FB69B8740763B185C23C560434 - BD4E094BE48FCAB50C0CEFC92B2C0B04 - 244F3301C3C77C58A95FA7864D67858D - 60E1461AAED23D358B1A25A48F9DD77F - 46F871A74D831312A633CCFC0A94F75D - E4436D58F27EAC932F3CC2A7619D5FD3 - CB3EA5CC56581FD52BDBA0179D956E7B - 3CAA21F3728659DC1B58A336233AEB79 - 1A1E6F8D4C651A22BB8CCEF1226FB1EE - 75F83323F205A277BEC18AABDA0FA739 - 6D7C34F3A270979025E31A50FFFC7F28 - 0B92B054A2338462A743EB368F25A20B - 3EF2F2E1AF840BA0B6AD13D59AA5F80C - 0A9B8E3E35177F52A643739AC50B00FA - C36BB9623ECA2B27942B66986A784EC9 - 487E0AD53E31FE34EC41B45FC09B9097 - BDD78DD77E210708F222D40A2FDE75B1 - 8DC04A9EEA14F0D2300FB6C0CAEB9CAB - 7323B64F45BBE15A70D98D5E7FBF31C8 - C162177585DC8E186D24CADCC233B0EA - 8439940A3793CF65B24F4185E04317D8 - D64041D7A1004D2C8771C29362B59366 - 8F3064A5B520D1E4290AA240A05B7D6F - 2DE374580729793C277006A3481402A3 - 9604D510A96A637DD9AE0D304B68A5A2 - - isa - PBXGroup - name - Assets - path - Assets - sourceTree - <group> - - 5023A97277B66BB3E83DA779FEBAE80C - - fileRef - 94A310E9C2919B9904E9AFBD2837C2B9 - isa - PBXBuildFile - - 505D7B9189B81314EF02A1E9479972D0 - - children - - 3540CB186FE2EE9EE99381DA600738B8 - 8C4EC29461A90C294949DAE717A1BEC5 - 6772D2471C34E5B39F0D3E7D0E235DA0 - - isa - PBXGroup - name - Expecta+Snapshots - path - Expecta+Snapshots - sourceTree - <group> - - 50F87BFDC26A0B4CC6DE06D3ACBD0714 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libMWPhotoBrowser.a - path - libMWPhotoBrowser.a - sourceTree - BUILT_PRODUCTS_DIR - - 5116C7E5987E156AC4BAA9BF327459AD - - fileRef - 9BF2584F8D336EF737485D7396CFBAFF - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 518626B93DA6269F02901D111B4DBF26 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIButton+WebCache.h - path - SDWebImage/UIButton+WebCache.h - sourceTree - <group> - - 518937C0924DA3A3DD216697CED9205F - - fileRef - D615D83AA6E624C9EEFAB11B6DAB4612 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 523087C6D186A9F5BEE78D39F9A78F3F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-MWPhotoBrowser_Example-dummy.m - sourceTree - <group> - - 5289709799A254B807701A658BD9D425 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - UIImage+MWPhotoBrowser.m - sourceTree - <group> - - 53A65E3DDAAB4288F448625574686617 - - fileRef - A59CA631962D8BFBF1D8BA4BA8F1F223 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 53FA1A78374A52A66FBFD0691645BCB8 - - buildActionMask - 2147483647 - files - - B25B4A401CE0322E5FA936642D8E8A36 - E145A7E23B46A8C1E1549511735A041D - DD7BDEE57A8E95F9F327AC87B6A78256 - BEEAFC79B66B12E6D67D140381BE25F2 - 618AF4F15226C5AED0802286F3763EF4 - B52658FC373BA42C6DBF475CAEA30F09 - FFF549D1FBC0937A99BED40CC44BC155 - 760A4E328E68E43D12295FA08F7475FD - 20503FB88D4DCF32DC61DD92AA97A82B - 14BD3072FD1820402768B3D7F2E5B4A5 - FB42B2F11B39412F3015A082008F1782 - E54B859019C3D44B55F4723880F93D4D - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 53FB0CBA14BE53F79F4EB4E7B46C523B - - fileRef - DF11024BF511A0D2225D4BA84770CED7 - isa - PBXBuildFile - - 56228B3CBF246784930BFE7B29EFDD04 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SPTCompiledExample.m - path - Specta/Specta/SPTCompiledExample.m - sourceTree - <group> - - 562BE99A6F630E709218EB9B3CF36E90 - - fileRef - 6CF3D336192327338965DC88856BDFCF - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 564C3E7A9D55850E48FAC93F77A7F478 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWPhotoProtocol.h - sourceTree - <group> - - 567A47FABAD9EE8B7DF32295CC53F937 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+endWith.h - path - Expecta/Matchers/EXPMatchers+endWith.h - sourceTree - <group> - - 569060A075537DFE6A4D25D96C98668B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SPTCompiledExample.h - path - Specta/Specta/SPTCompiledExample.h - sourceTree - <group> - - 56BD615DEEA3BC153C0B73BAC8A60A13 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+endWith.m - path - Expecta/Matchers/EXPMatchers+endWith.m - sourceTree - <group> - - 571096112AA1AD00C10596D216783599 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SPTExampleGroup.m - path - Specta/Specta/SPTExampleGroup.m - sourceTree - <group> - - 57205495CF13B4EE93B13B7B0E3A1BD2 - - buildConfigurations - - F84C57B89A97BB8108482354FFD8E157 - 9D77DAC945EC22411297CBC957C966F0 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 5728F0AC6D99470A4AF64DA015991D65 - - fileRef - 6347B71E8C22BA00F73AB093F101B7D4 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 5748A5F5926815AF7CCC45FA80943763 - - fileRef - B0329B325C97BC663835390843F985CE - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 574FFB37A8EF309B1A1EB265267DD353 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageDownloader.h - path - SDWebImage/SDWebImageDownloader.h - sourceTree - <group> - - 5813251FEA21E4AEE97385709F1912DE - - buildConfigurationList - 9F1294BB80138FB7DEE240DF61EC1523 - buildPhases - - DE0797009C8330FFDB1FC0EB8D2DA9DD - F2BDF8E898C762EFB3844211CE201024 - 9987EAA3314FDCBDC6783C325695E1D8 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - MWPhotoBrowser-MWPhotoBrowser - productName - MWPhotoBrowser-MWPhotoBrowser - productReference - 8261C05543EA69BA5F136A06D5005C50 - productType - com.apple.product-type.bundle - - 589CDFB90C98BF58F34B688A2BEF2D04 - - fileRef - DF11024BF511A0D2225D4BA84770CED7 - isa - PBXBuildFile - - 589E7F4856ABE929D7FC9F3A9E506FC9 - - baseConfigurationReference - FAF77DDAA41AC524C38F1D92F2EE01AB - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - 59DA6D130464A9F97CD181877DD36CB7 - - fileRef - 6B1C830074F8BFC3AE3CB3A5278754A8 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 59E65BF5E40AA0C59E0BBC07807714F1 - - baseConfigurationReference - D5EE5F7C5A846B01ACF225DE04E52196 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MACH_O_TYPE - staticlib - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PODS_ROOT - $(SRCROOT) - PRODUCT_NAME - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - 5A06D9F124A077FE3345C713135D7E6C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSValue+Expecta.m - path - Expecta/NSValue+Expecta.m - sourceTree - <group> - - 5A531485C6A0D185C72E03CD91B49919 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWGridViewController.h - sourceTree - <group> - - 5A859FF87C3507C937241DD78BD95EF3 - - fileRef - 6D7C34F3A270979025E31A50FFFC7F28 - isa - PBXBuildFile - - 5CD9AEB21836919899CDA3A9D9510998 - - buildConfigurations - - 59E65BF5E40AA0C59E0BBC07807714F1 - 5DBFCD132D088BC182C9B82D9A6F90D9 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 5D39CEB65ADB521B117CA181C2BB2C9C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImageView+HighlightedWebCache.h - path - SDWebImage/UIImageView+HighlightedWebCache.h - sourceTree - <group> - - 5DBFCD132D088BC182C9B82D9A6F90D9 - - baseConfigurationReference - B83D4C05E77991780CA69BF68B431DD2 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MACH_O_TYPE - staticlib - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PODS_ROOT - $(SRCROOT) - PRODUCT_NAME - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - 5E350F03F362C03BE32737DDE72D4632 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - QuartzCore.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/QuartzCore.framework - sourceTree - DEVELOPER_DIR - - 5E8F33E777456DA63CA2D902508A9058 - - fileRef - C2CEB9C1175C4FC4D5BE5C6EF285E0A4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 5EB4F27B76513AE918BA5AE0868E87C8 - - fileRef - EF4D256729962DC82677BF90E861294B - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 5EB6A7FF5E92B3E2E96A92367BE4AA32 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 7D9E32DAA93E15CFCF77A5BCD2D4BAA2 - remoteInfo - FBSnapshotTestCase - - 5F4AECEF356E35995112F9167B219AD6 - - fileRef - AF944A6486FDAD944BE766A70129E6D2 - isa - PBXBuildFile - - 5F6D96E64F890BDC4A75B73C3D50A0DD - - fileRef - D68BA9A93FD415E751DFA95CCF7DCB8D - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 5F878B29A406784703BC9F07FBFDD99F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+postNotification.h - path - Expecta/Matchers/EXPMatchers+postNotification.h - sourceTree - <group> - - 60262C4B68C1B0EF7D3E4FADACB10CD7 - - fileRef - 222A85D6DAB7D3AC98EF6D7E68B13740 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 60D3CCEB5B53542228790ABD8885AF42 - - fileRef - 18391089432560093C31CCA48ABB46AE - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 60E1461AAED23D358B1A25A48F9DD77F - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedSmallOff@3x.png - sourceTree - <group> - - 60ECF290B248258F453088B6258302E6 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DALabeledCircularProgressView.h - path - DACircularProgress/DALabeledCircularProgressView.h - sourceTree - <group> - - 617F18A93D7ABF1322E3C027265893C2 - - baseConfigurationReference - 2055A9E17F10DAA3DD7884DDF96A0A50 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/MWPhotoBrowser/MWPhotoBrowser-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - 618AF4F15226C5AED0802286F3763EF4 - - fileRef - D8619A771228AD0402C4D464E3C6EE53 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 619B0B2F7ACD42F8EF700EAE6D1C95DA - - buildConfigurations - - CB7148E744A9D03AEDC9D4809248999F - 86334F1A4DF0160C4B098EF643AB6E07 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 63010FB3922AB3E2DDD6D8CDD2D10BFA - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+conformTo.m - path - Expecta/Matchers/EXPMatchers+conformTo.m - sourceTree - <group> - - 63327617AD4F38D1236E71968B0991E5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - FBSnapshotTestCase.m - path - FBSnapshotTestCase/FBSnapshotTestCase.m - sourceTree - <group> - - 6347B71E8C22BA00F73AB093F101B7D4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SpectaTypes.h - path - Specta/Specta/SpectaTypes.h - sourceTree - <group> - - 63B3276116DCC036DC3FF64871C5B34A - - fileRef - 9BDA7CB400BA41525D0DAC5E267B2670 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 63D0CD4F0FB5A6103E1DDB46E876CBB6 - - fileRef - 3173089CCB6C063D260C58DD7BA3ABF5 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 64734F2BA63DAFDA24F819EE71704665 - - fileRef - 7323B64F45BBE15A70D98D5E7FBF31C8 - isa - PBXBuildFile - - 659BCA5950BB094273E9E83E7D5271CF - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - E9AAC3590B391F4CFAF5F8348E6A8FE4 - remoteInfo - Specta - - 65F75ED4B34CEDF568441FBC95BA1459 - - fileRef - 244F3301C3C77C58A95FA7864D67858D - isa - PBXBuildFile - - 66081D3480D1FA028C4DE2344BF616D4 - - fileRef - DF11024BF511A0D2225D4BA84770CED7 - isa - PBXBuildFile - - 661962DFFB8F4AF681F8EA78582EE534 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIButton+WebCache.m - path - SDWebImage/UIButton+WebCache.m - sourceTree - <group> - - 664FB9826D0F046AB6CE15196CC120B7 - - fileRef - A1BF1E794449AF3F514B2EE3C85F4B10 - isa - PBXBuildFile - - 66D391F04A8D672C0D42510DE811E7B2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSObject+Expecta.h - path - Expecta/NSObject+Expecta.h - sourceTree - <group> - - 6772D2471C34E5B39F0D3E7D0E235DA0 - - children - - FAF77DDAA41AC524C38F1D92F2EE01AB - 785A993DF42B3ABEF658B85E1F47663F - F5551459CFCB6B7914E9EC1783277D94 - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/Expecta+Snapshots - sourceTree - <group> - - 67BBF4202A90EC070C5EBE20B57A0255 - - fileRef - 1AFDF0F0EF2A314336EACA38FCC6F784 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 688EFB46F8559BD675FD06384ABA49E1 - - fileRef - C162177585DC8E186D24CADCC233B0EA - isa - PBXBuildFile - - 68F141757E1606330C04FEBE78CBCE4E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - path - Pods-MWPhotoBrowser_Tests-acknowledgements.markdown - sourceTree - <group> - - 691CE6B20E64762C98682B93B31435E7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SPTSpec.h - path - Specta/Specta/SPTSpec.h - sourceTree - <group> - - 6924E116731D7079958063A3EE0781ED - - fileRef - 6ED6BE9A61002A3AF6D4C834E2277D8C - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 69363A59A4E2FF95D6A62AA88641A20A - - fileRef - 0B7E61991D03B44046913BF3B345F4DB - isa - PBXBuildFile - - 69C3D12EC1F2F8AE628C05AC390D9D61 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWCommon.h - sourceTree - <group> - - 69DC2FB163EAB23712D9C3C13C72518E - - fileRef - C77F8C54B4042EC0746E5D285E7D400A - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 69EBB956302554EA37775F4D806BC4DD - - fileRef - 3DA2CF997A09E53F375CF0DEEF25AFCF - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 6A4E3ACA285A21392936C110E7EC91F0 - - fileRef - 7AAD7709C9FF6828905D6A28E69C4221 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 6B1C830074F8BFC3AE3CB3A5278754A8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImage+GIF.m - path - SDWebImage/UIImage+GIF.m - sourceTree - <group> - - 6C8B1153C440825B90681905FC2F85B9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWTapDetectingImageView.h - sourceTree - <group> - - 6C92311B12AB812820A4267248D69CCB - - children - - 2055A9E17F10DAA3DD7884DDF96A0A50 - 079AA0CF857B4A46F161666C58867CE1 - BA4C6CCE8BCEAFA07BB2679C87A008C5 - - isa - PBXGroup - name - Support Files - path - Example/Pods/Target Support Files/MWPhotoBrowser - sourceTree - <group> - - 6C982719FDCF6684EB752A0153066FC3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageDecoder.m - path - SDWebImage/SDWebImageDecoder.m - sourceTree - <group> - - 6CA9CE30C9B7FD5557F8DD0E06209E36 - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedOff.png - sourceTree - <group> - - 6CD36438CB08D280978CEE50363D8B8B - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libExpecta+Snapshots.a - path - libExpecta+Snapshots.a - sourceTree - BUILT_PRODUCTS_DIR - - 6CD3EC2C1FBF5655137A99638E9CC950 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - MediaPlayer.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/MediaPlayer.framework - sourceTree - DEVELOPER_DIR - - 6CF3D336192327338965DC88856BDFCF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+haveCountOf.m - path - Expecta/Matchers/EXPMatchers+haveCountOf.m - sourceTree - <group> - - 6D37BEAA1FC469C3582CACB4E9766502 - - fileRef - EC9E28E1F941952C6708902F41FD209D - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 6D7C34F3A270979025E31A50FFFC7F28 - - includeInIndex - 1 - isa - PBXFileReference - path - PlayButtonOverlayLargeTap.png - sourceTree - <group> - - 6D8154E68B3360EE1C8DA3A4443096F3 - - isa - PBXTargetDependency - name - SDWebImage - target - DE3B07ED7FF04F506B0C5E00F4973589 - targetProxy - 216D98400141172993D43965B937A9C6 - - 6E43863A0284BCD9B517C3AE49207A9D - - buildActionMask - 2147483647 - files - - 9D6E638E56BDAD3C2196ED9C28FAF857 - 1DD364708B768EB7C94DD9BB48F217F4 - 723DCD855EFE5AC009B1D2FFE88373C7 - 5748A5F5926815AF7CCC45FA80943763 - 164BD2AFD03035E623A90DF1AA095C35 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 6EB2498C2AFB1DF8555CB7C1EF89CA5C - - fileRef - F5963246D32249D4D198CE8A36B4DD12 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 6ED6BE9A61002A3AF6D4C834E2277D8C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers.h - path - Expecta/Matchers/EXPMatchers.h - sourceTree - <group> - - 6EEA87D8E87914D02AA319693371EE2C - - fileRef - AABA7597E19FD75C9F320BCD6BB2759E - isa - PBXBuildFile - - 6F1FCA0BD48258CDEC1B14D704BA3E5D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-MWPhotoBrowser_Tests.debug.xcconfig - sourceTree - <group> - - 6FAC17B355970FC2EBFADA7C72544799 - - buildActionMask - 2147483647 - files - - D041545E1DB9D43FCBB294B7E9573AFF - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 700F6F4AFED22AEAA1D8943236F94924 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatcher.h - path - Expecta/EXPMatcher.h - sourceTree - <group> - - 70545E4EA86C6E593A2A9F6731DA8F6D - - fileRef - 10E68FD4A81F628778B6A4992DB9D952 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 70922EF029715CA28E814F87373F29C4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+equal.m - path - Expecta/Matchers/EXPMatchers+equal.m - sourceTree - <group> - - 70D801E0B95C23BCC270E4EC8659D463 - - fileRef - DB7D9B8599935A5FF3862B90E049CABD - isa - PBXBuildFile - - 717B38CC8B651B61F35E12EE4211DAF0 - - baseConfigurationReference - 2055A9E17F10DAA3DD7884DDF96A0A50 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - PRODUCT_NAME - MWPhotoBrowser - SDKROOT - iphoneos - SKIP_INSTALL - YES - WRAPPER_EXTENSION - bundle - - isa - XCBuildConfiguration - name - Debug - - 71865C216F48AC822D486C8D9B03B13C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beSubclassOf.h - path - Expecta/Matchers/EXPMatchers+beSubclassOf.h - sourceTree - <group> - - 719353E5F5BDD19B2D80B273F365F2BF - - children - - 25003C5ED979935F9483683DD2350697 - - isa - PBXGroup - name - Development Pods - sourceTree - <group> - - 71BC183B1FB7AB5F8CF9A3383C6B354C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.script.sh - path - Pods-MWPhotoBrowser_Example-frameworks.sh - sourceTree - <group> - - 722090AAE01BA442E883E6F02AA8DF40 - - buildConfigurationList - 8BEDD694C8600B014302155F48FD5B08 - buildPhases - - A07F4B785B315E5B075218A988F05149 - 6FAC17B355970FC2EBFADA7C72544799 - - buildRules - - dependencies - - 0B8D4914244FCBC9DCAF2B9AD09F3DD5 - 0EAAE557DE1A2949F0793F1230D1D046 - 1CCE02DFD89EF9B58809C379D0496685 - 9F0508C4938477BDB11EAF1F3A6960E7 - 01F58E863C79FB5A8433D92837FFE619 - A815E988348FB8A8B609F012516ABD15 - D359D2CDD896874DAD7B6D2EF3FEE26D - 13EA87F4C750EBB98261F8ED14EFE770 - - isa - PBXNativeTarget - name - Pods-MWPhotoBrowser_Tests - productName - Pods-MWPhotoBrowser_Tests - productReference - E0EBF0357895E0C657A233A9D4D0E2C1 - productType - com.apple.product-type.library.static - - 723DCD855EFE5AC009B1D2FFE88373C7 - - fileRef - 8E108520195BF6568A4A53786EA7B6F0 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 7250BEF99A7686EAB50B17986FDCED3E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+match.m - path - Expecta/Matchers/EXPMatchers+match.m - sourceTree - <group> - - 730E6CDCF09A029F8976D82EB7DACCF2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MWCaptionView.m - sourceTree - <group> - - 7323B64F45BBE15A70D98D5E7FBF31C8 - - includeInIndex - 1 - isa - PBXFileReference - path - UIBarButtonItemArrowRight@3x.png - sourceTree - <group> - - 7357CD98F48585C602A75C901AD5E096 - - buildActionMask - 2147483647 - files - - 63B3276116DCC036DC3FF64871C5B34A - 34B2272FAB199A0B69B898BFB9E733E1 - 33985216BF501EDD56E784D7CAD32FE7 - EDDE097EFD40E9A4E32E4B44C97CE44B - 29E4E0528D088AE8B2EE6D38E19D375E - 53A65E3DDAAB4288F448625574686617 - 29B6CC3E1560257A444A209D97AC271E - 2BFB267A4274D5D4B277138F9D4EEDA1 - DC1F1DBD53679CB78C5967BA9DEC08CA - 3F1E0CB31108E6E996D2E7418FE21D2E - 59DA6D130464A9F97CD181877DD36CB7 - B28719F6B1978267C407032A2AE646F8 - DFAB389ECAD69BF8BE6357CFADABBF5C - 7D3B3786F1D6CED2CE141B2B1BDAE012 - F3BB0A963277282C6BF73E81250B6943 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 7389D03E90A74E5A200DD5ADBB209885 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - DACircularProgress.xcconfig - sourceTree - <group> - - 7436C602BB1CA7C91560C28DE749357B - - fileRef - F9B2375A6E20F2774E7B3F08FB92909E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 746A80915CF52BE732D200BAA851FBAB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beLessThanOrEqualTo.m - path - Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m - sourceTree - <group> - - 74707D5ABEC55B3084F52C40A4227B06 - - fileRef - 2779B434631901F1434BC316E3FB5AE9 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 74A9CCFEBE692130454C41959EBA5254 - - fileRef - 8A00437F88A0C89CD672C2085CCCF62B - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 7599165E41821009340AA99FDAC29AE0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageDownloaderOperation.m - path - SDWebImage/SDWebImageDownloaderOperation.m - sourceTree - <group> - - 75F83323F205A277BEC18AABDA0FA739 - - includeInIndex - 1 - isa - PBXFileReference - path - PlayButtonOverlayLarge@3x.png - sourceTree - <group> - - 760A4E328E68E43D12295FA08F7475FD - - fileRef - 564C3E7A9D55850E48FAC93F77A7F478 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 76331E71086C8CD5118A69B046D8F0FB - - fileRef - 567A47FABAD9EE8B7DF32295CC53F937 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 76C42C41A4B61435A3315770F58154B2 - - fileRef - 8F3064A5B520D1E4290AA240A05B7D6F - isa - PBXBuildFile - - 779CFE8771E1EF63F1313ABEBCECAA4A - - fileRef - 15082EF0D1C2F7B77B63E0116BDA622C - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 785A993DF42B3ABEF658B85E1F47663F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Expecta+Snapshots-dummy.m - sourceTree - <group> - - 78759DF877B83416A90AA2BC606BF7ED - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImagePrefetcher.m - path - SDWebImage/SDWebImagePrefetcher.m - sourceTree - <group> - - 788D548DE837CA2FA9D2D744D64FA847 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+raise.m - path - Expecta/Matchers/EXPMatchers+raise.m - sourceTree - <group> - - 79996E262256F57DB50CD16E5EBE5D52 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatcherHelpers.h - path - Expecta/Matchers/EXPMatcherHelpers.h - sourceTree - <group> - - 79D73FB4B6A3C92513B81243EA72E78C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+match.h - path - Expecta/Matchers/EXPMatchers+match.h - sourceTree - <group> - - 7AAD7709C9FF6828905D6A28E69C4221 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPDefines.h - path - Expecta/EXPDefines.h - sourceTree - <group> - - 7AC91F55DAAA2F0223A97BEFF8BCAF68 - - fileRef - D09A95F4452843967F4C8F3FA5EC1A68 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 7CF892960748F43245AD2B5CD2AC41A5 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libSpecta.a - path - libSpecta.a - sourceTree - BUILT_PRODUCTS_DIR - - 7D3B3786F1D6CED2CE141B2B1BDAE012 - - fileRef - A2B692D3F450E25A5D8B17F524EA0720 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 7D56DF05F0071D94121A050CDB772D56 - - fileRef - 818AFFCC037C608492FAE59C7C3E85C0 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 7D8198AD59277CB0379442369CF5247E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWCaptionView.h - sourceTree - <group> - - 7D901800D8324F9F338B54CA286AD771 - - fileRef - D2307EC60BB4D23E49C1420E6F192943 - isa - PBXBuildFile - - 7D9E32DAA93E15CFCF77A5BCD2D4BAA2 - - buildConfigurationList - 189B7D1A1C865073D7F999A759ACD292 - buildPhases - - 9C03752CBF78921009132B656CF36184 - 46A2CE1545DEBE5FE9DF073C8EBFE2F0 - 6E43863A0284BCD9B517C3AE49207A9D - - buildRules - - dependencies - - isa - PBXNativeTarget - name - FBSnapshotTestCase - productName - FBSnapshotTestCase - productReference - D52C083C7341E76797DB059849542613 - productType - com.apple.product-type.library.static - - 7DACEAF8582049D6EB8B4CFFB6CA48CD - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beGreaterThan.m - path - Expecta/Matchers/EXPMatchers+beGreaterThan.m - sourceTree - <group> - - 7DB346D0F39D3F0E887471402A8071AB - - children - - BA6428E9F66FD5A23C0A2E06ED26CD2F - 719353E5F5BDD19B2D80B273F365F2BF - F4CDA5FA9197A41E0081E84F932906EB - 9D89C03F805626896F95FA71887D578C - 9142D907B715CE18385E00AB1972B1BD - 29062DA699B861B896758C5A677765BD - - isa - PBXGroup - sourceTree - <group> - - 7E05296687CBD4F8C77EA450EEAB7B60 - - fileRef - ABDF044BC66387B0E03E70BAC09D0AC8 - isa - PBXBuildFile - - 7FEE0E8D094D7BCCAC7129473EE05ADC - - fileRef - 788D548DE837CA2FA9D2D744D64FA847 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 8059E5674B08670B0A002D564FFABF44 - - fileRef - 70922EF029715CA28E814F87373F29C4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 805AE44C01D7936BA8A238C6C5C4807D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Specta.xcconfig - sourceTree - <group> - - 809101940909F56A7B70CE17D447640B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beLessThanOrEqualTo.h - path - Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h - sourceTree - <group> - - 8136A5BFC35DA48ABC2C0D94EA79B7F0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPFloatTuple.h - path - Expecta/EXPFloatTuple.h - sourceTree - <group> - - 818AFFCC037C608492FAE59C7C3E85C0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SPTExampleGroup.h - path - Specta/Specta/SPTExampleGroup.h - sourceTree - <group> - - 8261C05543EA69BA5F136A06D5005C50 - - explicitFileType - wrapper.cfbundle - includeInIndex - 0 - isa - PBXFileReference - name - MWPhotoBrowser.bundle - path - MWPhotoBrowser.bundle - sourceTree - BUILT_PRODUCTS_DIR - - 82AC9861A9FE0BEFEC04D31C3B05ABB2 - - fileRef - 40D39B6435EEF47A85F4E3FB684E72FE - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 82FC12F67E83874B93592218E9FB4CA0 - - fileRef - 427921605A450AEF67D129DACCD87BED - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 8439940A3793CF65B24F4185E04317D8 - - includeInIndex - 1 - isa - PBXFileReference - path - UIBarButtonItemGrid@2x.png - sourceTree - <group> - - 85A6795A5CD0C6DEA1F648AD0E6D1248 - - baseConfigurationReference - 2055A9E17F10DAA3DD7884DDF96A0A50 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/MWPhotoBrowser/MWPhotoBrowser-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - 862018A7CC10880108A2BDC5146C8F3F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beInTheRangeOf.h - path - Expecta/Matchers/EXPMatchers+beInTheRangeOf.h - sourceTree - <group> - - 86334F1A4DF0160C4B098EF643AB6E07 - - baseConfigurationReference - 7389D03E90A74E5A200DD5ADBB209885 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/DACircularProgress/DACircularProgress-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - 865FAF448207E691D600F40C4ACF7C58 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPUnsupportedObject.h - path - Expecta/EXPUnsupportedObject.h - sourceTree - <group> - - 866569443B7D10AB5D6DC7FC0830235B - - fileRef - DF11024BF511A0D2225D4BA84770CED7 - isa - PBXBuildFile - - 86A1ADA0F8A843FA09BFF9142BEF76D5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Expecta.xcconfig - sourceTree - <group> - - 872948DAF79618AD725E0BF364E5DDD4 - - fileRef - 5A06D9F124A077FE3345C713135D7E6C - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - 87A80C8B1F0C635DA56B74807AE426D9 - - fileRef - 2ACE82A15131DC569A786CB49EFD1804 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 886428740DB164747FBA1935F65900DF - - buildActionMask - 2147483647 - files - - EFE77B95F063C96D9B07BC2A988AB403 - B6CB1D947CABAFFCEFC7F94006CB7AD4 - 319D6926D1261EB1150D83F672CCA35E - 00518063767430EDC47FCC49F4409458 - 4CFCAA497A77475D017F781F8241A4C0 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 8952D588C0E5AD12FD9CF3747FD061F2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWTapDetectingView.h - sourceTree - <group> - - 8A00437F88A0C89CD672C2085CCCF62B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageCompat.h - path - SDWebImage/SDWebImageCompat.h - sourceTree - <group> - - 8B2FFB12DD1404D98DCA25509B11611E - - fileRef - 1A1E6F8D4C651A22BB8CCEF1226FB1EE - isa - PBXBuildFile - - 8B97E5CA574F06B315C5F1D27B25DEFB - - fileRef - 785A993DF42B3ABEF658B85E1F47663F - isa - PBXBuildFile - - 8BEDD694C8600B014302155F48FD5B08 - - buildConfigurations - - ECE81C5981477AA7D254ACC70534BE23 - BFD984F9AF4C47EDD370C631057D40E8 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 8C4EC29461A90C294949DAE717A1BEC5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - EXPMatchers+FBSnapshotTest.m - sourceTree - <group> - - 8C4ECAE46CD3BCB39F38F4FF20D074F6 - - fileRef - 0B7E61991D03B44046913BF3B345F4DB - isa - PBXBuildFile - - 8D8B7C183B18D82F1958BB3115798433 - - buildConfigurations - - C0593046ABD536BD086B85302FA897DF - CC01A834786EDBE30D7011502AE0F9B3 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 8DC04A9EEA14F0D2300FB6C0CAEB9CAB - - includeInIndex - 1 - isa - PBXFileReference - path - UIBarButtonItemArrowRight@2x.png - sourceTree - <group> - - 8DF90D623F7F9015EEE9F1D7FEE7E053 - - fileRef - 0A924BC847BA99EBCBD0588603448B05 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 8E108520195BF6568A4A53786EA7B6F0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - FBSnapshotTestController.h - path - FBSnapshotTestCase/FBSnapshotTestController.h - sourceTree - <group> - - 8E485F27A3C78223FB086075C2974A49 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSData+ImageContentType.h - path - SDWebImage/NSData+ImageContentType.h - sourceTree - <group> - - 8EE5D8EDB6C595B190E81B76D3190EB3 - - isa - PBXTargetDependency - name - MBProgressHUD - target - FE2F1D7B9D9FCEA148517E4657B243F4 - targetProxy - D7B59E66FA2C765426650ADECEF955EF - - 8F2B443FA0D511403E4DA2A79DB3302A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SPTSharedExampleGroups.m - path - Specta/Specta/SPTSharedExampleGroups.m - sourceTree - <group> - - 8F3064A5B520D1E4290AA240A05B7D6F - - includeInIndex - 1 - isa - PBXFileReference - path - VideoOverlay.png - sourceTree - <group> - - 8F674582EE71972EE60EFD96C1F173D5 - - fileRef - 0683DF2C9B7FC27B576AB4B7B3B146ED - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 9019F9233E2A8B04A82C1B8D0274F09F - - fileRef - 9A9B45D988FA49FD87F8587C42403EC5 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 904DB6CCA2AAC8D7B3245ED9628E865A - - fileRef - 691CE6B20E64762C98682B93B31435E7 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 90C5595E0565CBEBB42EFEBB157FF619 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - DE3B07ED7FF04F506B0C5E00F4973589 - remoteInfo - SDWebImage - - 9142D907B715CE18385E00AB1972B1BD - - children - - CEFDBDB8900789B0FFB86EBB7065BC62 - ADEAC9FE1270035973745D0EB3B84395 - 6CD36438CB08D280978CEE50363D8B8B - D52C083C7341E76797DB059849542613 - D7F1441E30E059AC17B4C1CE1464C07B - 50F87BFDC26A0B4CC6DE06D3ACBD0714 - 4D720BB8AE19E427E58843509B28FEB6 - E0EBF0357895E0C657A233A9D4D0E2C1 - C5284B0E2549CD42E31F469FB8B92DA8 - 7CF892960748F43245AD2B5CD2AC41A5 - 8261C05543EA69BA5F136A06D5005C50 - - isa - PBXGroup - name - Products - sourceTree - <group> - - 91E14C244388DE830AA1C4AE88415F76 - - fileRef - BA9181C8B2773795F2EACBDE286994AD - isa - PBXBuildFile - - 92F064516748B6AA4C6E303A38C3FE6A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPExpect.m - path - Expecta/EXPExpect.m - sourceTree - <group> - - 9374BBB3BA16684D1B858CCC9C3E2D8A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Pods-MWPhotoBrowser_Example-acknowledgements.plist - sourceTree - <group> - - 93CF7F496E727D827BED2105B65D2073 - - fileRef - E4436D58F27EAC932F3CC2A7619D5FD3 - isa - PBXBuildFile - - 94A310E9C2919B9904E9AFBD2837C2B9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MWTapDetectingView.m - sourceTree - <group> - - 956FB3AB698AF3DA776A9F24AA79C229 - - fileRef - 66D391F04A8D672C0D42510DE811E7B2 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 9604D510A96A637DD9AE0D304B68A5A2 - - includeInIndex - 1 - isa - PBXFileReference - path - VideoOverlay@3x.png - sourceTree - <group> - - 96AE2267633A27498E5D45052BDD5BBA - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 9775596B3CA16905FC8F66DA8E2A3C67 - remoteInfo - DACircularProgress - - 9775596B3CA16905FC8F66DA8E2A3C67 - - buildConfigurationList - 619B0B2F7ACD42F8EF700EAE6D1C95DA - buildPhases - - A6993E0B001E6EB572176DFCF9B87C6A - F2A9AAC03867BB4990470BAC5912E030 - 1246A1C00980422020A6884856143651 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - DACircularProgress - productName - DACircularProgress - productReference - CEFDBDB8900789B0FFB86EBB7065BC62 - productType - com.apple.product-type.library.static - - 97B5429A3CE99BA07086198F10CCE615 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - E2FE87384A67337831E53490EEA8BF11 - remoteInfo - MWPhotoBrowser - - 97E91EC237B8623D895DBF6092034AD7 - - fileRef - 862018A7CC10880108A2BDC5146C8F3F - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 981F3EB0C06E97770D2421E673B013A1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+contain.h - path - Expecta/Matchers/EXPMatchers+contain.h - sourceTree - <group> - - 9839B551DAF141B99431C2238C8EEBC0 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - AssetsLibrary.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/AssetsLibrary.framework - sourceTree - DEVELOPER_DIR - - 990C6F27E60B10F0E4BA0674D80F546B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Expecta-prefix.pch - sourceTree - <group> - - 9933B0F6DA01EDF804C19260E9515E65 - - fileRef - 0B7E61991D03B44046913BF3B345F4DB - isa - PBXBuildFile - - 9987EAA3314FDCBDC6783C325695E1D8 - - buildActionMask - 2147483647 - files - - E287D744F886B15E1060AFEA475FC727 - 7E05296687CBD4F8C77EA450EEAB7B60 - 91E14C244388DE830AA1C4AE88415F76 - 4DCDDE359E1F3BB419E0F7E9DD12CBB6 - BE6668D2527C0063CE1C755190A7596F - 7D901800D8324F9F338B54CA286AD771 - F26631BB63543446C157972F2F6D1475 - FBADF2C12D471003AEB710314DA3FF49 - FAC85E18FE868D87FFB2E13C182F4DB9 - 1E08912939425D011D7C47713E6CDAF0 - 65F75ED4B34CEDF568441FBC95BA1459 - B9051EB6C3E749E2F0538ABF5076D0BE - EDC1E77817E2D0252126B98EB0206A62 - 93CF7F496E727D827BED2105B65D2073 - A14C97547283B618AE64053DD92BB395 - F2168F9F63056AC8BFB344608C4158BE - 8B2FFB12DD1404D98DCA25509B11611E - F314DFE6C76A8EEBC3D8CAF03EB89850 - 5A859FF87C3507C937241DD78BD95EF3 - 051AA4E51A019933DD1E5CE99CD7352A - A2406F04BC69905BAB01C77F8073B55D - E99804B4B10C0A5C7C08E5EF962804CE - FC1FB976E1C29A75089D2374BDFCCC44 - 105B37778FEED1965C8D0AF4C9E4B4F1 - AB0885F8524D9BE85FDEA8BF30520D43 - F88B870D7D0531FB54EAD23EB162DB70 - 64734F2BA63DAFDA24F819EE71704665 - 688EFB46F8559BD675FD06384ABA49E1 - C1814AA3C422738CF4B8DC63539CCD3E - BB3A5C6A66C23862172BF9BED9BC8200 - 76C42C41A4B61435A3315770F58154B2 - D3C785493044AF463085D75F2E9D4FEE - E97CDC7A1DFD18DAAD3C505929F32105 - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 999D9522F4AD2757D76E2BC0D6606B4A - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 5813251FEA21E4AEE97385709F1912DE - remoteInfo - MWPhotoBrowser-MWPhotoBrowser - - 9A086D9BE521AADC7C972AE3D9CD5B48 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - Specta.h - path - Specta/Specta/Specta.h - sourceTree - <group> - - 9A9B45D988FA49FD87F8587C42403EC5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beSupersetOf.h - path - Expecta/Matchers/EXPMatchers+beSupersetOf.h - sourceTree - <group> - - 9AF3FD4A822DCF644AB50D3967C43C14 - - buildActionMask - 2147483647 - files - - B6B32565B1C26404789EEFCF37B7C225 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 9B546D0F895D9B5A8316B948CEE95C77 - - fileRef - 29E6F040DB8ACF8886F7FE628840C480 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 9BDA7CB400BA41525D0DAC5E267B2670 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSData+ImageContentType.m - path - SDWebImage/NSData+ImageContentType.m - sourceTree - <group> - - 9BF2584F8D336EF737485D7396CFBAFF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SpectaDSL.h - path - Specta/Specta/SpectaDSL.h - sourceTree - <group> - - 9C03752CBF78921009132B656CF36184 - - buildActionMask - 2147483647 - files - - 45548268D1B9EE9D37731231D940A591 - 4463CD014E8C258B7F8BF0FD64901B8F - 664FB9826D0F046AB6CE15196CC120B7 - A245A84584833A620D85A9C8285C71A1 - 1186EC1A35306EBBA8C3DE66F0973361 - AB5E9DFDA102BB04CB66FC61E01085B0 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 9C8319C4AFAB3CAE3C7314EAD8D1AB34 - - fileRef - F3FAB75D28A2755E4F9F79FB9F2AF5DB - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - 9C95EBE1D39EEFE5E6404691C95BE2E2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.script.sh - path - Pods-MWPhotoBrowser_Tests-resources.sh - sourceTree - <group> - - 9D5AE460F3B78B02A8AE8E5AD0DCC013 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+contain.m - path - Expecta/Matchers/EXPMatchers+contain.m - sourceTree - <group> - - 9D6702575943BF5C71AD0E2299CB53E2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWPhotoBrowser.h - sourceTree - <group> - - 9D6E638E56BDAD3C2196ED9C28FAF857 - - fileRef - E348B132ABCC246013AE3A5532BC609F - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - 9D77DAC945EC22411297CBC957C966F0 - - baseConfigurationReference - 86A1ADA0F8A843FA09BFF9142BEF76D5 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/Expecta/Expecta-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - 9D89C03F805626896F95FA71887D578C - - children - - F629BC640170D45C22A8048A42BAB040 - F6E655732BA75BED75FFACA472080CC4 - 505D7B9189B81314EF02A1E9479972D0 - A22495C61077EFF6CD10B8B82AFA964B - C833942945CF274906A18C8D4BAAE480 - 2FD7E39AFBAB884FA64CFB5DBDFA1F7B - D8BBE4506E8863FF1D2FA4058580F0C8 - - isa - PBXGroup - name - Pods - sourceTree - <group> - - 9E58B396BFA804075E0FCC2D7E764BA6 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImageView+HighlightedWebCache.m - path - SDWebImage/UIImageView+HighlightedWebCache.m - sourceTree - <group> - - 9E907D6C90793FF2CC5533F151827418 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - DE3B07ED7FF04F506B0C5E00F4973589 - remoteInfo - SDWebImage - - 9F0508C4938477BDB11EAF1F3A6960E7 - - isa - PBXTargetDependency - name - FBSnapshotTestCase - target - 7D9E32DAA93E15CFCF77A5BCD2D4BAA2 - targetProxy - 5EB6A7FF5E92B3E2E96A92367BE4AA32 - - 9F080C1D1A758D0A874B7345BE67EC81 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 9775596B3CA16905FC8F66DA8E2A3C67 - remoteInfo - DACircularProgress - - 9F1294BB80138FB7DEE240DF61EC1523 - - buildConfigurations - - 717B38CC8B651B61F35E12EE4211DAF0 - B74838FB9BEB33B6489F58D787E2A6A4 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 9F19BCDE9BF6E330E14588598DFC6337 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Pods-MWPhotoBrowser_Tests-acknowledgements.plist - sourceTree - <group> - - A07F4B785B315E5B075218A988F05149 - - buildActionMask - 2147483647 - files - - 060435B6E32CF028837E209B20E10639 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - A09DD0AB6A512D74E5628070EBD56026 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - ImageIO.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ImageIO.framework - sourceTree - DEVELOPER_DIR - - A0BA05DFEF00406DC4E8898D36D7418D - - fileRef - A8B86384F8C46CE8544B59FEB6C657F5 - isa - PBXBuildFile - - A0C76077A20E75ED950BF4F88A252F83 - - buildActionMask - 2147483647 - files - - 34F30E1314EC4C287E6B89477C2D0FB4 - 3B332CC633C291A7A96AD0922CFD8AB0 - 74A9CCFEBE692130454C41959EBA5254 - 69DC2FB163EAB23712D9C3C13C72518E - 0EF1CB072B5DE5D0A4EE7053EB0E2364 - C16C9E56CBDDE2AD1FCF3EFFF3127C20 - 60262C4B68C1B0EF7D3E4FADACB10CD7 - 518937C0924DA3A3DD216697CED9205F - 0498B98EB393D71314953683060EFD58 - D791C7B718024D8AED15BE84AA2FAAD0 - A14B4E9F94C0A0EC1EE0AE8BFE030787 - F9B0A541E338684F945B7539D802CF64 - 0DC4183837552F23710F86F9A032C574 - 3939EE53B37025D6F0E05FF8A4C7DCF0 - 311D5C7B166178CCB79CFD7E8DD4F641 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - A1195ED094D0C8B66BB073959AA2ACCD - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MWZoomingScrollView.m - sourceTree - <group> - - A14B4E9F94C0A0EC1EE0AE8BFE030787 - - fileRef - 4CFA073D420411E3535ABA966BEE98CC - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - A14C97547283B618AE64053DD92BB395 - - fileRef - CB3EA5CC56581FD52BDBA0179D956E7B - isa - PBXBuildFile - - A1BF1E794449AF3F514B2EE3C85F4B10 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - FBSnapshotTestCasePlatform.m - path - FBSnapshotTestCase/FBSnapshotTestCasePlatform.m - sourceTree - <group> - - A2118778317DA37C36420E58FB3923B3 - - buildConfigurationList - 5CD9AEB21836919899CDA3A9D9510998 - buildPhases - - F0A8CE7CF766D19972CF0934C1652293 - A4AB49CB62EB99071274FD6937EE5352 - - buildRules - - dependencies - - B55362A439917186B971EF580B391A1B - 2D5EE41C6DDBA8F159EEA954F335387A - 1B030B50B68FB0D602F2E4B1685FA9BA - 6D8154E68B3360EE1C8DA3A4443096F3 - - isa - PBXNativeTarget - name - Pods-MWPhotoBrowser_Example - productName - Pods-MWPhotoBrowser_Example - productReference - 4D720BB8AE19E427E58843509B28FEB6 - productType - com.apple.product-type.library.static - - A22495C61077EFF6CD10B8B82AFA964B - - children - - E348B132ABCC246013AE3A5532BC609F - 63327617AD4F38D1236E71968B0991E5 - D54993E311EDD8802711B01895286E4E - A1BF1E794449AF3F514B2EE3C85F4B10 - 8E108520195BF6568A4A53786EA7B6F0 - 0043FDF25F85C0B2C11CEAE6B1C54D87 - B0329B325C97BC663835390843F985CE - B0DFED38A647950C79B13061F923258C - 3B5A7151F8E4FBFE54BF6C2AC80958FA - DD5F3D6C4044A157839220B037A055E8 - 148F0DEDC306B5A6D48931EFD279E456 - - isa - PBXGroup - name - FBSnapshotTestCase - path - FBSnapshotTestCase - sourceTree - <group> - - A2406F04BC69905BAB01C77F8073B55D - - fileRef - 3EF2F2E1AF840BA0B6AD13D59AA5F80C - isa - PBXBuildFile - - A245A84584833A620D85A9C8285C71A1 - - fileRef - 0043FDF25F85C0B2C11CEAE6B1C54D87 - isa - PBXBuildFile - - A26F992E8831118311F3DB7CB830595A - - fileRef - FFC94BC21DE6B02A85C4BA9B703D222D - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - A2B692D3F450E25A5D8B17F524EA0720 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImageView+WebCache.m - path - SDWebImage/UIImageView+WebCache.m - sourceTree - <group> - - A4AB49CB62EB99071274FD6937EE5352 - - buildActionMask - 2147483647 - files - - 0364DCB58A865A2830638D2C0CCED41C - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - A59CA631962D8BFBF1D8BA4BA8F1F223 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageDownloader.m - path - SDWebImage/SDWebImageDownloader.m - sourceTree - <group> - - A65C491577A425AF82C53F4A40A0A24B - - fileRef - 1AB26E75F7BCD415D6AD6B8BA5F03DDB - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - A6854D311D55E2BBD8BFCE4E82DF3EA9 - - fileRef - BA9D20AF1E1E4CF225AA2D772049336D - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - A6993E0B001E6EB572176DFCF9B87C6A - - buildActionMask - 2147483647 - files - - 5F4AECEF356E35995112F9167B219AD6 - 82AC9861A9FE0BEFEC04D31C3B05ABB2 - EF9006327AFFDBED3FD589DA04E2D36A - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - A6A21F67B2A713138BF1A404E3460084 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Expecta-dummy.m - sourceTree - <group> - - A6FD2A9ACF0632CB41BE9AF1A13BD166 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 2F501FE84845EAD97B9087DAFCBBEE0E - remoteInfo - Expecta - - A7141BC83638F4B38D4D312BAE3BDAC4 - - fileRef - 1BB15402D8C2FB01A198273BA1991DED - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - A815E988348FB8A8B609F012516ABD15 - - isa - PBXTargetDependency - name - MWPhotoBrowser - target - E2FE87384A67337831E53490EEA8BF11 - targetProxy - 97B5429A3CE99BA07086198F10CCE615 - - A8490A46CB5206BCA5F90FCFBA2D731E - - fileRef - 79996E262256F57DB50CD16E5EBE5D52 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - A8B86384F8C46CE8544B59FEB6C657F5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MWGridViewController.m - sourceTree - <group> - - AA7B402D31D86AE5E3DD083408311FF1 - - fileRef - E4AD00C4B132C99837C22CC9031DE9F8 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - AABA7597E19FD75C9F320BCD6BB2759E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MWPhotoBrowser.m - sourceTree - <group> - - AAE75938ED3DD46BC00352B82D7CA890 - - fileRef - B2CBEFFA54424B8FBBE1EB23EC879E69 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - AAF71AC633AFEC1D271F81DA183E75F0 - - fileRef - 9A086D9BE521AADC7C972AE3D9CD5B48 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - AB0885F8524D9BE85FDEA8BF30520D43 - - fileRef - BDD78DD77E210708F222D40A2FDE75B1 - isa - PBXBuildFile - - AB1D6408D48F6ECF3FCE553BE73961F5 - - fileRef - 2E7CBF297AA8A0E93C23BFAF1BE94DEE - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - AB5E9DFDA102BB04CB66FC61E01085B0 - - fileRef - DD5F3D6C4044A157839220B037A055E8 - isa - PBXBuildFile - - AB8960E6933BD274C11AD9C15CF410AF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+haveCountOf.h - path - Expecta/Matchers/EXPMatchers+haveCountOf.h - sourceTree - <group> - - ABDF044BC66387B0E03E70BAC09D0AC8 - - includeInIndex - 1 - isa - PBXFileReference - path - ImageError@2x.png - sourceTree - <group> - - AD198F3513AFD6128A50C356DC253545 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Specta-dummy.m - sourceTree - <group> - - AD6791D14732A3C17164F61CC72FFB0D - - fileRef - AE917511985F6891AF3F8233B9D34001 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - ADEAC9FE1270035973745D0EB3B84395 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libExpecta.a - path - libExpecta.a - sourceTree - BUILT_PRODUCTS_DIR - - AE1B7431EAFB4D89A49A9DAD35DBE790 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImageView+WebCache.h - path - SDWebImage/UIImageView+WebCache.h - sourceTree - <group> - - AE6C39B87AE391EC710DA8FB520ED3F5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWZoomingScrollView.h - sourceTree - <group> - - AE917511985F6891AF3F8233B9D34001 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beGreaterThanOrEqualTo.m - path - Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m - sourceTree - <group> - - AF944A6486FDAD944BE766A70129E6D2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - DACircularProgress-dummy.m - sourceTree - <group> - - B0329B325C97BC663835390843F985CE - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImage+Compare.h - path - FBSnapshotTestCase/UIImage+Compare.h - sourceTree - <group> - - B0D25391E290ADE1BF90E18B8281F5F3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beFalsy.m - path - Expecta/Matchers/EXPMatchers+beFalsy.m - sourceTree - <group> - - B0DFED38A647950C79B13061F923258C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImage+Compare.m - path - FBSnapshotTestCase/UIImage+Compare.m - sourceTree - <group> - - B1A8AF86363A5D8093FFE48748DC20A1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - SDWebImage-dummy.m - sourceTree - <group> - - B23D9E49B5B3A5C76EAFFC9C7F40B4B9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPUnsupportedObject.m - path - Expecta/EXPUnsupportedObject.m - sourceTree - <group> - - B25B4A401CE0322E5FA936642D8E8A36 - - fileRef - 7D8198AD59277CB0379442369CF5247E - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - B28719F6B1978267C407032A2AE646F8 - - fileRef - FE9D7A964178EF6E3CE5FC52134DF825 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - B2CBEFFA54424B8FBBE1EB23EC879E69 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+raise.h - path - Expecta/Matchers/EXPMatchers+raise.h - sourceTree - <group> - - B2DE78D2D5A5CF173FEBFA2FE4B4023D - - fileRef - 2F29BE2EDEBA2861368726A4772F4E8E - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - B33234F432A72D5E8B65694AE937B78F - - fileRef - 56BD615DEEA3BC153C0B73BAC8A60A13 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - B37F0F91F85060E28F1DAAB522DC7EC1 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_ENABLE_OBJC_ARC - YES - CLANG_WARN_BOOL_CONVERSION - YES - CLANG_WARN_CONSTANT_CONVERSION - YES - CLANG_WARN_DIRECT_OBJC_ISA_USAGE - YES - CLANG_WARN_EMPTY_BODY - YES - CLANG_WARN_ENUM_CONVERSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_OBJC_ROOT_CLASS - YES - CLANG_WARN_UNREACHABLE_CODE - YES - CLANG_WARN__DUPLICATE_METHOD_MATCH - YES - COPY_PHASE_STRIP - NO - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - ONLY_ACTIVE_ARCH - YES - STRIP_INSTALLED_PRODUCT - NO - SYMROOT - ${SRCROOT}/../build - - isa - XCBuildConfiguration - name - Debug - - B52658FC373BA42C6DBF475CAEA30F09 - - fileRef - 9D6702575943BF5C71AD0E2299CB53E2 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - B55362A439917186B971EF580B391A1B - - isa - PBXTargetDependency - name - DACircularProgress - target - 9775596B3CA16905FC8F66DA8E2A3C67 - targetProxy - 9F080C1D1A758D0A874B7345BE67EC81 - - B5969E17FAFFDC548233DC602AAC6211 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beGreaterThanOrEqualTo.h - path - Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h - sourceTree - <group> - - B6B32565B1C26404789EEFCF37B7C225 - - fileRef - 3540CB186FE2EE9EE99381DA600738B8 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - B6CB1D947CABAFFCEFC7F94006CB7AD4 - - fileRef - DF11024BF511A0D2225D4BA84770CED7 - isa - PBXBuildFile - - B6CE0371E70FB931CC99A90CEBFD6E83 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - E2FE87384A67337831E53490EEA8BF11 - remoteInfo - MWPhotoBrowser - - B733330A3935B54DE57E0503C1867DAE - - fileRef - AD198F3513AFD6128A50C356DC253545 - isa - PBXBuildFile - - B73F44C64FD91479CFE63C882F1E5E70 - - children - - CB09954F9727813F76DD0EC906DB781E - B1A8AF86363A5D8093FFE48748DC20A1 - DD16771750E90A2599B84EDB4AFF9B9E - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/SDWebImage - sourceTree - <group> - - B74838FB9BEB33B6489F58D787E2A6A4 - - baseConfigurationReference - 2055A9E17F10DAA3DD7884DDF96A0A50 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - PRODUCT_NAME - MWPhotoBrowser - SDKROOT - iphoneos - SKIP_INSTALL - YES - WRAPPER_EXTENSION - bundle - - isa - XCBuildConfiguration - name - Release - - B83D4C05E77991780CA69BF68B431DD2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-MWPhotoBrowser_Example.release.xcconfig - sourceTree - <group> - - B8FC063009C06CE659C8CF168A9F8765 - - fileRef - 0B7E61991D03B44046913BF3B345F4DB - isa - PBXBuildFile - - B9051EB6C3E749E2F0538ABF5076D0BE - - fileRef - 60E1461AAED23D358B1A25A48F9DD77F - isa - PBXBuildFile - - B98B98DB394C072483E8066C6B594401 - - buildActionMask - 2147483647 - files - - 589CDFB90C98BF58F34B688A2BEF2D04 - 1181CB6FC2D63C42F19EAB56C604A71E - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - BA4C6CCE8BCEAFA07BB2679C87A008C5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWPhotoBrowser-prefix.pch - sourceTree - <group> - - BA6428E9F66FD5A23C0A2E06ED26CD2F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - name - Podfile - path - ../Podfile - sourceTree - SOURCE_ROOT - xcLanguageSpecificationIdentifier - xcode.lang.ruby - - BA9181C8B2773795F2EACBDE286994AD - - includeInIndex - 1 - isa - PBXFileReference - path - ImageError@3x.png - sourceTree - <group> - - BA9D20AF1E1E4CF225AA2D772049336D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - Expecta.h - path - Expecta/Expecta.h - sourceTree - <group> - - BB3A5C6A66C23862172BF9BED9BC8200 - - fileRef - D64041D7A1004D2C8771C29362B59366 - isa - PBXBuildFile - - BD30B724A71CF5D6E93805B7615EC79C - - fileRef - 0AB1B49E98BEDDFC8A45BB3C1FB54076 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - BD4E094BE48FCAB50C0CEFC92B2C0B04 - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedSmallOff.png - sourceTree - <group> - - BD56223A67203315C1B15E39E3B40934 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.script.sh - path - Pods-MWPhotoBrowser_Tests-frameworks.sh - sourceTree - <group> - - BDD78DD77E210708F222D40A2FDE75B1 - - includeInIndex - 1 - isa - PBXFileReference - path - UIBarButtonItemArrowRight.png - sourceTree - <group> - - BE6668D2527C0063CE1C755190A7596F - - fileRef - E6798A1D89E725C8EB02146EE4B0E31E - isa - PBXBuildFile - - BEEAFC79B66B12E6D67D140381BE25F2 - - fileRef - 5A531485C6A0D185C72E03CD91B49919 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - BFD984F9AF4C47EDD370C631057D40E8 - - baseConfigurationReference - 1580BE8D870658FFFB9EF3D04B9213CC - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MACH_O_TYPE - staticlib - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PODS_ROOT - $(SRCROOT) - PRODUCT_NAME - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - C0593046ABD536BD086B85302FA897DF - - baseConfigurationReference - CB09954F9727813F76DD0EC906DB781E - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/SDWebImage/SDWebImage-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - C0A33FBAF4E7C28807891EC8D0B65204 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MWPhoto.m - sourceTree - <group> - - C162177585DC8E186D24CADCC233B0EA - - includeInIndex - 1 - isa - PBXFileReference - path - UIBarButtonItemGrid.png - sourceTree - <group> - - C16C9E56CBDDE2AD1FCF3EFFF3127C20 - - fileRef - 47BC96C02F9C3E09817E3FEC2559E33B - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - C1814AA3C422738CF4B8DC63539CCD3E - - fileRef - 8439940A3793CF65B24F4185E04317D8 - isa - PBXBuildFile - - C2420EB9004B4667C6328B5C0D098C48 - - fileRef - 49D43B7D98ABA386628BDA9FB6BA411B - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - C266061F84E4CFB93AF99D21EEB13401 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWPhotoBrowserPrivate.h - sourceTree - <group> - - C2909BC6E2528AB50ADD2B0E4FE78DA1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SPTTestSuite.m - path - Specta/Specta/SPTTestSuite.m - sourceTree - <group> - - C2BFF99EB859FD7056CF72C4850693D1 - - fileRef - 63010FB3922AB3E2DDD6D8CDD2D10BFA - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - C2CEB9C1175C4FC4D5BE5C6EF285E0A4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beTruthy.m - path - Expecta/Matchers/EXPMatchers+beTruthy.m - sourceTree - <group> - - C36BB9623ECA2B27942B66986A784EC9 - - includeInIndex - 1 - isa - PBXFileReference - path - UIBarButtonItemArrowLeft@2x.png - sourceTree - <group> - - C3D6913F5E4E594A29E40A526602BBB7 - - isa - PBXTargetDependency - name - MWPhotoBrowser-MWPhotoBrowser - target - 5813251FEA21E4AEE97385709F1912DE - targetProxy - 999D9522F4AD2757D76E2BC0D6606B4A - - C402F1446422CAB85FC53BD77E5E9018 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWGridCell.h - sourceTree - <group> - - C5284B0E2549CD42E31F469FB8B92DA8 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libSDWebImage.a - path - libSDWebImage.a - sourceTree - BUILT_PRODUCTS_DIR - - C5AFFFCB54FD9036E7BC9BA54ADAAF30 - - baseConfigurationReference - 0557FD60A45F62CD51B4972ECE5C2584 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - C5BD0A3729BF33E203724A88CFE727BC - - fileRef - FCA01B035C5FC9AF0969977B2C54A7A9 - isa - PBXBuildFile - - C655D4974F9982F0810618C9AC07216F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DALabeledCircularProgressView.m - path - DACircularProgress/DALabeledCircularProgressView.m - sourceTree - <group> - - C6671739E8C5904113586F8BEBBC9780 - - fileRef - F40AD0DE1188AA331D98100B8766D6C8 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - C6AD7852D34E8A80DFF3B8376BDE812F - - buildActionMask - 2147483647 - files - - 8DF90D623F7F9015EEE9F1D7FEE7E053 - 6A4E3ACA285A21392936C110E7EC91F0 - 3A013F13122CDB8EE962F8CB7C6FCC8E - A6854D311D55E2BBD8BFCE4E82DF3EA9 - 081F2104425CDCB0915354E2FBD7E24E - 7AC91F55DAAA2F0223A97BEFF8BCAF68 - 2A17721E4A81DB608CA6D4FB6F0ADAFB - 341D7536159B52F41598F730CC45D548 - 07282695806D1DFBF187BFA004D80641 - A8490A46CB5206BCA5F90FCFBA2D731E - AA7B402D31D86AE5E3DD083408311FF1 - F4CA468B5A9F8FF2A4DB8B236A8E71BF - 021C50274FF43A6F07E119D572C3ACB6 - 8F674582EE71972EE60EFD96C1F173D5 - 3E463E2B6917D9AA08A03BA8A8E74A18 - AB1D6408D48F6ECF3FCE553BE73961F5 - D42799488F38F2DB8A580730CEE13CE6 - 97E91EC237B8623D895DBF6092034AD7 - 9B546D0F895D9B5A8316B948CEE95C77 - DFF580AE359407E841BA8D8DDCE6E299 - EE52A320EC3155B114104E06396D1B59 - 74707D5ABEC55B3084F52C40A4227B06 - 14C609D8F203FD45194E93997EFF744E - 9019F9233E2A8B04A82C1B8D0274F09F - 70545E4EA86C6E593A2A9F6731DA8F6D - 2945FAA75C956DD6A541EB51E42E6899 - 02C7E3EC1E1DFDD7046BD26A67E92686 - 76331E71086C8CD5118A69B046D8F0FB - 430CE433DB59FE090A8CC6AFCFA43337 - 237FB063FB365119546C7B5006224F3B - C98F5401E5C1AB6512BE50C3B7CEA9BF - 339A0C1BFF72397A705959E03877DDDB - AAE75938ED3DD46BC00352B82D7CA890 - 6EB2498C2AFB1DF8555CB7C1EF89CA5C - E867CBF850D20C314BF4BD790432455D - 6924E116731D7079958063A3EE0781ED - 4231743B6C143BDB4A5FBB032E6D3799 - 956FB3AB698AF3DA776A9F24AA79C229 - 60D3CCEB5B53542228790ABD8885AF42 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - C6D58082433E54F547A343BCED70CA50 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Specta-prefix.pch - sourceTree - <group> - - C6FE69AE06A770FF76C19B8039EC0780 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-MWPhotoBrowser_Tests-dummy.m - sourceTree - <group> - - C77F8C54B4042EC0746E5D285E7D400A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageDecoder.h - path - SDWebImage/SDWebImageDecoder.h - sourceTree - <group> - - C833942945CF274906A18C8D4BAAE480 - - children - - EF4D256729962DC82677BF90E861294B - 427921605A450AEF67D129DACCD87BED - 1B0ADBF8A991262A6DE5BD0CB101EEE0 - - isa - PBXGroup - name - MBProgressHUD - path - MBProgressHUD - sourceTree - <group> - - C98F5401E5C1AB6512BE50C3B7CEA9BF - - fileRef - 79D73FB4B6A3C92513B81243EA72E78C - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - C9B5F86F6244D78D3F80384F609427C6 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 2F501FE84845EAD97B9087DAFCBBEE0E - remoteInfo - Expecta - - C9B97F514121309E4531C3439E206EC7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.script.sh - path - Pods-MWPhotoBrowser_Example-resources.sh - sourceTree - <group> - - C9BF70FB69B8740763B185C23C560434 - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedOn@3x.png - sourceTree - <group> - - CA0DFA401B2A45337DFC72F893A060EF - - fileRef - 523087C6D186A9F5BEE78D39F9A78F3F - isa - PBXBuildFile - - CA8230DE5C83368629EF3E62C4F0E7B7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - XCTestCase+Specta.m - path - Specta/Specta/XCTestCase+Specta.m - sourceTree - <group> - - CB08C9C83ABDBE55762A423ED48491EF - - fileRef - 7DACEAF8582049D6EB8B4CFFB6CA48CD - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - CB09954F9727813F76DD0EC906DB781E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - SDWebImage.xcconfig - sourceTree - <group> - - CB3EA5CC56581FD52BDBA0179D956E7B - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedSmallOn@3x.png - sourceTree - <group> - - CB7148E744A9D03AEDC9D4809248999F - - baseConfigurationReference - 7389D03E90A74E5A200DD5ADBB209885 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/DACircularProgress/DACircularProgress-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - CBE0BF23E2B3F39D22B51BC93022DE7D - - children - - 8E485F27A3C78223FB086075C2974A49 - 9BDA7CB400BA41525D0DAC5E267B2670 - 2D6EC33CA8D9BD953AD29E16068F2CBD - DE369A67A17A1EE2351376730BB039A4 - 8A00437F88A0C89CD672C2085CCCF62B - 10E446637EC5FF03088009E61B491E75 - C77F8C54B4042EC0746E5D285E7D400A - 6C982719FDCF6684EB752A0153066FC3 - 574FFB37A8EF309B1A1EB265267DD353 - A59CA631962D8BFBF1D8BA4BA8F1F223 - 47BC96C02F9C3E09817E3FEC2559E33B - 7599165E41821009340AA99FDAC29AE0 - 222A85D6DAB7D3AC98EF6D7E68B13740 - 2EDD6193448F7939784FDF1C8016F000 - D615D83AA6E624C9EEFAB11B6DAB4612 - EC0223776620A3EA741C855D0211CB0A - 78759DF877B83416A90AA2BC606BF7ED - 518626B93DA6269F02901D111B4DBF26 - 661962DFFB8F4AF681F8EA78582EE534 - 4CFA073D420411E3535ABA966BEE98CC - 6B1C830074F8BFC3AE3CB3A5278754A8 - 1A1E8E8494B9BFCEBBD8273148D44386 - FE9D7A964178EF6E3CE5FC52134DF825 - 5D39CEB65ADB521B117CA181C2BB2C9C - 9E58B396BFA804075E0FCC2D7E764BA6 - AE1B7431EAFB4D89A49A9DAD35DBE790 - A2B692D3F450E25A5D8B17F524EA0720 - D91F4635A8EDF54921FC9B759BE009F6 - 38777F32EB3F13ED8D2047C1C9ED6D6D - - isa - PBXGroup - name - Core - sourceTree - <group> - - CC01A834786EDBE30D7011502AE0F9B3 - - baseConfigurationReference - CB09954F9727813F76DD0EC906DB781E - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/SDWebImage/SDWebImage-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - NO - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Release - - CD12BF87A360D901CFA6AC563638FED1 - - children - - 805AE44C01D7936BA8A238C6C5C4807D - AD198F3513AFD6128A50C356DC253545 - C6D58082433E54F547A343BCED70CA50 - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/Specta - sourceTree - <group> - - CEFDBDB8900789B0FFB86EBB7065BC62 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libDACircularProgress.a - path - libDACircularProgress.a - sourceTree - BUILT_PRODUCTS_DIR - - CF37F67F6269058934EB779D902EE7AB - - fileRef - C0A33FBAF4E7C28807891EC8D0B65204 - isa - PBXBuildFile - - CF95446EA555B49150EA7270096D78B2 - - fileRef - E906DDCC926C2EA5161E326AB04AC53F - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - D041545E1DB9D43FCBB294B7E9573AFF - - fileRef - DF11024BF511A0D2225D4BA84770CED7 - isa - PBXBuildFile - - D09A95F4452843967F4C8F3FA5EC1A68 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - ExpectaSupport.h - path - Expecta/ExpectaSupport.h - sourceTree - <group> - - D10BA2216A9B5F41557B4FC448EE865C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+equal.h - path - Expecta/Matchers/EXPMatchers+equal.h - sourceTree - <group> - - D2307EC60BB4D23E49C1420E6F192943 - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedOff@3x.png - sourceTree - <group> - - D351C08D4390F427D8E1BEC3CB8A57BD - - children - - 9839B551DAF141B99431C2238C8EEBC0 - DB7D9B8599935A5FF3862B90E049CABD - DF11024BF511A0D2225D4BA84770CED7 - A09DD0AB6A512D74E5628070EBD56026 - 6CD3EC2C1FBF5655137A99638E9CC950 - 5E350F03F362C03BE32737DDE72D4632 - 0B7E61991D03B44046913BF3B345F4DB - - isa - PBXGroup - name - iOS - sourceTree - <group> - - D359D2CDD896874DAD7B6D2EF3FEE26D - - isa - PBXTargetDependency - name - SDWebImage - target - DE3B07ED7FF04F506B0C5E00F4973589 - targetProxy - 9E907D6C90793FF2CC5533F151827418 - - D3C785493044AF463085D75F2E9D4FEE - - fileRef - 2DE374580729793C277006A3481402A3 - isa - PBXBuildFile - - D41D8CD98F00B204E9800998ECF8427E - - attributes - - LastSwiftUpdateCheck - 0700 - LastUpgradeCheck - 0700 - - buildConfigurationList - 2D8E8EC45A3A1A1D94AE762CB5028504 - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions - - en - - mainGroup - 7DB346D0F39D3F0E887471402A8071AB - productRefGroup - 9142D907B715CE18385E00AB1972B1BD - projectDirPath - - projectReferences - - projectRoot - - targets - - 9775596B3CA16905FC8F66DA8E2A3C67 - 2F501FE84845EAD97B9087DAFCBBEE0E - 05257CC76400D71826E603561A0F73E6 - 7D9E32DAA93E15CFCF77A5BCD2D4BAA2 - FE2F1D7B9D9FCEA148517E4657B243F4 - E2FE87384A67337831E53490EEA8BF11 - 5813251FEA21E4AEE97385709F1912DE - A2118778317DA37C36420E58FB3923B3 - 722090AAE01BA442E883E6F02AA8DF40 - DE3B07ED7FF04F506B0C5E00F4973589 - E9AAC3590B391F4CFAF5F8348E6A8FE4 - - - D42799488F38F2DB8A580730CEE13CE6 - - fileRef - 3C5A51B8AE7322A210CF01AFBA648598 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - D47B0B4C04222F6784D38356F02BEB32 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - FE2F1D7B9D9FCEA148517E4657B243F4 - remoteInfo - MBProgressHUD - - D52C083C7341E76797DB059849542613 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libFBSnapshotTestCase.a - path - libFBSnapshotTestCase.a - sourceTree - BUILT_PRODUCTS_DIR - - D54993E311EDD8802711B01895286E4E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - FBSnapshotTestCasePlatform.h - path - FBSnapshotTestCase/FBSnapshotTestCasePlatform.h - sourceTree - <group> - - D583D511354F609B73EB28F4CFA2C32A - - isa - PBXTargetDependency - name - DACircularProgress - target - 9775596B3CA16905FC8F66DA8E2A3C67 - targetProxy - 386634C7797B60DF71C8AD13DAAD315D - - D5DEC16E7CEEFEABBFEBAC3A10358C5A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - FBSnapshotTestCase-prefix.pch - sourceTree - <group> - - D5EE5F7C5A846B01ACF225DE04E52196 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-MWPhotoBrowser_Example.debug.xcconfig - sourceTree - <group> - - D615D83AA6E624C9EEFAB11B6DAB4612 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageOperation.h - path - SDWebImage/SDWebImageOperation.h - sourceTree - <group> - - D64041D7A1004D2C8771C29362B59366 - - includeInIndex - 1 - isa - PBXFileReference - path - UIBarButtonItemGrid@3x.png - sourceTree - <group> - - D68BA9A93FD415E751DFA95CCF7DCB8D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beCloseTo.m - path - Expecta/Matchers/EXPMatchers+beCloseTo.m - sourceTree - <group> - - D70BED84191514A998A08D7F3B8BBB17 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPDoubleTuple.m - path - Expecta/EXPDoubleTuple.m - sourceTree - <group> - - D791C7B718024D8AED15BE84AA2FAAD0 - - fileRef - 518626B93DA6269F02901D111B4DBF26 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - D7A0524D2A055F825B4DF69A9DBBFF98 - - fileRef - A1195ED094D0C8B66BB073959AA2ACCD - isa - PBXBuildFile - - D7B59E66FA2C765426650ADECEF955EF - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - FE2F1D7B9D9FCEA148517E4657B243F4 - remoteInfo - MBProgressHUD - - D7F1441E30E059AC17B4C1CE1464C07B - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libMBProgressHUD.a - path - libMBProgressHUD.a - sourceTree - BUILT_PRODUCTS_DIR - - D8619A771228AD0402C4D464E3C6EE53 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MWPhoto.h - sourceTree - <group> - - D8BBE4506E8863FF1D2FA4058580F0C8 - - children - - 9A086D9BE521AADC7C972AE3D9CD5B48 - 9BF2584F8D336EF737485D7396CFBAFF - F3FAB75D28A2755E4F9F79FB9F2AF5DB - 6347B71E8C22BA00F73AB093F101B7D4 - 3CD608194F35F47CEC250368B43C48E9 - DBE203B988A948E71FDDCAE62BA1F4CC - 2ACE82A15131DC569A786CB49EFD1804 - 0668957FEB1B3CAE2EABBC4AA9ABA7C3 - 569060A075537DFE6A4D25D96C98668B - 56228B3CBF246784930BFE7B29EFDD04 - 2F29BE2EDEBA2861368726A4772F4E8E - 1AFDF0F0EF2A314336EACA38FCC6F784 - 818AFFCC037C608492FAE59C7C3E85C0 - 571096112AA1AD00C10596D216783599 - 1D772DC880BCFABF5028DA167DE6B119 - 49D43B7D98ABA386628BDA9FB6BA411B - 1398D1B84667A17FCB66182F776EAC42 - 8F2B443FA0D511403E4DA2A79DB3302A - 691CE6B20E64762C98682B93B31435E7 - F1948E226356BF652752F9FA7317BC73 - EF75C10714B7CFF9071553F07D94A550 - C2909BC6E2528AB50ADD2B0E4FE78DA1 - 1EF011C5AA1726984A1B50A46191CE9B - 1E360C94C47826C4CAEEDBFC04C36A42 - CA8230DE5C83368629EF3E62C4F0E7B7 - CD12BF87A360D901CFA6AC563638FED1 - - isa - PBXGroup - name - Specta - path - Specta - sourceTree - <group> - - D91F4635A8EDF54921FC9B759BE009F6 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIView+WebCacheOperation.h - path - SDWebImage/UIView+WebCacheOperation.h - sourceTree - <group> - - D9E225250B8DAA16A4D7B6A66EC6574A - - fileRef - C2909BC6E2528AB50ADD2B0E4FE78DA1 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - DA7F16221783A03C084D9BAAF7F404DB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beginWith.h - path - Expecta/Matchers/EXPMatchers+beginWith.h - sourceTree - <group> - - DB7D9B8599935A5FF3862B90E049CABD - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - CoreGraphics.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/CoreGraphics.framework - sourceTree - DEVELOPER_DIR - - DBE203B988A948E71FDDCAE62BA1F4CC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SpectaUtility.m - path - Specta/Specta/SpectaUtility.m - sourceTree - <group> - - DC1F1DBD53679CB78C5967BA9DEC08CA - - fileRef - 78759DF877B83416A90AA2BC606BF7ED - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - DD16771750E90A2599B84EDB4AFF9B9E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - SDWebImage-prefix.pch - sourceTree - <group> - - DD5F3D6C4044A157839220B037A055E8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImage+Diff.m - path - FBSnapshotTestCase/UIImage+Diff.m - sourceTree - <group> - - DD7BDEE57A8E95F9F327AC87B6A78256 - - fileRef - C402F1446422CAB85FC53BD77E5E9018 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - DDAA00E6C2E81A6C35534DD632143F09 - - children - - 7389D03E90A74E5A200DD5ADBB209885 - AF944A6486FDAD944BE766A70129E6D2 - E5EA159155EA435901485FBB8111088C - - isa - PBXGroup - name - Support Files - path - ../Target Support Files/DACircularProgress - sourceTree - <group> - - DE0797009C8330FFDB1FC0EB8D2DA9DD - - buildActionMask - 2147483647 - files - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - DE369A67A17A1EE2351376730BB039A4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDImageCache.m - path - SDWebImage/SDImageCache.m - sourceTree - <group> - - DE3B07ED7FF04F506B0C5E00F4973589 - - buildConfigurationList - 8D8B7C183B18D82F1958BB3115798433 - buildPhases - - 7357CD98F48585C602A75C901AD5E096 - B98B98DB394C072483E8066C6B594401 - A0C76077A20E75ED950BF4F88A252F83 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - SDWebImage - productName - SDWebImage - productReference - C5284B0E2549CD42E31F469FB8B92DA8 - productType - com.apple.product-type.library.static - - DF11024BF511A0D2225D4BA84770CED7 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - Foundation.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/Foundation.framework - sourceTree - DEVELOPER_DIR - - DFA142DA2A1E6AB454178652BAC9A075 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPDoubleTuple.h - path - Expecta/EXPDoubleTuple.h - sourceTree - <group> - - DFAB389ECAD69BF8BE6357CFADABBF5C - - fileRef - 9E58B396BFA804075E0FCC2D7E764BA6 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - DFF580AE359407E841BA8D8DDCE6E299 - - fileRef - ED1EC819236EDC3B337FCB044454FEB6 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - E06376455C1D5E45B97ACDC5438FC15B - - fileRef - 40DAD22BCDD38D058B1C9A312C42DF49 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - E0EBF0357895E0C657A233A9D4D0E2C1 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - name - libPods-MWPhotoBrowser_Tests.a - path - libPods-MWPhotoBrowser_Tests.a - sourceTree - BUILT_PRODUCTS_DIR - - E127589B46F33617D24F341DBAE1E90D - - fileRef - 571096112AA1AD00C10596D216783599 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - E145A7E23B46A8C1E1549511735A041D - - fileRef - 69C3D12EC1F2F8AE628C05AC390D9D61 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - E287D744F886B15E1060AFEA475FC727 - - fileRef - 4358F868C1553FF4273B0726E5AD2012 - isa - PBXBuildFile - - E2EBD18BA89D3FF648947DF31FA12D44 - - fileRef - 24FAEADA1249F6042B4B4B135CDD0DF9 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - E2FE87384A67337831E53490EEA8BF11 - - buildConfigurationList - 0732716566238BF76BBF762F85C8ABAF - buildPhases - - F90E42BE0540AE823AEBE381B7F2AF8C - 886428740DB164747FBA1935F65900DF - 53FA1A78374A52A66FBFD0691645BCB8 - - buildRules - - dependencies - - D583D511354F609B73EB28F4CFA2C32A - 8EE5D8EDB6C595B190E81B76D3190EB3 - C3D6913F5E4E594A29E40A526602BBB7 - 299B50B04F45E1A2F52075C3B7A1AEB2 - - isa - PBXNativeTarget - name - MWPhotoBrowser - productName - MWPhotoBrowser - productReference - 50F87BFDC26A0B4CC6DE06D3ACBD0714 - productType - com.apple.product-type.library.static - - E348B132ABCC246013AE3A5532BC609F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - FBSnapshotTestCase.h - path - FBSnapshotTestCase/FBSnapshotTestCase.h - sourceTree - <group> - - E40400D97F14785D20A7A5594F0E2C56 - - fileRef - 1398D1B84667A17FCB66182F776EAC42 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - E4436D58F27EAC932F3CC2A7619D5FD3 - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedSmallOn@2x.png - sourceTree - <group> - - E4AD00C4B132C99837C22CC9031DE9F8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beCloseTo.h - path - Expecta/Matchers/EXPMatchers+beCloseTo.h - sourceTree - <group> - - E54B859019C3D44B55F4723880F93D4D - - fileRef - E7E794ADE2D5267DF8949DD0A42B935B - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - E5EA159155EA435901485FBB8111088C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - DACircularProgress-prefix.pch - sourceTree - <group> - - E6798A1D89E725C8EB02146EE4B0E31E - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedOff@2x.png - sourceTree - <group> - - E7B8141DB24F5AA0D1F847AFEC0DB018 - - baseConfigurationReference - 0557FD60A45F62CD51B4972ECE5C2584 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - E7E794ADE2D5267DF8949DD0A42B935B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - UIImage+MWPhotoBrowser.h - sourceTree - <group> - - E81C08F5CCC0A5FBFF4559E2173164C7 - - buildActionMask - 2147483647 - files - - 70D801E0B95C23BCC270E4EC8659D463 - 2989492A1A182744E36FD61DF1746D94 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E867CBF850D20C314BF4BD790432455D - - fileRef - 05DA7841521B75C4D0C303F32E518117 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - E8709320B1728545E4889D6232A39109 - - fileRef - 216490FDC8376C36DB920710C65B92F3 - isa - PBXBuildFile - - E906DDCC926C2EA5161E326AB04AC53F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPBlockDefinedMatcher.m - path - Expecta/EXPBlockDefinedMatcher.m - sourceTree - <group> - - E97CDC7A1DFD18DAAD3C505929F32105 - - fileRef - 9604D510A96A637DD9AE0D304B68A5A2 - isa - PBXBuildFile - - E99804B4B10C0A5C7C08E5EF962804CE - - fileRef - 0A9B8E3E35177F52A643739AC50B00FA - isa - PBXBuildFile - - E9AAC3590B391F4CFAF5F8348E6A8FE4 - - buildConfigurationList - F4A25246330C837CF7FB43FCC4E2A63F - buildPhases - - 4C9C7890ED44DBC3090EEDFD92749F0A - 1684C2FDDE674F14B731CC940021D8C6 - 3907B3A4464A3069E24142505C76338D - - buildRules - - dependencies - - isa - PBXNativeTarget - name - Specta - productName - Specta - productReference - 7CF892960748F43245AD2B5CD2AC41A5 - productType - com.apple.product-type.library.static - - EB4DE2009B511D62CF6BFE67FA73E321 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - path - Pods-MWPhotoBrowser_Example-acknowledgements.markdown - sourceTree - <group> - - EB75F515760C184B2ED65E8649DC5792 - - fileRef - 56228B3CBF246784930BFE7B29EFDD04 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - EB88EE844F8ADBE7E78B381D8832162D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beFalsy.h - path - Expecta/Matchers/EXPMatchers+beFalsy.h - sourceTree - <group> - - EC0223776620A3EA741C855D0211CB0A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImagePrefetcher.h - path - SDWebImage/SDWebImagePrefetcher.h - sourceTree - <group> - - EC9E28E1F941952C6708902F41FD209D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beSupersetOf.m - path - Expecta/Matchers/EXPMatchers+beSupersetOf.m - sourceTree - <group> - - ECE81C5981477AA7D254ACC70534BE23 - - baseConfigurationReference - 6F1FCA0BD48258CDEC1B14D704BA3E5D - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MACH_O_TYPE - staticlib - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PODS_ROOT - $(SRCROOT) - PRODUCT_NAME - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - ED177B9B7FCFE4E41DCDCCFB49692E1D - - fileRef - 5289709799A254B807701A658BD9D425 - isa - PBXBuildFile - - ED1EC819236EDC3B337FCB044454FEB6 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+beLessThan.h - path - Expecta/Matchers/EXPMatchers+beLessThan.h - sourceTree - <group> - - EDC1E77817E2D0252126B98EB0206A62 - - fileRef - 46F871A74D831312A633CCFC0A94F75D - isa - PBXBuildFile - - EDDE097EFD40E9A4E32E4B44C97CE44B - - fileRef - 10E446637EC5FF03088009E61B491E75 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - EE04EE8ADAB8F7DF7FCEFDDD1E801BE6 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 7D9E32DAA93E15CFCF77A5BCD2D4BAA2 - remoteInfo - FBSnapshotTestCase - - EE52A320EC3155B114104E06396D1B59 - - fileRef - 809101940909F56A7B70CE17D447640B - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - EF1C003613925663F17E023C73AF519C - - buildActionMask - 2147483647 - files - - 5EB4F27B76513AE918BA5AE0868E87C8 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EF4D256729962DC82677BF90E861294B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - MBProgressHUD.h - sourceTree - <group> - - EF5AC1222120F3BAB7481DA9615352B0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - FBSnapshotTestCase.xcconfig - sourceTree - <group> - - EF75C10714B7CFF9071553F07D94A550 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SPTTestSuite.h - path - Specta/Specta/SPTTestSuite.h - sourceTree - <group> - - EF9006327AFFDBED3FD589DA04E2D36A - - fileRef - C655D4974F9982F0810618C9AC07216F - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - EFE77B95F063C96D9B07BC2A988AB403 - - fileRef - 9839B551DAF141B99431C2238C8EEBC0 - isa - PBXBuildFile - - F0A8CE7CF766D19972CF0934C1652293 - - buildActionMask - 2147483647 - files - - CA0DFA401B2A45337DFC72F893A060EF - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - F1948E226356BF652752F9FA7317BC73 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SPTSpec.m - path - Specta/Specta/SPTSpec.m - sourceTree - <group> - - F1F4E65611F5567A86AF797EAC3E225B - - fileRef - B0D25391E290ADE1BF90E18B8281F5F3 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fno-objc-arc - - - F2168F9F63056AC8BFB344608C4158BE - - fileRef - 3CAA21F3728659DC1B58A336233AEB79 - isa - PBXBuildFile - - F2334A461A36CF285AC6F7E96F8FE0DB - - includeInIndex - 1 - isa - PBXFileReference - path - ImageSelectedOn.png - sourceTree - <group> - - F26631BB63543446C157972F2F6D1475 - - fileRef - F2334A461A36CF285AC6F7E96F8FE0DB - isa - PBXBuildFile - - F2A9AAC03867BB4990470BAC5912E030 - - buildActionMask - 2147483647 - files - - 53FB0CBA14BE53F79F4EB4E7B46C523B - 072C184628072EDE522629576F1716DE - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - F2BDF8E898C762EFB3844211CE201024 - - buildActionMask - 2147483647 - files - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - F2F5671C4613023EE94A2E62DA06031D - - buildConfigurations - - E7B8141DB24F5AA0D1F847AFEC0DB018 - C5AFFFCB54FD9036E7BC9BA54ADAAF30 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - F314DFE6C76A8EEBC3D8CAF03EB89850 - - fileRef - 75F83323F205A277BEC18AABDA0FA739 - isa - PBXBuildFile - - F3BB0A963277282C6BF73E81250B6943 - - fileRef - 38777F32EB3F13ED8D2047C1C9ED6D6D - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -DOS_OBJECT_USE_OBJC=0 - - - F3FAB75D28A2755E4F9F79FB9F2AF5DB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SpectaDSL.m - path - Specta/Specta/SpectaDSL.m - sourceTree - <group> - - F40AD0DE1188AA331D98100B8766D6C8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beLessThan.m - path - Expecta/Matchers/EXPMatchers+beLessThan.m - sourceTree - <group> - - F4A25246330C837CF7FB43FCC4E2A63F - - buildConfigurations - - 1C1837DF96AE65F662773DF1956BFF09 - 04D4EDE1F05B96EE8BB9DCD368608620 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - F4CA468B5A9F8FF2A4DB8B236A8E71BF - - fileRef - EB88EE844F8ADBE7E78B381D8832162D - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - F4CDA5FA9197A41E0081E84F932906EB - - children - - D351C08D4390F427D8E1BEC3CB8A57BD - - isa - PBXGroup - name - Frameworks - sourceTree - <group> - - F5551459CFCB6B7914E9EC1783277D94 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Expecta+Snapshots-prefix.pch - sourceTree - <group> - - F5963246D32249D4D198CE8A36B4DD12 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+raiseWithReason.h - path - Expecta/Matchers/EXPMatchers+raiseWithReason.h - sourceTree - <group> - - F5F4D07451FB3E10EE7C16A83010425F - - fileRef - DF11024BF511A0D2225D4BA84770CED7 - isa - PBXBuildFile - - F601833D09980E16136321674463BE81 - - isa - PBXTargetDependency - name - Expecta - target - 2F501FE84845EAD97B9087DAFCBBEE0E - targetProxy - C9B5F86F6244D78D3F80384F609427C6 - - F6045A7604731086F9E1A9412E290302 - - baseConfigurationReference - FAF77DDAA41AC524C38F1D92F2EE01AB - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - F629BC640170D45C22A8048A42BAB040 - - children - - 37E4F69B3E6AFDEE8D68A3430CEC8BF5 - 40D39B6435EEF47A85F4E3FB684E72FE - 60ECF290B248258F453088B6258302E6 - C655D4974F9982F0810618C9AC07216F - DDAA00E6C2E81A6C35534DD632143F09 - - isa - PBXGroup - name - DACircularProgress - path - DACircularProgress - sourceTree - <group> - - F6E655732BA75BED75FFACA472080CC4 - - children - - 0A924BC847BA99EBCBD0588603448B05 - E906DDCC926C2EA5161E326AB04AC53F - 7AAD7709C9FF6828905D6A28E69C4221 - DFA142DA2A1E6AB454178652BAC9A075 - D70BED84191514A998A08D7F3B8BBB17 - BA9D20AF1E1E4CF225AA2D772049336D - 1D536F869C3B7D603AC4630F3F6AB919 - 3DEC242716623D70F4CC9F4A1D32805C - D09A95F4452843967F4C8F3FA5EC1A68 - 4BE4F23029A1EDB234CF7F2AEB043EB0 - 3E7FFEF7BFB0350CE8FCC2D6D64D1396 - 92F064516748B6AA4C6E303A38C3FE6A - 8136A5BFC35DA48ABC2C0D94EA79B7F0 - 15082EF0D1C2F7B77B63E0116BDA622C - 700F6F4AFED22AEAA1D8943236F94924 - 79996E262256F57DB50CD16E5EBE5D52 - 232510EC13760470E86AABE302EF2B8E - 6ED6BE9A61002A3AF6D4C834E2277D8C - E4AD00C4B132C99837C22CC9031DE9F8 - D68BA9A93FD415E751DFA95CCF7DCB8D - EB88EE844F8ADBE7E78B381D8832162D - B0D25391E290ADE1BF90E18B8281F5F3 - DA7F16221783A03C084D9BAAF7F404DB - 1BB15402D8C2FB01A198273BA1991DED - 0683DF2C9B7FC27B576AB4B7B3B146ED - 7DACEAF8582049D6EB8B4CFFB6CA48CD - B5969E17FAFFDC548233DC602AAC6211 - AE917511985F6891AF3F8233B9D34001 - 2E7CBF297AA8A0E93C23BFAF1BE94DEE - 1AB26E75F7BCD415D6AD6B8BA5F03DDB - 3C5A51B8AE7322A210CF01AFBA648598 - 44D0D04C0DF98EC05B4909F397D6F7FF - 862018A7CC10880108A2BDC5146C8F3F - F9B2375A6E20F2774E7B3F08FB92909E - 29E6F040DB8ACF8886F7FE628840C480 - 3173089CCB6C063D260C58DD7BA3ABF5 - ED1EC819236EDC3B337FCB044454FEB6 - F40AD0DE1188AA331D98100B8766D6C8 - 809101940909F56A7B70CE17D447640B - 746A80915CF52BE732D200BAA851FBAB - 2779B434631901F1434BC316E3FB5AE9 - 40DAD22BCDD38D058B1C9A312C42DF49 - 71865C216F48AC822D486C8D9B03B13C - 0AB1B49E98BEDDFC8A45BB3C1FB54076 - 9A9B45D988FA49FD87F8587C42403EC5 - EC9E28E1F941952C6708902F41FD209D - 10E68FD4A81F628778B6A4992DB9D952 - C2CEB9C1175C4FC4D5BE5C6EF285E0A4 - FDE2A8151D1FDB6749FB32276220BE7C - 63010FB3922AB3E2DDD6D8CDD2D10BFA - 981F3EB0C06E97770D2421E673B013A1 - 9D5AE460F3B78B02A8AE8E5AD0DCC013 - 567A47FABAD9EE8B7DF32295CC53F937 - 56BD615DEEA3BC153C0B73BAC8A60A13 - D10BA2216A9B5F41557B4FC448EE865C - 70922EF029715CA28E814F87373F29C4 - AB8960E6933BD274C11AD9C15CF410AF - 6CF3D336192327338965DC88856BDFCF - 79D73FB4B6A3C92513B81243EA72E78C - 7250BEF99A7686EAB50B17986FDCED3E - 5F878B29A406784703BC9F07FBFDD99F - 3DA2CF997A09E53F375CF0DEEF25AFCF - B2CBEFFA54424B8FBBE1EB23EC879E69 - 788D548DE837CA2FA9D2D744D64FA847 - F5963246D32249D4D198CE8A36B4DD12 - FFC94BC21DE6B02A85C4BA9B703D222D - 05DA7841521B75C4D0C303F32E518117 - 24FAEADA1249F6042B4B4B135CDD0DF9 - 865FAF448207E691D600F40C4ACF7C58 - B23D9E49B5B3A5C76EAFFC9C7F40B4B9 - 66D391F04A8D672C0D42510DE811E7B2 - 18391089432560093C31CCA48ABB46AE - 5A06D9F124A077FE3345C713135D7E6C - 4209F7E4332FDC16B4C407CA07C3E8E8 - - isa - PBXGroup - name - Expecta - path - Expecta - sourceTree - <group> - - F84C57B89A97BB8108482354FFD8E157 - - baseConfigurationReference - 86A1ADA0F8A843FA09BFF9142BEF76D5 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/Expecta/Expecta-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - F88B870D7D0531FB54EAD23EB162DB70 - - fileRef - 8DC04A9EEA14F0D2300FB6C0CAEB9CAB - isa - PBXBuildFile - - F90E42BE0540AE823AEBE381B7F2AF8C - - buildActionMask - 2147483647 - files - - 453678659359A72C87495DDD6D9BD0C6 - C5BD0A3729BF33E203724A88CFE727BC - A0BA05DFEF00406DC4E8898D36D7418D - CF37F67F6269058934EB779D902EE7AB - 1A0D2B172232171C3EB6DC4DFE575EE7 - 6EEA87D8E87914D02AA319693371EE2C - E8709320B1728545E4889D6232A39109 - 5023A97277B66BB3E83DA779FEBAE80C - D7A0524D2A055F825B4DF69A9DBBFF98 - ED177B9B7FCFE4E41DCDCCFB49692E1D - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - F9B0A541E338684F945B7539D802CF64 - - fileRef - 1A1E8E8494B9BFCEBBD8273148D44386 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - F9B2375A6E20F2774E7B3F08FB92909E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+beInTheRangeOf.m - path - Expecta/Matchers/EXPMatchers+beInTheRangeOf.m - sourceTree - <group> - - FAC85E18FE868D87FFB2E13C182F4DB9 - - fileRef - C9BF70FB69B8740763B185C23C560434 - isa - PBXBuildFile - - FAF77DDAA41AC524C38F1D92F2EE01AB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Expecta+Snapshots.xcconfig - sourceTree - <group> - - FB42B2F11B39412F3015A082008F1782 - - fileRef - AE6C39B87AE391EC710DA8FB520ED3F5 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - FBADF2C12D471003AEB710314DA3FF49 - - fileRef - 28A20AE3D7A1F50CAD0D9D8B71205EC6 - isa - PBXBuildFile - - FC1172043A5F0542D166D63AE9EBC260 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MBProgressHUD-dummy.m - sourceTree - <group> - - FC1FB976E1C29A75089D2374BDFCCC44 - - fileRef - C36BB9623ECA2B27942B66986A784EC9 - isa - PBXBuildFile - - FC214077677D4F02E03C6C85F774E028 - - fileRef - FC1172043A5F0542D166D63AE9EBC260 - isa - PBXBuildFile - - FCA01B035C5FC9AF0969977B2C54A7A9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - MWGridCell.m - sourceTree - <group> - - FD6FA76757975A1FC954269CE5739798 - - baseConfigurationReference - EF5AC1222120F3BAB7481DA9615352B0 - buildSettings - - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_PREFIX_HEADER - Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - MTL_ENABLE_DEBUG_INFO - YES - OTHER_LDFLAGS - - OTHER_LIBTOOLFLAGS - - PRIVATE_HEADERS_FOLDER_PATH - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - FDE2A8151D1FDB6749FB32276220BE7C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - EXPMatchers+conformTo.h - path - Expecta/Matchers/EXPMatchers+conformTo.h - sourceTree - <group> - - FDEE1AFEA9C68977819B7D652EE1F6F2 - - children - - 362D9038C23D156F9F055EDF5565A5F1 - - isa - PBXGroup - name - Pod - path - Pod - sourceTree - <group> - - FDF72740DBC37AFACFED73ED42282383 - - fileRef - A6A21F67B2A713138BF1A404E3460084 - isa - PBXBuildFile - - FE2F1D7B9D9FCEA148517E4657B243F4 - - buildConfigurationList - F2F5671C4613023EE94A2E62DA06031D - buildPhases - - 098439AB598DDF1AF51146A2E3E2E562 - E81C08F5CCC0A5FBFF4559E2173164C7 - EF1C003613925663F17E023C73AF519C - - buildRules - - dependencies - - isa - PBXNativeTarget - name - MBProgressHUD - productName - MBProgressHUD - productReference - D7F1441E30E059AC17B4C1CE1464C07B - productType - com.apple.product-type.library.static - - FE4A445C1692178764D9C71EAC64ABAC - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 05257CC76400D71826E603561A0F73E6 - remoteInfo - Expecta+Snapshots - - FE9D7A964178EF6E3CE5FC52134DF825 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImage+MultiFormat.m - path - SDWebImage/UIImage+MultiFormat.m - sourceTree - <group> - - FEFA85FDDB15B89CF28DF12C1C2071E1 - - fileRef - 1EF011C5AA1726984A1B50A46191CE9B - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - FF6817E7D2D11A6D747BFAEA934D0FD1 - - containerPortal - D41D8CD98F00B204E9800998ECF8427E - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - FE2F1D7B9D9FCEA148517E4657B243F4 - remoteInfo - MBProgressHUD - - FFC94BC21DE6B02A85C4BA9B703D222D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - EXPMatchers+raiseWithReason.m - path - Expecta/Matchers/EXPMatchers+raiseWithReason.m - sourceTree - <group> - - FFF549D1FBC0937A99BED40CC44BC155 - - fileRef - C266061F84E4CFB93AF99D21EEB13401 - isa - PBXBuildFile - settings - - ATTRIBUTES - - Public - - - - - rootObject - D41D8CD98F00B204E9800998ECF8427E - - +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 010E0EA9F2648A9E3B16E53C09FD2FAC /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D52DDED8ADA2150A0746D44D520A134 /* CoreGraphics.framework */; }; + 01F41CA4F8C5C990E97B3CBC75B82BE7 /* DALabeledCircularProgressView.h in Headers */ = {isa = PBXBuildFile; fileRef = FACCED404B9A5ADD81FFACA769211535 /* DALabeledCircularProgressView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0287C887160EBF44FE7AB48D9AD8AD42 /* ImageSelectedOn@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CC08F424CAF98D9993BACA21F8610FD2 /* ImageSelectedOn@2x.png */; }; + 034D4BA11F212F528360014534D6E9C1 /* PlayButtonOverlayLargeTap@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D2D6B98D555A2768E2760397A4145753 /* PlayButtonOverlayLargeTap@2x.png */; }; + 03C77D4B608930A73F4D2095759FA1E5 /* PlayButtonOverlayLarge@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D67DE8464E3065F33C2C45662E895D5 /* PlayButtonOverlayLarge@2x.png */; }; + 0435080233FFD861A266AB43BE3279D3 /* EXPMatchers+beNil.m in Sources */ = {isa = PBXBuildFile; fileRef = 40DAD22BCDD38D058B1C9A312C42DF49 /* EXPMatchers+beNil.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 045E77138594FCD0492D74EE7C22AC90 /* EXPDoubleTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = D70BED84191514A998A08D7F3B8BBB17 /* EXPDoubleTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 05182F87E5E2C6AAD2F96EFFF0CB7F1D /* ImageError.png in Resources */ = {isa = PBXBuildFile; fileRef = 40BE40DBAFEC3D9E63A756296424F8C3 /* ImageError.png */; }; + 05451E70DAF2121F29DBBC2DC01D401D /* MWPhotoBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B14A0946BD6069275E1664D74DB5DB2 /* MWPhotoBrowser.m */; }; + 05816C79A1AF991A3FBE3AACDCA845DB /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F6CD62DD90F70CA2A023B52039E0B82 /* AssetsLibrary.framework */; }; + 07EBE81B5CB2A4FDB384E14C75CD17AC /* MWPhotoBrowser-iOS7.1-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D194AF2FF06BD3E4F74EE64FF700DAD6 /* MWPhotoBrowser-iOS7.1-dummy.m */; }; + 0876CE5212F3BF0955B77B72E0B9F07C /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 29DF11E200EF733C9F9C7550850095B2 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 095EDB639131BBCCD1F5CAF2E231962C /* SPTTestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = EF75C10714B7CFF9071553F07D94A550 /* SPTTestSuite.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A645D8B9D3013A7F75B3377A5FC1F3E /* Pods-MWPhotoBrowser_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 523087C6D186A9F5BEE78D39F9A78F3F /* Pods-MWPhotoBrowser_Example-dummy.m */; }; + 0B057F58E48F4EDDAB7FBB13C55BCCE5 /* FBSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4594A9E3FFD6ABE129882E959BB04B5E /* FBSnapshotTestCase-dummy.m */; }; + 0B3330DD885757A45805E83A69E7AFFD /* EXPBlockDefinedMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A924BC847BA99EBCBD0588603448B05 /* EXPBlockDefinedMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C3CB065E010C28207DC5DAADF06D956 /* Expecta+Snapshots-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 785A993DF42B3ABEF658B85E1F47663F /* Expecta+Snapshots-dummy.m */; }; + 0C8656A5CCF1373256E32AD7BB66E652 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = D31B6139243C7336807E9A12A7C0447E /* UIImage+MultiFormat.m */; }; + 0CD876A643FA00F42565F0B4CFE5C360 /* Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = BA9D20AF1E1E4CF225AA2D772049336D /* Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0DB463672F45DF58258FF068CDA666B1 /* MWTapDetectingImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A9EBFC7ACFA8F737D2F87F775CA091A /* MWTapDetectingImageView.m */; }; + 0FC6FF2DC86EF9A6C43C166A8BEA59D4 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8889C0D85B55AA1604EF91286B751BD0 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0FCB2747477681E751944FE499BB5418 /* MWCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 04969E3FA5A6426CA279D6D6E7FAD408 /* MWCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0FE4C580D709657792E5661E74F171D5 /* EXPMatchers+match.m in Sources */ = {isa = PBXBuildFile; fileRef = 7250BEF99A7686EAB50B17986FDCED3E /* EXPMatchers+match.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 106C578819CF292B4E16BCDB0FF8273B /* ImageSelectedOn@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9341F63412149D22C6290B281497FFFE /* ImageSelectedOn@3x.png */; }; + 1193885AAB8B8AFBD31F7D5ABED4BB7F /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C8D3BEE989D20C46CB4A03410C9CFE /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 119C10C9E57E10B254B8B13A06D332F4 /* EXPMatchers+raise.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CBEFFA54424B8FBBE1EB23EC879E69 /* EXPMatchers+raise.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11B98D7660EAD3B22A6F8DAFAC8E96F8 /* EXPMatchers+haveCountOf.h in Headers */ = {isa = PBXBuildFile; fileRef = AB8960E6933BD274C11AD9C15CF410AF /* EXPMatchers+haveCountOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 120A345233C900C50BAD6F3950FAB8FA /* NSValue+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 18391089432560093C31CCA48ABB46AE /* NSValue+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 120C6C6884D53EDB05A39D25467A17EC /* DACircularProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = 81721D9E358B54BEB823AABB817A8328 /* DACircularProgressView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 12ADCD5E7598997A3486E62E784DB241 /* EXPMatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED6BE9A61002A3AF6D4C834E2277D8C /* EXPMatchers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12B072D5605D9A8D48F6C09943368734 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F32D37521A70BD245B2584A44C6C591 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12EF6A13FC91705A2824B454AEE18453 /* MWPhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = D833067C97F24C277CD5F36AC7070DD0 /* MWPhoto.m */; }; + 137360D6FA0238B29E306881AC345C95 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2550A706DAA626B193E5235B091810A6 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1501CC75C478922F4D482403EEF1E032 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C19C21BA832705F8CB37E0B16C23AAF4 /* XCTest.framework */; }; + 16337BF29806D7BFE1C53CDCDB12D00F /* ImageSelectedSmallOn.png in Resources */ = {isa = PBXBuildFile; fileRef = A11F90DBB6D013BBD02E7F2884FAB882 /* ImageSelectedSmallOn.png */; }; + 1850806B4E8F4C2C68DDD90D6912B2BE /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 76581601E7BAF028E924D2BA1E9AA396 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 192824AB49E6FCCC00924576C525ED94 /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B5A7151F8E4FBFE54BF6C2AC80958FA /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 19CDE56AC4388C284D9A394F64E0530C /* EXPMatchers+beNil.h in Headers */ = {isa = PBXBuildFile; fileRef = 2779B434631901F1434BC316E3FB5AE9 /* EXPMatchers+beNil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B06C818DA2ADE38F062FAF1B2537620 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52BAAAB87C398EBF569FFC8FEA65E94C /* QuartzCore.framework */; }; + 1BB01C664AC83855CF4D0B1747B071A7 /* ImageSelectedSmallOn@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 387B77A2F66A747E6E82D54865A7DF4F /* ImageSelectedSmallOn@3x.png */; }; + 1C1475F47DBB943F510521B702083F66 /* Pods-MWPhotoBrowser_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C6FE69AE06A770FF76C19B8039EC0780 /* Pods-MWPhotoBrowser_Tests-dummy.m */; }; + 1C74D210067A2D584AA672E61F246ECC /* EXPExpect.m in Sources */ = {isa = PBXBuildFile; fileRef = 92F064516748B6AA4C6E303A38C3FE6A /* EXPExpect.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1CD0A863E2FA71EE3F4DADFE0C719517 /* VideoOverlay.png in Resources */ = {isa = PBXBuildFile; fileRef = EC924E4377BD0648FE0E5D36F63195B6 /* VideoOverlay.png */; }; + 1D5EE77366D83C0FD2AA17F43B044CDD /* UIBarButtonItemArrowRight@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 164F49A60006F63EB29CF6488F33113C /* UIBarButtonItemArrowRight@3x.png */; }; + 1D622FBC8A4262E6B398F5CCCB1D9650 /* EXPMatchers+raiseWithReason.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC94BC21DE6B02A85C4BA9B703D222D /* EXPMatchers+raiseWithReason.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1D96E574FC382BC6F252762663BD1CCF /* MWGridCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 04359FC2EA7B7CE174FC15886814B0F5 /* MWGridCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E2343F7AE04C5D386CCD455E84F13E0 /* EXPMatchers+beTruthy.m in Sources */ = {isa = PBXBuildFile; fileRef = C2CEB9C1175C4FC4D5BE5C6EF285E0A4 /* EXPMatchers+beTruthy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1F01386C03B7EBDD88E75C8B35339A1F /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AB1819962C7695DB611F0F0D03FEF09 /* UIImageView+HighlightedWebCache.m */; }; + 1F8A196E05AA8D2FBB5D72F0C45277F9 /* DACircularProgressView.h in Headers */ = {isa = PBXBuildFile; fileRef = D205441E40CFE02CA5FC1D1D18C300E2 /* DACircularProgressView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2016BBD5B16CF20D7424A68C716CF512 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C9969D26DF959E7B1EEB069B1FE4783 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 218E39F3001929BE921BFCD5E30544CC /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CAA182FEA30611E03A1AE76FD4FFDA8 /* SDWebImageManager.m */; }; + 218F921D82BBB649AC40BE1E68EB8E0F /* SPTSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 691CE6B20E64762C98682B93B31435E7 /* SPTSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2225A63793DD31BE8829B467C49CCDE4 /* SPTExampleGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 571096112AA1AD00C10596D216783599 /* SPTExampleGroup.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 22513BA5818B4E2427A3B91F53088FEB /* MWPhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = D833067C97F24C277CD5F36AC7070DD0 /* MWPhoto.m */; }; + 22FEC9B02069F758327CA522B495EDC6 /* MWZoomingScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 26AC6E873763498678032ABB5C85185C /* MWZoomingScrollView.m */; }; + 24FF4A3B66A2F383BA14790790108406 /* EXPMatchers+haveCountOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CF3D336192327338965DC88856BDFCF /* EXPMatchers+haveCountOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2523657BEE249A532CDFD495AC911F39 /* EXPMatchers+beLessThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 746A80915CF52BE732D200BAA851FBAB /* EXPMatchers+beLessThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2875AD3F2C454BF0A4E46D6C4FCE50F6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + 28BC58EE3C7374C4C2DEF6D029011C84 /* EXPMatchers+beInTheRangeOf.m in Sources */ = {isa = PBXBuildFile; fileRef = F9B2375A6E20F2774E7B3F08FB92909E /* EXPMatchers+beInTheRangeOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2979A72407239B51B75A8E0DD3089778 /* UIBarButtonItemArrowRight@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 164F49A60006F63EB29CF6488F33113C /* UIBarButtonItemArrowRight@3x.png */; }; + 2B068C9DD6652A9E3AC9651838FFE774 /* MWPhotoBrowserPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E750F640E488EFF0B9C4FD78109AE97 /* MWPhotoBrowserPrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C238E13B955A6114327F4BCBF8FFE30 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DD47536ECFEE5642B05DDF8AC5714302 /* SDWebImageDownloaderOperation.m */; }; + 2C602D2AF3C89293BB544B9BB5107F67 /* MWGridViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BF4E40C956C72483820718D54070E1 /* MWGridViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C944499E3BB44E17E10959A76BBAEA3 /* EXPMatchers+beGreaterThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DACEAF8582049D6EB8B4CFFB6CA48CD /* EXPMatchers+beGreaterThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2EDEB970199A91EA61AEB1D5FFD425D3 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 969D6B8B25966CCC466FF1E792EBE1AE /* ImageIO.framework */; }; + 2EEA00B9E295A1709BC022DC915E1662 /* MWTapDetectingView.m in Sources */ = {isa = PBXBuildFile; fileRef = C4EE2327AA21B56F96948266BEE8B060 /* MWTapDetectingView.m */; }; + 2F41FF880DE2DD0470578B36026D0B29 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 43FCE5D570CF96F46186E7D337A47599 /* MBProgressHUD.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 2FFE05D0E190D4CEB2548ABCDD705D08 /* ImageSelectedSmallOn@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 94B3E7FD543C524CF33D079199EE7059 /* ImageSelectedSmallOn@2x.png */; }; + 300D643EB5D36AD15FC426FF701AFEB0 /* ImageSelectedSmallOff@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 20F27C938C5B92508B8FDCD6BC472B17 /* ImageSelectedSmallOff@3x.png */; }; + 30389A46AF0495B8D27E46A31FD20826 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EF5BE7545027FF946DC39842BBE1A0A /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 304F554D7EE6E29B065068083EF5748E /* SPTExample.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F29BE2EDEBA2861368726A4772F4E8E /* SPTExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 309FEEE8B8F06C0AC2AB256986B234A2 /* MWTapDetectingImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = C3592D9FBA355E61B209E54E31408EB8 /* MWTapDetectingImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31D27BF6DE823F040465EEC46431E22E /* EXPExpect.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E7FFEF7BFB0350CE8FCC2D6D64D1396 /* EXPExpect.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 320CA2BA4DAE839918B10C9C74DF5AF0 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AB1819962C7695DB611F0F0D03FEF09 /* UIImageView+HighlightedWebCache.m */; }; + 32300E05F9AABEBED8D3AC15E399ED26 /* UIBarButtonItemArrowRight@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 65593CABDB787470A27F80FD0E40D891 /* UIBarButtonItemArrowRight@2x.png */; }; + 354CBA93066F64D9C61E04D1967D5035 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 63327617AD4F38D1236E71968B0991E5 /* FBSnapshotTestCase.m */; }; + 36BA5A7C3081D209F69C57B6E085B0B3 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = AA11E0DB992F91D537A9402482C99A15 /* NSData+ImageContentType.m */; }; + 391226D83570CA724B533A2C609A5EF5 /* EXPMatchers+beSupersetOf.m in Sources */ = {isa = PBXBuildFile; fileRef = EC9E28E1F941952C6708902F41FD209D /* EXPMatchers+beSupersetOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 39D904A592AD5616CAA3010164120498 /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E108520195BF6568A4A53786EA7B6F0 /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 39F1FD63072CE442B71E5F02EEBFC0E9 /* VideoOverlay.png in Resources */ = {isa = PBXBuildFile; fileRef = EC924E4377BD0648FE0E5D36F63195B6 /* VideoOverlay.png */; }; + 3B2B80AD6ACB31444E1E5CF4750CAFFA /* SPTSharedExampleGroups.h in Headers */ = {isa = PBXBuildFile; fileRef = 1398D1B84667A17FCB66182F776EAC42 /* SPTSharedExampleGroups.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B9501F3271F91109D83D037C11483EF /* SpectaUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = DBE203B988A948E71FDDCAE62BA1F4CC /* SpectaUtility.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 3C11CCB3B3A5DBCEAD1DEC81A7276EDE /* MWGridCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 30D028565C3AC56669794F4FB8CE5930 /* MWGridCell.m */; }; + 3CCD783219B7BC3BB3EDE967AEAFDC6B /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 03DB7A97B611C36869D92EFEB9FB1A00 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D4DA7E31C1574F2DD1D5CBFEC943DE6 /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = B0329B325C97BC663835390843F985CE /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D8E8B25B3B7941BCB2433576277FFA3 /* DACircularProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = 81721D9E358B54BEB823AABB817A8328 /* DACircularProgressView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 3E2E39DC8F02EDD412C5309F6081B5F1 /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = DD5F3D6C4044A157839220B037A055E8 /* UIImage+Diff.m */; }; + 3E65AE3BDA055B404451D9511BFFEC40 /* VideoOverlay@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAB2C715AB1CECBF81C21D4FA9071B49 /* VideoOverlay@3x.png */; }; + 40D7C341B2736CEEA2CA8D84550FEE8A /* SPTGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D43B7D98ABA386628BDA9FB6BA411B /* SPTGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4106C1DC53405FFB9D68B504F158114C /* MWPhotoBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B14A0946BD6069275E1664D74DB5DB2 /* MWPhotoBrowser.m */; }; + 41E62BDC658CA4500F46227BD3C87E11 /* MWGridViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 25C1953BA899E791C4AEA91E97A093AA /* MWGridViewController.m */; }; + 420AB1A6D97A7E3BBD8D63355924D7BE /* UIBarButtonItemArrowLeft@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 60D0F9290B4BECDD4224D58D24A7C6E9 /* UIBarButtonItemArrowLeft@3x.png */; }; + 424BB1B0F8596863E2B322706D40A017 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8889C0D85B55AA1604EF91286B751BD0 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42A6D3C5F79C714D28C6DE393925222B /* ImageSelectedSmallOff@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7065F76F6E6E46155B92D11AECD095FC /* ImageSelectedSmallOff@2x.png */; }; + 43BF564B858DA96932878D8A85E6D9DD /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = B0DFED38A647950C79B13061F923258C /* UIImage+Compare.m */; }; + 43CDD8D89AD67E8444C4407E082DDEB0 /* UIImage+MWPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = DE54C3C91B980435BD044A42FD71152A /* UIImage+MWPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 43F62E48913475DB77543C3494B9271B /* NSImage+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C79DD513A3EAEF2D0AFE7DAB67E763C4 /* NSImage+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 449EE6002E154C140DF7131D27870BDC /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5177357BCAE82E0D929805AD406A7939 /* UIImageView+WebCache.m */; }; + 45B79B81A2DFAD42CC1D136A87DCE07A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + 4664D6B6198F005B39A3664A375ACE1C /* SpectaDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF2584F8D336EF737485D7396CFBAFF /* SpectaDSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 469674A95A2A66B926C2BE19F67F4804 /* MWZoomingScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 26AC6E873763498678032ABB5C85185C /* MWZoomingScrollView.m */; }; + 47E018E82EA7801C93BE8D632FBAA3EC /* EXPMatchers+beCloseTo.h in Headers */ = {isa = PBXBuildFile; fileRef = E4AD00C4B132C99837C22CC9031DE9F8 /* EXPMatchers+beCloseTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48905C47AD267460BDB4E9F02D38B62F /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4295A7BF100592226059AC92F267F79A /* SDWebImageDecoder.m */; }; + 4943F7D828D56A874ACCA7AC312F863B /* EXPMatchers+beCloseTo.m in Sources */ = {isa = PBXBuildFile; fileRef = D68BA9A93FD415E751DFA95CCF7DCB8D /* EXPMatchers+beCloseTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 4A3E4FC626061864852347AEC0DAE15D /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 969D6B8B25966CCC466FF1E792EBE1AE /* ImageIO.framework */; }; + 4AE7E554BF2A1B2914E6D57945398336 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = D54993E311EDD8802711B01895286E4E /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B76A75E1FA371E7EF6C821CD52514A1 /* EXPMatchers+equal.h in Headers */ = {isa = PBXBuildFile; fileRef = D10BA2216A9B5F41557B4FC448EE865C /* EXPMatchers+equal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C2D57EF131B9A1AA1A65F36DA717BC7 /* EXPMatchers+beSubclassOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 71865C216F48AC822D486C8D9B03B13C /* EXPMatchers+beSubclassOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C3066F84055559E9AD156B49B21B2FF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + 4C85BF56F83AD124EF9470AABBE17EFB /* MWPhoto.h in Headers */ = {isa = PBXBuildFile; fileRef = BDBA1D97314684EAE41BEDC18CE34FCD /* MWPhoto.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C9F573B3C91035CA98292C3B28E2665 /* SPTExcludeGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D772DC880BCFABF5028DA167DE6B119 /* SPTExcludeGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4CC058648DF55F60C3B619B5B02EFDA2 /* MWPhoto.h in Headers */ = {isa = PBXBuildFile; fileRef = BDBA1D97314684EAE41BEDC18CE34FCD /* MWPhoto.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DABF7DAC1D9C563115ACF06562B319B /* MWTapDetectingView.m in Sources */ = {isa = PBXBuildFile; fileRef = C4EE2327AA21B56F96948266BEE8B060 /* MWTapDetectingView.m */; }; + 4E404A3B6B269C26D10E0F89B3236695 /* MWGridViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BF4E40C956C72483820718D54070E1 /* MWGridViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E89738B989CA5A6018187E52FE0E216 /* EXPMatchers+raiseWithReason.h in Headers */ = {isa = PBXBuildFile; fileRef = F5963246D32249D4D198CE8A36B4DD12 /* EXPMatchers+raiseWithReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4EB308BF802E6F21BABDA8B8718CC7AB /* NSValue+Expecta.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A06D9F124A077FE3345C713135D7E6C /* NSValue+Expecta.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 4F2F74D2D8944E0BB01A5B72FE8CEAD0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + 4FE0FA38EA4BC9922DB982A2FB4B504A /* EXPMatchers+endWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 567A47FABAD9EE8B7DF32295CC53F937 /* EXPMatchers+endWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5112E94F9665AE223718BB4D6E8C05F1 /* MWPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1331B671ACD38C99B153E679E3BD2947 /* MWPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5288841ED1C0ADFE5605D4C92363AA57 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 80A6DC68327336580470699CE2084505 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5318EFD0E1BE41E6A065A4299BFCECFC /* ImageSelectedOn@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9341F63412149D22C6290B281497FFFE /* ImageSelectedOn@3x.png */; }; + 549849A7C20D79B68323019817EC9E3B /* UIBarButtonItemGrid@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BB77A60BFB6B1B88E541338BFB8D00E9 /* UIBarButtonItemGrid@2x.png */; }; + 553A0729DD4F79B567A92888710997F7 /* UIImage+MWPhotoBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 22C88C33F57CF0085CC8A7158F1C7B60 /* UIImage+MWPhotoBrowser.m */; }; + 57F2C8DFDC069AF68F0FFFCD1E1D6B29 /* MWCaptionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 628A86155E66266C94DDA5EBCDA72AFD /* MWCaptionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 58312CD711D82B676721EEC5E89DC78E /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 601D8BFB402298306CBAB94EA9A31BE8 /* UIButton+WebCache.m */; }; + 5896D755B1482E4E986E9C1AD63F7502 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 43FCE5D570CF96F46186E7D337A47599 /* MBProgressHUD.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 58E38027B0A4F6CA7BE54F0AE8D4885B /* EXPMatchers+conformTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 63010FB3922AB3E2DDD6D8CDD2D10BFA /* EXPMatchers+conformTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 5A4F531A155E3B143DDE838A472E64C9 /* XCTestCase+Specta.m in Sources */ = {isa = PBXBuildFile; fileRef = CA8230DE5C83368629EF3E62C4F0E7B7 /* XCTestCase+Specta.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 5B5E6A3A01C690FE68E6332FAF9FD633 /* PlayButtonOverlayLarge@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DCE26CDEA2D82CE819E19E79AB6B6BB /* PlayButtonOverlayLarge@3x.png */; }; + 5C0C72FCA0C83748BE62AEC69BC7FA57 /* PlayButtonOverlayLarge.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B1F7ACF7E60F6BECBD2E3D5AADEADD2 /* PlayButtonOverlayLarge.png */; }; + 5CFAE5CC9D0ACCE16C372FF1F2E68F7B /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC9FF44E10493E7B0C7572774CAF8AB /* SDWebImageDownloader.m */; }; + 5D50DA13C7A8B2AF549AA4F05E69F9F4 /* EXPMatchers+respondTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 24FAEADA1249F6042B4B4B135CDD0DF9 /* EXPMatchers+respondTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 5EB8C17604A5FCA7B0F9174850D0441F /* EXPMatchers+beginWith.h in Headers */ = {isa = PBXBuildFile; fileRef = DA7F16221783A03C084D9BAAF7F404DB /* EXPMatchers+beginWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5F2E43A6D4B740E0D27378590353EE87 /* SpectaUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD608194F35F47CEC250368B43C48E9 /* SpectaUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61848F2C06207954F95770458CA7E31E /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 54E10D82ABFC687AE22AFD34EBEA4D65 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61E89F8C6D2C5658ECADCC9BE04E4E0F /* EXPMatchers+beFalsy.h in Headers */ = {isa = PBXBuildFile; fileRef = EB88EE844F8ADBE7E78B381D8832162D /* EXPMatchers+beFalsy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 625D9159F499EBD958CBACF17D4A8A87 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + 62A200B73B76F6740A3EEA168FBFFF41 /* EXPMatchers+match.h in Headers */ = {isa = PBXBuildFile; fileRef = 79D73FB4B6A3C92513B81243EA72E78C /* EXPMatchers+match.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6376E03838CC8CAA23A4A6ABF227CB05 /* SPTCompiledExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 56228B3CBF246784930BFE7B29EFDD04 /* SPTCompiledExample.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 638EE800EAFF4674FA9168591C4A7A65 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 601D8BFB402298306CBAB94EA9A31BE8 /* UIButton+WebCache.m */; }; + 63CDCCAC82CBC33021220531D93213A2 /* EXPMatcherHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 232510EC13760470E86AABE302EF2B8E /* EXPMatcherHelpers.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 643DE0287F1066D083368EAC928DF078 /* EXPFloatTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 15082EF0D1C2F7B77B63E0116BDA622C /* EXPFloatTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 6526407A77DE917EE99CD51D30BD8A18 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1002648F66606B45CA21E0FB189B9ED0 /* MediaPlayer.framework */; }; + 6552C00D8AE57A3EAF32D4D1B350B552 /* ImageSelectedSmallOff.png in Resources */ = {isa = PBXBuildFile; fileRef = 061D9DA8C4A4B42AD2BEBF9CCD7791B5 /* ImageSelectedSmallOff.png */; }; + 65CDCE004257D3B17D1C9A57B00C97E6 /* MWTapDetectingImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = C3592D9FBA355E61B209E54E31408EB8 /* MWTapDetectingImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 660BEA8AC93BC6DF29A73D1570C10120 /* ExpectaSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D09A95F4452843967F4C8F3FA5EC1A68 /* ExpectaSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68183AEC4C264E02B5716484E11E4824 /* NSImage+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E646C2F6E8A638E03500AEFE4BE62F /* NSImage+WebCache.m */; }; + 69442C74713DBCCEE6610B9BB7485B3F /* ImageSelectedSmallOn.png in Resources */ = {isa = PBXBuildFile; fileRef = A11F90DBB6D013BBD02E7F2884FAB882 /* ImageSelectedSmallOn.png */; }; + 697D2B8778C619227AF88E55DEA75225 /* DACircularProgress-iOS7.0-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6276B0E866B2E3D68DD89706A4F539BB /* DACircularProgress-iOS7.0-dummy.m */; }; + 69DCF5F3A96B49720B728BA6EF5E095A /* NSObject+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 66D391F04A8D672C0D42510DE811E7B2 /* NSObject+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B0C84B99CE79AFD279BDB2760637AFD /* UIBarButtonItemArrowLeft@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2175A32C1039DDFCDA53B27892268F1A /* UIBarButtonItemArrowLeft@2x.png */; }; + 6B9A3A27EBE08F5ACC50A5C7738A4265 /* ImageError@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = D0E862B0A7C9ACC538472981D6086B23 /* ImageError@3x.png */; }; + 6B9CC08D16F1EE466A69194D4B5B7A84 /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F6CD62DD90F70CA2A023B52039E0B82 /* AssetsLibrary.framework */; }; + 6BB690ADCD99C58E67A9023015D9FED2 /* UIBarButtonItemArrowLeft.png in Resources */ = {isa = PBXBuildFile; fileRef = 55D00A044079BF2E1FBA6C209D7EFE01 /* UIBarButtonItemArrowLeft.png */; }; + 6DC5B0A41D994EEED7BFE0AEF55094C4 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A235D650D8C3B4219832EE42286F11C /* SDWebImageCompat.m */; }; + 6E0CA7E0D4C72A84DE8DC884526D9D65 /* UIBarButtonItemGrid@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 00E0E94A414ACEA941F4E3F7524D96D0 /* UIBarButtonItemGrid@3x.png */; }; + 6E45C357E6B9629EC391B6D78F39013D /* ImageSelectedSmallOn@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 387B77A2F66A747E6E82D54865A7DF4F /* ImageSelectedSmallOn@3x.png */; }; + 703C45EFDF73663A328C3841C8BA4C02 /* MWPhotoBrowser-iOS7.0-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C4193B07580488BB5EFEFB38D0D46EB /* MWPhotoBrowser-iOS7.0-dummy.m */; }; + 7100640F169A4EC93CA15F0D8B5AFE8F /* EXPMatchers+beIdenticalTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E7CBF297AA8A0E93C23BFAF1BE94DEE /* EXPMatchers+beIdenticalTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 714599C1215ECA527D2D7C27AEF2879D /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0043FDF25F85C0B2C11CEAE6B1C54D87 /* FBSnapshotTestController.m */; }; + 71FBC2F8907E29EB767026E6A08F7EEF /* EXPMatchers+beSubclassOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AB1B49E98BEDDFC8A45BB3C1FB54076 /* EXPMatchers+beSubclassOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 72021A80B9C27A67C72B58CDC0774C93 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 03DB7A97B611C36869D92EFEB9FB1A00 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74477F13EF8973C7EE13DB55E8C1657E /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = AAB53E76987E530E1334069B6E44B7B0 /* SDImageCacheConfig.m */; }; + 7655D4322BA3876DE5EE2365DFFA5620 /* XCTest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EF011C5AA1726984A1B50A46191CE9B /* XCTest+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 767F890FAB6E3455E4DB89C48A5CC3F9 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2550A706DAA626B193E5235B091810A6 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76F46D5E7AC2627735E6AC3E4B2C37A5 /* ImageSelectedOff@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2AF1D3B3F78C6771F92418DF70000249 /* ImageSelectedOff@3x.png */; }; + 76FFE0A5253E08250D976CAE912B89D9 /* EXPMatchers+beSupersetOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A9B45D988FA49FD87F8587C42403EC5 /* EXPMatchers+beSupersetOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7836400FCD8C733474B267231F24B138 /* SPTSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = F1948E226356BF652752F9FA7317BC73 /* SPTSpec.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 793D2B11E35D3610E19A46F76D3CE5FE /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CAA182FEA30611E03A1AE76FD4FFDA8 /* SDWebImageManager.m */; }; + 79E69117FA47E849A80C1921DDC28D9B /* UIBarButtonItemGrid@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BB77A60BFB6B1B88E541338BFB8D00E9 /* UIBarButtonItemGrid@2x.png */; }; + 7A50398D1D6F1D22165ECAA192F9D1CF /* EXPMatchers+respondTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 05DA7841521B75C4D0C303F32E518117 /* EXPMatchers+respondTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7A60B2BA2FF03471433513F2D34AACA4 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C8D3BEE989D20C46CB4A03410C9CFE /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B4CDD19C68FCF94B014E945D6F47C0E /* PlayButtonOverlayLargeTap@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = A6B81301393464F04727B242313DF8FB /* PlayButtonOverlayLargeTap@3x.png */; }; + 7B8F2744B208BF725CA7FF958D3DD226 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = AAB53E76987E530E1334069B6E44B7B0 /* SDImageCacheConfig.m */; }; + 7C4FFAF7E7BD72B4775C2966898B3A83 /* EXPMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 700F6F4AFED22AEAA1D8943236F94924 /* EXPMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D21488C7958535FED7AC3D806ED8B33 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + 7F8175505D10CFA723439149F63F0E2A /* DALabeledCircularProgressView.h in Headers */ = {isa = PBXBuildFile; fileRef = FACCED404B9A5ADD81FFACA769211535 /* DALabeledCircularProgressView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7F9067C2E0870B6129030E9BDEAD4D6D /* SpectaTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6347B71E8C22BA00F73AB093F101B7D4 /* SpectaTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7FAC510B15863505DA9AB7D54BD1D1F1 /* MWTapDetectingImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A9EBFC7ACFA8F737D2F87F775CA091A /* MWTapDetectingImageView.m */; }; + 7FDFB7E153A60FCE7D84EA553550EF6B /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A70E57ACEE466E83D0DE3B9A1C35DC0 /* UIView+WebCacheOperation.m */; }; + 8062928DD479A84CE4F80940D9334A35 /* MWCaptionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B1985A4CB62C48AEF3651FB8223DA30 /* MWCaptionView.m */; }; + 80D074615F2BE0A0A76EC40E05BD96A0 /* ImageError@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = D0E862B0A7C9ACC538472981D6086B23 /* ImageError@3x.png */; }; + 8312FE8B8DEB4B102B075BF589AB79F4 /* DACircularProgressView.h in Headers */ = {isa = PBXBuildFile; fileRef = D205441E40CFE02CA5FC1D1D18C300E2 /* DACircularProgressView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83DEF25F33BA4C53507BD02F93B371CC /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA97BC5BF01A3109480C05CF0F61FEE /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 841F4EA78FDC0130FE624B483204560C /* ImageSelectedSmallOff@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7065F76F6E6E46155B92D11AECD095FC /* ImageSelectedSmallOff@2x.png */; }; + 8622027E474D42CB4B0CC8873A0B126E /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4D1777EAB96ECDD85EB028C7D46BEC /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 863C5CC8F4698A0C85AB53C9B072D889 /* EXPMatchers+equal.m in Sources */ = {isa = PBXBuildFile; fileRef = 70922EF029715CA28E814F87373F29C4 /* EXPMatchers+equal.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 87C087B7F1B93C2DD0B42A93B3E9D9C4 /* EXPMatchers+conformTo.h in Headers */ = {isa = PBXBuildFile; fileRef = FDE2A8151D1FDB6749FB32276220BE7C /* EXPMatchers+conformTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 884F6AA824373811C8B136FA10A1C8AA /* MWCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 04969E3FA5A6426CA279D6D6E7FAD408 /* MWCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 885C2534832AF6B1DFA98FA19C4D9994 /* EXPMatchers+beKindOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 3173089CCB6C063D260C58DD7BA3ABF5 /* EXPMatchers+beKindOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 88D90511D0086F5829146F81803E5E6B /* UIBarButtonItemArrowLeft@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 60D0F9290B4BECDD4224D58D24A7C6E9 /* UIBarButtonItemArrowLeft@3x.png */; }; + 8994485FB1398BF225377D4C109CA38B /* EXPMatchers+beKindOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E6F040DB8ACF8886F7FE628840C480 /* EXPMatchers+beKindOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89CBE2169430F32A8B77A8E271D70D2C /* UIBarButtonItemArrowRight@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 65593CABDB787470A27F80FD0E40D891 /* UIBarButtonItemArrowRight@2x.png */; }; + 8AEEDCA8E6A428322464E97E24E355BA /* MWGridCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 04359FC2EA7B7CE174FC15886814B0F5 /* MWGridCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8BDFE45DAE901BEB0EE4D85A35094F2D /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 29DF11E200EF733C9F9C7550850095B2 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D6D7B98D8883E36D32402EECCF14BD5 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F32D37521A70BD245B2584A44C6C591 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D7FC2B28DF3E9DF4B09CBADB1214A46 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + 8F33EE00C3C95C4126C676E90ADE41B5 /* DACircularProgress-iOS7.1-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2094CDE6D863BCA884C0CDEC4E66F45 /* DACircularProgress-iOS7.1-dummy.m */; }; + 9160F1E41735D7E3DB2E1A9534A59625 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4295A7BF100592226059AC92F267F79A /* SDWebImageDecoder.m */; }; + 9338832586431E49C5B4A2718C77AC39 /* MWCaptionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 628A86155E66266C94DDA5EBCDA72AFD /* MWCaptionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 934E36612C93C1E54EAB0ACF4BB163EA /* XCTestCase+Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E360C94C47826C4CAEEDBFC04C36A42 /* XCTestCase+Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 948437106B07B0D3EEE481E5906ADDBF /* DALabeledCircularProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = FADB87DB9EAEEF5E985EAC4853E722CB /* DALabeledCircularProgressView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 94BD15C4A95DA6166A7DB7329223301A /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E41C692BC3FFF47E7EDEF5789EC006ED /* UIView+WebCache.m */; }; + 94C94F986312F61D076591DBCEC07104 /* EXPMatchers+beInTheRangeOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 862018A7CC10880108A2BDC5146C8F3F /* EXPMatchers+beInTheRangeOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 94FEC2E99FB0DCB59E518507644043F4 /* MWPhotoBrowserPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E750F640E488EFF0B9C4FD78109AE97 /* MWPhotoBrowserPrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9544E1983F872D955B572B63FEDB030D /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = E3D26825A60B9A49BA10098EFCBB180C /* UIImage+GIF.m */; }; + 966EAA2005575963CA1E5D7B3C0D40EF /* MWTapDetectingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B5BFB9734BE2A9804B5269D7CD17E6D /* MWTapDetectingView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9707D194EC0BA83D036AA69EED74E2B5 /* SpectaDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = F3FAB75D28A2755E4F9F79FB9F2AF5DB /* SpectaDSL.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 978A5651C19A1777F03517E5B4994556 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = F1A636940A52B87483495B6C94527B27 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97DD81199EC9EFBBC34886B16F47347A /* UIBarButtonItemGrid.png in Resources */ = {isa = PBXBuildFile; fileRef = EA435551CC148753597DE1E0AF24A77C /* UIBarButtonItemGrid.png */; }; + 99B1DE5DF757713EADD08D058390031F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + 99D7C3C8500326875977DCBC88BD263D /* SPTExampleGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 818AFFCC037C608492FAE59C7C3E85C0 /* SPTExampleGroup.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 99DD810094020E304195F930A9D63D6E /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A70E57ACEE466E83D0DE3B9A1C35DC0 /* UIView+WebCacheOperation.m */; }; + 9AB0B9F7CC46222FCA1CEC0F9019584A /* DALabeledCircularProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = FADB87DB9EAEEF5E985EAC4853E722CB /* DALabeledCircularProgressView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 9AF32EC40E0149B46C10BE9141C1567B /* ImageSelectedOn.png in Resources */ = {isa = PBXBuildFile; fileRef = 2C858930677061AD09AC27FE116BAD94 /* ImageSelectedOn.png */; }; + 9B1772D2D6996939E2049A84D4023329 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = E348B132ABCC246013AE3A5532BC609F /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B8E53B7C6146A14FB1C5ADEFF78887E /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C9969D26DF959E7B1EEB069B1FE4783 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C12DDA51587AC2A592F60CB524CC8EE /* UIImage+MWPhotoBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 22C88C33F57CF0085CC8A7158F1C7B60 /* UIImage+MWPhotoBrowser.m */; }; + 9C9174AE14D17ED49CBC2D773BCDEE6B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D52DDED8ADA2150A0746D44D520A134 /* CoreGraphics.framework */; }; + 9CB7AF530703BB85FEC469B18E9C2FE8 /* ImageSelectedOff@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2AF1D3B3F78C6771F92418DF70000249 /* ImageSelectedOff@3x.png */; }; + 9CD9C1EDCB4DC1C449CEBDCCCB929E89 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EF0EBC6CFD90FB10579E22C449F442B /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9D09382537F7B3AE6F3F6CA4F04FDD1B /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 54E10D82ABFC687AE22AFD34EBEA4D65 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9D0C6D21BD3CAACEA81FA7B31EA289B6 /* PlayButtonOverlayLargeTap@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = A6B81301393464F04727B242313DF8FB /* PlayButtonOverlayLargeTap@3x.png */; }; + 9DB51BFEE9A984D1527876271E8360F5 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5177357BCAE82E0D929805AD406A7939 /* UIImageView+WebCache.m */; }; + 9E57A828FACD929FE9CA03905A7B131B /* SDWebImage-iOS7.0-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EACD9DF0ECA219341A5E7EEFF7E101E /* SDWebImage-iOS7.0-dummy.m */; }; + 9EA7E2C8955383A48AFB34DF1DA9CC69 /* ImageSelectedOff.png in Resources */ = {isa = PBXBuildFile; fileRef = EFF7E02E20A76B9E8BA18B06D1BD1205 /* ImageSelectedOff.png */; }; + 9F2352ADD6B626F5658E70533FAE3699 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC9FF44E10493E7B0C7572774CAF8AB /* SDWebImageDownloader.m */; }; + A016A2C1B7291C3DF1F489933E90695C /* EXPMatchers+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 3540CB186FE2EE9EE99381DA600738B8 /* EXPMatchers+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A12B39559E464A1089E4389274973616 /* EXPMatchers+beLessThan.m in Sources */ = {isa = PBXBuildFile; fileRef = F40AD0DE1188AA331D98100B8766D6C8 /* EXPMatchers+beLessThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + A193FB77C3606DE847937B79BD869F26 /* EXPMatchers+beTruthy.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E68FD4A81F628778B6A4992DB9D952 /* EXPMatchers+beTruthy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A306782FA4D6F7C0424149AF64C25262 /* ImageSelectedOn@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CC08F424CAF98D9993BACA21F8610FD2 /* ImageSelectedOn@2x.png */; }; + A4184C9E6002483AEE3E7C86EE624AD4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + A5CB8C92268FCAC7B00F12EE55B43338 /* EXPMatchers+raise.m in Sources */ = {isa = PBXBuildFile; fileRef = 788D548DE837CA2FA9D2D744D64FA847 /* EXPMatchers+raise.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + A6B476F3FC011900DEFCA165CCCC8DA0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + A78128FE262751AE095A64BA30B84F31 /* UIBarButtonItemArrowRight.png in Resources */ = {isa = PBXBuildFile; fileRef = AB6C7C76143F94D79F87E59C3F58356C /* UIBarButtonItemArrowRight.png */; }; + A79D6682E498EFAD13A75800CDA0358C /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52BAAAB87C398EBF569FFC8FEA65E94C /* QuartzCore.framework */; }; + A8D8CBF93E6FBE966CA847880C784EBF /* ImageError@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 79A530184801D82737492F32015A008B /* ImageError@2x.png */; }; + A904D2D6242F68CC3B959E2B0FC8B4F9 /* ExpectaObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DEC242716623D70F4CC9F4A1D32805C /* ExpectaObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + A9970A2C9CF17B1C328B53A87A205E24 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D201AC3E492E71A5630E39244B220D /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AAFE52CDE76D24990B77F22E6DAB29D8 /* ImageSelectedOn.png in Resources */ = {isa = PBXBuildFile; fileRef = 2C858930677061AD09AC27FE116BAD94 /* ImageSelectedOn.png */; }; + AB33F3F3BE41B883A6E2C66890A4973F /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EF0EBC6CFD90FB10579E22C449F442B /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD9D99BBA028D305EA34418FCD7195AD /* ImageError@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 79A530184801D82737492F32015A008B /* ImageError@2x.png */; }; + ADE3E6D0409F44FCD803982622E3CC12 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + AEFBD4F02BD2791DB76E4AD93D5C779A /* PlayButtonOverlayLargeTap@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D2D6B98D555A2768E2760397A4145753 /* PlayButtonOverlayLargeTap@2x.png */; }; + B03B511CABE0DEA5E7AD4D89F07C5714 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A00F8520DA59950C507C920788EF6A80 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B17A317E170CB0617F39F8B867E0B992 /* ImageSelectedOff@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A7429C31A809059961281DF33002429A /* ImageSelectedOff@2x.png */; }; + B1820A5E15F22942E386756A0473E808 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 809101940909F56A7B70CE17D447640B /* EXPMatchers+beLessThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1964DABF421B8BA6BB9AB9E1CC0E387 /* EXPMatchers+beGreaterThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 0683DF2C9B7FC27B576AB4B7B3B146ED /* EXPMatchers+beGreaterThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B241CF27E6B9D2DBC3236BDC1BDA5B69 /* EXPMatchers+postNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F878B29A406784703BC9F07FBFDD99F /* EXPMatchers+postNotification.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B26697CC61F57913C436C5BF63FE1F0A /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1002648F66606B45CA21E0FB189B9ED0 /* MediaPlayer.framework */; }; + B2880B5D7D91AACFCEF345934CFEBA55 /* EXPMatchers+beInstanceOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 44D0D04C0DF98EC05B4909F397D6F7FF /* EXPMatchers+beInstanceOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + B2B29E947EE41C53B7E249348121063D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52BAAAB87C398EBF569FFC8FEA65E94C /* QuartzCore.framework */; }; + B4418DA5E46BB9C6D4E5842B04098A6F /* PlayButtonOverlayLarge@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DCE26CDEA2D82CE819E19E79AB6B6BB /* PlayButtonOverlayLarge@3x.png */; }; + B4A2A7838A1614C20272BCB1586571E9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + B4E3B0D97EB15CE309BCE7F6DB972B5A /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A00F8520DA59950C507C920788EF6A80 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B502FEEE2EB291D870D903685E17293D /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A235D650D8C3B4219832EE42286F11C /* SDWebImageCompat.m */; }; + B6C3E4C29E17E13CA0A77B13BAE1B88E /* UIBarButtonItemGrid@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 00E0E94A414ACEA941F4E3F7524D96D0 /* UIBarButtonItemGrid@3x.png */; }; + B709C0890B67EB6C1AB9B9738CDBEEC6 /* EXPMatchers+beIdenticalTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AB26E75F7BCD415D6AD6B8BA5F03DDB /* EXPMatchers+beIdenticalTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + B72D6F9CD6DCCF9339A269BC0CABA88C /* ExpectaObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D536F869C3B7D603AC4630F3F6AB919 /* ExpectaObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7FB8C30C577D624F5E0B1FDB3E6CD8B /* EXPUnsupportedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 865FAF448207E691D600F40C4ACF7C58 /* EXPUnsupportedObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8C28A9BA847F11EE28E714F3DFEBD2E /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EF5BE7545027FF946DC39842BBE1A0A /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B957369E0EBA5CAFCF6894BF62C9EDE4 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C19C21BA832705F8CB37E0B16C23AAF4 /* XCTest.framework */; }; + BA38C468B58A1C2ACC9CF77D6626D465 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C19C21BA832705F8CB37E0B16C23AAF4 /* XCTest.framework */; }; + BAA98BF425D78B9F9FB405680EA0CB3D /* EXPMatchers+beLessThan.h in Headers */ = {isa = PBXBuildFile; fileRef = ED1EC819236EDC3B337FCB044454FEB6 /* EXPMatchers+beLessThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB0E62892680D990AC167E4629F95062 /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = B5969E17FAFFDC548233DC602AAC6211 /* EXPMatchers+beGreaterThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB1F304EED126C2C05C5C7BCB419DEBB /* EXPMatchers+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C4EC29461A90C294949DAE717A1BEC5 /* EXPMatchers+FBSnapshotTest.m */; }; + BB77195E6DFAB647ECA14FDA1E6CAF07 /* MWPhotoProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 291E63B3BBA5EE2CFE329A52432D1146 /* MWPhotoProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BBE03270DDDC302E34D9F06793EA424A /* ImageError.png in Resources */ = {isa = PBXBuildFile; fileRef = 40BE40DBAFEC3D9E63A756296424F8C3 /* ImageError.png */; }; + BBF0D062B2C7718E181022C2B93D0290 /* Specta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD198F3513AFD6128A50C356DC253545 /* Specta-dummy.m */; }; + BC469515CC61860C6B1D84DB0026C2C2 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52BAAAB87C398EBF569FFC8FEA65E94C /* QuartzCore.framework */; }; + BCF20DA49BE1DDF10A4EBF649A9D0F9A /* UIBarButtonItemArrowLeft@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2175A32C1039DDFCDA53B27892268F1A /* UIBarButtonItemArrowLeft@2x.png */; }; + BD5A3AC0EB63CD046DDAF4DCC76A64B8 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 80A6DC68327336580470699CE2084505 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE7D15FE1EE707EBE57A256B16AF35F8 /* MWCaptionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B1985A4CB62C48AEF3651FB8223DA30 /* MWCaptionView.m */; }; + BF730E8285346973626E13EE480CBC84 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = D31B6139243C7336807E9A12A7C0447E /* UIImage+MultiFormat.m */; }; + C0026915842D52A7343810274727D5A9 /* ImageSelectedOff.png in Resources */ = {isa = PBXBuildFile; fileRef = EFF7E02E20A76B9E8BA18B06D1BD1205 /* ImageSelectedOff.png */; }; + C091203A57422574B3263D1E9BA53A87 /* ExpectaSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BE4F23029A1EDB234CF7F2AEB043EB0 /* ExpectaSupport.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + C0DC7B2100A409D2FF3E35391141628C /* VideoOverlay@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D4DA65BA155007D24A7798B4EC7F47E6 /* VideoOverlay@2x.png */; }; + C2D2D932E4412AB4D3135C6C89FE548E /* ImageSelectedOff@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A7429C31A809059961281DF33002429A /* ImageSelectedOff@2x.png */; }; + C357B548253AFEE4450C5B2DD023EA9D /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DD47536ECFEE5642B05DDF8AC5714302 /* SDWebImageDownloaderOperation.m */; }; + C39CCDE64E9500BA9505C05A98E4510A /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 76581601E7BAF028E924D2BA1E9AA396 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3A26017BB1517A667E3D21B069BC550 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = AA11E0DB992F91D537A9402482C99A15 /* NSData+ImageContentType.m */; }; + C498F24E736A80A0F6C440DBC33AF494 /* EXPMatchers+beFalsy.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D25391E290ADE1BF90E18B8281F5F3 /* EXPMatchers+beFalsy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + C5D61BE54AED7E84023E57474455B5E3 /* PlayButtonOverlayLargeTap.png in Resources */ = {isa = PBXBuildFile; fileRef = DF08D341B4BEA29674FCBC8D1259E685 /* PlayButtonOverlayLargeTap.png */; }; + C64C4032827660F5ED12E425857BE673 /* EXPMatcherHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 79996E262256F57DB50CD16E5EBE5D52 /* EXPMatcherHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C670343470EAC260E60ABD463CC39E2D /* EXPMatchers+beginWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BB15402D8C2FB01A198273BA1991DED /* EXPMatchers+beginWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + C8942F6D3CA27F72865ACC4658AE4274 /* PlayButtonOverlayLarge.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B1F7ACF7E60F6BECBD2E3D5AADEADD2 /* PlayButtonOverlayLarge.png */; }; + C958CEA23BDB463BB84F1419DE2BDD14 /* UIBarButtonItemArrowLeft.png in Resources */ = {isa = PBXBuildFile; fileRef = 55D00A044079BF2E1FBA6C209D7EFE01 /* UIBarButtonItemArrowLeft.png */; }; + C9B8B88608E351A26573BD4A51FAC857 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D201AC3E492E71A5630E39244B220D /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA4AA44AEB2E4D2607FC78CB52B96DF3 /* ImageSelectedSmallOn@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 94B3E7FD543C524CF33D079199EE7059 /* ImageSelectedSmallOn@2x.png */; }; + CB205E0D58D587A3790234B4AC270441 /* MWTapDetectingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B5BFB9734BE2A9804B5269D7CD17E6D /* MWTapDetectingView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB4D294421B7DDBE1D2799FF1B7BA0BE /* UIBarButtonItemArrowRight.png in Resources */ = {isa = PBXBuildFile; fileRef = AB6C7C76143F94D79F87E59C3F58356C /* UIBarButtonItemArrowRight.png */; }; + CBAE5A8CEC4481075459EF71DEC870CB /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = E3D26825A60B9A49BA10098EFCBB180C /* UIImage+GIF.m */; }; + CC995F4F36E9D6237AFC6F729364B867 /* EXPBlockDefinedMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = E906DDCC926C2EA5161E326AB04AC53F /* EXPBlockDefinedMatcher.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + CDA268F5B643324DD61A0E25BD4179ED /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = AE917511985F6891AF3F8233B9D34001 /* EXPMatchers+beGreaterThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + CDC3136BB677B062ECBA9710B42053BC /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C19C21BA832705F8CB37E0B16C23AAF4 /* XCTest.framework */; }; + CDC56671C56B8C5075BEBA30464A7164 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = FF407C275F295625CA90BEBAA92F4C30 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CEE4CDD39701E0B5A1DB2DE76CAE56DA /* VideoOverlay@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAB2C715AB1CECBF81C21D4FA9071B49 /* VideoOverlay@3x.png */; }; + D0F5FB0C32AF1075EA4130E90311F526 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = FF407C275F295625CA90BEBAA92F4C30 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1AD90CEA338930E218B17EE7E4FEB24 /* NSImage+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C79DD513A3EAEF2D0AFE7DAB67E763C4 /* NSImage+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2062E91D6705C09D15A8059CBC85566 /* ImageSelectedSmallOff.png in Resources */ = {isa = PBXBuildFile; fileRef = 061D9DA8C4A4B42AD2BEBF9CCD7791B5 /* ImageSelectedSmallOff.png */; }; + D2C8B74A353561E1BE4BB77FC17045C9 /* SPTSharedExampleGroups.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F2B443FA0D511403E4DA2A79DB3302A /* SPTSharedExampleGroups.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + D2DF3BE13C5DAF8A0EA2014539BDF188 /* MBProgressHUD-iOS7.1-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 568246AD36EF151B70CA3D277730CEFD /* MBProgressHUD-iOS7.1-dummy.m */; }; + D3B4D194BECF709DFA85E588891B885E /* EXPMatchers+contain.h in Headers */ = {isa = PBXBuildFile; fileRef = 981F3EB0C06E97770D2421E673B013A1 /* EXPMatchers+contain.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7B688ED544090CA1EFB5319B4434F9B /* NSImage+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E646C2F6E8A638E03500AEFE4BE62F /* NSImage+WebCache.m */; }; + D87F9C349E636167ED5F4DC20884E18C /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = F1A636940A52B87483495B6C94527B27 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D94F3CDE976C052BF0BD112E257A7F19 /* EXPMatchers+postNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DA2CF997A09E53F375CF0DEEF25AFCF /* EXPMatchers+postNotification.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + DDC4CA0016DEE57E3C486A158D813D96 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = BBB2E5818818C9AFD69EC44F4ABD0E00 /* SDImageCache.m */; }; + DEEEB0A43FF8F25C29443C65B6402E74 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D5118C17F5696EC7A4E33510E9554151 /* SDWebImagePrefetcher.m */; }; + DFFE7035A8177E14B29DE53973AE3B1E /* EXPMatchers+beInstanceOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C5A51B8AE7322A210CF01AFBA648598 /* EXPMatchers+beInstanceOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0DFD8EDBFA35FDDD8D5D760DE512C0F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + E26C439194DCD7C8DF716A7CDCED7AA0 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 969D6B8B25966CCC466FF1E792EBE1AE /* ImageIO.framework */; }; + E2A445FA20B1D4999CA1900E76FF268F /* UIImage+MWPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = DE54C3C91B980435BD044A42FD71152A /* UIImage+MWPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3779C8CC14AF85D328600E9F9187495 /* MWGridCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 30D028565C3AC56669794F4FB8CE5930 /* MWGridCell.m */; }; + E3BF5FA83566EF4655541610069EB856 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = BBB2E5818818C9AFD69EC44F4ABD0E00 /* SDImageCache.m */; }; + E3D1E72C537C8BFD97CCA2FFD7AA713A /* MWPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1331B671ACD38C99B153E679E3BD2947 /* MWPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E447410ACAB17A3C5E2DEEDF94375880 /* SPTExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AFDF0F0EF2A314336EACA38FCC6F784 /* SPTExample.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + E44F2FFADEBF2A77DA8FADDE9F8AC6F9 /* MWZoomingScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7237EAF40D180CD096D5392125E14D /* MWZoomingScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E563EEDB20FF929DFAAF5B1BC1F018F3 /* MWZoomingScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7237EAF40D180CD096D5392125E14D /* MWZoomingScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E797EFFCF85D2F55BBDD6D027803D9EC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */; }; + E8E96C5C6D7CF2FDACA28C26A5604093 /* MWPhotoProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 291E63B3BBA5EE2CFE329A52432D1146 /* MWPhotoProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E95AE41CF4596A6878192B05551FCC3A /* SDWebImage-iOS7.1-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CBA9DE8455AC86D41453553C85FD3C9F /* SDWebImage-iOS7.1-dummy.m */; }; + E95DE019212836608A35BF3270AADF17 /* Expecta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A6A21F67B2A713138BF1A404E3460084 /* Expecta-dummy.m */; }; + E9B8F33B0F511A485C6FC43149B5C848 /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA97BC5BF01A3109480C05CF0F61FEE /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EAB519D09846C9D5983C4310255DD3CD /* SPTTestSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = C2909BC6E2528AB50ADD2B0E4FE78DA1 /* SPTTestSuite.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + EC3CC869EC5E142F7836FEC05823F8BC /* SPTCompiledExample.h in Headers */ = {isa = PBXBuildFile; fileRef = 569060A075537DFE6A4D25D96C98668B /* SPTCompiledExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED087996824EE3256B222E3BAEBAB14D /* EXPUnsupportedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = B23D9E49B5B3A5C76EAFFC9C7F40B4B9 /* EXPUnsupportedObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + ED58F9628A801248061A5E3A854F9D5A /* UIBarButtonItemGrid.png in Resources */ = {isa = PBXBuildFile; fileRef = EA435551CC148753597DE1E0AF24A77C /* UIBarButtonItemGrid.png */; }; + EE2978A12B1665B71A388C5AE98DC3DF /* PlayButtonOverlayLarge@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D67DE8464E3065F33C2C45662E895D5 /* PlayButtonOverlayLarge@2x.png */; }; + EE5A8DD4F03A890084772DA66DE9BE93 /* EXPDoubleTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = DFA142DA2A1E6AB454178652BAC9A075 /* EXPDoubleTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EFCF1E2468BC28069F92B4702B5DD463 /* EXPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AAD7709C9FF6828905D6A28E69C4221 /* EXPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F10FB0097669B5DC82F639E27F9608F7 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4D1777EAB96ECDD85EB028C7D46BEC /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F175DC0185B3907CDF6530754A66322C /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E41C692BC3FFF47E7EDEF5789EC006ED /* UIView+WebCache.m */; }; + F1E59920F8048DB3FACBCC6809E5231F /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 969D6B8B25966CCC466FF1E792EBE1AE /* ImageIO.framework */; }; + F3492BC7A3A51981FC813A99EBAEE1FE /* SPTCallSite.m in Sources */ = {isa = PBXBuildFile; fileRef = 0668957FEB1B3CAE2EABBC4AA9ABA7C3 /* SPTCallSite.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + F3C8CB9BD193556CD1A440E45F9A9DD2 /* SPTCallSite.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ACE82A15131DC569A786CB49EFD1804 /* SPTCallSite.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3D6C90DF502E4B6BFA4B4B950FB176B /* EXPFloatTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 8136A5BFC35DA48ABC2C0D94EA79B7F0 /* EXPFloatTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7CCC8D3E49679A9A4E7B7E2A668727F /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = A1BF1E794449AF3F514B2EE3C85F4B10 /* FBSnapshotTestCasePlatform.m */; }; + F88A0DF02D7712D1BA2E7E609D6084B2 /* ImageSelectedSmallOff@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 20F27C938C5B92508B8FDCD6BC472B17 /* ImageSelectedSmallOff@3x.png */; }; + F8E39087737225714939DB0252FB1114 /* EXPMatchers+endWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 56BD615DEEA3BC153C0B73BAC8A60A13 /* EXPMatchers+endWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + FCC79CC27D1164D7F65394C8D021A87D /* MBProgressHUD-iOS7.0-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A524F085DDEF1ECDF866F2051C5849B /* MBProgressHUD-iOS7.0-dummy.m */; }; + FD646F5B104EDBF154350B11B5CFDF36 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D5118C17F5696EC7A4E33510E9554151 /* SDWebImagePrefetcher.m */; }; + FDA2DEC5CF6E640630AF9E2A06091CE2 /* Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A086D9BE521AADC7C972AE3D9CD5B48 /* Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FE0041B099734C95738FAC0E18A370CB /* PlayButtonOverlayLargeTap.png in Resources */ = {isa = PBXBuildFile; fileRef = DF08D341B4BEA29674FCBC8D1259E685 /* PlayButtonOverlayLargeTap.png */; }; + FE1AC5577928176BC05EC0F47FB1F985 /* VideoOverlay@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D4DA65BA155007D24A7798B4EC7F47E6 /* VideoOverlay@2x.png */; }; + FE84239BE923F217FD38E45B4F770EFD /* EXPMatchers+contain.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D5AE460F3B78B02A8AE8E5AD0DCC013 /* EXPMatchers+contain.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + FF24AD00C93D6B42522C8E4EB7624DE3 /* MWGridViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 25C1953BA899E791C4AEA91E97A093AA /* MWGridViewController.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 02EF91B5949457309252EB62BCBFE0F1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1B52E61062C717A9B9EFD0495553A89B; + remoteInfo = "DACircularProgress-iOS7.1"; + }; + 0590D6ABD311291C9E7A4C76E12628A9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 024C35D0BA05E8670327FD0BDDCB1DD5; + remoteInfo = "MWPhotoBrowser-iOS7.0"; + }; + 0F1358EDBCDA4E15CFD54081AEA92662 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4FCF21ACF53224684E29804EEC0F4B38; + remoteInfo = "MBProgressHUD-iOS7.0"; + }; + 3E123881810B21250306EBA97283949E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0BAC71041798F8FA287D9C4401C82869; + remoteInfo = "MWPhotoBrowser-iOS7.1"; + }; + 4BCA55F240245B22EDF88530108CFB2A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6FDF0033557B4E47AFE49665A0F1037; + remoteInfo = Specta; + }; + 526F921952D6C45F9F54C4AD57C24C10 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 46D68D26DCAAC4D999D549BA45F0B0EC; + remoteInfo = Expecta; + }; + 640F0B6A90CC810E6C11B3A9A175C467 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = A3A98E3123E92826419DF456D4A54FB6; + remoteInfo = "SDWebImage-iOS7.1"; + }; + 6C67DB22D5382415B3A55EB8670A1BBB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = BE5E630E4CD2F672AF8D77D50F2FCEB7; + remoteInfo = "SDWebImage-iOS7.0"; + }; + 7171A8111BF57BAEEFEED115B8C9A675 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9776FF671B8A235B8E66BCB318004E91; + remoteInfo = "DACircularProgress-iOS7.0"; + }; + BA000AC7329D9160089FA8B4736746D0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9776FF671B8A235B8E66BCB318004E91; + remoteInfo = "DACircularProgress-iOS7.0"; + }; + BB081F60168786E219B38378DA97F1F0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4FCF21ACF53224684E29804EEC0F4B38; + remoteInfo = "MBProgressHUD-iOS7.0"; + }; + BB4885BF5891AA7E19FD4FA0C97EC063 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = D34BB98D2469EB2A6A675481B4C0CEFA; + remoteInfo = FBSnapshotTestCase; + }; + BC72503A8C2FB27A84D699EBAB59F50D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4FCF21ACF53224684E29804EEC0F4B38; + remoteInfo = "MBProgressHUD-iOS7.0"; + }; + BEF3B94781D3B8EB6DD4458C7DC014D5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A6E98A4C32B0BDBF6A1E524DE62B936; + remoteInfo = "Expecta+Snapshots"; + }; + C6C3C73E8A6A0220577AE018FED8075C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = E01FF13E79DE847766C297A001EF79BC; + remoteInfo = "MWPhotoBrowser-iOS7.0-MWPhotoBrowser"; + }; + D45DCB05574952B37D4052A142F4EFCB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3B333564420970508DA75FB5EEAA4F2; + remoteInfo = "MBProgressHUD-iOS7.1"; + }; + D86A8556BFEB857E98AB7E98FE951D5D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1D2C7300B671DFCC0FE796B19966E9E9; + remoteInfo = "MWPhotoBrowser-iOS7.1-MWPhotoBrowser"; + }; + D97255AF34BAEBE3962E42C7EAEE842A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9776FF671B8A235B8E66BCB318004E91; + remoteInfo = "DACircularProgress-iOS7.0"; + }; + E6CB848F8AAFFF4AF46200FA25FE8812 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = BE5E630E4CD2F672AF8D77D50F2FCEB7; + remoteInfo = "SDWebImage-iOS7.0"; + }; + F034C34A1232A718A79E259ECCC16D5C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 46D68D26DCAAC4D999D549BA45F0B0EC; + remoteInfo = Expecta; + }; + F2902EFF58FA3CEB86E27ED4B8218972 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = D34BB98D2469EB2A6A675481B4C0CEFA; + remoteInfo = FBSnapshotTestCase; + }; + FCE49C4ECBF72578103ABB126E03C07C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = BE5E630E4CD2F672AF8D77D50F2FCEB7; + remoteInfo = "SDWebImage-iOS7.0"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 0043FDF25F85C0B2C11CEAE6B1C54D87 /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; + 00E0E94A414ACEA941F4E3F7524D96D0 /* UIBarButtonItemGrid@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "UIBarButtonItemGrid@3x.png"; sourceTree = ""; }; + 03DB7A97B611C36869D92EFEB9FB1A00 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; + 04359FC2EA7B7CE174FC15886814B0F5 /* MWGridCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWGridCell.h; sourceTree = ""; }; + 04969E3FA5A6426CA279D6D6E7FAD408 /* MWCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWCommon.h; sourceTree = ""; }; + 05DA7841521B75C4D0C303F32E518117 /* EXPMatchers+respondTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+respondTo.h"; path = "Expecta/Matchers/EXPMatchers+respondTo.h"; sourceTree = ""; }; + 061D9DA8C4A4B42AD2BEBF9CCD7791B5 /* ImageSelectedSmallOff.png */ = {isa = PBXFileReference; includeInIndex = 1; path = ImageSelectedSmallOff.png; sourceTree = ""; }; + 0668957FEB1B3CAE2EABBC4AA9ABA7C3 /* SPTCallSite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCallSite.m; path = Specta/Specta/SPTCallSite.m; sourceTree = ""; }; + 0683DF2C9B7FC27B576AB4B7B3B146ED /* EXPMatchers+beGreaterThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThan.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.h"; sourceTree = ""; }; + 06E646C2F6E8A638E03500AEFE4BE62F /* NSImage+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+WebCache.m"; path = "SDWebImage/NSImage+WebCache.m"; sourceTree = ""; }; + 077072E0F0AB7FA1462E7CDC3341A509 /* libDACircularProgress-iOS7.0.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libDACircularProgress-iOS7.0.a"; path = "libDACircularProgress-iOS7.0.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 0A924BC847BA99EBCBD0588603448B05 /* EXPBlockDefinedMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPBlockDefinedMatcher.h; path = Expecta/EXPBlockDefinedMatcher.h; sourceTree = ""; }; + 0AB1B49E98BEDDFC8A45BB3C1FB54076 /* EXPMatchers+beSubclassOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSubclassOf.m"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.m"; sourceTree = ""; }; + 0B5BFB9734BE2A9804B5269D7CD17E6D /* MWTapDetectingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWTapDetectingView.h; sourceTree = ""; }; + 0CAA182FEA30611E03A1AE76FD4FFDA8 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; + 1002648F66606B45CA21E0FB189B9ED0 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/MediaPlayer.framework; sourceTree = DEVELOPER_DIR; }; + 10E68FD4A81F628778B6A4992DB9D952 /* EXPMatchers+beTruthy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beTruthy.h"; path = "Expecta/Matchers/EXPMatchers+beTruthy.h"; sourceTree = ""; }; + 1331B671ACD38C99B153E679E3BD2947 /* MWPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWPhotoBrowser.h; sourceTree = ""; }; + 1398D1B84667A17FCB66182F776EAC42 /* SPTSharedExampleGroups.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSharedExampleGroups.h; path = Specta/Specta/SPTSharedExampleGroups.h; sourceTree = ""; }; + 147408A72CFBB199A12910CDF1B9EC82 /* libFBSnapshotTestCase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFBSnapshotTestCase.a; path = libFBSnapshotTestCase.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 15082EF0D1C2F7B77B63E0116BDA622C /* EXPFloatTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPFloatTuple.m; path = Expecta/EXPFloatTuple.m; sourceTree = ""; }; + 1580BE8D870658FFFB9EF3D04B9213CC /* Pods-MWPhotoBrowser_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MWPhotoBrowser_Tests.release.xcconfig"; sourceTree = ""; }; + 164F49A60006F63EB29CF6488F33113C /* UIBarButtonItemArrowRight@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "UIBarButtonItemArrowRight@3x.png"; sourceTree = ""; }; + 18391089432560093C31CCA48ABB46AE /* NSValue+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSValue+Expecta.h"; path = "Expecta/NSValue+Expecta.h"; sourceTree = ""; }; + 1AB26E75F7BCD415D6AD6B8BA5F03DDB /* EXPMatchers+beIdenticalTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beIdenticalTo.m"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.m"; sourceTree = ""; }; + 1AFDF0F0EF2A314336EACA38FCC6F784 /* SPTExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExample.m; path = Specta/Specta/SPTExample.m; sourceTree = ""; }; + 1BB15402D8C2FB01A198273BA1991DED /* EXPMatchers+beginWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beginWith.m"; path = "Expecta/Matchers/EXPMatchers+beginWith.m"; sourceTree = ""; }; + 1C4193B07580488BB5EFEFB38D0D46EB /* MWPhotoBrowser-iOS7.0-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MWPhotoBrowser-iOS7.0-dummy.m"; sourceTree = ""; }; + 1D536F869C3B7D603AC4630F3F6AB919 /* ExpectaObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaObject.h; path = Expecta/ExpectaObject.h; sourceTree = ""; }; + 1D772DC880BCFABF5028DA167DE6B119 /* SPTExcludeGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExcludeGlobalBeforeAfterEach.h; path = Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h; sourceTree = ""; }; + 1E360C94C47826C4CAEEDBFC04C36A42 /* XCTestCase+Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTestCase+Specta.h"; path = "Specta/Specta/XCTestCase+Specta.h"; sourceTree = ""; }; + 1EF011C5AA1726984A1B50A46191CE9B /* XCTest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTest+Private.h"; path = "Specta/Specta/XCTest+Private.h"; sourceTree = ""; }; + 1FA97BC5BF01A3109480C05CF0F61FEE /* SDWebImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDecoder.h; path = SDWebImage/SDWebImageDecoder.h; sourceTree = ""; }; + 20F27C938C5B92508B8FDCD6BC472B17 /* ImageSelectedSmallOff@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "ImageSelectedSmallOff@3x.png"; sourceTree = ""; }; + 2175A32C1039DDFCDA53B27892268F1A /* UIBarButtonItemArrowLeft@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "UIBarButtonItemArrowLeft@2x.png"; sourceTree = ""; }; + 22C88C33F57CF0085CC8A7158F1C7B60 /* UIImage+MWPhotoBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIImage+MWPhotoBrowser.m"; sourceTree = ""; }; + 232510EC13760470E86AABE302EF2B8E /* EXPMatcherHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPMatcherHelpers.m; path = Expecta/Matchers/EXPMatcherHelpers.m; sourceTree = ""; }; + 24FAEADA1249F6042B4B4B135CDD0DF9 /* EXPMatchers+respondTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+respondTo.m"; path = "Expecta/Matchers/EXPMatchers+respondTo.m"; sourceTree = ""; }; + 2550A706DAA626B193E5235B091810A6 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; + 25C1953BA899E791C4AEA91E97A093AA /* MWGridViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MWGridViewController.m; sourceTree = ""; }; + 26AC6E873763498678032ABB5C85185C /* MWZoomingScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MWZoomingScrollView.m; sourceTree = ""; }; + 2779B434631901F1434BC316E3FB5AE9 /* EXPMatchers+beNil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beNil.h"; path = "Expecta/Matchers/EXPMatchers+beNil.h"; sourceTree = ""; }; + 291E63B3BBA5EE2CFE329A52432D1146 /* MWPhotoProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWPhotoProtocol.h; sourceTree = ""; }; + 29DF11E200EF733C9F9C7550850095B2 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; + 29E6F040DB8ACF8886F7FE628840C480 /* EXPMatchers+beKindOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beKindOf.h"; path = "Expecta/Matchers/EXPMatchers+beKindOf.h"; sourceTree = ""; }; + 2ACE82A15131DC569A786CB49EFD1804 /* SPTCallSite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCallSite.h; path = Specta/Specta/SPTCallSite.h; sourceTree = ""; }; + 2AF1D3B3F78C6771F92418DF70000249 /* ImageSelectedOff@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "ImageSelectedOff@3x.png"; sourceTree = ""; }; + 2B206C8C4C70D050769CB80E9492E658 /* libSDWebImage-iOS7.1.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libSDWebImage-iOS7.1.a"; path = "libSDWebImage-iOS7.1.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2C7237EAF40D180CD096D5392125E14D /* MWZoomingScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWZoomingScrollView.h; sourceTree = ""; }; + 2C858930677061AD09AC27FE116BAD94 /* ImageSelectedOn.png */ = {isa = PBXFileReference; includeInIndex = 1; path = ImageSelectedOn.png; sourceTree = ""; }; + 2E7CBF297AA8A0E93C23BFAF1BE94DEE /* EXPMatchers+beIdenticalTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beIdenticalTo.h"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.h"; sourceTree = ""; }; + 2EACD9DF0ECA219341A5E7EEFF7E101E /* SDWebImage-iOS7.0-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-iOS7.0-dummy.m"; sourceTree = ""; }; + 2EF5BE7545027FF946DC39842BBE1A0A /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/UIView+WebCache.h"; sourceTree = ""; }; + 2F29BE2EDEBA2861368726A4772F4E8E /* SPTExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExample.h; path = Specta/Specta/SPTExample.h; sourceTree = ""; }; + 30D028565C3AC56669794F4FB8CE5930 /* MWGridCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MWGridCell.m; sourceTree = ""; }; + 3173089CCB6C063D260C58DD7BA3ABF5 /* EXPMatchers+beKindOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beKindOf.m"; path = "Expecta/Matchers/EXPMatchers+beKindOf.m"; sourceTree = ""; }; + 3540CB186FE2EE9EE99381DA600738B8 /* EXPMatchers+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPMatchers+FBSnapshotTest.h"; sourceTree = ""; }; + 37086CCF606A3DB0A41219522EAD364E /* DACircularProgress-iOS7.0.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "DACircularProgress-iOS7.0.xcconfig"; sourceTree = ""; }; + 387B77A2F66A747E6E82D54865A7DF4F /* ImageSelectedSmallOn@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "ImageSelectedSmallOn@3x.png"; sourceTree = ""; }; + 3A235D650D8C3B4219832EE42286F11C /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; + 3A70E57ACEE466E83D0DE3B9A1C35DC0 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; + 3B5A7151F8E4FBFE54BF6C2AC80958FA /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/UIImage+Diff.h"; sourceTree = ""; }; + 3C5A51B8AE7322A210CF01AFBA648598 /* EXPMatchers+beInstanceOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInstanceOf.h"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.h"; sourceTree = ""; }; + 3CD608194F35F47CEC250368B43C48E9 /* SpectaUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaUtility.h; path = Specta/Specta/SpectaUtility.h; sourceTree = ""; }; + 3DA2CF997A09E53F375CF0DEEF25AFCF /* EXPMatchers+postNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+postNotification.m"; path = "Expecta/Matchers/EXPMatchers+postNotification.m"; sourceTree = ""; }; + 3DEC242716623D70F4CC9F4A1D32805C /* ExpectaObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaObject.m; path = Expecta/ExpectaObject.m; sourceTree = ""; }; + 3E7FFEF7BFB0350CE8FCC2D6D64D1396 /* EXPExpect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPExpect.h; path = Expecta/EXPExpect.h; sourceTree = ""; }; + 3F6CD62DD90F70CA2A023B52039E0B82 /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/AssetsLibrary.framework; sourceTree = DEVELOPER_DIR; }; + 40BE40DBAFEC3D9E63A756296424F8C3 /* ImageError.png */ = {isa = PBXFileReference; includeInIndex = 1; path = ImageError.png; sourceTree = ""; }; + 40DAD22BCDD38D058B1C9A312C42DF49 /* EXPMatchers+beNil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beNil.m"; path = "Expecta/Matchers/EXPMatchers+beNil.m"; sourceTree = ""; }; + 42658A11039C4E3B2E6CD78D6E931EE1 /* DACircularProgress-iOS7.1.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "DACircularProgress-iOS7.1.xcconfig"; path = "../DACircularProgress-iOS7.1/DACircularProgress-iOS7.1.xcconfig"; sourceTree = ""; }; + 4295A7BF100592226059AC92F267F79A /* SDWebImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDecoder.m; path = SDWebImage/SDWebImageDecoder.m; sourceTree = ""; }; + 43FCE5D570CF96F46186E7D337A47599 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 44D0D04C0DF98EC05B4909F397D6F7FF /* EXPMatchers+beInstanceOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInstanceOf.m"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.m"; sourceTree = ""; }; + 4594A9E3FFD6ABE129882E959BB04B5E /* FBSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSnapshotTestCase-dummy.m"; sourceTree = ""; }; + 45B2719A137B18174517E8E90754B7CE /* SDWebImage-iOS7.1-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDWebImage-iOS7.1-prefix.pch"; path = "../SDWebImage-iOS7.1/SDWebImage-iOS7.1-prefix.pch"; sourceTree = ""; }; + 49D43B7D98ABA386628BDA9FB6BA411B /* SPTGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTGlobalBeforeAfterEach.h; path = Specta/Specta/SPTGlobalBeforeAfterEach.h; sourceTree = ""; }; + 4BE4F23029A1EDB234CF7F2AEB043EB0 /* ExpectaSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaSupport.m; path = Expecta/ExpectaSupport.m; sourceTree = ""; }; + 4C9969D26DF959E7B1EEB069B1FE4783 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; + 4DA5A362F6C7352C50C0676E95C0E4F5 /* MWPhotoBrowser-iOS7.0.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "MWPhotoBrowser-iOS7.0.xcconfig"; sourceTree = ""; }; + 4E752C09031D34C5390AB800F63A8BB4 /* libMBProgressHUD-iOS7.1.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libMBProgressHUD-iOS7.1.a"; path = "libMBProgressHUD-iOS7.1.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5177357BCAE82E0D929805AD406A7939 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; + 523087C6D186A9F5BEE78D39F9A78F3F /* Pods-MWPhotoBrowser_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-MWPhotoBrowser_Example-dummy.m"; sourceTree = ""; }; + 52BAAAB87C398EBF569FFC8FEA65E94C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; + 54E10D82ABFC687AE22AFD34EBEA4D65 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + 55D00A044079BF2E1FBA6C209D7EFE01 /* UIBarButtonItemArrowLeft.png */ = {isa = PBXFileReference; includeInIndex = 1; path = UIBarButtonItemArrowLeft.png; sourceTree = ""; }; + 56228B3CBF246784930BFE7B29EFDD04 /* SPTCompiledExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCompiledExample.m; path = Specta/Specta/SPTCompiledExample.m; sourceTree = ""; }; + 567A47FABAD9EE8B7DF32295CC53F937 /* EXPMatchers+endWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+endWith.h"; path = "Expecta/Matchers/EXPMatchers+endWith.h"; sourceTree = ""; }; + 568246AD36EF151B70CA3D277730CEFD /* MBProgressHUD-iOS7.1-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MBProgressHUD-iOS7.1-dummy.m"; path = "../MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-dummy.m"; sourceTree = ""; }; + 569060A075537DFE6A4D25D96C98668B /* SPTCompiledExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCompiledExample.h; path = Specta/Specta/SPTCompiledExample.h; sourceTree = ""; }; + 56BA3264350D0B6E865A7B92708EB166 /* libExpecta+Snapshots.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libExpecta+Snapshots.a"; path = "libExpecta+Snapshots.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 56BD615DEEA3BC153C0B73BAC8A60A13 /* EXPMatchers+endWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+endWith.m"; path = "Expecta/Matchers/EXPMatchers+endWith.m"; sourceTree = ""; }; + 571096112AA1AD00C10596D216783599 /* SPTExampleGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExampleGroup.m; path = Specta/Specta/SPTExampleGroup.m; sourceTree = ""; }; + 5A06D9F124A077FE3345C713135D7E6C /* NSValue+Expecta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Expecta.m"; path = "Expecta/NSValue+Expecta.m"; sourceTree = ""; }; + 5A9EBFC7ACFA8F737D2F87F775CA091A /* MWTapDetectingImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MWTapDetectingImageView.m; sourceTree = ""; }; + 5B14A0946BD6069275E1664D74DB5DB2 /* MWPhotoBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MWPhotoBrowser.m; sourceTree = ""; }; + 5B1985A4CB62C48AEF3651FB8223DA30 /* MWCaptionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MWCaptionView.m; sourceTree = ""; }; + 5F878B29A406784703BC9F07FBFDD99F /* EXPMatchers+postNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+postNotification.h"; path = "Expecta/Matchers/EXPMatchers+postNotification.h"; sourceTree = ""; }; + 5FCF0DE2F2D61A3355FA7525D64F1F9F /* MBProgressHUD-iOS7.0-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-iOS7.0-prefix.pch"; sourceTree = ""; }; + 601D8BFB402298306CBAB94EA9A31BE8 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; + 60D0F9290B4BECDD4224D58D24A7C6E9 /* UIBarButtonItemArrowLeft@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "UIBarButtonItemArrowLeft@3x.png"; sourceTree = ""; }; + 61AAB9E46F7349A5B7825BD7B479687B /* SDWebImage-iOS7.0-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-iOS7.0-prefix.pch"; sourceTree = ""; }; + 62254B1B74137F555858AC3B8641C3AC /* ResourceBundle-MWPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MWPhotoBrowser-Info.plist"; sourceTree = ""; }; + 6276B0E866B2E3D68DD89706A4F539BB /* DACircularProgress-iOS7.0-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DACircularProgress-iOS7.0-dummy.m"; sourceTree = ""; }; + 628A86155E66266C94DDA5EBCDA72AFD /* MWCaptionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWCaptionView.h; sourceTree = ""; }; + 63010FB3922AB3E2DDD6D8CDD2D10BFA /* EXPMatchers+conformTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+conformTo.m"; path = "Expecta/Matchers/EXPMatchers+conformTo.m"; sourceTree = ""; }; + 63327617AD4F38D1236E71968B0991E5 /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; + 6347B71E8C22BA00F73AB093F101B7D4 /* SpectaTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaTypes.h; path = Specta/Specta/SpectaTypes.h; sourceTree = ""; }; + 65593CABDB787470A27F80FD0E40D891 /* UIBarButtonItemArrowRight@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "UIBarButtonItemArrowRight@2x.png"; sourceTree = ""; }; + 65E53FB75FCF89549795D6721C976426 /* MBProgressHUD-iOS7.1.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "MBProgressHUD-iOS7.1.xcconfig"; path = "../MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1.xcconfig"; sourceTree = ""; }; + 66AC71B16E9F622403ABB8C925C5989B /* libPods-MWPhotoBrowser_Example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-MWPhotoBrowser_Example.a"; path = "libPods-MWPhotoBrowser_Example.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 66D391F04A8D672C0D42510DE811E7B2 /* NSObject+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+Expecta.h"; path = "Expecta/NSObject+Expecta.h"; sourceTree = ""; }; + 68F141757E1606330C04FEBE78CBCE4E /* Pods-MWPhotoBrowser_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MWPhotoBrowser_Tests-acknowledgements.markdown"; sourceTree = ""; }; + 691CE6B20E64762C98682B93B31435E7 /* SPTSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSpec.h; path = Specta/Specta/SPTSpec.h; sourceTree = ""; }; + 6B3992B59A5D0E53459CABC45250F6AF /* MBProgressHUD-iOS7.0.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "MBProgressHUD-iOS7.0.xcconfig"; sourceTree = ""; }; + 6B909FB1F98C3B3E3A8E20832F2958EB /* MWPhotoBrowser.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = MWPhotoBrowser.bundle; path = MWPhotoBrowser.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 6C8F9DE4A48355AEDE9D9923A8F8FBDB /* libExpecta.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libExpecta.a; path = libExpecta.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 6CF3D336192327338965DC88856BDFCF /* EXPMatchers+haveCountOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+haveCountOf.m"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.m"; sourceTree = ""; }; + 6D52DDED8ADA2150A0746D44D520A134 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; + 6ED6BE9A61002A3AF6D4C834E2277D8C /* EXPMatchers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatchers.h; path = Expecta/Matchers/EXPMatchers.h; sourceTree = ""; }; + 6F1FCA0BD48258CDEC1B14D704BA3E5D /* Pods-MWPhotoBrowser_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MWPhotoBrowser_Tests.debug.xcconfig"; sourceTree = ""; }; + 700F6F4AFED22AEAA1D8943236F94924 /* EXPMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcher.h; path = Expecta/EXPMatcher.h; sourceTree = ""; }; + 7065F76F6E6E46155B92D11AECD095FC /* ImageSelectedSmallOff@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "ImageSelectedSmallOff@2x.png"; sourceTree = ""; }; + 70922EF029715CA28E814F87373F29C4 /* EXPMatchers+equal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+equal.m"; path = "Expecta/Matchers/EXPMatchers+equal.m"; sourceTree = ""; }; + 71865C216F48AC822D486C8D9B03B13C /* EXPMatchers+beSubclassOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSubclassOf.h"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.h"; sourceTree = ""; }; + 71BC183B1FB7AB5F8CF9A3383C6B354C /* Pods-MWPhotoBrowser_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MWPhotoBrowser_Example-frameworks.sh"; sourceTree = ""; }; + 7250BEF99A7686EAB50B17986FDCED3E /* EXPMatchers+match.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+match.m"; path = "Expecta/Matchers/EXPMatchers+match.m"; sourceTree = ""; }; + 746A80915CF52BE732D200BAA851FBAB /* EXPMatchers+beLessThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m"; sourceTree = ""; }; + 76581601E7BAF028E924D2BA1E9AA396 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; + 785A993DF42B3ABEF658B85E1F47663F /* Expecta+Snapshots-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta+Snapshots-dummy.m"; sourceTree = ""; }; + 788D548DE837CA2FA9D2D744D64FA847 /* EXPMatchers+raise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raise.m"; path = "Expecta/Matchers/EXPMatchers+raise.m"; sourceTree = ""; }; + 79996E262256F57DB50CD16E5EBE5D52 /* EXPMatcherHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcherHelpers.h; path = Expecta/Matchers/EXPMatcherHelpers.h; sourceTree = ""; }; + 79A530184801D82737492F32015A008B /* ImageError@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "ImageError@2x.png"; sourceTree = ""; }; + 79D73FB4B6A3C92513B81243EA72E78C /* EXPMatchers+match.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+match.h"; path = "Expecta/Matchers/EXPMatchers+match.h"; sourceTree = ""; }; + 7AAD7709C9FF6828905D6A28E69C4221 /* EXPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDefines.h; path = Expecta/EXPDefines.h; sourceTree = ""; }; + 7D67DE8464E3065F33C2C45662E895D5 /* PlayButtonOverlayLarge@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "PlayButtonOverlayLarge@2x.png"; sourceTree = ""; }; + 7DACEAF8582049D6EB8B4CFFB6CA48CD /* EXPMatchers+beGreaterThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThan.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.m"; sourceTree = ""; }; + 7DCE26CDEA2D82CE819E19E79AB6B6BB /* PlayButtonOverlayLarge@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "PlayButtonOverlayLarge@3x.png"; sourceTree = ""; }; + 8047F5141351F2667383AB1B516054BE /* libSDWebImage-iOS7.0.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libSDWebImage-iOS7.0.a"; path = "libSDWebImage-iOS7.0.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 805AE44C01D7936BA8A238C6C5C4807D /* Specta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Specta.xcconfig; sourceTree = ""; }; + 809101940909F56A7B70CE17D447640B /* EXPMatchers+beLessThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h"; sourceTree = ""; }; + 80A6DC68327336580470699CE2084505 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/SDImageCacheConfig.h; sourceTree = ""; }; + 8136A5BFC35DA48ABC2C0D94EA79B7F0 /* EXPFloatTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPFloatTuple.h; path = Expecta/EXPFloatTuple.h; sourceTree = ""; }; + 81721D9E358B54BEB823AABB817A8328 /* DACircularProgressView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DACircularProgressView.m; path = DACircularProgress/DACircularProgressView.m; sourceTree = ""; }; + 818AFFCC037C608492FAE59C7C3E85C0 /* SPTExampleGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExampleGroup.h; path = Specta/Specta/SPTExampleGroup.h; sourceTree = ""; }; + 81C8D3BEE989D20C46CB4A03410C9CFE /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + 85FBF71A5AAE7086230A62148B3BA6DE /* libPods-MWPhotoBrowser_Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-MWPhotoBrowser_Tests.a"; path = "libPods-MWPhotoBrowser_Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 862018A7CC10880108A2BDC5146C8F3F /* EXPMatchers+beInTheRangeOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInTheRangeOf.h"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.h"; sourceTree = ""; }; + 865FAF448207E691D600F40C4ACF7C58 /* EXPUnsupportedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPUnsupportedObject.h; path = Expecta/EXPUnsupportedObject.h; sourceTree = ""; }; + 86A1ADA0F8A843FA09BFF9142BEF76D5 /* Expecta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Expecta.xcconfig; sourceTree = ""; }; + 87EDA96CC71061E277426CF1CFECCF71 /* SDWebImage-iOS7.1.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "SDWebImage-iOS7.1.xcconfig"; path = "../SDWebImage-iOS7.1/SDWebImage-iOS7.1.xcconfig"; sourceTree = ""; }; + 8889C0D85B55AA1604EF91286B751BD0 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; + 8A524F085DDEF1ECDF866F2051C5849B /* MBProgressHUD-iOS7.0-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-iOS7.0-dummy.m"; sourceTree = ""; }; + 8B1F7ACF7E60F6BECBD2E3D5AADEADD2 /* PlayButtonOverlayLarge.png */ = {isa = PBXFileReference; includeInIndex = 1; path = PlayButtonOverlayLarge.png; sourceTree = ""; }; + 8B62E0E8EE7D37F1DE2F36BE9FAD95AA /* DACircularProgress-iOS7.0-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DACircularProgress-iOS7.0-prefix.pch"; sourceTree = ""; }; + 8C4EC29461A90C294949DAE717A1BEC5 /* EXPMatchers+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPMatchers+FBSnapshotTest.m"; sourceTree = ""; }; + 8C8210CE2F6C12DB3A632074C9ECA496 /* libMWPhotoBrowser-iOS7.1.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libMWPhotoBrowser-iOS7.1.a"; path = "libMWPhotoBrowser-iOS7.1.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 8E108520195BF6568A4A53786EA7B6F0 /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; + 8F2B443FA0D511403E4DA2A79DB3302A /* SPTSharedExampleGroups.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSharedExampleGroups.m; path = Specta/Specta/SPTSharedExampleGroups.m; sourceTree = ""; }; + 92F064516748B6AA4C6E303A38C3FE6A /* EXPExpect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPExpect.m; path = Expecta/EXPExpect.m; sourceTree = ""; }; + 9341F63412149D22C6290B281497FFFE /* ImageSelectedOn@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "ImageSelectedOn@3x.png"; sourceTree = ""; }; + 9374BBB3BA16684D1B858CCC9C3E2D8A /* Pods-MWPhotoBrowser_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MWPhotoBrowser_Example-acknowledgements.plist"; sourceTree = ""; }; + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 94B3E7FD543C524CF33D079199EE7059 /* ImageSelectedSmallOn@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "ImageSelectedSmallOn@2x.png"; sourceTree = ""; }; + 969D6B8B25966CCC466FF1E792EBE1AE /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = DEVELOPER_DIR; }; + 96BF4E40C956C72483820718D54070E1 /* MWGridViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWGridViewController.h; sourceTree = ""; }; + 981F3EB0C06E97770D2421E673B013A1 /* EXPMatchers+contain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+contain.h"; path = "Expecta/Matchers/EXPMatchers+contain.h"; sourceTree = ""; }; + 990C6F27E60B10F0E4BA0674D80F546B /* Expecta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-prefix.pch"; sourceTree = ""; }; + 9A086D9BE521AADC7C972AE3D9CD5B48 /* Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Specta.h; path = Specta/Specta/Specta.h; sourceTree = ""; }; + 9A9B45D988FA49FD87F8587C42403EC5 /* EXPMatchers+beSupersetOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSupersetOf.h"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.h"; sourceTree = ""; }; + 9AB1819962C7695DB611F0F0D03FEF09 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + 9BF2584F8D336EF737485D7396CFBAFF /* SpectaDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaDSL.h; path = Specta/Specta/SpectaDSL.h; sourceTree = ""; }; + 9C95EBE1D39EEFE5E6404691C95BE2E2 /* Pods-MWPhotoBrowser_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MWPhotoBrowser_Tests-resources.sh"; sourceTree = ""; }; + 9D5AE460F3B78B02A8AE8E5AD0DCC013 /* EXPMatchers+contain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+contain.m"; path = "Expecta/Matchers/EXPMatchers+contain.m"; sourceTree = ""; }; + 9E750F640E488EFF0B9C4FD78109AE97 /* MWPhotoBrowserPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWPhotoBrowserPrivate.h; sourceTree = ""; }; + 9EF0EBC6CFD90FB10579E22C449F442B /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; + 9F19BCDE9BF6E330E14588598DFC6337 /* Pods-MWPhotoBrowser_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MWPhotoBrowser_Tests-acknowledgements.plist"; sourceTree = ""; }; + 9F32D37521A70BD245B2584A44C6C591 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; + A00F8520DA59950C507C920788EF6A80 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + A11F90DBB6D013BBD02E7F2884FAB882 /* ImageSelectedSmallOn.png */ = {isa = PBXFileReference; includeInIndex = 1; path = ImageSelectedSmallOn.png; sourceTree = ""; }; + A1BF1E794449AF3F514B2EE3C85F4B10 /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; + A6A21F67B2A713138BF1A404E3460084 /* Expecta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta-dummy.m"; sourceTree = ""; }; + A6B81301393464F04727B242313DF8FB /* PlayButtonOverlayLargeTap@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "PlayButtonOverlayLargeTap@3x.png"; sourceTree = ""; }; + A7429C31A809059961281DF33002429A /* ImageSelectedOff@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "ImageSelectedOff@2x.png"; sourceTree = ""; }; + AA11E0DB992F91D537A9402482C99A15 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; + AAB53E76987E530E1334069B6E44B7B0 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/SDImageCacheConfig.m; sourceTree = ""; }; + AB4D1777EAB96ECDD85EB028C7D46BEC /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; + AB6C7C76143F94D79F87E59C3F58356C /* UIBarButtonItemArrowRight.png */ = {isa = PBXFileReference; includeInIndex = 1; path = UIBarButtonItemArrowRight.png; sourceTree = ""; }; + AB8960E6933BD274C11AD9C15CF410AF /* EXPMatchers+haveCountOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+haveCountOf.h"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.h"; sourceTree = ""; }; + AD198F3513AFD6128A50C356DC253545 /* Specta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Specta-dummy.m"; sourceTree = ""; }; + AE917511985F6891AF3F8233B9D34001 /* EXPMatchers+beGreaterThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m"; sourceTree = ""; }; + B0329B325C97BC663835390843F985CE /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/UIImage+Compare.h"; sourceTree = ""; }; + B0D25391E290ADE1BF90E18B8281F5F3 /* EXPMatchers+beFalsy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beFalsy.m"; path = "Expecta/Matchers/EXPMatchers+beFalsy.m"; sourceTree = ""; }; + B0DFED38A647950C79B13061F923258C /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/UIImage+Compare.m"; sourceTree = ""; }; + B23D9E49B5B3A5C76EAFFC9C7F40B4B9 /* EXPUnsupportedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPUnsupportedObject.m; path = Expecta/EXPUnsupportedObject.m; sourceTree = ""; }; + B2CBEFFA54424B8FBBE1EB23EC879E69 /* EXPMatchers+raise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raise.h"; path = "Expecta/Matchers/EXPMatchers+raise.h"; sourceTree = ""; }; + B5969E17FAFFDC548233DC602AAC6211 /* EXPMatchers+beGreaterThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h"; sourceTree = ""; }; + B83D4C05E77991780CA69BF68B431DD2 /* Pods-MWPhotoBrowser_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MWPhotoBrowser_Example.release.xcconfig"; sourceTree = ""; }; + B860A545FCE5CA24A3111308F41FF190 /* libSpecta.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSpecta.a; path = libSpecta.a; sourceTree = BUILT_PRODUCTS_DIR; }; + BA9D20AF1E1E4CF225AA2D772049336D /* Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expecta.h; path = Expecta/Expecta.h; sourceTree = ""; }; + BB77A60BFB6B1B88E541338BFB8D00E9 /* UIBarButtonItemGrid@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "UIBarButtonItemGrid@2x.png"; sourceTree = ""; }; + BBB2E5818818C9AFD69EC44F4ABD0E00 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; + BD56223A67203315C1B15E39E3B40934 /* Pods-MWPhotoBrowser_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MWPhotoBrowser_Tests-frameworks.sh"; sourceTree = ""; }; + BDBA1D97314684EAE41BEDC18CE34FCD /* MWPhoto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWPhoto.h; sourceTree = ""; }; + C19C21BA832705F8CB37E0B16C23AAF4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + C2909BC6E2528AB50ADD2B0E4FE78DA1 /* SPTTestSuite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTTestSuite.m; path = Specta/Specta/SPTTestSuite.m; sourceTree = ""; }; + C2CEB9C1175C4FC4D5BE5C6EF285E0A4 /* EXPMatchers+beTruthy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beTruthy.m"; path = "Expecta/Matchers/EXPMatchers+beTruthy.m"; sourceTree = ""; }; + C3592D9FBA355E61B209E54E31408EB8 /* MWTapDetectingImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MWTapDetectingImageView.h; sourceTree = ""; }; + C4DEA7F0AD7DFDE3AE52970AE55B8AC6 /* libDACircularProgress-iOS7.1.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libDACircularProgress-iOS7.1.a"; path = "libDACircularProgress-iOS7.1.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + C4EE2327AA21B56F96948266BEE8B060 /* MWTapDetectingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MWTapDetectingView.m; sourceTree = ""; }; + C53F814917EA79017B7450964BCF9CA2 /* DACircularProgress-iOS7.1-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DACircularProgress-iOS7.1-prefix.pch"; path = "../DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-prefix.pch"; sourceTree = ""; }; + C6D58082433E54F547A343BCED70CA50 /* Specta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-prefix.pch"; sourceTree = ""; }; + C6FE69AE06A770FF76C19B8039EC0780 /* Pods-MWPhotoBrowser_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-MWPhotoBrowser_Tests-dummy.m"; sourceTree = ""; }; + C79DD513A3EAEF2D0AFE7DAB67E763C4 /* NSImage+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+WebCache.h"; path = "SDWebImage/NSImage+WebCache.h"; sourceTree = ""; }; + C9B97F514121309E4531C3439E206EC7 /* Pods-MWPhotoBrowser_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MWPhotoBrowser_Example-resources.sh"; sourceTree = ""; }; + CA8230DE5C83368629EF3E62C4F0E7B7 /* XCTestCase+Specta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestCase+Specta.m"; path = "Specta/Specta/XCTestCase+Specta.m"; sourceTree = ""; }; + CBA9DE8455AC86D41453553C85FD3C9F /* SDWebImage-iOS7.1-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDWebImage-iOS7.1-dummy.m"; path = "../SDWebImage-iOS7.1/SDWebImage-iOS7.1-dummy.m"; sourceTree = ""; }; + CC08F424CAF98D9993BACA21F8610FD2 /* ImageSelectedOn@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "ImageSelectedOn@2x.png"; sourceTree = ""; }; + CCC9FF44E10493E7B0C7572774CAF8AB /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; + CE7D3201CD3AB448954A828E3C37A284 /* MWPhotoBrowser-iOS7.0-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MWPhotoBrowser-iOS7.0-prefix.pch"; sourceTree = ""; }; + D09A95F4452843967F4C8F3FA5EC1A68 /* ExpectaSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaSupport.h; path = Expecta/ExpectaSupport.h; sourceTree = ""; }; + D0E862B0A7C9ACC538472981D6086B23 /* ImageError@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "ImageError@3x.png"; sourceTree = ""; }; + D10BA2216A9B5F41557B4FC448EE865C /* EXPMatchers+equal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+equal.h"; path = "Expecta/Matchers/EXPMatchers+equal.h"; sourceTree = ""; }; + D194AF2FF06BD3E4F74EE64FF700DAD6 /* MWPhotoBrowser-iOS7.1-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MWPhotoBrowser-iOS7.1-dummy.m"; path = "../MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-dummy.m"; sourceTree = ""; }; + D205441E40CFE02CA5FC1D1D18C300E2 /* DACircularProgressView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DACircularProgressView.h; path = DACircularProgress/DACircularProgressView.h; sourceTree = ""; }; + D239995504700A2E5AAB663DC471FBCA /* MWPhotoBrowser-iOS7.1.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "MWPhotoBrowser-iOS7.1.xcconfig"; path = "../MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1.xcconfig"; sourceTree = ""; }; + D2D6B98D555A2768E2760397A4145753 /* PlayButtonOverlayLargeTap@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "PlayButtonOverlayLargeTap@2x.png"; sourceTree = ""; }; + D31B6139243C7336807E9A12A7C0447E /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; + D4DA65BA155007D24A7798B4EC7F47E6 /* VideoOverlay@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "VideoOverlay@2x.png"; sourceTree = ""; }; + D5118C17F5696EC7A4E33510E9554151 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; + D54993E311EDD8802711B01895286E4E /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; + D5DEC16E7CEEFEABBFEBAC3A10358C5A /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = ""; }; + D5EE5F7C5A846B01ACF225DE04E52196 /* Pods-MWPhotoBrowser_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MWPhotoBrowser_Example.debug.xcconfig"; sourceTree = ""; }; + D68BA9A93FD415E751DFA95CCF7DCB8D /* EXPMatchers+beCloseTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beCloseTo.m"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.m"; sourceTree = ""; }; + D70BED84191514A998A08D7F3B8BBB17 /* EXPDoubleTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPDoubleTuple.m; path = Expecta/EXPDoubleTuple.m; sourceTree = ""; }; + D833067C97F24C277CD5F36AC7070DD0 /* MWPhoto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MWPhoto.m; sourceTree = ""; }; + DA7F16221783A03C084D9BAAF7F404DB /* EXPMatchers+beginWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beginWith.h"; path = "Expecta/Matchers/EXPMatchers+beginWith.h"; sourceTree = ""; }; + DAC52A54253C4048A8AB9B921EDF6576 /* MBProgressHUD-iOS7.1-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MBProgressHUD-iOS7.1-prefix.pch"; path = "../MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-prefix.pch"; sourceTree = ""; }; + DBE203B988A948E71FDDCAE62BA1F4CC /* SpectaUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaUtility.m; path = Specta/Specta/SpectaUtility.m; sourceTree = ""; }; + DD0943ECBA746AB703263F30711EE7EA /* MWPhotoBrowser-iOS7.1-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MWPhotoBrowser-iOS7.1-prefix.pch"; path = "../MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-prefix.pch"; sourceTree = ""; }; + DD47536ECFEE5642B05DDF8AC5714302 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + DD5F3D6C4044A157839220B037A055E8 /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/UIImage+Diff.m"; sourceTree = ""; }; + DE54C3C91B980435BD044A42FD71152A /* UIImage+MWPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIImage+MWPhotoBrowser.h"; sourceTree = ""; }; + DF08D341B4BEA29674FCBC8D1259E685 /* PlayButtonOverlayLargeTap.png */ = {isa = PBXFileReference; includeInIndex = 1; path = PlayButtonOverlayLargeTap.png; sourceTree = ""; }; + DFA142DA2A1E6AB454178652BAC9A075 /* EXPDoubleTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDoubleTuple.h; path = Expecta/EXPDoubleTuple.h; sourceTree = ""; }; + E2094CDE6D863BCA884C0CDEC4E66F45 /* DACircularProgress-iOS7.1-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DACircularProgress-iOS7.1-dummy.m"; path = "../DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-dummy.m"; sourceTree = ""; }; + E2D89738FC6A4BC254C60E3FCC3C569C /* ResourceBundle-MWPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = "ResourceBundle-MWPhotoBrowser-Info.plist"; path = "../MWPhotoBrowser-iOS7.1/ResourceBundle-MWPhotoBrowser-Info.plist"; sourceTree = ""; }; + E348B132ABCC246013AE3A5532BC609F /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; + E3D26825A60B9A49BA10098EFCBB180C /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; + E41C692BC3FFF47E7EDEF5789EC006ED /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; + E4AD00C4B132C99837C22CC9031DE9F8 /* EXPMatchers+beCloseTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beCloseTo.h"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.h"; sourceTree = ""; }; + E4D201AC3E492E71A5630E39244B220D /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; + E906DDCC926C2EA5161E326AB04AC53F /* EXPBlockDefinedMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPBlockDefinedMatcher.m; path = Expecta/EXPBlockDefinedMatcher.m; sourceTree = ""; }; + EA435551CC148753597DE1E0AF24A77C /* UIBarButtonItemGrid.png */ = {isa = PBXFileReference; includeInIndex = 1; path = UIBarButtonItemGrid.png; sourceTree = ""; }; + EB4DE2009B511D62CF6BFE67FA73E321 /* Pods-MWPhotoBrowser_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MWPhotoBrowser_Example-acknowledgements.markdown"; sourceTree = ""; }; + EB88EE844F8ADBE7E78B381D8832162D /* EXPMatchers+beFalsy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beFalsy.h"; path = "Expecta/Matchers/EXPMatchers+beFalsy.h"; sourceTree = ""; }; + EC924E4377BD0648FE0E5D36F63195B6 /* VideoOverlay.png */ = {isa = PBXFileReference; includeInIndex = 1; path = VideoOverlay.png; sourceTree = ""; }; + EC9E28E1F941952C6708902F41FD209D /* EXPMatchers+beSupersetOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSupersetOf.m"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.m"; sourceTree = ""; }; + ED1EC819236EDC3B337FCB044454FEB6 /* EXPMatchers+beLessThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThan.h"; path = "Expecta/Matchers/EXPMatchers+beLessThan.h"; sourceTree = ""; }; + ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + EF5AC1222120F3BAB7481DA9615352B0 /* FBSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.xcconfig; sourceTree = ""; }; + EF75C10714B7CFF9071553F07D94A550 /* SPTTestSuite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTTestSuite.h; path = Specta/Specta/SPTTestSuite.h; sourceTree = ""; }; + EFF7E02E20A76B9E8BA18B06D1BD1205 /* ImageSelectedOff.png */ = {isa = PBXFileReference; includeInIndex = 1; path = ImageSelectedOff.png; sourceTree = ""; }; + F1948E226356BF652752F9FA7317BC73 /* SPTSpec.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSpec.m; path = Specta/Specta/SPTSpec.m; sourceTree = ""; }; + F1A636940A52B87483495B6C94527B27 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; + F3FAB75D28A2755E4F9F79FB9F2AF5DB /* SpectaDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaDSL.m; path = Specta/Specta/SpectaDSL.m; sourceTree = ""; }; + F40AD0DE1188AA331D98100B8766D6C8 /* EXPMatchers+beLessThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThan.m"; path = "Expecta/Matchers/EXPMatchers+beLessThan.m"; sourceTree = ""; }; + F41150E5697AFC1339435AD7A7A26A0C /* SDWebImage-iOS7.0.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "SDWebImage-iOS7.0.xcconfig"; sourceTree = ""; }; + F5551459CFCB6B7914E9EC1783277D94 /* Expecta+Snapshots-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-prefix.pch"; sourceTree = ""; }; + F5963246D32249D4D198CE8A36B4DD12 /* EXPMatchers+raiseWithReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raiseWithReason.h"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.h"; sourceTree = ""; }; + F6C622A56E707FE440C99AF4ABD18859 /* libMBProgressHUD-iOS7.0.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libMBProgressHUD-iOS7.0.a"; path = "libMBProgressHUD-iOS7.0.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + F9B2375A6E20F2774E7B3F08FB92909E /* EXPMatchers+beInTheRangeOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInTheRangeOf.m"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.m"; sourceTree = ""; }; + FA7B80D1B352FF18033709C9EF8533DC /* libMWPhotoBrowser-iOS7.0.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libMWPhotoBrowser-iOS7.0.a"; path = "libMWPhotoBrowser-iOS7.0.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + FAB2C715AB1CECBF81C21D4FA9071B49 /* VideoOverlay@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; path = "VideoOverlay@3x.png"; sourceTree = ""; }; + FACCED404B9A5ADD81FFACA769211535 /* DALabeledCircularProgressView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DALabeledCircularProgressView.h; path = DACircularProgress/DALabeledCircularProgressView.h; sourceTree = ""; }; + FADB87DB9EAEEF5E985EAC4853E722CB /* DALabeledCircularProgressView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DALabeledCircularProgressView.m; path = DACircularProgress/DALabeledCircularProgressView.m; sourceTree = ""; }; + FAF77DDAA41AC524C38F1D92F2EE01AB /* Expecta+Snapshots.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Expecta+Snapshots.xcconfig"; sourceTree = ""; }; + FDE2A8151D1FDB6749FB32276220BE7C /* EXPMatchers+conformTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+conformTo.h"; path = "Expecta/Matchers/EXPMatchers+conformTo.h"; sourceTree = ""; }; + FF407C275F295625CA90BEBAA92F4C30 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; + FFC94BC21DE6B02A85C4BA9B703D222D /* EXPMatchers+raiseWithReason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raiseWithReason.m"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.m"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 00FBE483EA98B58BE441607C69A5961A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 03F8C9DE4B5918EEA35CE61AA3A1186A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 2875AD3F2C454BF0A4E46D6C4FCE50F6 /* Foundation.framework in Frameworks */, + CDC3136BB677B062ECBA9710B42053BC /* XCTest.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 04FF3F73CC91534D8511B536A4D0EFB8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6B9CC08D16F1EE466A69194D4B5B7A84 /* AssetsLibrary.framework in Frameworks */, + 7D21488C7958535FED7AC3D806ED8B33 /* Foundation.framework in Frameworks */, + 4A3E4FC626061864852347AEC0DAE15D /* ImageIO.framework in Frameworks */, + 6526407A77DE917EE99CD51D30BD8A18 /* MediaPlayer.framework in Frameworks */, + 1B06C818DA2ADE38F062FAF1B2537620 /* QuartzCore.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 077BF8C8108B133FBE74EBBD90E71F23 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 625D9159F499EBD958CBACF17D4A8A87 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 197104CFC7193C7A04CF1DD9D3C75920 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + E0DFD8EDBFA35FDDD8D5D760DE512C0F /* Foundation.framework in Frameworks */, + 1501CC75C478922F4D482403EEF1E032 /* XCTest.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A52B06243DB9EE783A1E8B7171BD52F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + E797EFFCF85D2F55BBDD6D027803D9EC /* Foundation.framework in Frameworks */, + B957369E0EBA5CAFCF6894BF62C9EDE4 /* XCTest.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3B82BBB97A71408E593A26D41286AC9C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4C3066F84055559E9AD156B49B21B2FF /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4AACA6F6B2428EAFE72DD327ABDDFD54 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D7FC2B28DF3E9DF4B09CBADB1214A46 /* Foundation.framework in Frameworks */, + F1E59920F8048DB3FACBCC6809E5231F /* ImageIO.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6664A67C44281D901EB96066A91324E1 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 670B6696C0CAFD30FD2D73D190BB8DC7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 9C9174AE14D17ED49CBC2D773BCDEE6B /* CoreGraphics.framework in Frameworks */, + ADE3E6D0409F44FCD803982622E3CC12 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 67A92D4DC7ACD09400BD5044625C63EF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 99B1DE5DF757713EADD08D058390031F /* Foundation.framework in Frameworks */, + A79D6682E498EFAD13A75800CDA0358C /* QuartzCore.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 80335BDC530BC2309E2ABD99D7C5C874 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 45B79B81A2DFAD42CC1D136A87DCE07A /* Foundation.framework in Frameworks */, + BC469515CC61860C6B1D84DB0026C2C2 /* QuartzCore.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8B0CCF626570DDFABFBE37DBFCC86421 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B4A2A7838A1614C20272BCB1586571E9 /* Foundation.framework in Frameworks */, + BA38C468B58A1C2ACC9CF77D6626D465 /* XCTest.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 949B055B41578F06E5EE6AC29CB5403C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 05816C79A1AF991A3FBE3AACDCA845DB /* AssetsLibrary.framework in Frameworks */, + 4F2F74D2D8944E0BB01A5B72FE8CEAD0 /* Foundation.framework in Frameworks */, + E26C439194DCD7C8DF716A7CDCED7AA0 /* ImageIO.framework in Frameworks */, + B26697CC61F57913C436C5BF63FE1F0A /* MediaPlayer.framework in Frameworks */, + B2B29E947EE41C53B7E249348121063D /* QuartzCore.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D93BE7A8C00AA706DEF49AE946438F33 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + A6B476F3FC011900DEFCA165CCCC8DA0 /* Foundation.framework in Frameworks */, + 2EDEB970199A91EA61AEB1D5FFD425D3 /* ImageIO.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F9C49E17FD399A6D0D9BC737EB182C3A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 010E0EA9F2648A9E3B16E53C09FD2FAC /* CoreGraphics.framework in Frameworks */, + A4184C9E6002483AEE3E7C86EE624AD4 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 043124F225814F80E4ED4FF4BC40156A /* Pods-MWPhotoBrowser_Tests */ = { + isa = PBXGroup; + children = ( + 68F141757E1606330C04FEBE78CBCE4E /* Pods-MWPhotoBrowser_Tests-acknowledgements.markdown */, + 9F19BCDE9BF6E330E14588598DFC6337 /* Pods-MWPhotoBrowser_Tests-acknowledgements.plist */, + C6FE69AE06A770FF76C19B8039EC0780 /* Pods-MWPhotoBrowser_Tests-dummy.m */, + BD56223A67203315C1B15E39E3B40934 /* Pods-MWPhotoBrowser_Tests-frameworks.sh */, + 9C95EBE1D39EEFE5E6404691C95BE2E2 /* Pods-MWPhotoBrowser_Tests-resources.sh */, + 6F1FCA0BD48258CDEC1B14D704BA3E5D /* Pods-MWPhotoBrowser_Tests.debug.xcconfig */, + 1580BE8D870658FFFB9EF3D04B9213CC /* Pods-MWPhotoBrowser_Tests.release.xcconfig */, + ); + name = "Pods-MWPhotoBrowser_Tests"; + path = "Target Support Files/Pods-MWPhotoBrowser_Tests"; + sourceTree = ""; + }; + 08877E80CE4F8FBEA0236250F69E2C62 /* Products */ = { + isa = PBXGroup; + children = ( + 077072E0F0AB7FA1462E7CDC3341A509 /* libDACircularProgress-iOS7.0.a */, + C4DEA7F0AD7DFDE3AE52970AE55B8AC6 /* libDACircularProgress-iOS7.1.a */, + 6C8F9DE4A48355AEDE9D9923A8F8FBDB /* libExpecta.a */, + 56BA3264350D0B6E865A7B92708EB166 /* libExpecta+Snapshots.a */, + 147408A72CFBB199A12910CDF1B9EC82 /* libFBSnapshotTestCase.a */, + F6C622A56E707FE440C99AF4ABD18859 /* libMBProgressHUD-iOS7.0.a */, + 4E752C09031D34C5390AB800F63A8BB4 /* libMBProgressHUD-iOS7.1.a */, + FA7B80D1B352FF18033709C9EF8533DC /* libMWPhotoBrowser-iOS7.0.a */, + 8C8210CE2F6C12DB3A632074C9ECA496 /* libMWPhotoBrowser-iOS7.1.a */, + 66AC71B16E9F622403ABB8C925C5989B /* libPods-MWPhotoBrowser_Example.a */, + 85FBF71A5AAE7086230A62148B3BA6DE /* libPods-MWPhotoBrowser_Tests.a */, + 8047F5141351F2667383AB1B516054BE /* libSDWebImage-iOS7.0.a */, + 2B206C8C4C70D050769CB80E9492E658 /* libSDWebImage-iOS7.1.a */, + B860A545FCE5CA24A3111308F41FF190 /* libSpecta.a */, + 6B909FB1F98C3B3E3A8E20832F2958EB /* MWPhotoBrowser.bundle */, + 6B909FB1F98C3B3E3A8E20832F2958EB /* MWPhotoBrowser.bundle */, + ); + name = Products; + sourceTree = ""; + }; + 148F0DEDC306B5A6D48931EFD279E456 /* Support Files */ = { + isa = PBXGroup; + children = ( + EF5AC1222120F3BAB7481DA9615352B0 /* FBSnapshotTestCase.xcconfig */, + 4594A9E3FFD6ABE129882E959BB04B5E /* FBSnapshotTestCase-dummy.m */, + D5DEC16E7CEEFEABBFEBAC3A10358C5A /* FBSnapshotTestCase-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/FBSnapshotTestCase"; + sourceTree = ""; + }; + 1C0BE20A7E81BA8AFD0E847EAA2CD797 /* MWPhotoBrowser */ = { + isa = PBXGroup; + children = ( + FF45457A6D21020295150867C0C55328 /* Pod */, + 9C09975417C60E793DBDE7DC2FCA193B /* Resources */, + D66EBB56C69B57E3278B7D1E3BA5B78C /* Support Files */, + ); + name = MWPhotoBrowser; + path = ../..; + sourceTree = ""; + }; + 2677C6B3B248613A05ABDFB423C9F02C /* Pods-MWPhotoBrowser_Example */ = { + isa = PBXGroup; + children = ( + EB4DE2009B511D62CF6BFE67FA73E321 /* Pods-MWPhotoBrowser_Example-acknowledgements.markdown */, + 9374BBB3BA16684D1B858CCC9C3E2D8A /* Pods-MWPhotoBrowser_Example-acknowledgements.plist */, + 523087C6D186A9F5BEE78D39F9A78F3F /* Pods-MWPhotoBrowser_Example-dummy.m */, + 71BC183B1FB7AB5F8CF9A3383C6B354C /* Pods-MWPhotoBrowser_Example-frameworks.sh */, + C9B97F514121309E4531C3439E206EC7 /* Pods-MWPhotoBrowser_Example-resources.sh */, + D5EE5F7C5A846B01ACF225DE04E52196 /* Pods-MWPhotoBrowser_Example.debug.xcconfig */, + B83D4C05E77991780CA69BF68B431DD2 /* Pods-MWPhotoBrowser_Example.release.xcconfig */, + ); + name = "Pods-MWPhotoBrowser_Example"; + path = "Target Support Files/Pods-MWPhotoBrowser_Example"; + sourceTree = ""; + }; + 29062DA699B861B896758C5A677765BD /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 2677C6B3B248613A05ABDFB423C9F02C /* Pods-MWPhotoBrowser_Example */, + 043124F225814F80E4ED4FF4BC40156A /* Pods-MWPhotoBrowser_Tests */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + 337F4B9E59424051D13CDC4754F7CEF8 /* Pod */ = { + isa = PBXGroup; + children = ( + 74325A8C735AC27298B53AE77A62758D /* Assets */, + ); + name = Pod; + path = Pod; + sourceTree = ""; + }; + 4209F7E4332FDC16B4C407CA07C3E8E8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 86A1ADA0F8A843FA09BFF9142BEF76D5 /* Expecta.xcconfig */, + A6A21F67B2A713138BF1A404E3460084 /* Expecta-dummy.m */, + 990C6F27E60B10F0E4BA0674D80F546B /* Expecta-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/Expecta"; + sourceTree = ""; + }; + 505D7B9189B81314EF02A1E9479972D0 /* Expecta+Snapshots */ = { + isa = PBXGroup; + children = ( + 3540CB186FE2EE9EE99381DA600738B8 /* EXPMatchers+FBSnapshotTest.h */, + 8C4EC29461A90C294949DAE717A1BEC5 /* EXPMatchers+FBSnapshotTest.m */, + 6772D2471C34E5B39F0D3E7D0E235DA0 /* Support Files */, + ); + name = "Expecta+Snapshots"; + path = "Expecta+Snapshots"; + sourceTree = ""; + }; + 56543CE78F928152600E8AAB2CA0C099 /* DACircularProgress */ = { + isa = PBXGroup; + children = ( + D205441E40CFE02CA5FC1D1D18C300E2 /* DACircularProgressView.h */, + 81721D9E358B54BEB823AABB817A8328 /* DACircularProgressView.m */, + FACCED404B9A5ADD81FFACA769211535 /* DALabeledCircularProgressView.h */, + FADB87DB9EAEEF5E985EAC4853E722CB /* DALabeledCircularProgressView.m */, + 964D8CA6FA67AE021A1E182E4E2596FE /* Support Files */, + ); + name = DACircularProgress; + path = DACircularProgress; + sourceTree = ""; + }; + 5D4AEEE1A4F1FFD2038B8BF627A9BABB /* SDWebImage */ = { + isa = PBXGroup; + children = ( + F0B008586744701AB0CEF9FDE5974A05 /* Core */, + DE6DDFB48560BF22BA5D6967FA4E8BA4 /* Support Files */, + ); + name = SDWebImage; + path = SDWebImage; + sourceTree = ""; + }; + 6772D2471C34E5B39F0D3E7D0E235DA0 /* Support Files */ = { + isa = PBXGroup; + children = ( + FAF77DDAA41AC524C38F1D92F2EE01AB /* Expecta+Snapshots.xcconfig */, + 785A993DF42B3ABEF658B85E1F47663F /* Expecta+Snapshots-dummy.m */, + F5551459CFCB6B7914E9EC1783277D94 /* Expecta+Snapshots-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/Expecta+Snapshots"; + sourceTree = ""; + }; + 6D55FFA5FAEBCD270BF337952BA7E2D7 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6B3992B59A5D0E53459CABC45250F6AF /* MBProgressHUD-iOS7.0.xcconfig */, + 8A524F085DDEF1ECDF866F2051C5849B /* MBProgressHUD-iOS7.0-dummy.m */, + 5FCF0DE2F2D61A3355FA7525D64F1F9F /* MBProgressHUD-iOS7.0-prefix.pch */, + 65E53FB75FCF89549795D6721C976426 /* MBProgressHUD-iOS7.1.xcconfig */, + 568246AD36EF151B70CA3D277730CEFD /* MBProgressHUD-iOS7.1-dummy.m */, + DAC52A54253C4048A8AB9B921EDF6576 /* MBProgressHUD-iOS7.1-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/MBProgressHUD-iOS7.0"; + sourceTree = ""; + }; + 719353E5F5BDD19B2D80B273F365F2BF /* Development Pods */ = { + isa = PBXGroup; + children = ( + 1C0BE20A7E81BA8AFD0E847EAA2CD797 /* MWPhotoBrowser */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + 72A5088A4206ACEEA4A0EF1C79E49B0F /* iOS */ = { + isa = PBXGroup; + children = ( + 3F6CD62DD90F70CA2A023B52039E0B82 /* AssetsLibrary.framework */, + 6D52DDED8ADA2150A0746D44D520A134 /* CoreGraphics.framework */, + ED8674082ECDAFFE7EB37CD01D430108 /* Foundation.framework */, + 969D6B8B25966CCC466FF1E792EBE1AE /* ImageIO.framework */, + 1002648F66606B45CA21E0FB189B9ED0 /* MediaPlayer.framework */, + 52BAAAB87C398EBF569FFC8FEA65E94C /* QuartzCore.framework */, + C19C21BA832705F8CB37E0B16C23AAF4 /* XCTest.framework */, + ); + name = iOS; + sourceTree = ""; + }; + 74325A8C735AC27298B53AE77A62758D /* Assets */ = { + isa = PBXGroup; + children = ( + 40BE40DBAFEC3D9E63A756296424F8C3 /* ImageError.png */, + 79A530184801D82737492F32015A008B /* ImageError@2x.png */, + D0E862B0A7C9ACC538472981D6086B23 /* ImageError@3x.png */, + EFF7E02E20A76B9E8BA18B06D1BD1205 /* ImageSelectedOff.png */, + A7429C31A809059961281DF33002429A /* ImageSelectedOff@2x.png */, + 2AF1D3B3F78C6771F92418DF70000249 /* ImageSelectedOff@3x.png */, + 2C858930677061AD09AC27FE116BAD94 /* ImageSelectedOn.png */, + CC08F424CAF98D9993BACA21F8610FD2 /* ImageSelectedOn@2x.png */, + 9341F63412149D22C6290B281497FFFE /* ImageSelectedOn@3x.png */, + 061D9DA8C4A4B42AD2BEBF9CCD7791B5 /* ImageSelectedSmallOff.png */, + 7065F76F6E6E46155B92D11AECD095FC /* ImageSelectedSmallOff@2x.png */, + 20F27C938C5B92508B8FDCD6BC472B17 /* ImageSelectedSmallOff@3x.png */, + A11F90DBB6D013BBD02E7F2884FAB882 /* ImageSelectedSmallOn.png */, + 94B3E7FD543C524CF33D079199EE7059 /* ImageSelectedSmallOn@2x.png */, + 387B77A2F66A747E6E82D54865A7DF4F /* ImageSelectedSmallOn@3x.png */, + 8B1F7ACF7E60F6BECBD2E3D5AADEADD2 /* PlayButtonOverlayLarge.png */, + 7D67DE8464E3065F33C2C45662E895D5 /* PlayButtonOverlayLarge@2x.png */, + 7DCE26CDEA2D82CE819E19E79AB6B6BB /* PlayButtonOverlayLarge@3x.png */, + DF08D341B4BEA29674FCBC8D1259E685 /* PlayButtonOverlayLargeTap.png */, + D2D6B98D555A2768E2760397A4145753 /* PlayButtonOverlayLargeTap@2x.png */, + A6B81301393464F04727B242313DF8FB /* PlayButtonOverlayLargeTap@3x.png */, + 55D00A044079BF2E1FBA6C209D7EFE01 /* UIBarButtonItemArrowLeft.png */, + 2175A32C1039DDFCDA53B27892268F1A /* UIBarButtonItemArrowLeft@2x.png */, + 60D0F9290B4BECDD4224D58D24A7C6E9 /* UIBarButtonItemArrowLeft@3x.png */, + AB6C7C76143F94D79F87E59C3F58356C /* UIBarButtonItemArrowRight.png */, + 65593CABDB787470A27F80FD0E40D891 /* UIBarButtonItemArrowRight@2x.png */, + 164F49A60006F63EB29CF6488F33113C /* UIBarButtonItemArrowRight@3x.png */, + EA435551CC148753597DE1E0AF24A77C /* UIBarButtonItemGrid.png */, + BB77A60BFB6B1B88E541338BFB8D00E9 /* UIBarButtonItemGrid@2x.png */, + 00E0E94A414ACEA941F4E3F7524D96D0 /* UIBarButtonItemGrid@3x.png */, + EC924E4377BD0648FE0E5D36F63195B6 /* VideoOverlay.png */, + D4DA65BA155007D24A7798B4EC7F47E6 /* VideoOverlay@2x.png */, + FAB2C715AB1CECBF81C21D4FA9071B49 /* VideoOverlay@3x.png */, + ); + name = Assets; + path = Assets; + sourceTree = ""; + }; + 7D7AD40D1D66D64A03EF0BB0DC1B5846 /* Classes */ = { + isa = PBXGroup; + children = ( + 628A86155E66266C94DDA5EBCDA72AFD /* MWCaptionView.h */, + 5B1985A4CB62C48AEF3651FB8223DA30 /* MWCaptionView.m */, + 04969E3FA5A6426CA279D6D6E7FAD408 /* MWCommon.h */, + 04359FC2EA7B7CE174FC15886814B0F5 /* MWGridCell.h */, + 30D028565C3AC56669794F4FB8CE5930 /* MWGridCell.m */, + 96BF4E40C956C72483820718D54070E1 /* MWGridViewController.h */, + 25C1953BA899E791C4AEA91E97A093AA /* MWGridViewController.m */, + BDBA1D97314684EAE41BEDC18CE34FCD /* MWPhoto.h */, + D833067C97F24C277CD5F36AC7070DD0 /* MWPhoto.m */, + 1331B671ACD38C99B153E679E3BD2947 /* MWPhotoBrowser.h */, + 5B14A0946BD6069275E1664D74DB5DB2 /* MWPhotoBrowser.m */, + 9E750F640E488EFF0B9C4FD78109AE97 /* MWPhotoBrowserPrivate.h */, + 291E63B3BBA5EE2CFE329A52432D1146 /* MWPhotoProtocol.h */, + C3592D9FBA355E61B209E54E31408EB8 /* MWTapDetectingImageView.h */, + 5A9EBFC7ACFA8F737D2F87F775CA091A /* MWTapDetectingImageView.m */, + 0B5BFB9734BE2A9804B5269D7CD17E6D /* MWTapDetectingView.h */, + C4EE2327AA21B56F96948266BEE8B060 /* MWTapDetectingView.m */, + 2C7237EAF40D180CD096D5392125E14D /* MWZoomingScrollView.h */, + 26AC6E873763498678032ABB5C85185C /* MWZoomingScrollView.m */, + DE54C3C91B980435BD044A42FD71152A /* UIImage+MWPhotoBrowser.h */, + 22C88C33F57CF0085CC8A7158F1C7B60 /* UIImage+MWPhotoBrowser.m */, + ); + name = Classes; + path = Classes; + sourceTree = ""; + }; + 7DB346D0F39D3F0E887471402A8071AB = { + isa = PBXGroup; + children = ( + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, + 719353E5F5BDD19B2D80B273F365F2BF /* Development Pods */, + F4CDA5FA9197A41E0081E84F932906EB /* Frameworks */, + 9D89C03F805626896F95FA71887D578C /* Pods */, + 08877E80CE4F8FBEA0236250F69E2C62 /* Products */, + 29062DA699B861B896758C5A677765BD /* Targets Support Files */, + ); + sourceTree = ""; + }; + 964D8CA6FA67AE021A1E182E4E2596FE /* Support Files */ = { + isa = PBXGroup; + children = ( + 37086CCF606A3DB0A41219522EAD364E /* DACircularProgress-iOS7.0.xcconfig */, + 6276B0E866B2E3D68DD89706A4F539BB /* DACircularProgress-iOS7.0-dummy.m */, + 8B62E0E8EE7D37F1DE2F36BE9FAD95AA /* DACircularProgress-iOS7.0-prefix.pch */, + 42658A11039C4E3B2E6CD78D6E931EE1 /* DACircularProgress-iOS7.1.xcconfig */, + E2094CDE6D863BCA884C0CDEC4E66F45 /* DACircularProgress-iOS7.1-dummy.m */, + C53F814917EA79017B7450964BCF9CA2 /* DACircularProgress-iOS7.1-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/DACircularProgress-iOS7.0"; + sourceTree = ""; + }; + 9ACB694A6443ED5AAE478106A31F6694 /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + 54E10D82ABFC687AE22AFD34EBEA4D65 /* MBProgressHUD.h */, + 43FCE5D570CF96F46186E7D337A47599 /* MBProgressHUD.m */, + 6D55FFA5FAEBCD270BF337952BA7E2D7 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 9C09975417C60E793DBDE7DC2FCA193B /* Resources */ = { + isa = PBXGroup; + children = ( + 337F4B9E59424051D13CDC4754F7CEF8 /* Pod */, + ); + name = Resources; + sourceTree = ""; + }; + 9D89C03F805626896F95FA71887D578C /* Pods */ = { + isa = PBXGroup; + children = ( + 56543CE78F928152600E8AAB2CA0C099 /* DACircularProgress */, + F6E655732BA75BED75FFACA472080CC4 /* Expecta */, + 505D7B9189B81314EF02A1E9479972D0 /* Expecta+Snapshots */, + A22495C61077EFF6CD10B8B82AFA964B /* FBSnapshotTestCase */, + 9ACB694A6443ED5AAE478106A31F6694 /* MBProgressHUD */, + 5D4AEEE1A4F1FFD2038B8BF627A9BABB /* SDWebImage */, + D8BBE4506E8863FF1D2FA4058580F0C8 /* Specta */, + ); + name = Pods; + sourceTree = ""; + }; + A22495C61077EFF6CD10B8B82AFA964B /* FBSnapshotTestCase */ = { + isa = PBXGroup; + children = ( + E348B132ABCC246013AE3A5532BC609F /* FBSnapshotTestCase.h */, + 63327617AD4F38D1236E71968B0991E5 /* FBSnapshotTestCase.m */, + D54993E311EDD8802711B01895286E4E /* FBSnapshotTestCasePlatform.h */, + A1BF1E794449AF3F514B2EE3C85F4B10 /* FBSnapshotTestCasePlatform.m */, + 8E108520195BF6568A4A53786EA7B6F0 /* FBSnapshotTestController.h */, + 0043FDF25F85C0B2C11CEAE6B1C54D87 /* FBSnapshotTestController.m */, + B0329B325C97BC663835390843F985CE /* UIImage+Compare.h */, + B0DFED38A647950C79B13061F923258C /* UIImage+Compare.m */, + 3B5A7151F8E4FBFE54BF6C2AC80958FA /* UIImage+Diff.h */, + DD5F3D6C4044A157839220B037A055E8 /* UIImage+Diff.m */, + 148F0DEDC306B5A6D48931EFD279E456 /* Support Files */, + ); + name = FBSnapshotTestCase; + path = FBSnapshotTestCase; + sourceTree = ""; + }; + CD12BF87A360D901CFA6AC563638FED1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 805AE44C01D7936BA8A238C6C5C4807D /* Specta.xcconfig */, + AD198F3513AFD6128A50C356DC253545 /* Specta-dummy.m */, + C6D58082433E54F547A343BCED70CA50 /* Specta-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/Specta"; + sourceTree = ""; + }; + D66EBB56C69B57E3278B7D1E3BA5B78C /* Support Files */ = { + isa = PBXGroup; + children = ( + 4DA5A362F6C7352C50C0676E95C0E4F5 /* MWPhotoBrowser-iOS7.0.xcconfig */, + 1C4193B07580488BB5EFEFB38D0D46EB /* MWPhotoBrowser-iOS7.0-dummy.m */, + CE7D3201CD3AB448954A828E3C37A284 /* MWPhotoBrowser-iOS7.0-prefix.pch */, + D239995504700A2E5AAB663DC471FBCA /* MWPhotoBrowser-iOS7.1.xcconfig */, + D194AF2FF06BD3E4F74EE64FF700DAD6 /* MWPhotoBrowser-iOS7.1-dummy.m */, + DD0943ECBA746AB703263F30711EE7EA /* MWPhotoBrowser-iOS7.1-prefix.pch */, + E2D89738FC6A4BC254C60E3FCC3C569C /* ResourceBundle-MWPhotoBrowser-Info.plist */, + 62254B1B74137F555858AC3B8641C3AC /* ResourceBundle-MWPhotoBrowser-Info.plist */, + ); + name = "Support Files"; + path = "Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0"; + sourceTree = ""; + }; + D8BBE4506E8863FF1D2FA4058580F0C8 /* Specta */ = { + isa = PBXGroup; + children = ( + 9A086D9BE521AADC7C972AE3D9CD5B48 /* Specta.h */, + 9BF2584F8D336EF737485D7396CFBAFF /* SpectaDSL.h */, + F3FAB75D28A2755E4F9F79FB9F2AF5DB /* SpectaDSL.m */, + 6347B71E8C22BA00F73AB093F101B7D4 /* SpectaTypes.h */, + 3CD608194F35F47CEC250368B43C48E9 /* SpectaUtility.h */, + DBE203B988A948E71FDDCAE62BA1F4CC /* SpectaUtility.m */, + 2ACE82A15131DC569A786CB49EFD1804 /* SPTCallSite.h */, + 0668957FEB1B3CAE2EABBC4AA9ABA7C3 /* SPTCallSite.m */, + 569060A075537DFE6A4D25D96C98668B /* SPTCompiledExample.h */, + 56228B3CBF246784930BFE7B29EFDD04 /* SPTCompiledExample.m */, + 2F29BE2EDEBA2861368726A4772F4E8E /* SPTExample.h */, + 1AFDF0F0EF2A314336EACA38FCC6F784 /* SPTExample.m */, + 818AFFCC037C608492FAE59C7C3E85C0 /* SPTExampleGroup.h */, + 571096112AA1AD00C10596D216783599 /* SPTExampleGroup.m */, + 1D772DC880BCFABF5028DA167DE6B119 /* SPTExcludeGlobalBeforeAfterEach.h */, + 49D43B7D98ABA386628BDA9FB6BA411B /* SPTGlobalBeforeAfterEach.h */, + 1398D1B84667A17FCB66182F776EAC42 /* SPTSharedExampleGroups.h */, + 8F2B443FA0D511403E4DA2A79DB3302A /* SPTSharedExampleGroups.m */, + 691CE6B20E64762C98682B93B31435E7 /* SPTSpec.h */, + F1948E226356BF652752F9FA7317BC73 /* SPTSpec.m */, + EF75C10714B7CFF9071553F07D94A550 /* SPTTestSuite.h */, + C2909BC6E2528AB50ADD2B0E4FE78DA1 /* SPTTestSuite.m */, + 1EF011C5AA1726984A1B50A46191CE9B /* XCTest+Private.h */, + 1E360C94C47826C4CAEEDBFC04C36A42 /* XCTestCase+Specta.h */, + CA8230DE5C83368629EF3E62C4F0E7B7 /* XCTestCase+Specta.m */, + CD12BF87A360D901CFA6AC563638FED1 /* Support Files */, + ); + name = Specta; + path = Specta; + sourceTree = ""; + }; + DE6DDFB48560BF22BA5D6967FA4E8BA4 /* Support Files */ = { + isa = PBXGroup; + children = ( + F41150E5697AFC1339435AD7A7A26A0C /* SDWebImage-iOS7.0.xcconfig */, + 2EACD9DF0ECA219341A5E7EEFF7E101E /* SDWebImage-iOS7.0-dummy.m */, + 61AAB9E46F7349A5B7825BD7B479687B /* SDWebImage-iOS7.0-prefix.pch */, + 87EDA96CC71061E277426CF1CFECCF71 /* SDWebImage-iOS7.1.xcconfig */, + CBA9DE8455AC86D41453553C85FD3C9F /* SDWebImage-iOS7.1-dummy.m */, + 45B2719A137B18174517E8E90754B7CE /* SDWebImage-iOS7.1-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/SDWebImage-iOS7.0"; + sourceTree = ""; + }; + F0B008586744701AB0CEF9FDE5974A05 /* Core */ = { + isa = PBXGroup; + children = ( + F1A636940A52B87483495B6C94527B27 /* NSData+ImageContentType.h */, + AA11E0DB992F91D537A9402482C99A15 /* NSData+ImageContentType.m */, + C79DD513A3EAEF2D0AFE7DAB67E763C4 /* NSImage+WebCache.h */, + 06E646C2F6E8A638E03500AEFE4BE62F /* NSImage+WebCache.m */, + AB4D1777EAB96ECDD85EB028C7D46BEC /* SDImageCache.h */, + BBB2E5818818C9AFD69EC44F4ABD0E00 /* SDImageCache.m */, + 80A6DC68327336580470699CE2084505 /* SDImageCacheConfig.h */, + AAB53E76987E530E1334069B6E44B7B0 /* SDImageCacheConfig.m */, + E4D201AC3E492E71A5630E39244B220D /* SDWebImageCompat.h */, + 3A235D650D8C3B4219832EE42286F11C /* SDWebImageCompat.m */, + 1FA97BC5BF01A3109480C05CF0F61FEE /* SDWebImageDecoder.h */, + 4295A7BF100592226059AC92F267F79A /* SDWebImageDecoder.m */, + 03DB7A97B611C36869D92EFEB9FB1A00 /* SDWebImageDownloader.h */, + CCC9FF44E10493E7B0C7572774CAF8AB /* SDWebImageDownloader.m */, + A00F8520DA59950C507C920788EF6A80 /* SDWebImageDownloaderOperation.h */, + DD47536ECFEE5642B05DDF8AC5714302 /* SDWebImageDownloaderOperation.m */, + 2550A706DAA626B193E5235B091810A6 /* SDWebImageManager.h */, + 0CAA182FEA30611E03A1AE76FD4FFDA8 /* SDWebImageManager.m */, + 9F32D37521A70BD245B2584A44C6C591 /* SDWebImageOperation.h */, + 29DF11E200EF733C9F9C7550850095B2 /* SDWebImagePrefetcher.h */, + D5118C17F5696EC7A4E33510E9554151 /* SDWebImagePrefetcher.m */, + 4C9969D26DF959E7B1EEB069B1FE4783 /* UIButton+WebCache.h */, + 601D8BFB402298306CBAB94EA9A31BE8 /* UIButton+WebCache.m */, + FF407C275F295625CA90BEBAA92F4C30 /* UIImage+GIF.h */, + E3D26825A60B9A49BA10098EFCBB180C /* UIImage+GIF.m */, + 9EF0EBC6CFD90FB10579E22C449F442B /* UIImage+MultiFormat.h */, + D31B6139243C7336807E9A12A7C0447E /* UIImage+MultiFormat.m */, + 81C8D3BEE989D20C46CB4A03410C9CFE /* UIImageView+HighlightedWebCache.h */, + 9AB1819962C7695DB611F0F0D03FEF09 /* UIImageView+HighlightedWebCache.m */, + 76581601E7BAF028E924D2BA1E9AA396 /* UIImageView+WebCache.h */, + 5177357BCAE82E0D929805AD406A7939 /* UIImageView+WebCache.m */, + 2EF5BE7545027FF946DC39842BBE1A0A /* UIView+WebCache.h */, + E41C692BC3FFF47E7EDEF5789EC006ED /* UIView+WebCache.m */, + 8889C0D85B55AA1604EF91286B751BD0 /* UIView+WebCacheOperation.h */, + 3A70E57ACEE466E83D0DE3B9A1C35DC0 /* UIView+WebCacheOperation.m */, + ); + name = Core; + sourceTree = ""; + }; + F4CDA5FA9197A41E0081E84F932906EB /* Frameworks */ = { + isa = PBXGroup; + children = ( + 72A5088A4206ACEEA4A0EF1C79E49B0F /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + F6E655732BA75BED75FFACA472080CC4 /* Expecta */ = { + isa = PBXGroup; + children = ( + 0A924BC847BA99EBCBD0588603448B05 /* EXPBlockDefinedMatcher.h */, + E906DDCC926C2EA5161E326AB04AC53F /* EXPBlockDefinedMatcher.m */, + 7AAD7709C9FF6828905D6A28E69C4221 /* EXPDefines.h */, + DFA142DA2A1E6AB454178652BAC9A075 /* EXPDoubleTuple.h */, + D70BED84191514A998A08D7F3B8BBB17 /* EXPDoubleTuple.m */, + BA9D20AF1E1E4CF225AA2D772049336D /* Expecta.h */, + 1D536F869C3B7D603AC4630F3F6AB919 /* ExpectaObject.h */, + 3DEC242716623D70F4CC9F4A1D32805C /* ExpectaObject.m */, + D09A95F4452843967F4C8F3FA5EC1A68 /* ExpectaSupport.h */, + 4BE4F23029A1EDB234CF7F2AEB043EB0 /* ExpectaSupport.m */, + 3E7FFEF7BFB0350CE8FCC2D6D64D1396 /* EXPExpect.h */, + 92F064516748B6AA4C6E303A38C3FE6A /* EXPExpect.m */, + 8136A5BFC35DA48ABC2C0D94EA79B7F0 /* EXPFloatTuple.h */, + 15082EF0D1C2F7B77B63E0116BDA622C /* EXPFloatTuple.m */, + 700F6F4AFED22AEAA1D8943236F94924 /* EXPMatcher.h */, + 79996E262256F57DB50CD16E5EBE5D52 /* EXPMatcherHelpers.h */, + 232510EC13760470E86AABE302EF2B8E /* EXPMatcherHelpers.m */, + 6ED6BE9A61002A3AF6D4C834E2277D8C /* EXPMatchers.h */, + E4AD00C4B132C99837C22CC9031DE9F8 /* EXPMatchers+beCloseTo.h */, + D68BA9A93FD415E751DFA95CCF7DCB8D /* EXPMatchers+beCloseTo.m */, + EB88EE844F8ADBE7E78B381D8832162D /* EXPMatchers+beFalsy.h */, + B0D25391E290ADE1BF90E18B8281F5F3 /* EXPMatchers+beFalsy.m */, + DA7F16221783A03C084D9BAAF7F404DB /* EXPMatchers+beginWith.h */, + 1BB15402D8C2FB01A198273BA1991DED /* EXPMatchers+beginWith.m */, + 0683DF2C9B7FC27B576AB4B7B3B146ED /* EXPMatchers+beGreaterThan.h */, + 7DACEAF8582049D6EB8B4CFFB6CA48CD /* EXPMatchers+beGreaterThan.m */, + B5969E17FAFFDC548233DC602AAC6211 /* EXPMatchers+beGreaterThanOrEqualTo.h */, + AE917511985F6891AF3F8233B9D34001 /* EXPMatchers+beGreaterThanOrEqualTo.m */, + 2E7CBF297AA8A0E93C23BFAF1BE94DEE /* EXPMatchers+beIdenticalTo.h */, + 1AB26E75F7BCD415D6AD6B8BA5F03DDB /* EXPMatchers+beIdenticalTo.m */, + 3C5A51B8AE7322A210CF01AFBA648598 /* EXPMatchers+beInstanceOf.h */, + 44D0D04C0DF98EC05B4909F397D6F7FF /* EXPMatchers+beInstanceOf.m */, + 862018A7CC10880108A2BDC5146C8F3F /* EXPMatchers+beInTheRangeOf.h */, + F9B2375A6E20F2774E7B3F08FB92909E /* EXPMatchers+beInTheRangeOf.m */, + 29E6F040DB8ACF8886F7FE628840C480 /* EXPMatchers+beKindOf.h */, + 3173089CCB6C063D260C58DD7BA3ABF5 /* EXPMatchers+beKindOf.m */, + ED1EC819236EDC3B337FCB044454FEB6 /* EXPMatchers+beLessThan.h */, + F40AD0DE1188AA331D98100B8766D6C8 /* EXPMatchers+beLessThan.m */, + 809101940909F56A7B70CE17D447640B /* EXPMatchers+beLessThanOrEqualTo.h */, + 746A80915CF52BE732D200BAA851FBAB /* EXPMatchers+beLessThanOrEqualTo.m */, + 2779B434631901F1434BC316E3FB5AE9 /* EXPMatchers+beNil.h */, + 40DAD22BCDD38D058B1C9A312C42DF49 /* EXPMatchers+beNil.m */, + 71865C216F48AC822D486C8D9B03B13C /* EXPMatchers+beSubclassOf.h */, + 0AB1B49E98BEDDFC8A45BB3C1FB54076 /* EXPMatchers+beSubclassOf.m */, + 9A9B45D988FA49FD87F8587C42403EC5 /* EXPMatchers+beSupersetOf.h */, + EC9E28E1F941952C6708902F41FD209D /* EXPMatchers+beSupersetOf.m */, + 10E68FD4A81F628778B6A4992DB9D952 /* EXPMatchers+beTruthy.h */, + C2CEB9C1175C4FC4D5BE5C6EF285E0A4 /* EXPMatchers+beTruthy.m */, + FDE2A8151D1FDB6749FB32276220BE7C /* EXPMatchers+conformTo.h */, + 63010FB3922AB3E2DDD6D8CDD2D10BFA /* EXPMatchers+conformTo.m */, + 981F3EB0C06E97770D2421E673B013A1 /* EXPMatchers+contain.h */, + 9D5AE460F3B78B02A8AE8E5AD0DCC013 /* EXPMatchers+contain.m */, + 567A47FABAD9EE8B7DF32295CC53F937 /* EXPMatchers+endWith.h */, + 56BD615DEEA3BC153C0B73BAC8A60A13 /* EXPMatchers+endWith.m */, + D10BA2216A9B5F41557B4FC448EE865C /* EXPMatchers+equal.h */, + 70922EF029715CA28E814F87373F29C4 /* EXPMatchers+equal.m */, + AB8960E6933BD274C11AD9C15CF410AF /* EXPMatchers+haveCountOf.h */, + 6CF3D336192327338965DC88856BDFCF /* EXPMatchers+haveCountOf.m */, + 79D73FB4B6A3C92513B81243EA72E78C /* EXPMatchers+match.h */, + 7250BEF99A7686EAB50B17986FDCED3E /* EXPMatchers+match.m */, + 5F878B29A406784703BC9F07FBFDD99F /* EXPMatchers+postNotification.h */, + 3DA2CF997A09E53F375CF0DEEF25AFCF /* EXPMatchers+postNotification.m */, + B2CBEFFA54424B8FBBE1EB23EC879E69 /* EXPMatchers+raise.h */, + 788D548DE837CA2FA9D2D744D64FA847 /* EXPMatchers+raise.m */, + F5963246D32249D4D198CE8A36B4DD12 /* EXPMatchers+raiseWithReason.h */, + FFC94BC21DE6B02A85C4BA9B703D222D /* EXPMatchers+raiseWithReason.m */, + 05DA7841521B75C4D0C303F32E518117 /* EXPMatchers+respondTo.h */, + 24FAEADA1249F6042B4B4B135CDD0DF9 /* EXPMatchers+respondTo.m */, + 865FAF448207E691D600F40C4ACF7C58 /* EXPUnsupportedObject.h */, + B23D9E49B5B3A5C76EAFFC9C7F40B4B9 /* EXPUnsupportedObject.m */, + 66D391F04A8D672C0D42510DE811E7B2 /* NSObject+Expecta.h */, + 18391089432560093C31CCA48ABB46AE /* NSValue+Expecta.h */, + 5A06D9F124A077FE3345C713135D7E6C /* NSValue+Expecta.m */, + 4209F7E4332FDC16B4C407CA07C3E8E8 /* Support Files */, + ); + name = Expecta; + path = Expecta; + sourceTree = ""; + }; + FF45457A6D21020295150867C0C55328 /* Pod */ = { + isa = PBXGroup; + children = ( + 7D7AD40D1D66D64A03EF0BB0DC1B5846 /* Classes */, + ); + name = Pod; + path = Pod; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 05E58D356A38DD487823D5BE24334920 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 0B3330DD885757A45805E83A69E7AFFD /* EXPBlockDefinedMatcher.h in Headers */, + EFCF1E2468BC28069F92B4702B5DD463 /* EXPDefines.h in Headers */, + EE5A8DD4F03A890084772DA66DE9BE93 /* EXPDoubleTuple.h in Headers */, + 0CD876A643FA00F42565F0B4CFE5C360 /* Expecta.h in Headers */, + B72D6F9CD6DCCF9339A269BC0CABA88C /* ExpectaObject.h in Headers */, + 660BEA8AC93BC6DF29A73D1570C10120 /* ExpectaSupport.h in Headers */, + 31D27BF6DE823F040465EEC46431E22E /* EXPExpect.h in Headers */, + F3D6C90DF502E4B6BFA4B4B950FB176B /* EXPFloatTuple.h in Headers */, + 7C4FFAF7E7BD72B4775C2966898B3A83 /* EXPMatcher.h in Headers */, + C64C4032827660F5ED12E425857BE673 /* EXPMatcherHelpers.h in Headers */, + 47E018E82EA7801C93BE8D632FBAA3EC /* EXPMatchers+beCloseTo.h in Headers */, + 61E89F8C6D2C5658ECADCC9BE04E4E0F /* EXPMatchers+beFalsy.h in Headers */, + 5EB8C17604A5FCA7B0F9174850D0441F /* EXPMatchers+beginWith.h in Headers */, + B1964DABF421B8BA6BB9AB9E1CC0E387 /* EXPMatchers+beGreaterThan.h in Headers */, + BB0E62892680D990AC167E4629F95062 /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */, + 7100640F169A4EC93CA15F0D8B5AFE8F /* EXPMatchers+beIdenticalTo.h in Headers */, + DFFE7035A8177E14B29DE53973AE3B1E /* EXPMatchers+beInstanceOf.h in Headers */, + 94C94F986312F61D076591DBCEC07104 /* EXPMatchers+beInTheRangeOf.h in Headers */, + 8994485FB1398BF225377D4C109CA38B /* EXPMatchers+beKindOf.h in Headers */, + BAA98BF425D78B9F9FB405680EA0CB3D /* EXPMatchers+beLessThan.h in Headers */, + B1820A5E15F22942E386756A0473E808 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */, + 19CDE56AC4388C284D9A394F64E0530C /* EXPMatchers+beNil.h in Headers */, + 4C2D57EF131B9A1AA1A65F36DA717BC7 /* EXPMatchers+beSubclassOf.h in Headers */, + 76FFE0A5253E08250D976CAE912B89D9 /* EXPMatchers+beSupersetOf.h in Headers */, + A193FB77C3606DE847937B79BD869F26 /* EXPMatchers+beTruthy.h in Headers */, + 87C087B7F1B93C2DD0B42A93B3E9D9C4 /* EXPMatchers+conformTo.h in Headers */, + D3B4D194BECF709DFA85E588891B885E /* EXPMatchers+contain.h in Headers */, + 4FE0FA38EA4BC9922DB982A2FB4B504A /* EXPMatchers+endWith.h in Headers */, + 4B76A75E1FA371E7EF6C821CD52514A1 /* EXPMatchers+equal.h in Headers */, + 11B98D7660EAD3B22A6F8DAFAC8E96F8 /* EXPMatchers+haveCountOf.h in Headers */, + 62A200B73B76F6740A3EEA168FBFFF41 /* EXPMatchers+match.h in Headers */, + B241CF27E6B9D2DBC3236BDC1BDA5B69 /* EXPMatchers+postNotification.h in Headers */, + 119C10C9E57E10B254B8B13A06D332F4 /* EXPMatchers+raise.h in Headers */, + 4E89738B989CA5A6018187E52FE0E216 /* EXPMatchers+raiseWithReason.h in Headers */, + 7A50398D1D6F1D22165ECAA192F9D1CF /* EXPMatchers+respondTo.h in Headers */, + 12ADCD5E7598997A3486E62E784DB241 /* EXPMatchers.h in Headers */, + B7FB8C30C577D624F5E0B1FDB3E6CD8B /* EXPUnsupportedObject.h in Headers */, + 69DCF5F3A96B49720B728BA6EF5E095A /* NSObject+Expecta.h in Headers */, + 120A345233C900C50BAD6F3950FAB8FA /* NSValue+Expecta.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 065C7ED19F81CF2773CD91F863F33C38 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 61848F2C06207954F95770458CA7E31E /* MBProgressHUD.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 24C0D5DDF51B839338F99F85A02CC8D7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9D09382537F7B3AE6F3F6CA4F04FDD1B /* MBProgressHUD.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 34498AF3B7DC7108746066A0B64D46CC /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1F8A196E05AA8D2FBB5D72F0C45277F9 /* DACircularProgressView.h in Headers */, + 01F41CA4F8C5C990E97B3CBC75B82BE7 /* DALabeledCircularProgressView.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 569FF898C6401D8230F116A57D13AC32 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 57F2C8DFDC069AF68F0FFFCD1E1D6B29 /* MWCaptionView.h in Headers */, + 0FCB2747477681E751944FE499BB5418 /* MWCommon.h in Headers */, + 1D96E574FC382BC6F252762663BD1CCF /* MWGridCell.h in Headers */, + 2C602D2AF3C89293BB544B9BB5107F67 /* MWGridViewController.h in Headers */, + 4C85BF56F83AD124EF9470AABBE17EFB /* MWPhoto.h in Headers */, + E3D1E72C537C8BFD97CCA2FFD7AA713A /* MWPhotoBrowser.h in Headers */, + 2B068C9DD6652A9E3AC9651838FFE774 /* MWPhotoBrowserPrivate.h in Headers */, + E8E96C5C6D7CF2FDACA28C26A5604093 /* MWPhotoProtocol.h in Headers */, + 309FEEE8B8F06C0AC2AB256986B234A2 /* MWTapDetectingImageView.h in Headers */, + 966EAA2005575963CA1E5D7B3C0D40EF /* MWTapDetectingView.h in Headers */, + E563EEDB20FF929DFAAF5B1BC1F018F3 /* MWZoomingScrollView.h in Headers */, + 43CDD8D89AD67E8444C4407E082DDEB0 /* UIImage+MWPhotoBrowser.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5FCBEFBE1B27ABE9053ECE547CC6BF94 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9B1772D2D6996939E2049A84D4023329 /* FBSnapshotTestCase.h in Headers */, + 4AE7E554BF2A1B2914E6D57945398336 /* FBSnapshotTestCasePlatform.h in Headers */, + 39D904A592AD5616CAA3010164120498 /* FBSnapshotTestController.h in Headers */, + 3D4DA7E31C1574F2DD1D5CBFEC943DE6 /* UIImage+Compare.h in Headers */, + 192824AB49E6FCCC00924576C525ED94 /* UIImage+Diff.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65CE359F1390FC8E5BD3EEEB87D1AF7B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8312FE8B8DEB4B102B075BF589AB79F4 /* DACircularProgressView.h in Headers */, + 7F8175505D10CFA723439149F63F0E2A /* DALabeledCircularProgressView.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8C20633515B78DC94C8EB852522CD235 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FDA2DEC5CF6E640630AF9E2A06091CE2 /* Specta.h in Headers */, + 4664D6B6198F005B39A3664A375ACE1C /* SpectaDSL.h in Headers */, + 7F9067C2E0870B6129030E9BDEAD4D6D /* SpectaTypes.h in Headers */, + 5F2E43A6D4B740E0D27378590353EE87 /* SpectaUtility.h in Headers */, + F3C8CB9BD193556CD1A440E45F9A9DD2 /* SPTCallSite.h in Headers */, + EC3CC869EC5E142F7836FEC05823F8BC /* SPTCompiledExample.h in Headers */, + 304F554D7EE6E29B065068083EF5748E /* SPTExample.h in Headers */, + 99D7C3C8500326875977DCBC88BD263D /* SPTExampleGroup.h in Headers */, + 4C9F573B3C91035CA98292C3B28E2665 /* SPTExcludeGlobalBeforeAfterEach.h in Headers */, + 40D7C341B2736CEEA2CA8D84550FEE8A /* SPTGlobalBeforeAfterEach.h in Headers */, + 3B2B80AD6ACB31444E1E5CF4750CAFFA /* SPTSharedExampleGroups.h in Headers */, + 218F921D82BBB649AC40BE1E68EB8E0F /* SPTSpec.h in Headers */, + 095EDB639131BBCCD1F5CAF2E231962C /* SPTTestSuite.h in Headers */, + 7655D4322BA3876DE5EE2365DFFA5620 /* XCTest+Private.h in Headers */, + 934E36612C93C1E54EAB0ACF4BB163EA /* XCTestCase+Specta.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DD99E8DD5E63420E6BE2370ACCED61FD /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9338832586431E49C5B4A2718C77AC39 /* MWCaptionView.h in Headers */, + 884F6AA824373811C8B136FA10A1C8AA /* MWCommon.h in Headers */, + 8AEEDCA8E6A428322464E97E24E355BA /* MWGridCell.h in Headers */, + 4E404A3B6B269C26D10E0F89B3236695 /* MWGridViewController.h in Headers */, + 4CC058648DF55F60C3B619B5B02EFDA2 /* MWPhoto.h in Headers */, + 5112E94F9665AE223718BB4D6E8C05F1 /* MWPhotoBrowser.h in Headers */, + 94FEC2E99FB0DCB59E518507644043F4 /* MWPhotoBrowserPrivate.h in Headers */, + BB77195E6DFAB647ECA14FDA1E6CAF07 /* MWPhotoProtocol.h in Headers */, + 65CDCE004257D3B17D1C9A57B00C97E6 /* MWTapDetectingImageView.h in Headers */, + CB205E0D58D587A3790234B4AC270441 /* MWTapDetectingView.h in Headers */, + E44F2FFADEBF2A77DA8FADDE9F8AC6F9 /* MWZoomingScrollView.h in Headers */, + E2A445FA20B1D4999CA1900E76FF268F /* UIImage+MWPhotoBrowser.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + ECAC2C45D668AFD2C54620321C2EFDCD /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D87F9C349E636167ED5F4DC20884E18C /* NSData+ImageContentType.h in Headers */, + D1AD90CEA338930E218B17EE7E4FEB24 /* NSImage+WebCache.h in Headers */, + F10FB0097669B5DC82F639E27F9608F7 /* SDImageCache.h in Headers */, + 5288841ED1C0ADFE5605D4C92363AA57 /* SDImageCacheConfig.h in Headers */, + A9970A2C9CF17B1C328B53A87A205E24 /* SDWebImageCompat.h in Headers */, + E9B8F33B0F511A485C6FC43149B5C848 /* SDWebImageDecoder.h in Headers */, + 3CCD783219B7BC3BB3EDE967AEAFDC6B /* SDWebImageDownloader.h in Headers */, + B4E3B0D97EB15CE309BCE7F6DB972B5A /* SDWebImageDownloaderOperation.h in Headers */, + 137360D6FA0238B29E306881AC345C95 /* SDWebImageManager.h in Headers */, + 8D6D7B98D8883E36D32402EECCF14BD5 /* SDWebImageOperation.h in Headers */, + 0876CE5212F3BF0955B77B72E0B9F07C /* SDWebImagePrefetcher.h in Headers */, + 9B8E53B7C6146A14FB1C5ADEFF78887E /* UIButton+WebCache.h in Headers */, + D0F5FB0C32AF1075EA4130E90311F526 /* UIImage+GIF.h in Headers */, + 9CD9C1EDCB4DC1C449CEBDCCCB929E89 /* UIImage+MultiFormat.h in Headers */, + 1193885AAB8B8AFBD31F7D5ABED4BB7F /* UIImageView+HighlightedWebCache.h in Headers */, + 1850806B4E8F4C2C68DDD90D6912B2BE /* UIImageView+WebCache.h in Headers */, + 30389A46AF0495B8D27E46A31FD20826 /* UIView+WebCache.h in Headers */, + 0FC6FF2DC86EF9A6C43C166A8BEA59D4 /* UIView+WebCacheOperation.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F9C98E398277FEB82F7E420B7AD1985B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 978A5651C19A1777F03517E5B4994556 /* NSData+ImageContentType.h in Headers */, + 43F62E48913475DB77543C3494B9271B /* NSImage+WebCache.h in Headers */, + 8622027E474D42CB4B0CC8873A0B126E /* SDImageCache.h in Headers */, + BD5A3AC0EB63CD046DDAF4DCC76A64B8 /* SDImageCacheConfig.h in Headers */, + C9B8B88608E351A26573BD4A51FAC857 /* SDWebImageCompat.h in Headers */, + 83DEF25F33BA4C53507BD02F93B371CC /* SDWebImageDecoder.h in Headers */, + 72021A80B9C27A67C72B58CDC0774C93 /* SDWebImageDownloader.h in Headers */, + B03B511CABE0DEA5E7AD4D89F07C5714 /* SDWebImageDownloaderOperation.h in Headers */, + 767F890FAB6E3455E4DB89C48A5CC3F9 /* SDWebImageManager.h in Headers */, + 12B072D5605D9A8D48F6C09943368734 /* SDWebImageOperation.h in Headers */, + 8BDFE45DAE901BEB0EE4D85A35094F2D /* SDWebImagePrefetcher.h in Headers */, + 2016BBD5B16CF20D7424A68C716CF512 /* UIButton+WebCache.h in Headers */, + CDC56671C56B8C5075BEBA30464A7164 /* UIImage+GIF.h in Headers */, + AB33F3F3BE41B883A6E2C66890A4973F /* UIImage+MultiFormat.h in Headers */, + 7A60B2BA2FF03471433513F2D34AACA4 /* UIImageView+HighlightedWebCache.h in Headers */, + C39CCDE64E9500BA9505C05A98E4510A /* UIImageView+WebCache.h in Headers */, + B8C28A9BA847F11EE28E714F3DFEBD2E /* UIView+WebCache.h in Headers */, + 424BB1B0F8596863E2B322706D40A017 /* UIView+WebCacheOperation.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FB55D8F1313291B5C8624166E4FCEB2D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A016A2C1B7291C3DF1F489933E90695C /* EXPMatchers+FBSnapshotTest.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 024C35D0BA05E8670327FD0BDDCB1DD5 /* MWPhotoBrowser-iOS7.0 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 09D1BD737B12A820EFEDE80960EBCF5A /* Build configuration list for PBXNativeTarget "MWPhotoBrowser-iOS7.0" */; + buildPhases = ( + 04CFF0A78247B25CACE1788C989F8991 /* Sources */, + 04FF3F73CC91534D8511B536A4D0EFB8 /* Frameworks */, + DD99E8DD5E63420E6BE2370ACCED61FD /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 7A0FA14E4D8B189B1C3C051987266F16 /* PBXTargetDependency */, + A726E1CFD9FE1C5D2A6ECF9FAEEFBB41 /* PBXTargetDependency */, + 8BE9ECFB93694EEC54D28756C421773B /* PBXTargetDependency */, + 20A59DBBEC7B5289BCCBB53DEC09741F /* PBXTargetDependency */, + ); + name = "MWPhotoBrowser-iOS7.0"; + productName = "MWPhotoBrowser-iOS7.0"; + productReference = FA7B80D1B352FF18033709C9EF8533DC /* libMWPhotoBrowser-iOS7.0.a */; + productType = "com.apple.product-type.library.static"; + }; + 0BAC71041798F8FA287D9C4401C82869 /* MWPhotoBrowser-iOS7.1 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 64D47ED49A925230CD19EAAB0EE514B5 /* Build configuration list for PBXNativeTarget "MWPhotoBrowser-iOS7.1" */; + buildPhases = ( + BBF9A7295CABB607954142F2F5D58D56 /* Sources */, + 949B055B41578F06E5EE6AC29CB5403C /* Frameworks */, + 569FF898C6401D8230F116A57D13AC32 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 3B7A230FBB606DE5C735FB7F5B264FF5 /* PBXTargetDependency */, + FDAFE912CD9C8F1DDF3886B2AAB967F9 /* PBXTargetDependency */, + EEFC3E0A7EBBD76C2245D0D6F11FB2AD /* PBXTargetDependency */, + 22CAB6C1D3C217B4B683B3102A358810 /* PBXTargetDependency */, + ); + name = "MWPhotoBrowser-iOS7.1"; + productName = "MWPhotoBrowser-iOS7.1"; + productReference = 8C8210CE2F6C12DB3A632074C9ECA496 /* libMWPhotoBrowser-iOS7.1.a */; + productType = "com.apple.product-type.library.static"; + }; + 1A6E98A4C32B0BDBF6A1E524DE62B936 /* Expecta+Snapshots */ = { + isa = PBXNativeTarget; + buildConfigurationList = C9B2518B556085B8706D4D755BBA1406 /* Build configuration list for PBXNativeTarget "Expecta+Snapshots" */; + buildPhases = ( + FC38FFC70254BD007547AC72D4626C78 /* Sources */, + 1A52B06243DB9EE783A1E8B7171BD52F /* Frameworks */, + FB55D8F1313291B5C8624166E4FCEB2D /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 99EEE0850D3E260A8A08BAEF4051FC4C /* PBXTargetDependency */, + 7EF0A0EDDD37E71876A50631B3DC2805 /* PBXTargetDependency */, + ); + name = "Expecta+Snapshots"; + productName = "Expecta+Snapshots"; + productReference = 56BA3264350D0B6E865A7B92708EB166 /* libExpecta+Snapshots.a */; + productType = "com.apple.product-type.library.static"; + }; + 1B52E61062C717A9B9EFD0495553A89B /* DACircularProgress-iOS7.1 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 85B4395CFD87C21F48B34298EDA0AFEE /* Build configuration list for PBXNativeTarget "DACircularProgress-iOS7.1" */; + buildPhases = ( + FC0B3C5BBD6E334C64F46C0DCCFBC633 /* Sources */, + 67A92D4DC7ACD09400BD5044625C63EF /* Frameworks */, + 65CE359F1390FC8E5BD3EEEB87D1AF7B /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "DACircularProgress-iOS7.1"; + productName = "DACircularProgress-iOS7.1"; + productReference = C4DEA7F0AD7DFDE3AE52970AE55B8AC6 /* libDACircularProgress-iOS7.1.a */; + productType = "com.apple.product-type.library.static"; + }; + 1D2C7300B671DFCC0FE796B19966E9E9 /* MWPhotoBrowser-iOS7.1-MWPhotoBrowser */ = { + isa = PBXNativeTarget; + buildConfigurationList = D04F26F8EFFF72DD034417095802D2DF /* Build configuration list for PBXNativeTarget "MWPhotoBrowser-iOS7.1-MWPhotoBrowser" */; + buildPhases = ( + 90533AD5F959F5914CC9705F0F78E332 /* Sources */, + 00FBE483EA98B58BE441607C69A5961A /* Frameworks */, + CFD7A7CCA658C9AFC6EA1B400A2AAC10 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "MWPhotoBrowser-iOS7.1-MWPhotoBrowser"; + productName = "MWPhotoBrowser-iOS7.1-MWPhotoBrowser"; + productReference = 6B909FB1F98C3B3E3A8E20832F2958EB /* MWPhotoBrowser.bundle */; + productType = "com.apple.product-type.bundle"; + }; + 2C85CB6C1397985547D23308ED352050 /* Pods-MWPhotoBrowser_Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9144EAC1DB31075E0D3EDCD42332B418 /* Build configuration list for PBXNativeTarget "Pods-MWPhotoBrowser_Tests" */; + buildPhases = ( + 3D97CA55016C50A5E6CD308B04A37B07 /* Sources */, + 3B82BBB97A71408E593A26D41286AC9C /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 682F11A6DD94B6F24B748D9C00083A9D /* PBXTargetDependency */, + 88695115D4F5BC20C2A6D59D7E70ADD8 /* PBXTargetDependency */, + 083AA1852F392D5C500A0A53999199E2 /* PBXTargetDependency */, + AD39BBDBE265F62F7A2385A09F918A64 /* PBXTargetDependency */, + E6A4B101951D036AF4E54FD36C2A9D4E /* PBXTargetDependency */, + 1ECFF30DC030BB76FB0495CD5E23BF2E /* PBXTargetDependency */, + 19C9EA9BFCA9C19B391D72094D9A8AA0 /* PBXTargetDependency */, + C3CFB9CF7A1C1577A1603DFD0E1011DD /* PBXTargetDependency */, + ); + name = "Pods-MWPhotoBrowser_Tests"; + productName = "Pods-MWPhotoBrowser_Tests"; + productReference = 85FBF71A5AAE7086230A62148B3BA6DE /* libPods-MWPhotoBrowser_Tests.a */; + productType = "com.apple.product-type.library.static"; + }; + 46D68D26DCAAC4D999D549BA45F0B0EC /* Expecta */ = { + isa = PBXNativeTarget; + buildConfigurationList = D88EDEBF3855FDEF25FC2B2C9BC585A7 /* Build configuration list for PBXNativeTarget "Expecta" */; + buildPhases = ( + 5A1715485AF02533C3EE06033E9DA73F /* Sources */, + 03F8C9DE4B5918EEA35CE61AA3A1186A /* Frameworks */, + 05E58D356A38DD487823D5BE24334920 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Expecta; + productName = Expecta; + productReference = 6C8F9DE4A48355AEDE9D9923A8F8FBDB /* libExpecta.a */; + productType = "com.apple.product-type.library.static"; + }; + 474DEE4ACC9FF79FF4B78C5FED9EFA5A /* Pods-MWPhotoBrowser_Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = A8889C75C68C87E443D2848F51E4B2AF /* Build configuration list for PBXNativeTarget "Pods-MWPhotoBrowser_Example" */; + buildPhases = ( + BFD151B01750E3EA144D95FD84FB2BB8 /* Sources */, + 077BF8C8108B133FBE74EBBD90E71F23 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 2246A076E1577CD2467A652B7729F1B4 /* PBXTargetDependency */, + D76A07D63600592EC610CF22F78C872B /* PBXTargetDependency */, + 010C83300664E03098438DE7F8990736 /* PBXTargetDependency */, + F93B4E3FF9A0A7055418928E86B18C45 /* PBXTargetDependency */, + ); + name = "Pods-MWPhotoBrowser_Example"; + productName = "Pods-MWPhotoBrowser_Example"; + productReference = 66AC71B16E9F622403ABB8C925C5989B /* libPods-MWPhotoBrowser_Example.a */; + productType = "com.apple.product-type.library.static"; + }; + 4FCF21ACF53224684E29804EEC0F4B38 /* MBProgressHUD-iOS7.0 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 143A6DA502151D0CE3AE702FFC7C04FD /* Build configuration list for PBXNativeTarget "MBProgressHUD-iOS7.0" */; + buildPhases = ( + 199C1DCF7E73A285B4AC94D0C67EBC6A /* Sources */, + 670B6696C0CAFD30FD2D73D190BB8DC7 /* Frameworks */, + 065C7ED19F81CF2773CD91F863F33C38 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "MBProgressHUD-iOS7.0"; + productName = "MBProgressHUD-iOS7.0"; + productReference = F6C622A56E707FE440C99AF4ABD18859 /* libMBProgressHUD-iOS7.0.a */; + productType = "com.apple.product-type.library.static"; + }; + 9776FF671B8A235B8E66BCB318004E91 /* DACircularProgress-iOS7.0 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 79CA3604C10E3FBD7AEAF9DBF1026B7C /* Build configuration list for PBXNativeTarget "DACircularProgress-iOS7.0" */; + buildPhases = ( + 89EFA1FB3854CB5761F6385AC9692B48 /* Sources */, + 80335BDC530BC2309E2ABD99D7C5C874 /* Frameworks */, + 34498AF3B7DC7108746066A0B64D46CC /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "DACircularProgress-iOS7.0"; + productName = "DACircularProgress-iOS7.0"; + productReference = 077072E0F0AB7FA1462E7CDC3341A509 /* libDACircularProgress-iOS7.0.a */; + productType = "com.apple.product-type.library.static"; + }; + A3A98E3123E92826419DF456D4A54FB6 /* SDWebImage-iOS7.1 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 91D76AFC1AEB89F207841E546FD10F61 /* Build configuration list for PBXNativeTarget "SDWebImage-iOS7.1" */; + buildPhases = ( + C30776128ADA0B2F11C86988A8D6DC6D /* Sources */, + 4AACA6F6B2428EAFE72DD327ABDDFD54 /* Frameworks */, + F9C98E398277FEB82F7E420B7AD1985B /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "SDWebImage-iOS7.1"; + productName = "SDWebImage-iOS7.1"; + productReference = 2B206C8C4C70D050769CB80E9492E658 /* libSDWebImage-iOS7.1.a */; + productType = "com.apple.product-type.library.static"; + }; + B6FDF0033557B4E47AFE49665A0F1037 /* Specta */ = { + isa = PBXNativeTarget; + buildConfigurationList = 39DBEE3E782E9C9259BFFE7871DF8CAF /* Build configuration list for PBXNativeTarget "Specta" */; + buildPhases = ( + 1E651FDF73A93C4D8C50BFC4A3BD621B /* Sources */, + 8B0CCF626570DDFABFBE37DBFCC86421 /* Frameworks */, + 8C20633515B78DC94C8EB852522CD235 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Specta; + productName = Specta; + productReference = B860A545FCE5CA24A3111308F41FF190 /* libSpecta.a */; + productType = "com.apple.product-type.library.static"; + }; + BE5E630E4CD2F672AF8D77D50F2FCEB7 /* SDWebImage-iOS7.0 */ = { + isa = PBXNativeTarget; + buildConfigurationList = DC846F92D0D27343C967B9E2A6737EE0 /* Build configuration list for PBXNativeTarget "SDWebImage-iOS7.0" */; + buildPhases = ( + F83A2DDF5F73F5D8C7E0D9717D7B5730 /* Sources */, + D93BE7A8C00AA706DEF49AE946438F33 /* Frameworks */, + ECAC2C45D668AFD2C54620321C2EFDCD /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "SDWebImage-iOS7.0"; + productName = "SDWebImage-iOS7.0"; + productReference = 8047F5141351F2667383AB1B516054BE /* libSDWebImage-iOS7.0.a */; + productType = "com.apple.product-type.library.static"; + }; + C3B333564420970508DA75FB5EEAA4F2 /* MBProgressHUD-iOS7.1 */ = { + isa = PBXNativeTarget; + buildConfigurationList = C2D611ED2B83D9FFB9C5DA3CE02B8F6D /* Build configuration list for PBXNativeTarget "MBProgressHUD-iOS7.1" */; + buildPhases = ( + B09939BB8BA9A3D4C375DC20AA534318 /* Sources */, + F9C49E17FD399A6D0D9BC737EB182C3A /* Frameworks */, + 24C0D5DDF51B839338F99F85A02CC8D7 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "MBProgressHUD-iOS7.1"; + productName = "MBProgressHUD-iOS7.1"; + productReference = 4E752C09031D34C5390AB800F63A8BB4 /* libMBProgressHUD-iOS7.1.a */; + productType = "com.apple.product-type.library.static"; + }; + D34BB98D2469EB2A6A675481B4C0CEFA /* FBSnapshotTestCase */ = { + isa = PBXNativeTarget; + buildConfigurationList = 05F045B9522E6F0025A7029BC835597F /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */; + buildPhases = ( + 9EB75C36FA918A4B6C070FDE0AB122D1 /* Sources */, + 197104CFC7193C7A04CF1DD9D3C75920 /* Frameworks */, + 5FCBEFBE1B27ABE9053ECE547CC6BF94 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = FBSnapshotTestCase; + productName = FBSnapshotTestCase; + productReference = 147408A72CFBB199A12910CDF1B9EC82 /* libFBSnapshotTestCase.a */; + productType = "com.apple.product-type.library.static"; + }; + E01FF13E79DE847766C297A001EF79BC /* MWPhotoBrowser-iOS7.0-MWPhotoBrowser */ = { + isa = PBXNativeTarget; + buildConfigurationList = A352DA63568680032377A848D63C84FC /* Build configuration list for PBXNativeTarget "MWPhotoBrowser-iOS7.0-MWPhotoBrowser" */; + buildPhases = ( + 4E69A8304F2FC0A3B09EE3C3EEBBDF8E /* Sources */, + 6664A67C44281D901EB96066A91324E1 /* Frameworks */, + B29FF5E2AB697F9AB926FCFFCB166ECA /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "MWPhotoBrowser-iOS7.0-MWPhotoBrowser"; + productName = "MWPhotoBrowser-iOS7.0-MWPhotoBrowser"; + productReference = 6B909FB1F98C3B3E3A8E20832F2958EB /* MWPhotoBrowser.bundle */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0730; + LastUpgradeCheck = 0700; + }; + buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 7DB346D0F39D3F0E887471402A8071AB; + productRefGroup = 08877E80CE4F8FBEA0236250F69E2C62 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 9776FF671B8A235B8E66BCB318004E91 /* DACircularProgress-iOS7.0 */, + 1B52E61062C717A9B9EFD0495553A89B /* DACircularProgress-iOS7.1 */, + 46D68D26DCAAC4D999D549BA45F0B0EC /* Expecta */, + 1A6E98A4C32B0BDBF6A1E524DE62B936 /* Expecta+Snapshots */, + D34BB98D2469EB2A6A675481B4C0CEFA /* FBSnapshotTestCase */, + 4FCF21ACF53224684E29804EEC0F4B38 /* MBProgressHUD-iOS7.0 */, + C3B333564420970508DA75FB5EEAA4F2 /* MBProgressHUD-iOS7.1 */, + 024C35D0BA05E8670327FD0BDDCB1DD5 /* MWPhotoBrowser-iOS7.0 */, + E01FF13E79DE847766C297A001EF79BC /* MWPhotoBrowser-iOS7.0-MWPhotoBrowser */, + 0BAC71041798F8FA287D9C4401C82869 /* MWPhotoBrowser-iOS7.1 */, + 1D2C7300B671DFCC0FE796B19966E9E9 /* MWPhotoBrowser-iOS7.1-MWPhotoBrowser */, + 474DEE4ACC9FF79FF4B78C5FED9EFA5A /* Pods-MWPhotoBrowser_Example */, + 2C85CB6C1397985547D23308ED352050 /* Pods-MWPhotoBrowser_Tests */, + BE5E630E4CD2F672AF8D77D50F2FCEB7 /* SDWebImage-iOS7.0 */, + A3A98E3123E92826419DF456D4A54FB6 /* SDWebImage-iOS7.1 */, + B6FDF0033557B4E47AFE49665A0F1037 /* Specta */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + B29FF5E2AB697F9AB926FCFFCB166ECA /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BBE03270DDDC302E34D9F06793EA424A /* ImageError.png in Resources */, + AD9D99BBA028D305EA34418FCD7195AD /* ImageError@2x.png in Resources */, + 6B9A3A27EBE08F5ACC50A5C7738A4265 /* ImageError@3x.png in Resources */, + 9EA7E2C8955383A48AFB34DF1DA9CC69 /* ImageSelectedOff.png in Resources */, + B17A317E170CB0617F39F8B867E0B992 /* ImageSelectedOff@2x.png in Resources */, + 76F46D5E7AC2627735E6AC3E4B2C37A5 /* ImageSelectedOff@3x.png in Resources */, + AAFE52CDE76D24990B77F22E6DAB29D8 /* ImageSelectedOn.png in Resources */, + A306782FA4D6F7C0424149AF64C25262 /* ImageSelectedOn@2x.png in Resources */, + 5318EFD0E1BE41E6A065A4299BFCECFC /* ImageSelectedOn@3x.png in Resources */, + D2062E91D6705C09D15A8059CBC85566 /* ImageSelectedSmallOff.png in Resources */, + 841F4EA78FDC0130FE624B483204560C /* ImageSelectedSmallOff@2x.png in Resources */, + 300D643EB5D36AD15FC426FF701AFEB0 /* ImageSelectedSmallOff@3x.png in Resources */, + 69442C74713DBCCEE6610B9BB7485B3F /* ImageSelectedSmallOn.png in Resources */, + CA4AA44AEB2E4D2607FC78CB52B96DF3 /* ImageSelectedSmallOn@2x.png in Resources */, + 6E45C357E6B9629EC391B6D78F39013D /* ImageSelectedSmallOn@3x.png in Resources */, + 5C0C72FCA0C83748BE62AEC69BC7FA57 /* PlayButtonOverlayLarge.png in Resources */, + 03C77D4B608930A73F4D2095759FA1E5 /* PlayButtonOverlayLarge@2x.png in Resources */, + 5B5E6A3A01C690FE68E6332FAF9FD633 /* PlayButtonOverlayLarge@3x.png in Resources */, + C5D61BE54AED7E84023E57474455B5E3 /* PlayButtonOverlayLargeTap.png in Resources */, + 034D4BA11F212F528360014534D6E9C1 /* PlayButtonOverlayLargeTap@2x.png in Resources */, + 9D0C6D21BD3CAACEA81FA7B31EA289B6 /* PlayButtonOverlayLargeTap@3x.png in Resources */, + C958CEA23BDB463BB84F1419DE2BDD14 /* UIBarButtonItemArrowLeft.png in Resources */, + BCF20DA49BE1DDF10A4EBF649A9D0F9A /* UIBarButtonItemArrowLeft@2x.png in Resources */, + 420AB1A6D97A7E3BBD8D63355924D7BE /* UIBarButtonItemArrowLeft@3x.png in Resources */, + CB4D294421B7DDBE1D2799FF1B7BA0BE /* UIBarButtonItemArrowRight.png in Resources */, + 32300E05F9AABEBED8D3AC15E399ED26 /* UIBarButtonItemArrowRight@2x.png in Resources */, + 1D5EE77366D83C0FD2AA17F43B044CDD /* UIBarButtonItemArrowRight@3x.png in Resources */, + ED58F9628A801248061A5E3A854F9D5A /* UIBarButtonItemGrid.png in Resources */, + 79E69117FA47E849A80C1921DDC28D9B /* UIBarButtonItemGrid@2x.png in Resources */, + 6E0CA7E0D4C72A84DE8DC884526D9D65 /* UIBarButtonItemGrid@3x.png in Resources */, + 39F1FD63072CE442B71E5F02EEBFC0E9 /* VideoOverlay.png in Resources */, + C0DC7B2100A409D2FF3E35391141628C /* VideoOverlay@2x.png in Resources */, + 3E65AE3BDA055B404451D9511BFFEC40 /* VideoOverlay@3x.png in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CFD7A7CCA658C9AFC6EA1B400A2AAC10 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 05182F87E5E2C6AAD2F96EFFF0CB7F1D /* ImageError.png in Resources */, + A8D8CBF93E6FBE966CA847880C784EBF /* ImageError@2x.png in Resources */, + 80D074615F2BE0A0A76EC40E05BD96A0 /* ImageError@3x.png in Resources */, + C0026915842D52A7343810274727D5A9 /* ImageSelectedOff.png in Resources */, + C2D2D932E4412AB4D3135C6C89FE548E /* ImageSelectedOff@2x.png in Resources */, + 9CB7AF530703BB85FEC469B18E9C2FE8 /* ImageSelectedOff@3x.png in Resources */, + 9AF32EC40E0149B46C10BE9141C1567B /* ImageSelectedOn.png in Resources */, + 0287C887160EBF44FE7AB48D9AD8AD42 /* ImageSelectedOn@2x.png in Resources */, + 106C578819CF292B4E16BCDB0FF8273B /* ImageSelectedOn@3x.png in Resources */, + 6552C00D8AE57A3EAF32D4D1B350B552 /* ImageSelectedSmallOff.png in Resources */, + 42A6D3C5F79C714D28C6DE393925222B /* ImageSelectedSmallOff@2x.png in Resources */, + F88A0DF02D7712D1BA2E7E609D6084B2 /* ImageSelectedSmallOff@3x.png in Resources */, + 16337BF29806D7BFE1C53CDCDB12D00F /* ImageSelectedSmallOn.png in Resources */, + 2FFE05D0E190D4CEB2548ABCDD705D08 /* ImageSelectedSmallOn@2x.png in Resources */, + 1BB01C664AC83855CF4D0B1747B071A7 /* ImageSelectedSmallOn@3x.png in Resources */, + C8942F6D3CA27F72865ACC4658AE4274 /* PlayButtonOverlayLarge.png in Resources */, + EE2978A12B1665B71A388C5AE98DC3DF /* PlayButtonOverlayLarge@2x.png in Resources */, + B4418DA5E46BB9C6D4E5842B04098A6F /* PlayButtonOverlayLarge@3x.png in Resources */, + FE0041B099734C95738FAC0E18A370CB /* PlayButtonOverlayLargeTap.png in Resources */, + AEFBD4F02BD2791DB76E4AD93D5C779A /* PlayButtonOverlayLargeTap@2x.png in Resources */, + 7B4CDD19C68FCF94B014E945D6F47C0E /* PlayButtonOverlayLargeTap@3x.png in Resources */, + 6BB690ADCD99C58E67A9023015D9FED2 /* UIBarButtonItemArrowLeft.png in Resources */, + 6B0C84B99CE79AFD279BDB2760637AFD /* UIBarButtonItemArrowLeft@2x.png in Resources */, + 88D90511D0086F5829146F81803E5E6B /* UIBarButtonItemArrowLeft@3x.png in Resources */, + A78128FE262751AE095A64BA30B84F31 /* UIBarButtonItemArrowRight.png in Resources */, + 89CBE2169430F32A8B77A8E271D70D2C /* UIBarButtonItemArrowRight@2x.png in Resources */, + 2979A72407239B51B75A8E0DD3089778 /* UIBarButtonItemArrowRight@3x.png in Resources */, + 97DD81199EC9EFBBC34886B16F47347A /* UIBarButtonItemGrid.png in Resources */, + 549849A7C20D79B68323019817EC9E3B /* UIBarButtonItemGrid@2x.png in Resources */, + B6C3E4C29E17E13CA0A77B13BAE1B88E /* UIBarButtonItemGrid@3x.png in Resources */, + 1CD0A863E2FA71EE3F4DADFE0C719517 /* VideoOverlay.png in Resources */, + FE1AC5577928176BC05EC0F47FB1F985 /* VideoOverlay@2x.png in Resources */, + CEE4CDD39701E0B5A1DB2DE76CAE56DA /* VideoOverlay@3x.png in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 04CFF0A78247B25CACE1788C989F8991 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8062928DD479A84CE4F80940D9334A35 /* MWCaptionView.m in Sources */, + 3C11CCB3B3A5DBCEAD1DEC81A7276EDE /* MWGridCell.m in Sources */, + 41E62BDC658CA4500F46227BD3C87E11 /* MWGridViewController.m in Sources */, + 12EF6A13FC91705A2824B454AEE18453 /* MWPhoto.m in Sources */, + 703C45EFDF73663A328C3841C8BA4C02 /* MWPhotoBrowser-iOS7.0-dummy.m in Sources */, + 4106C1DC53405FFB9D68B504F158114C /* MWPhotoBrowser.m in Sources */, + 0DB463672F45DF58258FF068CDA666B1 /* MWTapDetectingImageView.m in Sources */, + 2EEA00B9E295A1709BC022DC915E1662 /* MWTapDetectingView.m in Sources */, + 469674A95A2A66B926C2BE19F67F4804 /* MWZoomingScrollView.m in Sources */, + 9C12DDA51587AC2A592F60CB524CC8EE /* UIImage+MWPhotoBrowser.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 199C1DCF7E73A285B4AC94D0C67EBC6A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FCC79CC27D1164D7F65394C8D021A87D /* MBProgressHUD-iOS7.0-dummy.m in Sources */, + 2F41FF880DE2DD0470578B36026D0B29 /* MBProgressHUD.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1E651FDF73A93C4D8C50BFC4A3BD621B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BBF0D062B2C7718E181022C2B93D0290 /* Specta-dummy.m in Sources */, + 9707D194EC0BA83D036AA69EED74E2B5 /* SpectaDSL.m in Sources */, + 3B9501F3271F91109D83D037C11483EF /* SpectaUtility.m in Sources */, + F3492BC7A3A51981FC813A99EBAEE1FE /* SPTCallSite.m in Sources */, + 6376E03838CC8CAA23A4A6ABF227CB05 /* SPTCompiledExample.m in Sources */, + E447410ACAB17A3C5E2DEEDF94375880 /* SPTExample.m in Sources */, + 2225A63793DD31BE8829B467C49CCDE4 /* SPTExampleGroup.m in Sources */, + D2C8B74A353561E1BE4BB77FC17045C9 /* SPTSharedExampleGroups.m in Sources */, + 7836400FCD8C733474B267231F24B138 /* SPTSpec.m in Sources */, + EAB519D09846C9D5983C4310255DD3CD /* SPTTestSuite.m in Sources */, + 5A4F531A155E3B143DDE838A472E64C9 /* XCTestCase+Specta.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3D97CA55016C50A5E6CD308B04A37B07 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1C1475F47DBB943F510521B702083F66 /* Pods-MWPhotoBrowser_Tests-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4E69A8304F2FC0A3B09EE3C3EEBBDF8E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5A1715485AF02533C3EE06033E9DA73F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CC995F4F36E9D6237AFC6F729364B867 /* EXPBlockDefinedMatcher.m in Sources */, + 045E77138594FCD0492D74EE7C22AC90 /* EXPDoubleTuple.m in Sources */, + E95DE019212836608A35BF3270AADF17 /* Expecta-dummy.m in Sources */, + A904D2D6242F68CC3B959E2B0FC8B4F9 /* ExpectaObject.m in Sources */, + C091203A57422574B3263D1E9BA53A87 /* ExpectaSupport.m in Sources */, + 1C74D210067A2D584AA672E61F246ECC /* EXPExpect.m in Sources */, + 643DE0287F1066D083368EAC928DF078 /* EXPFloatTuple.m in Sources */, + 63CDCCAC82CBC33021220531D93213A2 /* EXPMatcherHelpers.m in Sources */, + 4943F7D828D56A874ACCA7AC312F863B /* EXPMatchers+beCloseTo.m in Sources */, + C498F24E736A80A0F6C440DBC33AF494 /* EXPMatchers+beFalsy.m in Sources */, + C670343470EAC260E60ABD463CC39E2D /* EXPMatchers+beginWith.m in Sources */, + 2C944499E3BB44E17E10959A76BBAEA3 /* EXPMatchers+beGreaterThan.m in Sources */, + CDA268F5B643324DD61A0E25BD4179ED /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */, + B709C0890B67EB6C1AB9B9738CDBEEC6 /* EXPMatchers+beIdenticalTo.m in Sources */, + B2880B5D7D91AACFCEF345934CFEBA55 /* EXPMatchers+beInstanceOf.m in Sources */, + 28BC58EE3C7374C4C2DEF6D029011C84 /* EXPMatchers+beInTheRangeOf.m in Sources */, + 885C2534832AF6B1DFA98FA19C4D9994 /* EXPMatchers+beKindOf.m in Sources */, + A12B39559E464A1089E4389274973616 /* EXPMatchers+beLessThan.m in Sources */, + 2523657BEE249A532CDFD495AC911F39 /* EXPMatchers+beLessThanOrEqualTo.m in Sources */, + 0435080233FFD861A266AB43BE3279D3 /* EXPMatchers+beNil.m in Sources */, + 71FBC2F8907E29EB767026E6A08F7EEF /* EXPMatchers+beSubclassOf.m in Sources */, + 391226D83570CA724B533A2C609A5EF5 /* EXPMatchers+beSupersetOf.m in Sources */, + 1E2343F7AE04C5D386CCD455E84F13E0 /* EXPMatchers+beTruthy.m in Sources */, + 58E38027B0A4F6CA7BE54F0AE8D4885B /* EXPMatchers+conformTo.m in Sources */, + FE84239BE923F217FD38E45B4F770EFD /* EXPMatchers+contain.m in Sources */, + F8E39087737225714939DB0252FB1114 /* EXPMatchers+endWith.m in Sources */, + 863C5CC8F4698A0C85AB53C9B072D889 /* EXPMatchers+equal.m in Sources */, + 24FF4A3B66A2F383BA14790790108406 /* EXPMatchers+haveCountOf.m in Sources */, + 0FE4C580D709657792E5661E74F171D5 /* EXPMatchers+match.m in Sources */, + D94F3CDE976C052BF0BD112E257A7F19 /* EXPMatchers+postNotification.m in Sources */, + A5CB8C92268FCAC7B00F12EE55B43338 /* EXPMatchers+raise.m in Sources */, + 1D622FBC8A4262E6B398F5CCCB1D9650 /* EXPMatchers+raiseWithReason.m in Sources */, + 5D50DA13C7A8B2AF549AA4F05E69F9F4 /* EXPMatchers+respondTo.m in Sources */, + ED087996824EE3256B222E3BAEBAB14D /* EXPUnsupportedObject.m in Sources */, + 4EB308BF802E6F21BABDA8B8718CC7AB /* NSValue+Expecta.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 89EFA1FB3854CB5761F6385AC9692B48 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 697D2B8778C619227AF88E55DEA75225 /* DACircularProgress-iOS7.0-dummy.m in Sources */, + 120C6C6884D53EDB05A39D25467A17EC /* DACircularProgressView.m in Sources */, + 9AB0B9F7CC46222FCA1CEC0F9019584A /* DALabeledCircularProgressView.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 90533AD5F959F5914CC9705F0F78E332 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9EB75C36FA918A4B6C070FDE0AB122D1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0B057F58E48F4EDDAB7FBB13C55BCCE5 /* FBSnapshotTestCase-dummy.m in Sources */, + 354CBA93066F64D9C61E04D1967D5035 /* FBSnapshotTestCase.m in Sources */, + F7CCC8D3E49679A9A4E7B7E2A668727F /* FBSnapshotTestCasePlatform.m in Sources */, + 714599C1215ECA527D2D7C27AEF2879D /* FBSnapshotTestController.m in Sources */, + 43BF564B858DA96932878D8A85E6D9DD /* UIImage+Compare.m in Sources */, + 3E2E39DC8F02EDD412C5309F6081B5F1 /* UIImage+Diff.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B09939BB8BA9A3D4C375DC20AA534318 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D2DF3BE13C5DAF8A0EA2014539BDF188 /* MBProgressHUD-iOS7.1-dummy.m in Sources */, + 5896D755B1482E4E986E9C1AD63F7502 /* MBProgressHUD.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BBF9A7295CABB607954142F2F5D58D56 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BE7D15FE1EE707EBE57A256B16AF35F8 /* MWCaptionView.m in Sources */, + E3779C8CC14AF85D328600E9F9187495 /* MWGridCell.m in Sources */, + FF24AD00C93D6B42522C8E4EB7624DE3 /* MWGridViewController.m in Sources */, + 22513BA5818B4E2427A3B91F53088FEB /* MWPhoto.m in Sources */, + 07EBE81B5CB2A4FDB384E14C75CD17AC /* MWPhotoBrowser-iOS7.1-dummy.m in Sources */, + 05451E70DAF2121F29DBBC2DC01D401D /* MWPhotoBrowser.m in Sources */, + 7FAC510B15863505DA9AB7D54BD1D1F1 /* MWTapDetectingImageView.m in Sources */, + 4DABF7DAC1D9C563115ACF06562B319B /* MWTapDetectingView.m in Sources */, + 22FEC9B02069F758327CA522B495EDC6 /* MWZoomingScrollView.m in Sources */, + 553A0729DD4F79B567A92888710997F7 /* UIImage+MWPhotoBrowser.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BFD151B01750E3EA144D95FD84FB2BB8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0A645D8B9D3013A7F75B3377A5FC1F3E /* Pods-MWPhotoBrowser_Example-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C30776128ADA0B2F11C86988A8D6DC6D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C3A26017BB1517A667E3D21B069BC550 /* NSData+ImageContentType.m in Sources */, + D7B688ED544090CA1EFB5319B4434F9B /* NSImage+WebCache.m in Sources */, + E3BF5FA83566EF4655541610069EB856 /* SDImageCache.m in Sources */, + 74477F13EF8973C7EE13DB55E8C1657E /* SDImageCacheConfig.m in Sources */, + E95AE41CF4596A6878192B05551FCC3A /* SDWebImage-iOS7.1-dummy.m in Sources */, + 6DC5B0A41D994EEED7BFE0AEF55094C4 /* SDWebImageCompat.m in Sources */, + 48905C47AD267460BDB4E9F02D38B62F /* SDWebImageDecoder.m in Sources */, + 5CFAE5CC9D0ACCE16C372FF1F2E68F7B /* SDWebImageDownloader.m in Sources */, + C357B548253AFEE4450C5B2DD023EA9D /* SDWebImageDownloaderOperation.m in Sources */, + 218E39F3001929BE921BFCD5E30544CC /* SDWebImageManager.m in Sources */, + FD646F5B104EDBF154350B11B5CFDF36 /* SDWebImagePrefetcher.m in Sources */, + 58312CD711D82B676721EEC5E89DC78E /* UIButton+WebCache.m in Sources */, + 9544E1983F872D955B572B63FEDB030D /* UIImage+GIF.m in Sources */, + BF730E8285346973626E13EE480CBC84 /* UIImage+MultiFormat.m in Sources */, + 320CA2BA4DAE839918B10C9C74DF5AF0 /* UIImageView+HighlightedWebCache.m in Sources */, + 449EE6002E154C140DF7131D27870BDC /* UIImageView+WebCache.m in Sources */, + F175DC0185B3907CDF6530754A66322C /* UIView+WebCache.m in Sources */, + 7FDFB7E153A60FCE7D84EA553550EF6B /* UIView+WebCacheOperation.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F83A2DDF5F73F5D8C7E0D9717D7B5730 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 36BA5A7C3081D209F69C57B6E085B0B3 /* NSData+ImageContentType.m in Sources */, + 68183AEC4C264E02B5716484E11E4824 /* NSImage+WebCache.m in Sources */, + DDC4CA0016DEE57E3C486A158D813D96 /* SDImageCache.m in Sources */, + 7B8F2744B208BF725CA7FF958D3DD226 /* SDImageCacheConfig.m in Sources */, + 9E57A828FACD929FE9CA03905A7B131B /* SDWebImage-iOS7.0-dummy.m in Sources */, + B502FEEE2EB291D870D903685E17293D /* SDWebImageCompat.m in Sources */, + 9160F1E41735D7E3DB2E1A9534A59625 /* SDWebImageDecoder.m in Sources */, + 9F2352ADD6B626F5658E70533FAE3699 /* SDWebImageDownloader.m in Sources */, + 2C238E13B955A6114327F4BCBF8FFE30 /* SDWebImageDownloaderOperation.m in Sources */, + 793D2B11E35D3610E19A46F76D3CE5FE /* SDWebImageManager.m in Sources */, + DEEEB0A43FF8F25C29443C65B6402E74 /* SDWebImagePrefetcher.m in Sources */, + 638EE800EAFF4674FA9168591C4A7A65 /* UIButton+WebCache.m in Sources */, + CBAE5A8CEC4481075459EF71DEC870CB /* UIImage+GIF.m in Sources */, + 0C8656A5CCF1373256E32AD7BB66E652 /* UIImage+MultiFormat.m in Sources */, + 1F01386C03B7EBDD88E75C8B35339A1F /* UIImageView+HighlightedWebCache.m in Sources */, + 9DB51BFEE9A984D1527876271E8360F5 /* UIImageView+WebCache.m in Sources */, + 94BD15C4A95DA6166A7DB7329223301A /* UIView+WebCache.m in Sources */, + 99DD810094020E304195F930A9D63D6E /* UIView+WebCacheOperation.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FC0B3C5BBD6E334C64F46C0DCCFBC633 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8F33EE00C3C95C4126C676E90ADE41B5 /* DACircularProgress-iOS7.1-dummy.m in Sources */, + 3D8E8B25B3B7941BCB2433576277FFA3 /* DACircularProgressView.m in Sources */, + 948437106B07B0D3EEE481E5906ADDBF /* DALabeledCircularProgressView.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FC38FFC70254BD007547AC72D4626C78 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0C3CB065E010C28207DC5DAADF06D956 /* Expecta+Snapshots-dummy.m in Sources */, + BB1F304EED126C2C05C5C7BCB419DEBB /* EXPMatchers+FBSnapshotTest.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 010C83300664E03098438DE7F8990736 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MWPhotoBrowser-iOS7.0"; + target = 024C35D0BA05E8670327FD0BDDCB1DD5 /* MWPhotoBrowser-iOS7.0 */; + targetProxy = 0590D6ABD311291C9E7A4C76E12628A9 /* PBXContainerItemProxy */; + }; + 083AA1852F392D5C500A0A53999199E2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Expecta+Snapshots"; + target = 1A6E98A4C32B0BDBF6A1E524DE62B936 /* Expecta+Snapshots */; + targetProxy = BEF3B94781D3B8EB6DD4458C7DC014D5 /* PBXContainerItemProxy */; + }; + 19C9EA9BFCA9C19B391D72094D9A8AA0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SDWebImage-iOS7.1"; + target = A3A98E3123E92826419DF456D4A54FB6 /* SDWebImage-iOS7.1 */; + targetProxy = 640F0B6A90CC810E6C11B3A9A175C467 /* PBXContainerItemProxy */; + }; + 1ECFF30DC030BB76FB0495CD5E23BF2E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MWPhotoBrowser-iOS7.1"; + target = 0BAC71041798F8FA287D9C4401C82869 /* MWPhotoBrowser-iOS7.1 */; + targetProxy = 3E123881810B21250306EBA97283949E /* PBXContainerItemProxy */; + }; + 20A59DBBEC7B5289BCCBB53DEC09741F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SDWebImage-iOS7.0"; + target = BE5E630E4CD2F672AF8D77D50F2FCEB7 /* SDWebImage-iOS7.0 */; + targetProxy = 6C67DB22D5382415B3A55EB8670A1BBB /* PBXContainerItemProxy */; + }; + 2246A076E1577CD2467A652B7729F1B4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DACircularProgress-iOS7.0"; + target = 9776FF671B8A235B8E66BCB318004E91 /* DACircularProgress-iOS7.0 */; + targetProxy = 7171A8111BF57BAEEFEED115B8C9A675 /* PBXContainerItemProxy */; + }; + 22CAB6C1D3C217B4B683B3102A358810 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SDWebImage-iOS7.0"; + target = BE5E630E4CD2F672AF8D77D50F2FCEB7 /* SDWebImage-iOS7.0 */; + targetProxy = E6CB848F8AAFFF4AF46200FA25FE8812 /* PBXContainerItemProxy */; + }; + 3B7A230FBB606DE5C735FB7F5B264FF5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DACircularProgress-iOS7.0"; + target = 9776FF671B8A235B8E66BCB318004E91 /* DACircularProgress-iOS7.0 */; + targetProxy = D97255AF34BAEBE3962E42C7EAEE842A /* PBXContainerItemProxy */; + }; + 682F11A6DD94B6F24B748D9C00083A9D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DACircularProgress-iOS7.1"; + target = 1B52E61062C717A9B9EFD0495553A89B /* DACircularProgress-iOS7.1 */; + targetProxy = 02EF91B5949457309252EB62BCBFE0F1 /* PBXContainerItemProxy */; + }; + 7A0FA14E4D8B189B1C3C051987266F16 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DACircularProgress-iOS7.0"; + target = 9776FF671B8A235B8E66BCB318004E91 /* DACircularProgress-iOS7.0 */; + targetProxy = BA000AC7329D9160089FA8B4736746D0 /* PBXContainerItemProxy */; + }; + 7EF0A0EDDD37E71876A50631B3DC2805 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSnapshotTestCase; + target = D34BB98D2469EB2A6A675481B4C0CEFA /* FBSnapshotTestCase */; + targetProxy = F2902EFF58FA3CEB86E27ED4B8218972 /* PBXContainerItemProxy */; + }; + 88695115D4F5BC20C2A6D59D7E70ADD8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Expecta; + target = 46D68D26DCAAC4D999D549BA45F0B0EC /* Expecta */; + targetProxy = 526F921952D6C45F9F54C4AD57C24C10 /* PBXContainerItemProxy */; + }; + 8BE9ECFB93694EEC54D28756C421773B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MWPhotoBrowser-iOS7.0-MWPhotoBrowser"; + target = E01FF13E79DE847766C297A001EF79BC /* MWPhotoBrowser-iOS7.0-MWPhotoBrowser */; + targetProxy = C6C3C73E8A6A0220577AE018FED8075C /* PBXContainerItemProxy */; + }; + 99EEE0850D3E260A8A08BAEF4051FC4C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Expecta; + target = 46D68D26DCAAC4D999D549BA45F0B0EC /* Expecta */; + targetProxy = F034C34A1232A718A79E259ECCC16D5C /* PBXContainerItemProxy */; + }; + A726E1CFD9FE1C5D2A6ECF9FAEEFBB41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MBProgressHUD-iOS7.0"; + target = 4FCF21ACF53224684E29804EEC0F4B38 /* MBProgressHUD-iOS7.0 */; + targetProxy = 0F1358EDBCDA4E15CFD54081AEA92662 /* PBXContainerItemProxy */; + }; + AD39BBDBE265F62F7A2385A09F918A64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSnapshotTestCase; + target = D34BB98D2469EB2A6A675481B4C0CEFA /* FBSnapshotTestCase */; + targetProxy = BB4885BF5891AA7E19FD4FA0C97EC063 /* PBXContainerItemProxy */; + }; + C3CFB9CF7A1C1577A1603DFD0E1011DD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Specta; + target = B6FDF0033557B4E47AFE49665A0F1037 /* Specta */; + targetProxy = 4BCA55F240245B22EDF88530108CFB2A /* PBXContainerItemProxy */; + }; + D76A07D63600592EC610CF22F78C872B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MBProgressHUD-iOS7.0"; + target = 4FCF21ACF53224684E29804EEC0F4B38 /* MBProgressHUD-iOS7.0 */; + targetProxy = BC72503A8C2FB27A84D699EBAB59F50D /* PBXContainerItemProxy */; + }; + E6A4B101951D036AF4E54FD36C2A9D4E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MBProgressHUD-iOS7.1"; + target = C3B333564420970508DA75FB5EEAA4F2 /* MBProgressHUD-iOS7.1 */; + targetProxy = D45DCB05574952B37D4052A142F4EFCB /* PBXContainerItemProxy */; + }; + EEFC3E0A7EBBD76C2245D0D6F11FB2AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MWPhotoBrowser-iOS7.1-MWPhotoBrowser"; + target = 1D2C7300B671DFCC0FE796B19966E9E9 /* MWPhotoBrowser-iOS7.1-MWPhotoBrowser */; + targetProxy = D86A8556BFEB857E98AB7E98FE951D5D /* PBXContainerItemProxy */; + }; + F93B4E3FF9A0A7055418928E86B18C45 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SDWebImage-iOS7.0"; + target = BE5E630E4CD2F672AF8D77D50F2FCEB7 /* SDWebImage-iOS7.0 */; + targetProxy = FCE49C4ECBF72578103ABB126E03C07C /* PBXContainerItemProxy */; + }; + FDAFE912CD9C8F1DDF3886B2AAB967F9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MBProgressHUD-iOS7.0"; + target = 4FCF21ACF53224684E29804EEC0F4B38 /* MBProgressHUD-iOS7.0 */; + targetProxy = BB081F60168786E219B38378DA97F1F0 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 0C80289F291958C456A4506836FEFCF5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 37086CCF606A3DB0A41219522EAD364E /* DACircularProgress-iOS7.0.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + 1A39EFE22843A24BECDEA73AF060D980 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 87EDA96CC71061E277426CF1CFECCF71 /* SDWebImage-iOS7.1.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + 33B3AA951B2739F846E7BC8D7039F29D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F41150E5697AFC1339435AD7A7A26A0C /* SDWebImage-iOS7.0.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + 3A4B69A272061CC8F613712D247BCF99 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4DA5A362F6C7352C50C0676E95C0E4F5 /* MWPhotoBrowser-iOS7.0.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MWPhotoBrowser-iOS7.0"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/MWPhotoBrowser-iOS7.0/ResourceBundle-MWPhotoBrowser-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + PRODUCT_NAME = MWPhotoBrowser; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 3E6E34D79715A84A5245A67DACC7485D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 805AE44C01D7936BA8A238C6C5C4807D /* Specta.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Specta/Specta-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 3F6A89A4F8A2F726676845F1DC020BD0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D239995504700A2E5AAB663DC471FBCA /* MWPhotoBrowser-iOS7.1.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MWPhotoBrowser-iOS7.1"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/MWPhotoBrowser-iOS7.1/ResourceBundle-MWPhotoBrowser-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + PRODUCT_NAME = MWPhotoBrowser; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 41CBD40F488008ACB30B3DF95A29D04F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4DA5A362F6C7352C50C0676E95C0E4F5 /* MWPhotoBrowser-iOS7.0.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MWPhotoBrowser-iOS7.0"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/MWPhotoBrowser-iOS7.0/ResourceBundle-MWPhotoBrowser-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + PRODUCT_NAME = MWPhotoBrowser; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 4201AB9CDC49D6C1829BBD2D2234225A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6B3992B59A5D0E53459CABC45250F6AF /* MBProgressHUD-iOS7.0.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 4F418CAF3BEE1B0A860DAC84DC913220 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EF5AC1222120F3BAB7481DA9615352B0 /* FBSnapshotTestCase.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 53301E5D66367C0ED38327CF378A6120 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6B3992B59A5D0E53459CABC45250F6AF /* MBProgressHUD-iOS7.0.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + 5B343962576DD7D751C18A3B143DEA0D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D239995504700A2E5AAB663DC471FBCA /* MWPhotoBrowser-iOS7.1.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MWPhotoBrowser-iOS7.1"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/MWPhotoBrowser-iOS7.1/ResourceBundle-MWPhotoBrowser-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + PRODUCT_NAME = MWPhotoBrowser; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 5F82C0AA98EC263F006C3639EC358F10 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 805AE44C01D7936BA8A238C6C5C4807D /* Specta.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Specta/Specta-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + 60350251DBE2155139296F14AB846EC9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6F1FCA0BD48258CDEC1B14D704BA3E5D /* Pods-MWPhotoBrowser_Tests.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.1; + MACH_O_TYPE = staticlib; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 6496EB398E209528DE3B6C844E5E9343 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4DA5A362F6C7352C50C0676E95C0E4F5 /* MWPhotoBrowser-iOS7.0.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 660070E13C00411D0633CB2709F40426 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F41150E5697AFC1339435AD7A7A26A0C /* SDWebImage-iOS7.0.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 68BA9FB159D181EF27E7C469C69DAEDC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 42658A11039C4E3B2E6CD78D6E931EE1 /* DACircularProgress-iOS7.1.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 70106248144A3961B2E4699E06F14D29 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 37086CCF606A3DB0A41219522EAD364E /* DACircularProgress-iOS7.0.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 79B0C2E66EFA9917ED6EDDB8FC6A7684 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 8800C944B7DAF9074831889EA526E983 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 86A1ADA0F8A843FA09BFF9142BEF76D5 /* Expecta.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Expecta/Expecta-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.1.1; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + 96CE8E049FAB9FE52B52EC16B31F0E4B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D239995504700A2E5AAB663DC471FBCA /* MWPhotoBrowser-iOS7.1.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 9F571E602269E05108F10A1CF7471978 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 42658A11039C4E3B2E6CD78D6E931EE1 /* DACircularProgress-iOS7.1.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + A7F68A3BF33079D6A4C73A15646354C6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4DA5A362F6C7352C50C0676E95C0E4F5 /* MWPhotoBrowser-iOS7.0.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + AD6922FDAFA3DE1A62A25BAB7E76AB84 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B83D4C05E77991780CA69BF68B431DD2 /* Pods-MWPhotoBrowser_Example.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MACH_O_TYPE = staticlib; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + B16289E54EB6F80726D498769FC61609 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 86A1ADA0F8A843FA09BFF9142BEF76D5 /* Expecta.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Expecta/Expecta-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.1.1; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + B2014B6EBA151110672C894DC08DB1CB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D5EE5F7C5A846B01ACF225DE04E52196 /* Pods-MWPhotoBrowser_Example.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MACH_O_TYPE = staticlib; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + C02BD6410B3D01022061CF949E7DCC25 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 65E53FB75FCF89549795D6721C976426 /* MBProgressHUD-iOS7.1.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + C0F5332A50878BA96E040EF6274B8C4D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 87EDA96CC71061E277426CF1CFECCF71 /* SDWebImage-iOS7.1.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + CD463AFBE199ACC41114B615504ECDB5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EF5AC1222120F3BAB7481DA9615352B0 /* FBSnapshotTestCase.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + CD579AE7327FE025EA84563DB7C61C7D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1580BE8D870658FFFB9EF3D04B9213CC /* Pods-MWPhotoBrowser_Tests.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.1; + MACH_O_TYPE = staticlib; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + CF7953F66E785E8876EB4D370D777D50 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = NO; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + D1487BCB6C52458B0A1E6AF3B46D4AA2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FAF77DDAA41AC524C38F1D92F2EE01AB /* Expecta+Snapshots.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + FC25633BBC105C24B60D9DDFCBC53656 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 65E53FB75FCF89549795D6721C976426 /* MBProgressHUD-iOS7.1.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + FED521E1972B05FE1AB109D4FE0364ED /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D239995504700A2E5AAB663DC471FBCA /* MWPhotoBrowser-iOS7.1.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Release; + }; + FF54BF09D882547FDDBF0E144EF4456A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FAF77DDAA41AC524C38F1D92F2EE01AB /* Expecta+Snapshots.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 05F045B9522E6F0025A7029BC835597F /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4F418CAF3BEE1B0A860DAC84DC913220 /* Debug */, + CD463AFBE199ACC41114B615504ECDB5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 09D1BD737B12A820EFEDE80960EBCF5A /* Build configuration list for PBXNativeTarget "MWPhotoBrowser-iOS7.0" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6496EB398E209528DE3B6C844E5E9343 /* Debug */, + A7F68A3BF33079D6A4C73A15646354C6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 143A6DA502151D0CE3AE702FFC7C04FD /* Build configuration list for PBXNativeTarget "MBProgressHUD-iOS7.0" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4201AB9CDC49D6C1829BBD2D2234225A /* Debug */, + 53301E5D66367C0ED38327CF378A6120 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CF7953F66E785E8876EB4D370D777D50 /* Debug */, + 79B0C2E66EFA9917ED6EDDB8FC6A7684 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 39DBEE3E782E9C9259BFFE7871DF8CAF /* Build configuration list for PBXNativeTarget "Specta" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E6E34D79715A84A5245A67DACC7485D /* Debug */, + 5F82C0AA98EC263F006C3639EC358F10 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 64D47ED49A925230CD19EAAB0EE514B5 /* Build configuration list for PBXNativeTarget "MWPhotoBrowser-iOS7.1" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 96CE8E049FAB9FE52B52EC16B31F0E4B /* Debug */, + FED521E1972B05FE1AB109D4FE0364ED /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 79CA3604C10E3FBD7AEAF9DBF1026B7C /* Build configuration list for PBXNativeTarget "DACircularProgress-iOS7.0" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 70106248144A3961B2E4699E06F14D29 /* Debug */, + 0C80289F291958C456A4506836FEFCF5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 85B4395CFD87C21F48B34298EDA0AFEE /* Build configuration list for PBXNativeTarget "DACircularProgress-iOS7.1" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 68BA9FB159D181EF27E7C469C69DAEDC /* Debug */, + 9F571E602269E05108F10A1CF7471978 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9144EAC1DB31075E0D3EDCD42332B418 /* Build configuration list for PBXNativeTarget "Pods-MWPhotoBrowser_Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 60350251DBE2155139296F14AB846EC9 /* Debug */, + CD579AE7327FE025EA84563DB7C61C7D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 91D76AFC1AEB89F207841E546FD10F61 /* Build configuration list for PBXNativeTarget "SDWebImage-iOS7.1" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C0F5332A50878BA96E040EF6274B8C4D /* Debug */, + 1A39EFE22843A24BECDEA73AF060D980 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A352DA63568680032377A848D63C84FC /* Build configuration list for PBXNativeTarget "MWPhotoBrowser-iOS7.0-MWPhotoBrowser" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 41CBD40F488008ACB30B3DF95A29D04F /* Debug */, + 3A4B69A272061CC8F613712D247BCF99 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A8889C75C68C87E443D2848F51E4B2AF /* Build configuration list for PBXNativeTarget "Pods-MWPhotoBrowser_Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B2014B6EBA151110672C894DC08DB1CB /* Debug */, + AD6922FDAFA3DE1A62A25BAB7E76AB84 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C2D611ED2B83D9FFB9C5DA3CE02B8F6D /* Build configuration list for PBXNativeTarget "MBProgressHUD-iOS7.1" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FC25633BBC105C24B60D9DDFCBC53656 /* Debug */, + C02BD6410B3D01022061CF949E7DCC25 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C9B2518B556085B8706D4D755BBA1406 /* Build configuration list for PBXNativeTarget "Expecta+Snapshots" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FF54BF09D882547FDDBF0E144EF4456A /* Debug */, + D1487BCB6C52458B0A1E6AF3B46D4AA2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D04F26F8EFFF72DD034417095802D2DF /* Build configuration list for PBXNativeTarget "MWPhotoBrowser-iOS7.1-MWPhotoBrowser" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5B343962576DD7D751C18A3B143DEA0D /* Debug */, + 3F6A89A4F8A2F726676845F1DC020BD0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D88EDEBF3855FDEF25FC2B2C9BC585A7 /* Build configuration list for PBXNativeTarget "Expecta" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B16289E54EB6F80726D498769FC61609 /* Debug */, + 8800C944B7DAF9074831889EA526E983 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + DC846F92D0D27343C967B9E2A6737EE0 /* Build configuration list for PBXNativeTarget "SDWebImage-iOS7.0" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 660070E13C00411D0633CB2709F40426 /* Debug */, + 33B3AA951B2739F846E7BC8D7039F29D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; +} diff --git a/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a62..000000000 --- a/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/MWPhotoBrowser.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/MWPhotoBrowser.xcscheme deleted file mode 100644 index a0b093cf0..000000000 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/MWPhotoBrowser.xcscheme +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Example-MWPhotoBrowser-MWPhotoBrowser.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Example-MWPhotoBrowser-MWPhotoBrowser.xcscheme deleted file mode 100644 index 7c93849f9..000000000 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Example-MWPhotoBrowser-MWPhotoBrowser.xcscheme +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Example-MWPhotoBrowser.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Example-MWPhotoBrowser.xcscheme deleted file mode 100644 index 6087f8b6d..000000000 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Example-MWPhotoBrowser.xcscheme +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Tests-MWPhotoBrowser-MWPhotoBrowser.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Tests-MWPhotoBrowser-MWPhotoBrowser.xcscheme deleted file mode 100644 index 9ab515f1f..000000000 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Tests-MWPhotoBrowser-MWPhotoBrowser.xcscheme +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Tests-MWPhotoBrowser.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Tests-MWPhotoBrowser.xcscheme deleted file mode 100644 index 9d0037e4d..000000000 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-MWPhotoBrowser_Tests-MWPhotoBrowser.xcscheme +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Pods/SDWebImage/LICENSE b/Example/Pods/SDWebImage/LICENSE index ae783e175..810cf88a0 100644 --- a/Example/Pods/SDWebImage/LICENSE +++ b/Example/Pods/SDWebImage/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009 Olivier Poitrey +Copyright (c) 2016 Olivier Poitrey rs@dailymotion.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Example/Pods/SDWebImage/README.md b/Example/Pods/SDWebImage/README.md index 62628f99c..e6214543c 100644 --- a/Example/Pods/SDWebImage/README.md +++ b/Example/Pods/SDWebImage/README.md @@ -1,185 +1,99 @@ -Web Image -========= +

+ +

+ + [![Build Status](http://img.shields.io/travis/rs/SDWebImage/master.svg?style=flat)](https://travis-ci.org/rs/SDWebImage) [![Pod Version](http://img.shields.io/cocoapods/v/SDWebImage.svg?style=flat)](http://cocoadocs.org/docsets/SDWebImage/) [![Pod Platform](http://img.shields.io/cocoapods/p/SDWebImage.svg?style=flat)](http://cocoadocs.org/docsets/SDWebImage/) [![Pod License](http://img.shields.io/cocoapods/l/SDWebImage.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Dependency Status](https://www.versioneye.com/objective-c/sdwebimage/3.3/badge.svg?style=flat)](https://www.versioneye.com/objective-c/sdwebimage/3.3) +[![Dependency Status](https://www.versioneye.com/objective-c/sdwebimage/badge.svg?style=flat)](https://www.versioneye.com/objective-c/sdwebimage) [![Reference Status](https://www.versioneye.com/objective-c/sdwebimage/reference_badge.svg?style=flat)](https://www.versioneye.com/objective-c/sdwebimage/references) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/rs/SDWebImage) +[![codecov](https://codecov.io/gh/rs/SDWebImage/branch/master/graph/badge.svg)](https://codecov.io/gh/rs/SDWebImage) -This library provides a category for UIImageView with support for remote images coming from the web. - -It provides: - -- An `UIImageView` category adding web image and cache management to the Cocoa Touch framework -- An asynchronous image downloader -- An asynchronous memory + disk image caching with automatic cache expiration handling -- Animated GIF support -- WebP format support -- A background image decompression -- A guarantee that the same URL won't be downloaded several times -- A guarantee that bogus URLs won't be retried again and again -- A guarantee that main thread will never be blocked -- Performances! -- Use GCD and ARC -- Arm64 support - -NOTE: The version 3.0 of SDWebImage isn't fully backward compatible with 2.0 and requires iOS 5.1.1 -minimum deployment version. If you need iOS < 5.0 support, please use the last [2.0 version](https://github.com/rs/SDWebImage/tree/2.0-compat). - -[How is SDWebImage better than X?](https://github.com/rs/SDWebImage/wiki/How-is-SDWebImage-better-than-X%3F) - -Who Use It ----------- - -Find out [who uses SDWebImage](https://github.com/rs/SDWebImage/wiki/Who-Uses-SDWebImage) and add your app to the list. - -How To Use ----------- +This library provides an async image downloader with cache support. For convenience, we added categories for UI elements like `UIImageView`, `UIButton`, `MKAnnotationView`. -API documentation is available at [CocoaDocs - SDWebImage](http://cocoadocs.org/docsets/SDWebImage/) +## Features -### Using UIImageView+WebCache category with UITableView +- [x] Categories for `UIImageView`, `UIButton`, `MKAnnotationView` adding web image and cache management +- [x] An asynchronous image downloader +- [x] An asynchronous memory + disk image caching with automatic cache expiration handling +- [x] A background image decompression +- [x] A guarantee that the same URL won't be downloaded several times +- [x] A guarantee that bogus URLs won't be retried again and again +- [x] A guarantee that main thread will never be blocked +- [x] Performances! +- [x] Use GCD and ARC -Just #import the UIImageView+WebCache.h header, and call the sd_setImageWithURL:placeholderImage: -method from the tableView:cellForRowAtIndexPath: UITableViewDataSource method. Everything will be -handled for you, from async downloads to caching management. +## Supported Image Formats -```objective-c -#import +- Image formats supported by UIImage (JPEG, PNG, ...), including GIF +- WebP format, including animated WebP (use the `WebP` subspec) -... +## Requirements -- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { - static NSString *MyIdentifier = @"MyIdentifier"; +- iOS 7.0 or later +- tvOS 9.0 or later +- watchOS 2.0 or later +- OS X 10.8 or later +- Xcode 7.3 or later - UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:MyIdentifier]; - if (cell == nil) { - cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault - reuseIdentifier:MyIdentifier] autorelease]; - } +#### Backwards compatibility - // Here we use the new provided sd_setImageWithURL: method to load the web image - [cell.imageView sd_setImageWithURL:[NSURL URLWithString:@"http://www.domain.com/path/to/image.jpg"] - placeholderImage:[UIImage imageNamed:@"placeholder.png"]]; - - cell.textLabel.text = @"My Text"; - return cell; -} -``` - -### Using blocks - -With blocks, you can be notified about the image download progress and whenever the image retrieval -has completed with success or not: - -```objective-c -// Here we use the new provided sd_setImageWithURL: method to load the web image -[cell.imageView sd_setImageWithURL:[NSURL URLWithString:@"http://www.domain.com/path/to/image.jpg"] - placeholderImage:[UIImage imageNamed:@"placeholder.png"] - completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - ... completion code here ... - }]; -``` +- For iOS 5 and 6, use [any 3.x version up to 3.7.6](https://github.com/rs/SDWebImage/tree/3.7.6) +- For iOS < 5.0, please use the last [2.0 version](https://github.com/rs/SDWebImage/tree/2.0-compat). -Note: neither your success nor failure block will be call if your image request is canceled before completion. +## Getting Started -### Using SDWebImageManager +- Read this Readme doc +- Read the [How to use section](https://github.com/rs/SDWebImage#how-to-use) +- Read the [documentation @ CocoaDocs](http://cocoadocs.org/docsets/SDWebImage/) +- Read [How is SDWebImage better than X?](https://github.com/rs/SDWebImage/wiki/How-is-SDWebImage-better-than-X%3F) +- Try the example by downloading the project from Github or even easier using CocoaPods try `pod try SDWebImage` +- Get to the [installation steps](https://github.com/rs/SDWebImage#installation) +- Read the [SDWebImage 4.0 Migration Guide](Docs/SDWebImage-4.0-Migration-guide.md) to get an idea of the changes from 3.x to 4.x -The SDWebImageManager is the class behind the UIImageView+WebCache category. It ties the -asynchronous downloader with the image cache store. You can use this class directly to benefit -from web image downloading with caching in another context than a UIView (ie: with Cocoa). +## Who Uses It +- Find out [who uses SDWebImage](https://github.com/rs/SDWebImage/wiki/Who-Uses-SDWebImage) and add your app to the list. -Here is a simple example of how to use SDWebImageManager: +## Communication -```objective-c -SDWebImageManager *manager = [SDWebImageManager sharedManager]; -[manager downloadImageWithURL:imageURL - options:0 - progress:^(NSInteger receivedSize, NSInteger expectedSize) { - // progression tracking code - } - completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (image) { - // do something with image - } - }]; -``` +- If you **need help**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/sdwebimage). (Tag 'sdwebimage') +- If you'd like to **ask a general question**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/sdwebimage). +- If you **found a bug**, open an issue. +- If you **have a feature request**, open an issue. +- If you **want to contribute**, submit a pull request. -### Using Asynchronous Image Downloader Independently +## Installation -It's also possible to use the async image downloader independently: +## How To Use ```objective-c -SDWebImageDownloader *downloader = [SDWebImageDownloader sharedDownloader]; -[downloader downloadImageWithURL:imageURL - options:0 - progress:^(NSInteger receivedSize, NSInteger expectedSize) { - // progression tracking code - } - completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished) { - if (image && finished) { - // do something with image - } - }]; -``` - -### Using Asynchronous Image Caching Independently +Objective-C: -It is also possible to use the async based image cache store independently. SDImageCache -maintains a memory cache and an optional disk cache. Disk cache write operations are performed -asynchronous so it doesn't add unnecessary latency to the UI. - -The SDImageCache class provides a singleton instance for convenience but you can create your own -instance if you want to create separated cache namespace. - -To lookup the cache, you use the `queryDiskCacheForKey:done:` method. If the method returns nil, it means the cache -doesn't currently own the image. You are thus responsible for generating and caching it. The cache -key is an application unique identifier for the image to cache. It is generally the absolute URL of -the image. - -```objective-c -SDImageCache *imageCache = [[SDImageCache alloc] initWithNamespace:@"myNamespace"]; -[imageCache queryDiskCacheForKey:myCacheKey done:^(UIImage *image) { - // image is not nil if image was found -}]; +#import +... +[imageView sd_setImageWithURL:[NSURL URLWithString:@"http://www.domain.com/path/to/image.jpg"] + placeholderImage:[UIImage imageNamed:@"placeholder.png"]]; ``` -By default SDImageCache will lookup the disk cache if an image can't be found in the memory cache. -You can prevent this from happening by calling the alternative method `imageFromMemoryCacheForKey:`. +```swift +Swift: -To store an image into the cache, you use the storeImage:forKey: method: +@import SDWebImage -```objective-c -[[SDImageCache sharedImageCache] storeImage:myImage forKey:myCacheKey]; +imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.jpg"), placeholderImage: UIImage(named: "placeholder.png")) ``` -By default, the image will be stored in memory cache as well as on disk cache (asynchronously). If -you want only the memory cache, use the alternative method storeImage:forKey:toDisk: with a negative -third argument. +- For details about how to use the library and clear examples, see [The detailed How to use](Docs/HowToUse.md) -### Using cache key filter - -Sometime, you may not want to use the image URL as cache key because part of the URL is dynamic -(i.e.: for access control purpose). SDWebImageManager provides a way to set a cache key filter that -takes the NSURL as input, and output a cache key NSString. - -The following example sets a filter in the application delegate that will remove any query-string from -the URL before to use it as a cache key: - -```objective-c -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - SDWebImageManager.sharedManager.cacheKeyFilter = ^(NSURL *url) { - url = [[NSURL alloc] initWithScheme:url.scheme host:url.host path:url.path]; - return [url absoluteString]; - }; - - // Your app init code... - return YES; -} -``` +## Animated Images (GIF) support +- Starting with the 4.0 version, we rely on [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage) to take care of our animated images. +- To use it, simply make sure you use `FLAnimatedImageView` instead of `UIImageView`. +- **Note**: there is a backwards compatible feature, so if you are still trying to load a GIF into a `UIImageView`, it will only show the 1st frame as a static image. +- **Important**: FLAnimatedImage only works on the iOS platform, so for all the other platforms (OS X, tvOS, watchOS) we will fallback to the backwards compatibility feature described above Common Problems --------------- @@ -201,21 +115,31 @@ If you don't control the image server you're using, you may not be able to chang ``` objective-c [imageView sd_setImageWithURL:[NSURL URLWithString:@"https://graph.facebook.com/olivier.poitrey/picture"] - placeholderImage:[UIImage imageNamed:@"avatar-placeholder.png"] - options:SDWebImageRefreshCached]; + placeholderImage:[UIImage imageNamed:@"avatar-placeholder.png"] + options:SDWebImageRefreshCached]; ``` ### Add a progress indicator -See this category: https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebImage +Add these before you call ```sd_setImageWithURL``` + +``` objective-c +[imageView setShowActivityIndicatorView:YES]; +[imageView setIndicatorStyle:UIActivityIndicatorViewStyleGray]; +``` + +``` swift +imageView.setShowActivityIndicatorView(true) +imageView.setIndicatorStyle(.Gray) +``` Installation ------------ There are three ways to use SDWebImage in your project: -- using Cocoapods -- copying all the files into your project -- importing the project as a static library +- using CocoaPods +- using Carthage +- by cloning the project into your repository ### Installation with CocoaPods @@ -223,8 +147,8 @@ There are three ways to use SDWebImage in your project: #### Podfile ``` -platform :ios, '6.1' -pod 'SDWebImage', '~>3.7' +platform :ios, '7.0' +pod 'SDWebImage', '~>3.8' ``` If you are using Swift, be sure to add `use_frameworks!` and set your target to iOS 8+: @@ -253,63 +177,8 @@ To install with carthage, follow the instruction on [Carthage](https://github.co github "rs/SDWebImage" ``` -#### Usage -Swift - -If you installed using CocoaPods: -``` -import SDWebImage -``` - -If you installed manually: -``` -import WebImage -``` - -Objective-C - -``` -@import WebImage; -``` - ### Installation by cloning the repository - -In order to gain access to all the files from the repository, you should clone it. -``` -git clone --recursive https://github.com/rs/SDWebImage.git -``` - -### Add the SDWebImage project to your project - -- Download and unzip the last version of the framework from the [download page](https://github.com/rs/SDWebImage/releases) -- Right-click on the project navigator and select "Add Files to "Your Project": -- In the dialog, select SDWebImage.framework: -- Check the "Copy items into destination group's folder (if needed)" checkbox - -### Add dependencies - -- In you application project app’s target settings, find the "Build Phases" section and open the "Link Binary With Libraries" block: -- Click the "+" button again and select the "ImageIO.framework", this is needed by the progressive download feature: - -### Add Linker Flag - -Open the "Build Settings" tab, in the "Linking" section, locate the "Other Linker Flags" setting and add the "-ObjC" flag: - -![Other Linker Flags](http://dl.dropbox.com/u/123346/SDWebImage/10_other_linker_flags.jpg) - -Alternatively, if this causes compilation problems with frameworks that extend optional libraries, such as Parse, RestKit or opencv2, instead of the -ObjC flag use: -``` --force_load SDWebImage.framework/Versions/Current/SDWebImage -``` - -If you're using Cocoa Pods and have any frameworks that extend optional libraries, such as Parsen RestKit or opencv2, instead of the -ObjC flag use: -``` --force_load $(TARGET_BUILD_DIR)/libPods.a -``` -and this: -``` -$(inherited) -``` +- see [Manual install](Docs/ManualInstallation.md) ### Import headers in your source files @@ -324,11 +193,23 @@ In the source files where you need to use the library, import the header file: At this point your workspace should build without error. If you are having problem, post to the Issue and the community can help you solve it. -Future Enhancements -------------------- +## Author +- [Olivier Poitrey](https://github.com/rs) -- LRU memory cache cleanup instead of reset on memory warning +## Collaborators +- [Konstantinos K.](https://github.com/mythodeia) +- [Bogdan Poplauschi](https://github.com/bpoplauschi) ## Licenses All source code is licensed under the [MIT License](https://raw.github.com/rs/SDWebImage/master/LICENSE). + +## Architecture + +

+ +

+ +

+ +

diff --git a/Example/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h b/Example/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h index 69c76dc77..b23b0bd41 100644 --- a/Example/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h +++ b/Example/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h @@ -1,26 +1,33 @@ -// -// Created by Fabrice Aneche on 06/01/14. -// Copyright (c) 2014 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * (c) Fabrice Aneche + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import +#import "SDWebImageCompat.h" + +typedef NS_ENUM(NSInteger, SDImageFormat) { + SDImageFormatUndefined = -1, + SDImageFormatJPEG = 0, + SDImageFormatPNG, + SDImageFormatGIF, + SDImageFormatTIFF, + SDImageFormatWebP +}; @interface NSData (ImageContentType) /** - * Compute the content type for an image data + * Return image format * - * @param data the input data + * @param data the input image data * - * @return the content type as string (i.e. image/jpeg, image/gif) + * @return the image format as `SDImageFormat` (enum) */ -+ (NSString *)sd_contentTypeForImageData:(NSData *)data; - -@end - - -@interface NSData (ImageContentTypeDeprecated) - -+ (NSString *)contentTypeForImageData:(NSData *)data __deprecated_msg("Use `sd_contentTypeForImageData:`"); ++ (SDImageFormat)sd_imageFormatForImageData:(nullable NSData *)data; @end diff --git a/Example/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m b/Example/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m index 0941cfaa0..7364715ff 100644 --- a/Example/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m +++ b/Example/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m @@ -1,49 +1,46 @@ -// -// Created by Fabrice Aneche on 06/01/14. -// Copyright (c) 2014 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * (c) Fabrice Aneche + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "NSData+ImageContentType.h" @implementation NSData (ImageContentType) -+ (NSString *)sd_contentTypeForImageData:(NSData *)data { ++ (SDImageFormat)sd_imageFormatForImageData:(nullable NSData *)data { + if (!data) { + return SDImageFormatUndefined; + } + uint8_t c; [data getBytes:&c length:1]; switch (c) { case 0xFF: - return @"image/jpeg"; + return SDImageFormatJPEG; case 0x89: - return @"image/png"; + return SDImageFormatPNG; case 0x47: - return @"image/gif"; + return SDImageFormatGIF; case 0x49: case 0x4D: - return @"image/tiff"; + return SDImageFormatTIFF; case 0x52: // R as RIFF for WEBP - if ([data length] < 12) { - return nil; + if (data.length < 12) { + return SDImageFormatUndefined; } - + NSString *testString = [[NSString alloc] initWithData:[data subdataWithRange:NSMakeRange(0, 12)] encoding:NSASCIIStringEncoding]; if ([testString hasPrefix:@"RIFF"] && [testString hasSuffix:@"WEBP"]) { - return @"image/webp"; + return SDImageFormatWebP; } - - return nil; } - return nil; -} - -@end - - -@implementation NSData (ImageContentTypeDeprecated) - -+ (NSString *)contentTypeForImageData:(NSData *)data { - return [self sd_contentTypeForImageData:data]; + return SDImageFormatUndefined; } @end diff --git a/Example/Pods/SDWebImage/SDWebImage/NSImage+WebCache.h b/Example/Pods/SDWebImage/SDWebImage/NSImage+WebCache.h new file mode 100644 index 000000000..7515d4074 --- /dev/null +++ b/Example/Pods/SDWebImage/SDWebImage/NSImage+WebCache.h @@ -0,0 +1,23 @@ +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +#import "SDWebImageCompat.h" + +#if SD_MAC + +#import + +@interface NSImage (WebCache) + +- (CGImageRef)CGImage; +- (NSArray *)images; +- (BOOL)isGIF; + +@end + +#endif diff --git a/Example/Pods/SDWebImage/SDWebImage/NSImage+WebCache.m b/Example/Pods/SDWebImage/SDWebImage/NSImage+WebCache.m new file mode 100644 index 000000000..518b498ce --- /dev/null +++ b/Example/Pods/SDWebImage/SDWebImage/NSImage+WebCache.m @@ -0,0 +1,32 @@ +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +#import "NSImage+WebCache.h" + +#if SD_MAC + +@implementation NSImage (WebCache) + +- (CGImageRef)CGImage { + NSRect imageRect = NSMakeRect(0, 0, self.size.width, self.size.height); + CGImageRef cgImage = [self CGImageForProposedRect:&imageRect context:NULL hints:nil]; + return cgImage; +} + +- (NSArray *)images { + return nil; +} + +- (BOOL)isGIF { + return NO; +} + +@end + +#endif + diff --git a/Example/Pods/SDWebImage/SDWebImage/SDImageCache.h b/Example/Pods/SDWebImage/SDWebImage/SDImageCache.h index 957772671..9ae2eb444 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDImageCache.h +++ b/Example/Pods/SDWebImage/SDWebImage/SDImageCache.h @@ -9,6 +9,8 @@ #import #import "SDWebImageCompat.h" +@class SDImageCacheConfig; + typedef NS_ENUM(NSInteger, SDImageCacheType) { /** * The image wasn't available the SDWebImage caches, but was downloaded from the web. @@ -24,33 +26,25 @@ typedef NS_ENUM(NSInteger, SDImageCacheType) { SDImageCacheTypeMemory }; -typedef void(^SDWebImageQueryCompletedBlock)(UIImage *image, SDImageCacheType cacheType); +typedef void(^SDCacheQueryCompletedBlock)(UIImage * _Nullable image, NSData * _Nullable data, SDImageCacheType cacheType); typedef void(^SDWebImageCheckCacheCompletionBlock)(BOOL isInCache); typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger totalSize); + /** * SDImageCache maintains a memory cache and an optional disk cache. Disk cache write operations are performed * asynchronous so it doesn’t add unnecessary latency to the UI. */ @interface SDImageCache : NSObject -/** - * Decompressing images that are downloaded and cached can improve performance but can consume lot of memory. - * Defaults to YES. Set this to NO if you are experiencing a crash due to excessive memory consumption. - */ -@property (assign, nonatomic) BOOL shouldDecompressImages; - -/** - * disable iCloud backup [defaults to YES] - */ -@property (assign, nonatomic) BOOL shouldDisableiCloud; +#pragma mark - Properties /** - * use memory cache [defaults to YES] + * Cache Config object - storing all kind of settings */ -@property (assign, nonatomic) BOOL shouldCacheImagesInMemory; +@property (nonatomic, nonnull, readonly) SDImageCacheConfig *config; /** * The maximum "total cost" of the in-memory image cache. The cost function is the number of pixels held in memory. @@ -62,29 +56,21 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot */ @property (assign, nonatomic) NSUInteger maxMemoryCountLimit; -/** - * The maximum length of time to keep an image in the cache, in seconds - */ -@property (assign, nonatomic) NSInteger maxCacheAge; - -/** - * The maximum size of the cache, in bytes. - */ -@property (assign, nonatomic) NSUInteger maxCacheSize; +#pragma mark - Singleton and initialization /** * Returns global shared cache instance * * @return SDImageCache global instance */ -+ (SDImageCache *)sharedImageCache; ++ (nonnull instancetype)sharedImageCache; /** * Init a new cache store with a specific namespace * * @param ns The namespace to use for this cache store */ -- (id)initWithNamespace:(NSString *)ns; +- (nonnull instancetype)initWithNamespace:(nonnull NSString *)ns; /** * Init a new cache store with a specific namespace and directory @@ -92,9 +78,12 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot * @param ns The namespace to use for this cache store * @param directory Directory to cache disk images in */ -- (id)initWithNamespace:(NSString *)ns diskCacheDirectory:(NSString *)directory; +- (nonnull instancetype)initWithNamespace:(nonnull NSString *)ns + diskCacheDirectory:(nonnull NSString *)directory NS_DESIGNATED_INITIALIZER; + +#pragma mark - Cache paths --(NSString *)makeDiskCachePath:(NSString*)fullNamespace; +- (nullable NSString *)makeDiskCachePath:(nonnull NSString*)fullNamespace; /** * Add a read-only cache path to search for images pre-cached by SDImageCache @@ -102,91 +91,123 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot * * @param path The path to use for this read-only cache path */ -- (void)addReadOnlyCachePath:(NSString *)path; +- (void)addReadOnlyCachePath:(nonnull NSString *)path; + +#pragma mark - Store Ops /** - * Store an image into memory and disk cache at the given key. + * Asynchronously store an image into memory and disk cache at the given key. * - * @param image The image to store - * @param key The unique image cache key, usually it's image absolute URL + * @param image The image to store + * @param key The unique image cache key, usually it's image absolute URL + * @param completionBlock A block executed after the operation is finished */ -- (void)storeImage:(UIImage *)image forKey:(NSString *)key; +- (void)storeImage:(nullable UIImage *)image + forKey:(nullable NSString *)key + completion:(nullable SDWebImageNoParamsBlock)completionBlock; /** - * Store an image into memory and optionally disk cache at the given key. + * Asynchronously store an image into memory and disk cache at the given key. * - * @param image The image to store - * @param key The unique image cache key, usually it's image absolute URL - * @param toDisk Store the image to disk cache if YES + * @param image The image to store + * @param key The unique image cache key, usually it's image absolute URL + * @param toDisk Store the image to disk cache if YES + * @param completionBlock A block executed after the operation is finished */ -- (void)storeImage:(UIImage *)image forKey:(NSString *)key toDisk:(BOOL)toDisk; +- (void)storeImage:(nullable UIImage *)image + forKey:(nullable NSString *)key + toDisk:(BOOL)toDisk + completion:(nullable SDWebImageNoParamsBlock)completionBlock; /** - * Store an image into memory and optionally disk cache at the given key. + * Asynchronously store an image into memory and disk cache at the given key. + * + * @param image The image to store + * @param imageData The image data as returned by the server, this representation will be used for disk storage + * instead of converting the given image object into a storable/compressed image format in order + * to save quality and CPU + * @param key The unique image cache key, usually it's image absolute URL + * @param toDisk Store the image to disk cache if YES + * @param completionBlock A block executed after the operation is finished + */ +- (void)storeImage:(nullable UIImage *)image + imageData:(nullable NSData *)imageData + forKey:(nullable NSString *)key + toDisk:(BOOL)toDisk + completion:(nullable SDWebImageNoParamsBlock)completionBlock; + +/** + * Synchronously store image NSData into disk cache at the given key. + * + * @warning This method is synchronous, make sure to call it from the ioQueue * - * @param image The image to store - * @param recalculate BOOL indicates if imageData can be used or a new data should be constructed from the UIImage - * @param imageData The image data as returned by the server, this representation will be used for disk storage - * instead of converting the given image object into a storable/compressed image format in order - * to save quality and CPU - * @param key The unique image cache key, usually it's image absolute URL - * @param toDisk Store the image to disk cache if YES + * @param imageData The image data to store + * @param key The unique image cache key, usually it's image absolute URL */ -- (void)storeImage:(UIImage *)image recalculateFromImage:(BOOL)recalculate imageData:(NSData *)imageData forKey:(NSString *)key toDisk:(BOOL)toDisk; +- (void)storeImageDataToDisk:(nullable NSData *)imageData forKey:(nullable NSString *)key; + +#pragma mark - Query and Retrieve Ops /** - * Query the disk cache asynchronously. + * Async check if image exists in disk cache already (does not load the image) * - * @param key The unique key used to store the wanted image + * @param key the key describing the url + * @param completionBlock the block to be executed when the check is done. + * @note the completion block will be always executed on the main queue */ -- (NSOperation *)queryDiskCacheForKey:(NSString *)key done:(SDWebImageQueryCompletedBlock)doneBlock; +- (void)diskImageExistsWithKey:(nullable NSString *)key completion:(nullable SDWebImageCheckCacheCompletionBlock)completionBlock; /** - * Query the memory cache synchronously. + * Operation that queries the cache asynchronously and call the completion when done. * - * @param key The unique key used to store the wanted image + * @param key The unique key used to store the wanted image + * @param doneBlock The completion block. Will not get called if the operation is cancelled + * + * @return a NSOperation instance containing the cache op */ -- (UIImage *)imageFromMemoryCacheForKey:(NSString *)key; +- (nullable NSOperation *)queryCacheOperationForKey:(nullable NSString *)key done:(nullable SDCacheQueryCompletedBlock)doneBlock; /** - * Query the disk cache synchronously after checking the memory cache. + * Query the memory cache synchronously. * - * @param key The unique key used to store the wanted image + * @param key The unique key used to store the image */ -- (UIImage *)imageFromDiskCacheForKey:(NSString *)key; +- (nullable UIImage *)imageFromMemoryCacheForKey:(nullable NSString *)key; /** - * Remove the image from memory and disk cache synchronously + * Query the disk cache synchronously. * - * @param key The unique image cache key + * @param key The unique key used to store the image */ -- (void)removeImageForKey:(NSString *)key; - +- (nullable UIImage *)imageFromDiskCacheForKey:(nullable NSString *)key; /** - * Remove the image from memory and disk cache asynchronously + * Query the cache (memory and or disk) synchronously after checking the memory cache. * - * @param key The unique image cache key - * @param completion An block that should be executed after the image has been removed (optional) + * @param key The unique key used to store the image */ -- (void)removeImageForKey:(NSString *)key withCompletion:(SDWebImageNoParamsBlock)completion; +- (nullable UIImage *)imageFromCacheForKey:(nullable NSString *)key; + +#pragma mark - Remove Ops /** - * Remove the image from memory and optionally disk cache asynchronously + * Remove the image from memory and disk cache asynchronously * - * @param key The unique image cache key - * @param fromDisk Also remove cache entry from disk if YES + * @param key The unique image cache key + * @param completion A block that should be executed after the image has been removed (optional) */ -- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk; +- (void)removeImageForKey:(nullable NSString *)key withCompletion:(nullable SDWebImageNoParamsBlock)completion; /** * Remove the image from memory and optionally disk cache asynchronously * * @param key The unique image cache key * @param fromDisk Also remove cache entry from disk if YES - * @param completion An block that should be executed after the image has been removed (optional) + * @param completion A block that should be executed after the image has been removed (optional) */ -- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(SDWebImageNoParamsBlock)completion; +- (void)removeImageForKey:(nullable NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(nullable SDWebImageNoParamsBlock)completion; + +#pragma mark - Cache clean Ops /** * Clear all memory cached images @@ -194,28 +215,18 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot - (void)clearMemory; /** - * Clear all disk cached images. Non-blocking method - returns immediately. - * @param completion An block that should be executed after cache expiration completes (optional) - */ -- (void)clearDiskOnCompletion:(SDWebImageNoParamsBlock)completion; - -/** - * Clear all disk cached images - * @see clearDiskOnCompletion: + * Async clear all disk cached images. Non-blocking method - returns immediately. + * @param completion A block that should be executed after cache expiration completes (optional) */ -- (void)clearDisk; +- (void)clearDiskOnCompletion:(nullable SDWebImageNoParamsBlock)completion; /** - * Remove all expired cached image from disk. Non-blocking method - returns immediately. - * @param completionBlock An block that should be executed after cache expiration completes (optional) + * Async remove all expired cached image from disk. Non-blocking method - returns immediately. + * @param completionBlock A block that should be executed after cache expiration completes (optional) */ -- (void)cleanDiskWithCompletionBlock:(SDWebImageNoParamsBlock)completionBlock; +- (void)deleteOldFilesWithCompletionBlock:(nullable SDWebImageNoParamsBlock)completionBlock; -/** - * Remove all expired cached image from disk - * @see cleanDiskWithCompletionBlock: - */ -- (void)cleanDisk; +#pragma mark - Cache Info /** * Get the size used by the disk cache @@ -230,25 +241,9 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot /** * Asynchronously calculate the disk cache's size. */ -- (void)calculateSizeWithCompletionBlock:(SDWebImageCalculateSizeBlock)completionBlock; +- (void)calculateSizeWithCompletionBlock:(nullable SDWebImageCalculateSizeBlock)completionBlock; -/** - * Async check if image exists in disk cache already (does not load the image) - * - * @param key the key describing the url - * @param completionBlock the block to be executed when the check is done. - * @note the completion block will be always executed on the main queue - */ -- (void)diskImageExistsWithKey:(NSString *)key completion:(SDWebImageCheckCacheCompletionBlock)completionBlock; - -/** - * Check if image exists in disk cache already (does not load the image) - * - * @param key the key describing the url - * - * @return YES if an image exists for the given key - */ -- (BOOL)diskImageExistsWithKey:(NSString *)key; +#pragma mark - Cache Paths /** * Get the cache path for a certain key (needs the cache path root folder) @@ -258,7 +253,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot * * @return the cache path */ -- (NSString *)cachePathForKey:(NSString *)key inPath:(NSString *)path; +- (nullable NSString *)cachePathForKey:(nullable NSString *)key inPath:(nonnull NSString *)path; /** * Get the default cache path for a certain key @@ -267,6 +262,6 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot * * @return the default cache path */ -- (NSString *)defaultCachePathForKey:(NSString *)key; +- (nullable NSString *)defaultCachePathForKey:(nullable NSString *)key; @end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDImageCache.m b/Example/Pods/SDWebImage/SDWebImage/SDImageCache.m index aa0ff6c90..acd5ee6a3 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDImageCache.m +++ b/Example/Pods/SDWebImage/SDWebImage/SDImageCache.m @@ -10,6 +10,10 @@ #import "SDWebImageDecoder.h" #import "UIImage+MultiFormat.h" #import +#import "UIImage+GIF.h" +#import "NSData+ImageContentType.h" +#import "NSImage+WebCache.h" +#import "SDImageCacheConfig.h" // See https://github.com/rs/SDWebImage/pull/1141 for discussion @interface AutoPurgeCache : NSCache @@ -17,51 +21,40 @@ @interface AutoPurgeCache : NSCache @implementation AutoPurgeCache -- (id)init -{ +- (nonnull instancetype)init { self = [super init]; if (self) { +#if SD_UIKIT [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(removeAllObjects) name:UIApplicationDidReceiveMemoryWarningNotification object:nil]; +#endif } return self; } -- (void)dealloc -{ +- (void)dealloc { +#if SD_UIKIT [[NSNotificationCenter defaultCenter] removeObserver:self name:UIApplicationDidReceiveMemoryWarningNotification object:nil]; - +#endif } @end -static const NSInteger kDefaultCacheMaxCacheAge = 60 * 60 * 24 * 7; // 1 week -// PNG signature bytes and data (below) -static unsigned char kPNGSignatureBytes[8] = {0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A}; -static NSData *kPNGSignatureData = nil; - -BOOL ImageDataHasPNGPreffix(NSData *data); - -BOOL ImageDataHasPNGPreffix(NSData *data) { - NSUInteger pngSignatureLength = [kPNGSignatureData length]; - if ([data length] >= pngSignatureLength) { - if ([[data subdataWithRange:NSMakeRange(0, pngSignatureLength)] isEqualToData:kPNGSignatureData]) { - return YES; - } - } - - return NO; -} FOUNDATION_STATIC_INLINE NSUInteger SDCacheCostForImage(UIImage *image) { +#if SD_MAC + return image.size.height * image.size.width; +#elif SD_UIKIT || SD_WATCH return image.size.height * image.size.width * image.scale * image.scale; +#endif } @interface SDImageCache () -@property (strong, nonatomic) NSCache *memCache; -@property (strong, nonatomic) NSString *diskCachePath; -@property (strong, nonatomic) NSMutableArray *customPaths; -@property (SDDispatchQueueSetterSementics, nonatomic) dispatch_queue_t ioQueue; +#pragma mark - Properties +@property (strong, nonatomic, nonnull) NSCache *memCache; +@property (strong, nonatomic, nonnull) NSString *diskCachePath; +@property (strong, nonatomic, nullable) NSMutableArray *customPaths; +@property (SDDispatchQueueSetterSementics, nonatomic, nullable) dispatch_queue_t ioQueue; @end @@ -70,7 +63,9 @@ @implementation SDImageCache { NSFileManager *_fileManager; } -+ (SDImageCache *)sharedImageCache { +#pragma mark - Singleton, init, dealloc + ++ (nonnull instancetype)sharedImageCache { static dispatch_once_t once; static id instance; dispatch_once(&once, ^{ @@ -79,28 +74,25 @@ + (SDImageCache *)sharedImageCache { return instance; } -- (id)init { +- (instancetype)init { return [self initWithNamespace:@"default"]; } -- (id)initWithNamespace:(NSString *)ns { +- (nonnull instancetype)initWithNamespace:(nonnull NSString *)ns { NSString *path = [self makeDiskCachePath:ns]; return [self initWithNamespace:ns diskCacheDirectory:path]; } -- (id)initWithNamespace:(NSString *)ns diskCacheDirectory:(NSString *)directory { +- (nonnull instancetype)initWithNamespace:(nonnull NSString *)ns + diskCacheDirectory:(nonnull NSString *)directory { if ((self = [super init])) { NSString *fullNamespace = [@"com.hackemist.SDWebImageCache." stringByAppendingString:ns]; - - // initialise PNG signature data - kPNGSignatureData = [NSData dataWithBytes:kPNGSignatureBytes length:8]; - + // Create IO serial queue _ioQueue = dispatch_queue_create("com.hackemist.SDWebImageCache", DISPATCH_QUEUE_SERIAL); - - // Init default values - _maxCacheAge = kDefaultCacheMaxCacheAge; - + + _config = [[SDImageCacheConfig alloc] init]; + // Init the memory cache _memCache = [[AutoPurgeCache alloc] init]; _memCache.name = fullNamespace; @@ -113,20 +105,11 @@ - (id)initWithNamespace:(NSString *)ns diskCacheDirectory:(NSString *)directory _diskCachePath = path; } - // Set decompression to YES - _shouldDecompressImages = YES; - - // memory cache enabled - _shouldCacheImagesInMemory = YES; - - // Disable iCloud - _shouldDisableiCloud = YES; - dispatch_sync(_ioQueue, ^{ _fileManager = [NSFileManager new]; }); -#if TARGET_OS_IPHONE +#if SD_UIKIT // Subscribe to app events [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(clearMemory) @@ -134,12 +117,12 @@ - (id)initWithNamespace:(NSString *)ns diskCacheDirectory:(NSString *)directory object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(cleanDisk) + selector:@selector(deleteOldFiles) name:UIApplicationWillTerminateNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(backgroundCleanDisk) + selector:@selector(backgroundDeleteOldFiles) name:UIApplicationDidEnterBackgroundNotification object:nil]; #endif @@ -153,7 +136,17 @@ - (void)dealloc { SDDispatchQueueRelease(_ioQueue); } -- (void)addReadOnlyCachePath:(NSString *)path { +- (void)checkIfQueueIsIOQueue { + const char *currentQueueLabel = dispatch_queue_get_label(DISPATCH_CURRENT_QUEUE_LABEL); + const char *ioQueueLabel = dispatch_queue_get_label(self.ioQueue); + if (strcmp(currentQueueLabel, ioQueueLabel) != 0) { + NSLog(@"This method should be called from the ioQueue"); + } +} + +#pragma mark - Cache paths + +- (void)addReadOnlyCachePath:(nonnull NSString *)path { if (!self.customPaths) { self.customPaths = [NSMutableArray new]; } @@ -163,19 +156,17 @@ - (void)addReadOnlyCachePath:(NSString *)path { } } -- (NSString *)cachePathForKey:(NSString *)key inPath:(NSString *)path { +- (nullable NSString *)cachePathForKey:(nullable NSString *)key inPath:(nonnull NSString *)path { NSString *filename = [self cachedFileNameForKey:key]; return [path stringByAppendingPathComponent:filename]; } -- (NSString *)defaultCachePathForKey:(NSString *)key { +- (nullable NSString *)defaultCachePathForKey:(nullable NSString *)key { return [self cachePathForKey:key inPath:self.diskCachePath]; } -#pragma mark SDImageCache (private) - -- (NSString *)cachedFileNameForKey:(NSString *)key { - const char *str = [key UTF8String]; +- (nullable NSString *)cachedFileNameForKey:(nullable NSString *)key { + const char *str = key.UTF8String; if (str == NULL) { str = ""; } @@ -183,117 +174,105 @@ - (NSString *)cachedFileNameForKey:(NSString *)key { CC_MD5(str, (CC_LONG)strlen(str), r); NSString *filename = [NSString stringWithFormat:@"%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%@", r[0], r[1], r[2], r[3], r[4], r[5], r[6], r[7], r[8], r[9], r[10], - r[11], r[12], r[13], r[14], r[15], [[key pathExtension] isEqualToString:@""] ? @"" : [NSString stringWithFormat:@".%@", [key pathExtension]]]; + r[11], r[12], r[13], r[14], r[15], [key.pathExtension isEqualToString:@""] ? @"" : [NSString stringWithFormat:@".%@", key.pathExtension]]; return filename; } -#pragma mark ImageCache - -// Init the disk cache --(NSString *)makeDiskCachePath:(NSString*)fullNamespace{ - NSArray *paths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES); +- (nullable NSString *)makeDiskCachePath:(nonnull NSString*)fullNamespace { + NSArray *paths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES); return [paths[0] stringByAppendingPathComponent:fullNamespace]; } -- (void)storeImage:(UIImage *)image recalculateFromImage:(BOOL)recalculate imageData:(NSData *)imageData forKey:(NSString *)key toDisk:(BOOL)toDisk { +#pragma mark - Store Ops + +- (void)storeImage:(nullable UIImage *)image + forKey:(nullable NSString *)key + completion:(nullable SDWebImageNoParamsBlock)completionBlock { + [self storeImage:image imageData:nil forKey:key toDisk:YES completion:completionBlock]; +} + +- (void)storeImage:(nullable UIImage *)image + forKey:(nullable NSString *)key + toDisk:(BOOL)toDisk + completion:(nullable SDWebImageNoParamsBlock)completionBlock { + [self storeImage:image imageData:nil forKey:key toDisk:toDisk completion:completionBlock]; +} + +- (void)storeImage:(nullable UIImage *)image + imageData:(nullable NSData *)imageData + forKey:(nullable NSString *)key + toDisk:(BOOL)toDisk + completion:(nullable SDWebImageNoParamsBlock)completionBlock { if (!image || !key) { + if (completionBlock) { + completionBlock(); + } return; } // if memory cache is enabled - if (self.shouldCacheImagesInMemory) { + if (self.config.shouldCacheImagesInMemory) { NSUInteger cost = SDCacheCostForImage(image); [self.memCache setObject:image forKey:key cost:cost]; } - + if (toDisk) { dispatch_async(self.ioQueue, ^{ NSData *data = imageData; - - if (image && (recalculate || !data)) { -#if TARGET_OS_IPHONE - // We need to determine if the image is a PNG or a JPEG - // PNGs are easier to detect because they have a unique signature (http://www.w3.org/TR/PNG-Structure.html) - // The first eight bytes of a PNG file always contain the following (decimal) values: - // 137 80 78 71 13 10 26 10 - - // If the imageData is nil (i.e. if trying to save a UIImage directly or the image was transformed on download) - // and the image has an alpha channel, we will consider it PNG to avoid losing the transparency - int alphaInfo = CGImageGetAlphaInfo(image.CGImage); - BOOL hasAlpha = !(alphaInfo == kCGImageAlphaNone || - alphaInfo == kCGImageAlphaNoneSkipFirst || - alphaInfo == kCGImageAlphaNoneSkipLast); - BOOL imageIsPng = hasAlpha; - - // But if we have an image data, we will look at the preffix - if ([imageData length] >= [kPNGSignatureData length]) { - imageIsPng = ImageDataHasPNGPreffix(imageData); - } - - if (imageIsPng) { - data = UIImagePNGRepresentation(image); - } - else { - data = UIImageJPEGRepresentation(image, (CGFloat)1.0); - } -#else - data = [NSBitmapImageRep representationOfImageRepsInArray:image.representations usingType: NSJPEGFileType properties:nil]; -#endif + + if (!data && image) { + SDImageFormat imageFormatFromData = [NSData sd_imageFormatForImageData:data]; + data = [image sd_imageDataAsFormat:imageFormatFromData]; } - - if (data) { - if (![_fileManager fileExistsAtPath:_diskCachePath]) { - [_fileManager createDirectoryAtPath:_diskCachePath withIntermediateDirectories:YES attributes:nil error:NULL]; - } - - // get cache Path for image key - NSString *cachePathForKey = [self defaultCachePathForKey:key]; - // transform to NSUrl - NSURL *fileURL = [NSURL fileURLWithPath:cachePathForKey]; - - [_fileManager createFileAtPath:cachePathForKey contents:data attributes:nil]; - - // disable iCloud backup - if (self.shouldDisableiCloud) { - [fileURL setResourceValue:[NSNumber numberWithBool:YES] forKey:NSURLIsExcludedFromBackupKey error:nil]; - } + + [self storeImageDataToDisk:data forKey:key]; + if (completionBlock) { + dispatch_async(dispatch_get_main_queue(), ^{ + completionBlock(); + }); } }); + } else { + if (completionBlock) { + completionBlock(); + } } } -- (void)storeImage:(UIImage *)image forKey:(NSString *)key { - [self storeImage:image recalculateFromImage:YES imageData:nil forKey:key toDisk:YES]; -} - -- (void)storeImage:(UIImage *)image forKey:(NSString *)key toDisk:(BOOL)toDisk { - [self storeImage:image recalculateFromImage:YES imageData:nil forKey:key toDisk:toDisk]; -} - -- (BOOL)diskImageExistsWithKey:(NSString *)key { - BOOL exists = NO; +- (void)storeImageDataToDisk:(nullable NSData *)imageData forKey:(nullable NSString *)key { + if (!imageData || !key) { + return; + } - // this is an exception to access the filemanager on another queue than ioQueue, but we are using the shared instance - // from apple docs on NSFileManager: The methods of the shared NSFileManager object can be called from multiple threads safely. - exists = [[NSFileManager defaultManager] fileExistsAtPath:[self defaultCachePathForKey:key]]; - - // fallback because of https://github.com/rs/SDWebImage/pull/976 that added the extension to the disk file name - // checking the key with and without the extension - if (!exists) { - exists = [[NSFileManager defaultManager] fileExistsAtPath:[[self defaultCachePathForKey:key] stringByDeletingPathExtension]]; + [self checkIfQueueIsIOQueue]; + + if (![_fileManager fileExistsAtPath:_diskCachePath]) { + [_fileManager createDirectoryAtPath:_diskCachePath withIntermediateDirectories:YES attributes:nil error:NULL]; } - return exists; + // get cache Path for image key + NSString *cachePathForKey = [self defaultCachePathForKey:key]; + // transform to NSUrl + NSURL *fileURL = [NSURL fileURLWithPath:cachePathForKey]; + + [_fileManager createFileAtPath:cachePathForKey contents:imageData attributes:nil]; + + // disable iCloud backup + if (self.config.shouldDisableiCloud) { + [fileURL setResourceValue:@YES forKey:NSURLIsExcludedFromBackupKey error:nil]; + } } -- (void)diskImageExistsWithKey:(NSString *)key completion:(SDWebImageCheckCacheCompletionBlock)completionBlock { +#pragma mark - Query and Retrieve Ops + +- (void)diskImageExistsWithKey:(nullable NSString *)key completion:(nullable SDWebImageCheckCacheCompletionBlock)completionBlock { dispatch_async(_ioQueue, ^{ BOOL exists = [_fileManager fileExistsAtPath:[self defaultCachePathForKey:key]]; // fallback because of https://github.com/rs/SDWebImage/pull/976 that added the extension to the disk file name // checking the key with and without the extension if (!exists) { - exists = [_fileManager fileExistsAtPath:[[self defaultCachePathForKey:key] stringByDeletingPathExtension]]; + exists = [_fileManager fileExistsAtPath:[self defaultCachePathForKey:key].stringByDeletingPathExtension]; } if (completionBlock) { @@ -304,29 +283,33 @@ - (void)diskImageExistsWithKey:(NSString *)key completion:(SDWebImageCheckCacheC }); } -- (UIImage *)imageFromMemoryCacheForKey:(NSString *)key { +- (nullable UIImage *)imageFromMemoryCacheForKey:(nullable NSString *)key { return [self.memCache objectForKey:key]; } -- (UIImage *)imageFromDiskCacheForKey:(NSString *)key { +- (nullable UIImage *)imageFromDiskCacheForKey:(nullable NSString *)key { + UIImage *diskImage = [self diskImageForKey:key]; + if (diskImage && self.config.shouldCacheImagesInMemory) { + NSUInteger cost = SDCacheCostForImage(diskImage); + [self.memCache setObject:diskImage forKey:key cost:cost]; + } + return diskImage; +} + +- (nullable UIImage *)imageFromCacheForKey:(nullable NSString *)key { // First check the in-memory cache... UIImage *image = [self imageFromMemoryCacheForKey:key]; if (image) { return image; } - + // Second check the disk cache... - UIImage *diskImage = [self diskImageForKey:key]; - if (diskImage && self.shouldCacheImagesInMemory) { - NSUInteger cost = SDCacheCostForImage(diskImage); - [self.memCache setObject:diskImage forKey:key cost:cost]; - } - - return diskImage; + image = [self imageFromDiskCacheForKey:key]; + return image; } -- (NSData *)diskImageDataBySearchingAllPathsForKey:(NSString *)key { +- (nullable NSData *)diskImageDataBySearchingAllPathsForKey:(nullable NSString *)key { NSString *defaultPath = [self defaultCachePathForKey:key]; NSData *data = [NSData dataWithContentsOfFile:defaultPath]; if (data) { @@ -335,12 +318,12 @@ - (NSData *)diskImageDataBySearchingAllPathsForKey:(NSString *)key { // fallback because of https://github.com/rs/SDWebImage/pull/976 that added the extension to the disk file name // checking the key with and without the extension - data = [NSData dataWithContentsOfFile:[defaultPath stringByDeletingPathExtension]]; + data = [NSData dataWithContentsOfFile:defaultPath.stringByDeletingPathExtension]; if (data) { return data; } - NSArray *customPaths = [self.customPaths copy]; + NSArray *customPaths = [self.customPaths copy]; for (NSString *path in customPaths) { NSString *filePath = [self cachePathForKey:key inPath:path]; NSData *imageData = [NSData dataWithContentsOfFile:filePath]; @@ -350,7 +333,7 @@ - (NSData *)diskImageDataBySearchingAllPathsForKey:(NSString *)key { // fallback because of https://github.com/rs/SDWebImage/pull/976 that added the extension to the disk file name // checking the key with and without the extension - imageData = [NSData dataWithContentsOfFile:[filePath stringByDeletingPathExtension]]; + imageData = [NSData dataWithContentsOfFile:filePath.stringByDeletingPathExtension]; if (imageData) { return imageData; } @@ -359,12 +342,12 @@ - (NSData *)diskImageDataBySearchingAllPathsForKey:(NSString *)key { return nil; } -- (UIImage *)diskImageForKey:(NSString *)key { +- (nullable UIImage *)diskImageForKey:(nullable NSString *)key { NSData *data = [self diskImageDataBySearchingAllPathsForKey:key]; if (data) { UIImage *image = [UIImage sd_imageWithData:data]; image = [self scaledImageForKey:key image:image]; - if (self.shouldDecompressImages) { + if (self.config.shouldDecompressImages) { image = [UIImage decodedImageWithImage:image]; } return image; @@ -374,68 +357,69 @@ - (UIImage *)diskImageForKey:(NSString *)key { } } -- (UIImage *)scaledImageForKey:(NSString *)key image:(UIImage *)image { +- (nullable UIImage *)scaledImageForKey:(nullable NSString *)key image:(nullable UIImage *)image { return SDScaledImageForKey(key, image); } -- (NSOperation *)queryDiskCacheForKey:(NSString *)key done:(SDWebImageQueryCompletedBlock)doneBlock { - if (!doneBlock) { - return nil; - } - +- (nullable NSOperation *)queryCacheOperationForKey:(nullable NSString *)key done:(nullable SDCacheQueryCompletedBlock)doneBlock { if (!key) { - doneBlock(nil, SDImageCacheTypeNone); + if (doneBlock) { + doneBlock(nil, nil, SDImageCacheTypeNone); + } return nil; } // First check the in-memory cache... UIImage *image = [self imageFromMemoryCacheForKey:key]; if (image) { - doneBlock(image, SDImageCacheTypeMemory); + NSData *diskData = nil; + if ([image isGIF]) { + diskData = [self diskImageDataBySearchingAllPathsForKey:key]; + } + if (doneBlock) { + doneBlock(image, diskData, SDImageCacheTypeMemory); + } return nil; } NSOperation *operation = [NSOperation new]; dispatch_async(self.ioQueue, ^{ if (operation.isCancelled) { + // do not call the completion if cancelled return; } @autoreleasepool { + NSData *diskData = [self diskImageDataBySearchingAllPathsForKey:key]; UIImage *diskImage = [self diskImageForKey:key]; - if (diskImage && self.shouldCacheImagesInMemory) { + if (diskImage && self.config.shouldCacheImagesInMemory) { NSUInteger cost = SDCacheCostForImage(diskImage); [self.memCache setObject:diskImage forKey:key cost:cost]; } - dispatch_async(dispatch_get_main_queue(), ^{ - doneBlock(diskImage, SDImageCacheTypeDisk); - }); + if (doneBlock) { + dispatch_async(dispatch_get_main_queue(), ^{ + doneBlock(diskImage, diskData, SDImageCacheTypeDisk); + }); + } } }); return operation; } -- (void)removeImageForKey:(NSString *)key { - [self removeImageForKey:key withCompletion:nil]; -} +#pragma mark - Remove Ops -- (void)removeImageForKey:(NSString *)key withCompletion:(SDWebImageNoParamsBlock)completion { +- (void)removeImageForKey:(nullable NSString *)key withCompletion:(nullable SDWebImageNoParamsBlock)completion { [self removeImageForKey:key fromDisk:YES withCompletion:completion]; } -- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk { - [self removeImageForKey:key fromDisk:fromDisk withCompletion:nil]; -} - -- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(SDWebImageNoParamsBlock)completion { - +- (void)removeImageForKey:(nullable NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(nullable SDWebImageNoParamsBlock)completion { if (key == nil) { return; } - if (self.shouldCacheImagesInMemory) { + if (self.config.shouldCacheImagesInMemory) { [self.memCache removeObjectForKey:key]; } @@ -455,6 +439,8 @@ - (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk withCompletion } +# pragma mark - Mem Cache settings + - (void)setMaxMemoryCost:(NSUInteger)maxMemoryCost { self.memCache.totalCostLimit = maxMemoryCost; } @@ -471,16 +457,13 @@ - (void)setMaxMemoryCountLimit:(NSUInteger)maxCountLimit { self.memCache.countLimit = maxCountLimit; } +#pragma mark - Cache clean Ops + - (void)clearMemory { [self.memCache removeAllObjects]; } -- (void)clearDisk { - [self clearDiskOnCompletion:nil]; -} - -- (void)clearDiskOnCompletion:(SDWebImageNoParamsBlock)completion -{ +- (void)clearDiskOnCompletion:(nullable SDWebImageNoParamsBlock)completion { dispatch_async(self.ioQueue, ^{ [_fileManager removeItemAtPath:self.diskCachePath error:nil]; [_fileManager createDirectoryAtPath:self.diskCachePath @@ -496,14 +479,14 @@ - (void)clearDiskOnCompletion:(SDWebImageNoParamsBlock)completion }); } -- (void)cleanDisk { - [self cleanDiskWithCompletionBlock:nil]; +- (void)deleteOldFiles { + [self deleteOldFilesWithCompletionBlock:nil]; } -- (void)cleanDiskWithCompletionBlock:(SDWebImageNoParamsBlock)completionBlock { +- (void)deleteOldFilesWithCompletionBlock:(nullable SDWebImageNoParamsBlock)completionBlock { dispatch_async(self.ioQueue, ^{ NSURL *diskCacheURL = [NSURL fileURLWithPath:self.diskCachePath isDirectory:YES]; - NSArray *resourceKeys = @[NSURLIsDirectoryKey, NSURLContentModificationDateKey, NSURLTotalFileAllocatedSizeKey]; + NSArray *resourceKeys = @[NSURLIsDirectoryKey, NSURLContentModificationDateKey, NSURLTotalFileAllocatedSizeKey]; // This enumerator prefetches useful properties for our cache files. NSDirectoryEnumerator *fileEnumerator = [_fileManager enumeratorAtURL:diskCacheURL @@ -511,20 +494,21 @@ - (void)cleanDiskWithCompletionBlock:(SDWebImageNoParamsBlock)completionBlock { options:NSDirectoryEnumerationSkipsHiddenFiles errorHandler:NULL]; - NSDate *expirationDate = [NSDate dateWithTimeIntervalSinceNow:-self.maxCacheAge]; - NSMutableDictionary *cacheFiles = [NSMutableDictionary dictionary]; + NSDate *expirationDate = [NSDate dateWithTimeIntervalSinceNow:-self.config.maxCacheAge]; + NSMutableDictionary *> *cacheFiles = [NSMutableDictionary dictionary]; NSUInteger currentCacheSize = 0; // Enumerate all of the files in the cache directory. This loop has two purposes: // // 1. Removing files that are older than the expiration date. // 2. Storing file attributes for the size-based cleanup pass. - NSMutableArray *urlsToDelete = [[NSMutableArray alloc] init]; + NSMutableArray *urlsToDelete = [[NSMutableArray alloc] init]; for (NSURL *fileURL in fileEnumerator) { - NSDictionary *resourceValues = [fileURL resourceValuesForKeys:resourceKeys error:NULL]; + NSError *error; + NSDictionary *resourceValues = [fileURL resourceValuesForKeys:resourceKeys error:&error]; - // Skip directories. - if ([resourceValues[NSURLIsDirectoryKey] boolValue]) { + // Skip directories and errors. + if (error || !resourceValues || [resourceValues[NSURLIsDirectoryKey] boolValue]) { continue; } @@ -537,8 +521,8 @@ - (void)cleanDiskWithCompletionBlock:(SDWebImageNoParamsBlock)completionBlock { // Store a reference to this file and account for its total size. NSNumber *totalAllocatedSize = resourceValues[NSURLTotalFileAllocatedSizeKey]; - currentCacheSize += [totalAllocatedSize unsignedIntegerValue]; - [cacheFiles setObject:resourceValues forKey:fileURL]; + currentCacheSize += totalAllocatedSize.unsignedIntegerValue; + cacheFiles[fileURL] = resourceValues; } for (NSURL *fileURL in urlsToDelete) { @@ -547,22 +531,22 @@ - (void)cleanDiskWithCompletionBlock:(SDWebImageNoParamsBlock)completionBlock { // If our remaining disk cache exceeds a configured maximum size, perform a second // size-based cleanup pass. We delete the oldest files first. - if (self.maxCacheSize > 0 && currentCacheSize > self.maxCacheSize) { + if (self.config.maxCacheSize > 0 && currentCacheSize > self.config.maxCacheSize) { // Target half of our maximum cache size for this cleanup pass. - const NSUInteger desiredCacheSize = self.maxCacheSize / 2; + const NSUInteger desiredCacheSize = self.config.maxCacheSize / 2; // Sort the remaining cache files by their last modification time (oldest first). - NSArray *sortedFiles = [cacheFiles keysSortedByValueWithOptions:NSSortConcurrent - usingComparator:^NSComparisonResult(id obj1, id obj2) { - return [obj1[NSURLContentModificationDateKey] compare:obj2[NSURLContentModificationDateKey]]; - }]; + NSArray *sortedFiles = [cacheFiles keysSortedByValueWithOptions:NSSortConcurrent + usingComparator:^NSComparisonResult(id obj1, id obj2) { + return [obj1[NSURLContentModificationDateKey] compare:obj2[NSURLContentModificationDateKey]]; + }]; // Delete files until we fall below our desired cache size. for (NSURL *fileURL in sortedFiles) { if ([_fileManager removeItemAtURL:fileURL error:nil]) { - NSDictionary *resourceValues = cacheFiles[fileURL]; + NSDictionary *resourceValues = cacheFiles[fileURL]; NSNumber *totalAllocatedSize = resourceValues[NSURLTotalFileAllocatedSizeKey]; - currentCacheSize -= [totalAllocatedSize unsignedIntegerValue]; + currentCacheSize -= totalAllocatedSize.unsignedIntegerValue; if (currentCacheSize < desiredCacheSize) { break; @@ -578,7 +562,8 @@ - (void)cleanDiskWithCompletionBlock:(SDWebImageNoParamsBlock)completionBlock { }); } -- (void)backgroundCleanDisk { +#if SD_UIKIT +- (void)backgroundDeleteOldFiles { Class UIApplicationClass = NSClassFromString(@"UIApplication"); if(!UIApplicationClass || ![UIApplicationClass respondsToSelector:@selector(sharedApplication)]) { return; @@ -592,11 +577,14 @@ - (void)backgroundCleanDisk { }]; // Start the long-running task and return immediately. - [self cleanDiskWithCompletionBlock:^{ + [self deleteOldFilesWithCompletionBlock:^{ [application endBackgroundTask:bgTask]; bgTask = UIBackgroundTaskInvalid; }]; } +#endif + +#pragma mark - Cache Info - (NSUInteger)getSize { __block NSUInteger size = 0; @@ -604,7 +592,7 @@ - (NSUInteger)getSize { NSDirectoryEnumerator *fileEnumerator = [_fileManager enumeratorAtPath:self.diskCachePath]; for (NSString *fileName in fileEnumerator) { NSString *filePath = [self.diskCachePath stringByAppendingPathComponent:fileName]; - NSDictionary *attrs = [[NSFileManager defaultManager] attributesOfItemAtPath:filePath error:nil]; + NSDictionary *attrs = [[NSFileManager defaultManager] attributesOfItemAtPath:filePath error:nil]; size += [attrs fileSize]; } }); @@ -615,12 +603,12 @@ - (NSUInteger)getDiskCount { __block NSUInteger count = 0; dispatch_sync(self.ioQueue, ^{ NSDirectoryEnumerator *fileEnumerator = [_fileManager enumeratorAtPath:self.diskCachePath]; - count = [[fileEnumerator allObjects] count]; + count = fileEnumerator.allObjects.count; }); return count; } -- (void)calculateSizeWithCompletionBlock:(SDWebImageCalculateSizeBlock)completionBlock { +- (void)calculateSizeWithCompletionBlock:(nullable SDWebImageCalculateSizeBlock)completionBlock { NSURL *diskCacheURL = [NSURL fileURLWithPath:self.diskCachePath isDirectory:YES]; dispatch_async(self.ioQueue, ^{ @@ -635,7 +623,7 @@ - (void)calculateSizeWithCompletionBlock:(SDWebImageCalculateSizeBlock)completio for (NSURL *fileURL in fileEnumerator) { NSNumber *fileSize; [fileURL getResourceValue:&fileSize forKey:NSURLFileSizeKey error:NULL]; - totalSize += [fileSize unsignedIntegerValue]; + totalSize += fileSize.unsignedIntegerValue; fileCount += 1; } @@ -648,3 +636,4 @@ - (void)calculateSizeWithCompletionBlock:(SDWebImageCalculateSizeBlock)completio } @end + diff --git a/Example/Pods/SDWebImage/SDWebImage/SDImageCacheConfig.h b/Example/Pods/SDWebImage/SDWebImage/SDImageCacheConfig.h new file mode 100644 index 000000000..fd83527d8 --- /dev/null +++ b/Example/Pods/SDWebImage/SDWebImage/SDImageCacheConfig.h @@ -0,0 +1,40 @@ +// +// SDImageCacheConfig.h +// SDWebImage +// +// Created by Bogdan on 09/09/16. +// Copyright © 2016 Dailymotion. All rights reserved. +// + +#import +#import "SDWebImageCompat.h" + +@interface SDImageCacheConfig : NSObject + +/** + * Decompressing images that are downloaded and cached can improve performance but can consume lot of memory. + * Defaults to YES. Set this to NO if you are experiencing a crash due to excessive memory consumption. + */ +@property (assign, nonatomic) BOOL shouldDecompressImages; + +/** + * disable iCloud backup [defaults to YES] + */ +@property (assign, nonatomic) BOOL shouldDisableiCloud; + +/** + * use memory cache [defaults to YES] + */ +@property (assign, nonatomic) BOOL shouldCacheImagesInMemory; + +/** + * The maximum length of time to keep an image in the cache, in seconds + */ +@property (assign, nonatomic) NSInteger maxCacheAge; + +/** + * The maximum size of the cache, in bytes. + */ +@property (assign, nonatomic) NSUInteger maxCacheSize; + +@end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDImageCacheConfig.m b/Example/Pods/SDWebImage/SDWebImage/SDImageCacheConfig.m new file mode 100644 index 000000000..c154265a0 --- /dev/null +++ b/Example/Pods/SDWebImage/SDWebImage/SDImageCacheConfig.m @@ -0,0 +1,26 @@ +// +// SDImageCacheConfig.m +// SDWebImage +// +// Created by Bogdan on 09/09/16. +// Copyright © 2016 Dailymotion. All rights reserved. +// + +#import "SDImageCacheConfig.h" + +static const NSInteger kDefaultCacheMaxCacheAge = 60 * 60 * 24 * 7; // 1 week + +@implementation SDImageCacheConfig + +- (instancetype)init { + if (self = [super init]) { + _shouldDecompressImages = YES; + _shouldDisableiCloud = YES; + _shouldCacheImagesInMemory = YES; + _maxCacheAge = kDefaultCacheMaxCacheAge; + _maxCacheSize = 0; + } + return self; +} + +@end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h b/Example/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h index 3c21b4137..f555c27d0 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h @@ -10,25 +10,67 @@ #import #ifdef __OBJC_GC__ -#error SDWebImage does not support Objective-C Garbage Collection + #error SDWebImage does not support Objective-C Garbage Collection #endif -#if __IPHONE_OS_VERSION_MIN_REQUIRED != 20000 && __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0 -#error SDWebImage doesn't support Deployment Target version < 5.0 +// Apple's defines from TargetConditionals.h are a bit weird. +// Seems like TARGET_OS_MAC is always defined (on all platforms). +// To determine if we are running on OSX, we can only relly on TARGET_OS_IPHONE=0 and all the other platforms +#if !TARGET_OS_IPHONE && !TARGET_OS_IOS && !TARGET_OS_TV && !TARGET_OS_WATCH + #define SD_MAC 1 +#else + #define SD_MAC 0 #endif -#if !TARGET_OS_IPHONE -#import -#ifndef UIImage -#define UIImage NSImage +// iOS and tvOS are very similar, UIKit exists on both platforms +// Note: watchOS also has UIKit, but it's very limited +#if TARGET_OS_IOS || TARGET_OS_TV + #define SD_UIKIT 1 +#else + #define SD_UIKIT 0 +#endif + +#if TARGET_OS_IOS + #define SD_IOS 1 +#else + #define SD_IOS 0 #endif -#ifndef UIImageView -#define UIImageView NSImageView + +#if TARGET_OS_TV + #define SD_TV 1 +#else + #define SD_TV 0 #endif + +#if TARGET_OS_WATCH + #define SD_WATCH 1 #else + #define SD_WATCH 0 +#endif -#import +#if SD_MAC + #import + #ifndef UIImage + #define UIImage NSImage + #endif + #ifndef UIImageView + #define UIImageView NSImageView + #endif + #ifndef UIView + #define UIView NSView + #endif +#else + #if __IPHONE_OS_VERSION_MIN_REQUIRED != 20000 && __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0 + #error SDWebImage doesn't support Deployment Target version < 5.0 + #endif + + #if SD_UIKIT + #import + #endif + #if SD_WATCH + #import + #endif #endif #ifndef NS_ENUM @@ -45,10 +87,10 @@ #define SDDispatchQueueRelease(q) #define SDDispatchQueueSetterSementics strong #else -#undef SDDispatchQueueRelease -#undef SDDispatchQueueSetterSementics -#define SDDispatchQueueRelease(q) (dispatch_release(q)) -#define SDDispatchQueueSetterSementics assign + #undef SDDispatchQueueRelease + #undef SDDispatchQueueSetterSementics + #define SDDispatchQueueRelease(q) (dispatch_release(q)) + #define SDDispatchQueueSetterSementics assign #endif extern UIImage *SDScaledImageForKey(NSString *key, UIImage *image); @@ -57,16 +99,13 @@ typedef void(^SDWebImageNoParamsBlock)(); extern NSString *const SDWebImageErrorDomain; -#define dispatch_main_sync_safe(block)\ - if ([NSThread isMainThread]) {\ - block();\ - } else {\ - dispatch_sync(dispatch_get_main_queue(), block);\ - } - +#ifndef dispatch_main_async_safe #define dispatch_main_async_safe(block)\ - if ([NSThread isMainThread]) {\ + if (strcmp(dispatch_queue_get_label(DISPATCH_CURRENT_QUEUE_LABEL), dispatch_queue_get_label(dispatch_get_main_queue())) == 0) {\ block();\ } else {\ dispatch_async(dispatch_get_main_queue(), block);\ } +#endif + +static int64_t kAsyncTestTimeout = 5; diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m b/Example/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m index 9a011bc02..ade04be16 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m @@ -1,10 +1,10 @@ -// -// SDWebImageCompat.m -// SDWebImage -// -// Created by Olivier Poitrey on 11/12/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "SDWebImageCompat.h" @@ -12,13 +12,16 @@ #error SDWebImage is ARC only. Either turn on ARC for the project or use -fobjc-arc flag #endif -inline UIImage *SDScaledImageForKey(NSString *key, UIImage *image) { +inline UIImage *SDScaledImageForKey(NSString * _Nullable key, UIImage * _Nullable image) { if (!image) { return nil; } - if ([image.images count] > 0) { - NSMutableArray *scaledImages = [NSMutableArray array]; +#if SD_MAC + return image; +#elif SD_UIKIT || SD_WATCH + if ((image.images).count > 0) { + NSMutableArray *scaledImages = [NSMutableArray array]; for (UIImage *tempImage in image.images) { [scaledImages addObject:SDScaledImageForKey(key, tempImage)]; @@ -27,8 +30,12 @@ return [UIImage animatedImageWithImages:scaledImages duration:image.duration]; } else { +#if SD_WATCH + if ([[WKInterfaceDevice currentDevice] respondsToSelector:@selector(screenScale)]) { +#elif SD_UIKIT if ([[UIScreen mainScreen] respondsToSelector:@selector(scale)]) { - CGFloat scale = [UIScreen mainScreen].scale; +#endif + CGFloat scale = 1; if (key.length >= 8) { NSRange range = [key rangeOfString:@"@2x."]; if (range.location != NSNotFound) { @@ -46,6 +53,7 @@ } return image; } +#endif } NSString *const SDWebImageErrorDomain = @"SDWebImageErrorDomain"; diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.h b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.h index 0176a7bae..8f8df86b7 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.h +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.h @@ -1,8 +1,7 @@ /* * This file is part of the SDWebImage package. * (c) Olivier Poitrey - * - * Created by james on 9/28/11. + * (c) james * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -13,6 +12,8 @@ @interface UIImage (ForceDecode) -+ (UIImage *)decodedImageWithImage:(UIImage *)image; ++ (nullable UIImage *)decodedImageWithImage:(nullable UIImage *)image; + ++ (nullable UIImage *)decodedAndScaledDownImageWithImage:(nullable UIImage *)image; @end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.m b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.m index a7c02468b..cf5e67603 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.m +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.m @@ -1,8 +1,7 @@ /* * This file is part of the SDWebImage package. * (c) Olivier Poitrey - * - * Created by james on 9/28/11. + * (c) james * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -12,58 +11,269 @@ @implementation UIImage (ForceDecode) -+ (UIImage *)decodedImageWithImage:(UIImage *)image { - // while downloading huge amount of images - // autorelease the bitmap context - // and all vars to help system to free memory - // when there are memory warning. - // on iOS7, do not forget to call - // [[SDImageCache sharedImageCache] clearMemory]; - @autoreleasepool{ - // do not decode animated images - if (image.images) { return image; } +#if SD_UIKIT || SD_WATCH +static const size_t kBytesPerPixel = 4; +static const size_t kBitsPerComponent = 8; + ++ (nullable UIImage *)decodedImageWithImage:(nullable UIImage *)image { + if (![UIImage shouldDecodeImage:image]) { + return image; + } + // autorelease the bitmap context and all vars to help system to free memory when there are memory warning. + // on iOS7, do not forget to call [[SDImageCache sharedImageCache] clearMemory]; + @autoreleasepool{ + CGImageRef imageRef = image.CGImage; - - CGImageAlphaInfo alpha = CGImageGetAlphaInfo(imageRef); - BOOL anyAlpha = (alpha == kCGImageAlphaFirst || - alpha == kCGImageAlphaLast || - alpha == kCGImageAlphaPremultipliedFirst || - alpha == kCGImageAlphaPremultipliedLast); - - if (anyAlpha) { return image; } - + CGColorSpaceRef colorspaceRef = [UIImage colorSpaceForImageRef:imageRef]; + size_t width = CGImageGetWidth(imageRef); size_t height = CGImageGetHeight(imageRef); - - // current - CGColorSpaceModel imageColorSpaceModel = CGColorSpaceGetModel(CGImageGetColorSpace(imageRef)); - CGColorSpaceRef colorspaceRef = CGImageGetColorSpace(imageRef); - - bool unsupportedColorSpace = (imageColorSpaceModel == 0 || imageColorSpaceModel == -1 || imageColorSpaceModel == kCGColorSpaceModelCMYK || imageColorSpaceModel == kCGColorSpaceModelIndexed); - if (unsupportedColorSpace) - colorspaceRef = CGColorSpaceCreateDeviceRGB(); - - CGContextRef context = CGBitmapContextCreate(NULL, width, + size_t bytesPerRow = kBytesPerPixel * width; + + // kCGImageAlphaNone is not supported in CGBitmapContextCreate. + // Since the original image here has no alpha info, use kCGImageAlphaNoneSkipLast + // to create bitmap graphics contexts without alpha info. + CGContextRef context = CGBitmapContextCreate(NULL, + width, height, - CGImageGetBitsPerComponent(imageRef), - 0, + kBitsPerComponent, + bytesPerRow, colorspaceRef, - kCGBitmapByteOrderDefault | kCGImageAlphaPremultipliedFirst); - - // Draw the image into the context and retrieve the new image, which will now have an alpha layer + kCGBitmapByteOrderDefault|kCGImageAlphaNoneSkipLast); + if (context == NULL) { + return image; + } + + // Draw the image into the context and retrieve the new bitmap image without alpha CGContextDrawImage(context, CGRectMake(0, 0, width, height), imageRef); - CGImageRef imageRefWithAlpha = CGBitmapContextCreateImage(context); - UIImage *imageWithAlpha = [UIImage imageWithCGImage:imageRefWithAlpha scale:image.scale orientation:image.imageOrientation]; - - if (unsupportedColorSpace) - CGColorSpaceRelease(colorspaceRef); + CGImageRef imageRefWithoutAlpha = CGBitmapContextCreateImage(context); + UIImage *imageWithoutAlpha = [UIImage imageWithCGImage:imageRefWithoutAlpha + scale:image.scale + orientation:image.imageOrientation]; CGContextRelease(context); - CGImageRelease(imageRefWithAlpha); + CGImageRelease(imageRefWithoutAlpha); + + return imageWithoutAlpha; + } +} + +/* + * Defines the maximum size in MB of the decoded image when the flag `SDWebImageScaleDownLargeImages` is set + * Suggested value for iPad1 and iPhone 3GS: 60. + * Suggested value for iPad2 and iPhone 4: 120. + * Suggested value for iPhone 3G and iPod 2 and earlier devices: 30. + */ +static const CGFloat kDestImageSizeMB = 60.0f; + +/* + * Defines the maximum size in MB of a tile used to decode image when the flag `SDWebImageScaleDownLargeImages` is set + * Suggested value for iPad1 and iPhone 3GS: 20. + * Suggested value for iPad2 and iPhone 4: 40. + * Suggested value for iPhone 3G and iPod 2 and earlier devices: 10. + */ +static const CGFloat kSourceImageTileSizeMB = 20.0f; + +static const CGFloat kBytesPerMB = 1024.0f * 1024.0f; +static const CGFloat kPixelsPerMB = kBytesPerMB / kBytesPerPixel; +static const CGFloat kDestTotalPixels = kDestImageSizeMB * kPixelsPerMB; +static const CGFloat kTileTotalPixels = kSourceImageTileSizeMB * kPixelsPerMB; + +static const CGFloat kDestSeemOverlap = 2.0f; // the numbers of pixels to overlap the seems where tiles meet. + ++ (nullable UIImage *)decodedAndScaledDownImageWithImage:(nullable UIImage *)image { + if (![UIImage shouldDecodeImage:image]) { + return image; + } + + if (![UIImage shouldScaleDownImage:image]) { + return [UIImage decodedImageWithImage:image]; + } + + CGContextRef destContext; + + // autorelease the bitmap context and all vars to help system to free memory when there are memory warning. + // on iOS7, do not forget to call [[SDImageCache sharedImageCache] clearMemory]; + @autoreleasepool { + CGImageRef sourceImageRef = image.CGImage; + + CGSize sourceResolution = CGSizeZero; + sourceResolution.width = CGImageGetWidth(sourceImageRef); + sourceResolution.height = CGImageGetHeight(sourceImageRef); + float sourceTotalPixels = sourceResolution.width * sourceResolution.height; + // Determine the scale ratio to apply to the input image + // that results in an output image of the defined size. + // see kDestImageSizeMB, and how it relates to destTotalPixels. + float imageScale = kDestTotalPixels / sourceTotalPixels; + CGSize destResolution = CGSizeZero; + destResolution.width = (int)(sourceResolution.width*imageScale); + destResolution.height = (int)(sourceResolution.height*imageScale); + + // current color space + CGColorSpaceRef colorspaceRef = [UIImage colorSpaceForImageRef:sourceImageRef]; + + size_t bytesPerRow = kBytesPerPixel * destResolution.width; + + // Allocate enough pixel data to hold the output image. + void* destBitmapData = malloc( bytesPerRow * destResolution.height ); + if (destBitmapData == NULL) { + return image; + } + + // kCGImageAlphaNone is not supported in CGBitmapContextCreate. + // Since the original image here has no alpha info, use kCGImageAlphaNoneSkipLast + // to create bitmap graphics contexts without alpha info. + destContext = CGBitmapContextCreate(destBitmapData, + destResolution.width, + destResolution.height, + kBitsPerComponent, + bytesPerRow, + colorspaceRef, + kCGBitmapByteOrderDefault|kCGImageAlphaNoneSkipLast); - return imageWithAlpha; + if (destContext == NULL) { + free(destBitmapData); + return image; + } + CGContextSetInterpolationQuality(destContext, kCGInterpolationHigh); + + // Now define the size of the rectangle to be used for the + // incremental blits from the input image to the output image. + // we use a source tile width equal to the width of the source + // image due to the way that iOS retrieves image data from disk. + // iOS must decode an image from disk in full width 'bands', even + // if current graphics context is clipped to a subrect within that + // band. Therefore we fully utilize all of the pixel data that results + // from a decoding opertion by achnoring our tile size to the full + // width of the input image. + CGRect sourceTile = CGRectZero; + sourceTile.size.width = sourceResolution.width; + // The source tile height is dynamic. Since we specified the size + // of the source tile in MB, see how many rows of pixels high it + // can be given the input image width. + sourceTile.size.height = (int)(kTileTotalPixels / sourceTile.size.width ); + sourceTile.origin.x = 0.0f; + // The output tile is the same proportions as the input tile, but + // scaled to image scale. + CGRect destTile; + destTile.size.width = destResolution.width; + destTile.size.height = sourceTile.size.height * imageScale; + destTile.origin.x = 0.0f; + // The source seem overlap is proportionate to the destination seem overlap. + // this is the amount of pixels to overlap each tile as we assemble the ouput image. + float sourceSeemOverlap = (int)((kDestSeemOverlap/destResolution.height)*sourceResolution.height); + CGImageRef sourceTileImageRef; + // calculate the number of read/write operations required to assemble the + // output image. + int iterations = (int)( sourceResolution.height / sourceTile.size.height ); + // If tile height doesn't divide the image height evenly, add another iteration + // to account for the remaining pixels. + int remainder = (int)sourceResolution.height % (int)sourceTile.size.height; + if(remainder) { + iterations++; + } + // Add seem overlaps to the tiles, but save the original tile height for y coordinate calculations. + float sourceTileHeightMinusOverlap = sourceTile.size.height; + sourceTile.size.height += sourceSeemOverlap; + destTile.size.height += kDestSeemOverlap; + for( int y = 0; y < iterations; ++y ) { + @autoreleasepool { + sourceTile.origin.y = y * sourceTileHeightMinusOverlap + sourceSeemOverlap; + destTile.origin.y = destResolution.height - (( y + 1 ) * sourceTileHeightMinusOverlap * imageScale + kDestSeemOverlap); + sourceTileImageRef = CGImageCreateWithImageInRect( sourceImageRef, sourceTile ); + if( y == iterations - 1 && remainder ) { + float dify = destTile.size.height; + destTile.size.height = CGImageGetHeight( sourceTileImageRef ) * imageScale; + dify -= destTile.size.height; + destTile.origin.y += dify; + } + CGContextDrawImage( destContext, destTile, sourceTileImageRef ); + CGImageRelease( sourceTileImageRef ); + } + } + + CGImageRef destImageRef = CGBitmapContextCreateImage(destContext); + CGContextRelease(destContext); + if (destImageRef == NULL) { + return image; + } + UIImage *destImage = [UIImage imageWithCGImage:destImageRef scale:image.scale orientation:image.imageOrientation]; + CGImageRelease(destImageRef); + if (destImage == nil) { + return image; + } + return destImage; + } +} + ++ (BOOL)shouldDecodeImage:(nullable UIImage *)image { + // Prevent "CGBitmapContextCreateImage: invalid context 0x0" error + if (image == nil) { + return NO; + } + + // do not decode animated images + if (image.images != nil) { + return NO; } + + CGImageRef imageRef = image.CGImage; + + CGImageAlphaInfo alpha = CGImageGetAlphaInfo(imageRef); + BOOL anyAlpha = (alpha == kCGImageAlphaFirst || + alpha == kCGImageAlphaLast || + alpha == kCGImageAlphaPremultipliedFirst || + alpha == kCGImageAlphaPremultipliedLast); + // do not decode images with alpha + if (anyAlpha) { + return NO; + } + + return YES; +} + ++ (BOOL)shouldScaleDownImage:(nonnull UIImage *)image { + BOOL shouldScaleDown = YES; + + CGImageRef sourceImageRef = image.CGImage; + CGSize sourceResolution = CGSizeZero; + sourceResolution.width = CGImageGetWidth(sourceImageRef); + sourceResolution.height = CGImageGetHeight(sourceImageRef); + float sourceTotalPixels = sourceResolution.width * sourceResolution.height; + float imageScale = kDestTotalPixels / sourceTotalPixels; + if (imageScale < 1) { + shouldScaleDown = YES; + } else { + shouldScaleDown = NO; + } + + return shouldScaleDown; +} + ++ (CGColorSpaceRef)colorSpaceForImageRef:(CGImageRef)imageRef { + // current + CGColorSpaceModel imageColorSpaceModel = CGColorSpaceGetModel(CGImageGetColorSpace(imageRef)); + CGColorSpaceRef colorspaceRef = CGImageGetColorSpace(imageRef); + + BOOL unsupportedColorSpace = (imageColorSpaceModel == kCGColorSpaceModelUnknown || + imageColorSpaceModel == kCGColorSpaceModelMonochrome || + imageColorSpaceModel == kCGColorSpaceModelCMYK || + imageColorSpaceModel == kCGColorSpaceModelIndexed); + if (unsupportedColorSpace) { + colorspaceRef = CGColorSpaceCreateDeviceRGB(); + CFAutorelease(colorspaceRef); + } + return colorspaceRef; +} +#elif SD_MAC ++ (nullable UIImage *)decodedImageWithImage:(nullable UIImage *)image { + return image; +} + ++ (nullable UIImage *)decodedAndScaledDownImageWithImage:(nullable UIImage *)image { + return image; } +#endif @end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h index b64fb1300..94bc76e59 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h @@ -15,7 +15,7 @@ typedef NS_OPTIONS(NSUInteger, SDWebImageDownloaderOptions) { SDWebImageDownloaderProgressiveDownload = 1 << 1, /** - * By default, request prevent the of NSURLCache. With this flag, NSURLCache + * By default, request prevent the use of NSURLCache. With this flag, NSURLCache * is used with default policies. */ SDWebImageDownloaderUseNSURLCache = 1 << 2, @@ -49,6 +49,11 @@ typedef NS_OPTIONS(NSUInteger, SDWebImageDownloaderOptions) { * Put the image in the high priority queue. */ SDWebImageDownloaderHighPriority = 1 << 7, + + /** + * Scale down the image + */ + SDWebImageDownloaderScaleDownLargeImages = 1 << 8, }; typedef NS_ENUM(NSInteger, SDWebImageDownloaderExecutionOrder) { @@ -63,14 +68,28 @@ typedef NS_ENUM(NSInteger, SDWebImageDownloaderExecutionOrder) { SDWebImageDownloaderLIFOExecutionOrder }; -extern NSString *const SDWebImageDownloadStartNotification; -extern NSString *const SDWebImageDownloadStopNotification; +extern NSString * _Nonnull const SDWebImageDownloadStartNotification; +extern NSString * _Nonnull const SDWebImageDownloadStopNotification; + +typedef void(^SDWebImageDownloaderProgressBlock)(NSInteger receivedSize, NSInteger expectedSize, NSURL * _Nullable targetURL); -typedef void(^SDWebImageDownloaderProgressBlock)(NSInteger receivedSize, NSInteger expectedSize); +typedef void(^SDWebImageDownloaderCompletedBlock)(UIImage * _Nullable image, NSData * _Nullable data, NSError * _Nullable error, BOOL finished); -typedef void(^SDWebImageDownloaderCompletedBlock)(UIImage *image, NSData *data, NSError *error, BOOL finished); +typedef NSDictionary SDHTTPHeadersDictionary; +typedef NSMutableDictionary SDHTTPHeadersMutableDictionary; + +typedef SDHTTPHeadersDictionary * _Nullable (^SDWebImageDownloaderHeadersFilterBlock)(NSURL * _Nullable url, SDHTTPHeadersDictionary * _Nullable headers); + +/** + * A token associated with each download. Can be used to cancel a download + */ +@interface SDWebImageDownloadToken : NSObject + +@property (nonatomic, strong, nullable) NSURL *url; +@property (nonatomic, strong, nullable) id downloadOperationCancelToken; + +@end -typedef NSDictionary *(^SDWebImageDownloaderHeadersFilterBlock)(NSURL *url, NSDictionary *headers); /** * Asynchronous downloader dedicated and optimized for image loading. @@ -83,6 +102,9 @@ typedef NSDictionary *(^SDWebImageDownloaderHeadersFilterBlock)(NSURL *url, NSDi */ @property (assign, nonatomic) BOOL shouldDecompressImages; +/** + * The maximum number of concurrent downloads + */ @property (assign, nonatomic) NSInteger maxConcurrentDownloads; /** @@ -107,22 +129,22 @@ typedef NSDictionary *(^SDWebImageDownloaderHeadersFilterBlock)(NSURL *url, NSDi * * @return global shared instance of downloader class */ -+ (SDWebImageDownloader *)sharedDownloader; ++ (nonnull instancetype)sharedDownloader; /** * Set the default URL credential to be set for request operations. */ -@property (strong, nonatomic) NSURLCredential *urlCredential; +@property (strong, nonatomic, nullable) NSURLCredential *urlCredential; /** * Set username */ -@property (strong, nonatomic) NSString *username; +@property (strong, nonatomic, nullable) NSString *username; /** * Set password */ -@property (strong, nonatomic) NSString *password; +@property (strong, nonatomic, nullable) NSString *password; /** * Set filter to pick headers for downloading image HTTP request. @@ -130,7 +152,14 @@ typedef NSDictionary *(^SDWebImageDownloaderHeadersFilterBlock)(NSURL *url, NSDi * This block will be invoked for each downloading image request, returned * NSDictionary will be used as headers in corresponding HTTP request. */ -@property (nonatomic, copy) SDWebImageDownloaderHeadersFilterBlock headersFilter; +@property (nonatomic, copy, nullable) SDWebImageDownloaderHeadersFilterBlock headersFilter; + +/** + * Creates an instance of a downloader with specified session configuration. + * *Note*: `timeoutIntervalForRequest` is going to be overwritten. + * @return new instance of downloader class + */ +- (nonnull instancetype)initWithSessionConfiguration:(nullable NSURLSessionConfiguration *)sessionConfiguration NS_DESIGNATED_INITIALIZER; /** * Set a value for a HTTP header to be appended to each download HTTP request. @@ -138,14 +167,14 @@ typedef NSDictionary *(^SDWebImageDownloaderHeadersFilterBlock)(NSURL *url, NSDi * @param value The value for the header field. Use `nil` value to remove the header. * @param field The name of the header field to set. */ -- (void)setValue:(NSString *)value forHTTPHeaderField:(NSString *)field; +- (void)setValue:(nullable NSString *)value forHTTPHeaderField:(nullable NSString *)field; /** * Returns the value of the specified HTTP header field. * * @return The value associated with the header field field, or `nil` if there is no corresponding header field. */ -- (NSString *)valueForHTTPHeaderField:(NSString *)field; +- (nullable NSString *)valueForHTTPHeaderField:(nullable NSString *)field; /** * Sets a subclass of `SDWebImageDownloaderOperation` as the default @@ -155,7 +184,7 @@ typedef NSDictionary *(^SDWebImageDownloaderHeadersFilterBlock)(NSURL *url, NSDi * @param operationClass The subclass of `SDWebImageDownloaderOperation` to set * as default. Passing `nil` will revert to `SDWebImageDownloaderOperation`. */ -- (void)setOperationClass:(Class)operationClass; +- (void)setOperationClass:(nullable Class)operationClass; /** * Creates a SDWebImageDownloader async downloader instance with a given URL @@ -167,6 +196,7 @@ typedef NSDictionary *(^SDWebImageDownloaderHeadersFilterBlock)(NSURL *url, NSDi * @param url The URL to the image to download * @param options The options to be used for this download * @param progressBlock A block called repeatedly while the image is downloading + * @note the progress block is executed on a background queue * @param completedBlock A block called once the download is completed. * If the download succeeded, the image parameter is set, in case of error, * error parameter is set with the error. The last parameter is always YES @@ -176,16 +206,28 @@ typedef NSDictionary *(^SDWebImageDownloaderHeadersFilterBlock)(NSURL *url, NSDi * before to be called a last time with the full image and finished argument * set to YES. In case of error, the finished argument is always YES. * - * @return A cancellable SDWebImageOperation + * @return A token (SDWebImageDownloadToken) that can be passed to -cancel: to cancel this operation */ -- (id )downloadImageWithURL:(NSURL *)url - options:(SDWebImageDownloaderOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageDownloaderCompletedBlock)completedBlock; +- (nullable SDWebImageDownloadToken *)downloadImageWithURL:(nullable NSURL *)url + options:(SDWebImageDownloaderOptions)options + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDWebImageDownloaderCompletedBlock)completedBlock; + +/** + * Cancels a download that was previously queued using -downloadImageWithURL:options:progress:completed: + * + * @param token The token received from -downloadImageWithURL:options:progress:completed: that should be canceled. + */ +- (void)cancel:(nullable SDWebImageDownloadToken *)token; /** * Sets the download queue suspension state */ - (void)setSuspended:(BOOL)suspended; +/** + * Cancels all download operations in the queue + */ +- (void)cancelAllDownloads; + @end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m index 1fdcfc92f..189d16303 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m @@ -10,18 +10,22 @@ #import "SDWebImageDownloaderOperation.h" #import -static NSString *const kProgressCallbackKey = @"progress"; -static NSString *const kCompletedCallbackKey = @"completed"; +@implementation SDWebImageDownloadToken +@end + -@interface SDWebImageDownloader () +@interface SDWebImageDownloader () -@property (strong, nonatomic) NSOperationQueue *downloadQueue; -@property (weak, nonatomic) NSOperation *lastAddedOperation; -@property (assign, nonatomic) Class operationClass; -@property (strong, nonatomic) NSMutableDictionary *URLCallbacks; -@property (strong, nonatomic) NSMutableDictionary *HTTPHeaders; +@property (strong, nonatomic, nonnull) NSOperationQueue *downloadQueue; +@property (weak, nonatomic, nullable) NSOperation *lastAddedOperation; +@property (assign, nonatomic, nullable) Class operationClass; +@property (strong, nonatomic, nonnull) NSMutableDictionary *URLOperations; +@property (strong, nonatomic, nullable) SDHTTPHeadersMutableDictionary *HTTPHeaders; // This queue is used to serialize the handling of the network responses of all the download operation in a single queue -@property (SDDispatchQueueSetterSementics, nonatomic) dispatch_queue_t barrierQueue; +@property (SDDispatchQueueSetterSementics, nonatomic, nullable) dispatch_queue_t barrierQueue; + +// The session in which data tasks will run +@property (strong, nonatomic) NSURLSession *session; @end @@ -50,7 +54,7 @@ + (void)initialize { } } -+ (SDWebImageDownloader *)sharedDownloader { ++ (nonnull instancetype)sharedDownloader { static dispatch_once_t once; static id instance; dispatch_once(&once, ^{ @@ -59,14 +63,19 @@ + (SDWebImageDownloader *)sharedDownloader { return instance; } -- (id)init { +- (nonnull instancetype)init { + return [self initWithSessionConfiguration:[NSURLSessionConfiguration defaultSessionConfiguration]]; +} + +- (nonnull instancetype)initWithSessionConfiguration:(nullable NSURLSessionConfiguration *)sessionConfiguration { if ((self = [super init])) { _operationClass = [SDWebImageDownloaderOperation class]; _shouldDecompressImages = YES; _executionOrder = SDWebImageDownloaderFIFOExecutionOrder; _downloadQueue = [NSOperationQueue new]; _downloadQueue.maxConcurrentOperationCount = 6; - _URLCallbacks = [NSMutableDictionary new]; + _downloadQueue.name = @"com.hackemist.SDWebImageDownloader"; + _URLOperations = [NSMutableDictionary new]; #ifdef SD_WEBP _HTTPHeaders = [@{@"Accept": @"image/webp,image/*;q=0.8"} mutableCopy]; #else @@ -74,16 +83,30 @@ - (id)init { #endif _barrierQueue = dispatch_queue_create("com.hackemist.SDWebImageDownloaderBarrierQueue", DISPATCH_QUEUE_CONCURRENT); _downloadTimeout = 15.0; + + sessionConfiguration.timeoutIntervalForRequest = _downloadTimeout; + + /** + * Create the session for this task + * We send nil as delegate queue so that the session creates a serial operation queue for performing all delegate + * method calls and completion handler calls. + */ + self.session = [NSURLSession sessionWithConfiguration:sessionConfiguration + delegate:self + delegateQueue:nil]; } return self; } - (void)dealloc { + [self.session invalidateAndCancel]; + self.session = nil; + [self.downloadQueue cancelAllOperations]; SDDispatchQueueRelease(_barrierQueue); } -- (void)setValue:(NSString *)value forHTTPHeaderField:(NSString *)field { +- (void)setValue:(nullable NSString *)value forHTTPHeaderField:(nullable NSString *)field { if (value) { self.HTTPHeaders[field] = value; } @@ -92,7 +115,7 @@ - (void)setValue:(NSString *)value forHTTPHeaderField:(NSString *)field { } } -- (NSString *)valueForHTTPHeaderField:(NSString *)field { +- (nullable NSString *)valueForHTTPHeaderField:(nullable NSString *)field { return self.HTTPHeaders[field]; } @@ -108,16 +131,23 @@ - (NSInteger)maxConcurrentDownloads { return _downloadQueue.maxConcurrentOperationCount; } -- (void)setOperationClass:(Class)operationClass { - _operationClass = operationClass ?: [SDWebImageDownloaderOperation class]; +- (void)setOperationClass:(nullable Class)operationClass { + if (operationClass && [operationClass isSubclassOfClass:[NSOperation class]] && [operationClass conformsToProtocol:@protocol(SDWebImageDownloaderOperationInterface)]) { + _operationClass = operationClass; + } else { + _operationClass = [SDWebImageDownloaderOperation class]; + } } -- (id )downloadImageWithURL:(NSURL *)url options:(SDWebImageDownloaderOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageDownloaderCompletedBlock)completedBlock { - __block SDWebImageDownloaderOperation *operation; - __weak __typeof(self)wself = self; +- (nullable SDWebImageDownloadToken *)downloadImageWithURL:(nullable NSURL *)url + options:(SDWebImageDownloaderOptions)options + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDWebImageDownloaderCompletedBlock)completedBlock { + __weak SDWebImageDownloader *wself = self; - [self addProgressCallback:progressBlock completedBlock:completedBlock forURL:url createCallback:^{ - NSTimeInterval timeoutInterval = wself.downloadTimeout; + return [self addProgressCallback:progressBlock completedBlock:completedBlock forURL:url createCallback:^SDWebImageDownloaderOperation *{ + __strong __typeof (wself) sself = wself; + NSTimeInterval timeoutInterval = sself.downloadTimeout; if (timeoutInterval == 0.0) { timeoutInterval = 15.0; } @@ -126,56 +156,19 @@ - (void)setOperationClass:(Class)operationClass { NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL:url cachePolicy:(options & SDWebImageDownloaderUseNSURLCache ? NSURLRequestUseProtocolCachePolicy : NSURLRequestReloadIgnoringLocalCacheData) timeoutInterval:timeoutInterval]; request.HTTPShouldHandleCookies = (options & SDWebImageDownloaderHandleCookies); request.HTTPShouldUsePipelining = YES; - if (wself.headersFilter) { - request.allHTTPHeaderFields = wself.headersFilter(url, [wself.HTTPHeaders copy]); + if (sself.headersFilter) { + request.allHTTPHeaderFields = sself.headersFilter(url, [sself.HTTPHeaders copy]); } else { - request.allHTTPHeaderFields = wself.HTTPHeaders; + request.allHTTPHeaderFields = sself.HTTPHeaders; } - operation = [[wself.operationClass alloc] initWithRequest:request - options:options - progress:^(NSInteger receivedSize, NSInteger expectedSize) { - SDWebImageDownloader *sself = wself; - if (!sself) return; - __block NSArray *callbacksForURL; - dispatch_sync(sself.barrierQueue, ^{ - callbacksForURL = [sself.URLCallbacks[url] copy]; - }); - for (NSDictionary *callbacks in callbacksForURL) { - dispatch_async(dispatch_get_main_queue(), ^{ - SDWebImageDownloaderProgressBlock callback = callbacks[kProgressCallbackKey]; - if (callback) callback(receivedSize, expectedSize); - }); - } - } - completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished) { - SDWebImageDownloader *sself = wself; - if (!sself) return; - __block NSArray *callbacksForURL; - dispatch_barrier_sync(sself.barrierQueue, ^{ - callbacksForURL = [sself.URLCallbacks[url] copy]; - if (finished) { - [sself.URLCallbacks removeObjectForKey:url]; - } - }); - for (NSDictionary *callbacks in callbacksForURL) { - SDWebImageDownloaderCompletedBlock callback = callbacks[kCompletedCallbackKey]; - if (callback) callback(image, data, error, finished); - } - } - cancelled:^{ - SDWebImageDownloader *sself = wself; - if (!sself) return; - dispatch_barrier_async(sself.barrierQueue, ^{ - [sself.URLCallbacks removeObjectForKey:url]; - }); - }]; - operation.shouldDecompressImages = wself.shouldDecompressImages; + SDWebImageDownloaderOperation *operation = [[sself.operationClass alloc] initWithRequest:request inSession:sself.session options:options]; + operation.shouldDecompressImages = sself.shouldDecompressImages; - if (wself.urlCredential) { - operation.credential = wself.urlCredential; - } else if (wself.username && wself.password) { - operation.credential = [NSURLCredential credentialWithUser:wself.username password:wself.password persistence:NSURLCredentialPersistenceForSession]; + if (sself.urlCredential) { + operation.credential = sself.urlCredential; + } else if (sself.username && sself.password) { + operation.credential = [NSURLCredential credentialWithUser:sself.username password:sself.password persistence:NSURLCredentialPersistenceForSession]; } if (options & SDWebImageDownloaderHighPriority) { @@ -184,49 +177,139 @@ - (void)setOperationClass:(Class)operationClass { operation.queuePriority = NSOperationQueuePriorityLow; } - [wself.downloadQueue addOperation:operation]; - if (wself.executionOrder == SDWebImageDownloaderLIFOExecutionOrder) { + [sself.downloadQueue addOperation:operation]; + if (sself.executionOrder == SDWebImageDownloaderLIFOExecutionOrder) { // Emulate LIFO execution order by systematically adding new operations as last operation's dependency - [wself.lastAddedOperation addDependency:operation]; - wself.lastAddedOperation = operation; + [sself.lastAddedOperation addDependency:operation]; + sself.lastAddedOperation = operation; } + + return operation; }]; +} - return operation; +- (void)cancel:(nullable SDWebImageDownloadToken *)token { + dispatch_barrier_async(self.barrierQueue, ^{ + SDWebImageDownloaderOperation *operation = self.URLOperations[token.url]; + BOOL canceled = [operation cancel:token.downloadOperationCancelToken]; + if (canceled) { + [self.URLOperations removeObjectForKey:token.url]; + } + }); } -- (void)addProgressCallback:(SDWebImageDownloaderProgressBlock)progressBlock completedBlock:(SDWebImageDownloaderCompletedBlock)completedBlock forURL:(NSURL *)url createCallback:(SDWebImageNoParamsBlock)createCallback { +- (nullable SDWebImageDownloadToken *)addProgressCallback:(SDWebImageDownloaderProgressBlock)progressBlock + completedBlock:(SDWebImageDownloaderCompletedBlock)completedBlock + forURL:(nullable NSURL *)url + createCallback:(SDWebImageDownloaderOperation *(^)())createCallback { // The URL will be used as the key to the callbacks dictionary so it cannot be nil. If it is nil immediately call the completed block with no image or data. if (url == nil) { if (completedBlock != nil) { completedBlock(nil, nil, nil, NO); } - return; + return nil; } - dispatch_barrier_sync(self.barrierQueue, ^{ - BOOL first = NO; - if (!self.URLCallbacks[url]) { - self.URLCallbacks[url] = [NSMutableArray new]; - first = YES; - } + __block SDWebImageDownloadToken *token = nil; - // Handle single download of simultaneous download request for the same URL - NSMutableArray *callbacksForURL = self.URLCallbacks[url]; - NSMutableDictionary *callbacks = [NSMutableDictionary new]; - if (progressBlock) callbacks[kProgressCallbackKey] = [progressBlock copy]; - if (completedBlock) callbacks[kCompletedCallbackKey] = [completedBlock copy]; - [callbacksForURL addObject:callbacks]; - self.URLCallbacks[url] = callbacksForURL; + dispatch_barrier_sync(self.barrierQueue, ^{ + SDWebImageDownloaderOperation *operation = self.URLOperations[url]; + if (!operation) { + operation = createCallback(); + self.URLOperations[url] = operation; - if (first) { - createCallback(); + __weak SDWebImageDownloaderOperation *woperation = operation; + operation.completionBlock = ^{ + SDWebImageDownloaderOperation *soperation = woperation; + if (!soperation) return; + if (self.URLOperations[url] == soperation) { + [self.URLOperations removeObjectForKey:url]; + }; + }; } + id downloadOperationCancelToken = [operation addHandlersForProgress:progressBlock completed:completedBlock]; + + token = [SDWebImageDownloadToken new]; + token.url = url; + token.downloadOperationCancelToken = downloadOperationCancelToken; }); + + return token; } - (void)setSuspended:(BOOL)suspended { - [self.downloadQueue setSuspended:suspended]; + (self.downloadQueue).suspended = suspended; +} + +- (void)cancelAllDownloads { + [self.downloadQueue cancelAllOperations]; +} + +#pragma mark Helper methods + +- (SDWebImageDownloaderOperation *)operationWithTask:(NSURLSessionTask *)task { + SDWebImageDownloaderOperation *returnOperation = nil; + for (SDWebImageDownloaderOperation *operation in self.downloadQueue.operations) { + if (operation.dataTask.taskIdentifier == task.taskIdentifier) { + returnOperation = operation; + break; + } + } + return returnOperation; +} + +#pragma mark NSURLSessionDataDelegate + +- (void)URLSession:(NSURLSession *)session + dataTask:(NSURLSessionDataTask *)dataTask +didReceiveResponse:(NSURLResponse *)response + completionHandler:(void (^)(NSURLSessionResponseDisposition disposition))completionHandler { + + // Identify the operation that runs this task and pass it the delegate method + SDWebImageDownloaderOperation *dataOperation = [self operationWithTask:dataTask]; + + [dataOperation URLSession:session dataTask:dataTask didReceiveResponse:response completionHandler:completionHandler]; +} + +- (void)URLSession:(NSURLSession *)session dataTask:(NSURLSessionDataTask *)dataTask didReceiveData:(NSData *)data { + + // Identify the operation that runs this task and pass it the delegate method + SDWebImageDownloaderOperation *dataOperation = [self operationWithTask:dataTask]; + + [dataOperation URLSession:session dataTask:dataTask didReceiveData:data]; +} + +- (void)URLSession:(NSURLSession *)session + dataTask:(NSURLSessionDataTask *)dataTask + willCacheResponse:(NSCachedURLResponse *)proposedResponse + completionHandler:(void (^)(NSCachedURLResponse *cachedResponse))completionHandler { + + // Identify the operation that runs this task and pass it the delegate method + SDWebImageDownloaderOperation *dataOperation = [self operationWithTask:dataTask]; + + [dataOperation URLSession:session dataTask:dataTask willCacheResponse:proposedResponse completionHandler:completionHandler]; +} + +#pragma mark NSURLSessionTaskDelegate + +- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error { + // Identify the operation that runs this task and pass it the delegate method + SDWebImageDownloaderOperation *dataOperation = [self operationWithTask:task]; + + [dataOperation URLSession:session task:task didCompleteWithError:error]; +} + +- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task willPerformHTTPRedirection:(NSHTTPURLResponse *)response newRequest:(NSURLRequest *)request completionHandler:(void (^)(NSURLRequest * _Nullable))completionHandler { + + completionHandler(request); +} + +- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential *credential))completionHandler { + + // Identify the operation that runs this task and pass it the delegate method + SDWebImageDownloaderOperation *dataOperation = [self operationWithTask:task]; + + [dataOperation URLSession:session task:task didReceiveChallenge:challenge completionHandler:completionHandler]; } @end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h index dd48b2286..b1908550e 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h @@ -10,34 +10,61 @@ #import "SDWebImageDownloader.h" #import "SDWebImageOperation.h" -extern NSString *const SDWebImageDownloadStartNotification; -extern NSString *const SDWebImageDownloadReceiveResponseNotification; -extern NSString *const SDWebImageDownloadStopNotification; -extern NSString *const SDWebImageDownloadFinishNotification; +extern NSString * _Nonnull const SDWebImageDownloadStartNotification; +extern NSString * _Nonnull const SDWebImageDownloadReceiveResponseNotification; +extern NSString * _Nonnull const SDWebImageDownloadStopNotification; +extern NSString * _Nonnull const SDWebImageDownloadFinishNotification; -@interface SDWebImageDownloaderOperation : NSOperation + + +/** + Describes a downloader operation. If one wants to use a custom downloader op, it needs to inherit from `NSOperation` and conform to this protocol + */ +@protocol SDWebImageDownloaderOperationInterface + +- (nonnull instancetype)initWithRequest:(nullable NSURLRequest *)request + inSession:(nullable NSURLSession *)session + options:(SDWebImageDownloaderOptions)options; + +- (nullable id)addHandlersForProgress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDWebImageDownloaderCompletedBlock)completedBlock; + +- (BOOL)shouldDecompressImages; +- (void)setShouldDecompressImages:(BOOL)value; + +- (nullable NSURLCredential *)credential; +- (void)setCredential:(nullable NSURLCredential *)value; + +@end + + +@interface SDWebImageDownloaderOperation : NSOperation + +/** + * The request used by the operation's task. + */ +@property (strong, nonatomic, readonly, nullable) NSURLRequest *request; /** - * The request used by the operation's connection. + * The operation's task */ -@property (strong, nonatomic, readonly) NSURLRequest *request; +@property (strong, nonatomic, readonly, nullable) NSURLSessionTask *dataTask; @property (assign, nonatomic) BOOL shouldDecompressImages; /** - * Whether the URL connection should consult the credential storage for authenticating the connection. `YES` by default. - * - * This is the value that is returned in the `NSURLConnectionDelegate` method `-connectionShouldUseCredentialStorage:`. + * Was used to determine whether the URL connection should consult the credential storage for authenticating the connection. + * @deprecated Not used for a couple of versions */ -@property (nonatomic, assign) BOOL shouldUseCredentialStorage; +@property (nonatomic, assign) BOOL shouldUseCredentialStorage __deprecated_msg("Property deprecated. Does nothing. Kept only for backwards compatibility"); /** * The credential used for authentication challenges in `-connection:didReceiveAuthenticationChallenge:`. * * This will be overridden by any shared credentials that exist for the username or password of the request URL, if present. */ -@property (nonatomic, strong) NSURLCredential *credential; +@property (nonatomic, strong, nullable) NSURLCredential *credential; /** * The SDWebImageDownloaderOptions for the receiver. @@ -52,7 +79,7 @@ extern NSString *const SDWebImageDownloadFinishNotification; /** * The response returned by the operation's connection. */ -@property (strong, nonatomic) NSURLResponse *response; +@property (strong, nonatomic, nullable) NSURLResponse *response; /** * Initializes a `SDWebImageDownloaderOperation` object @@ -60,19 +87,36 @@ extern NSString *const SDWebImageDownloadFinishNotification; * @see SDWebImageDownloaderOperation * * @param request the URL request + * @param session the URL session in which this operation will run * @param options downloader options - * @param progressBlock the block executed when a new chunk of data arrives. + * + * @return the initialized instance + */ +- (nonnull instancetype)initWithRequest:(nullable NSURLRequest *)request + inSession:(nullable NSURLSession *)session + options:(SDWebImageDownloaderOptions)options NS_DESIGNATED_INITIALIZER; + +/** + * Adds handlers for progress and completion. Returns a tokent that can be passed to -cancel: to cancel this set of + * callbacks. + * + * @param progressBlock the block executed when a new chunk of data arrives. * @note the progress block is executed on a background queue - * @param completedBlock the block executed when the download is done. + * @param completedBlock the block executed when the download is done. * @note the completed block is executed on the main queue for success. If errors are found, there is a chance the block will be executed on a background queue - * @param cancelBlock the block executed if the download (operation) is cancelled * - * @return the initialized instance + * @return the token to use to cancel this set of handlers + */ +- (nullable id)addHandlersForProgress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDWebImageDownloaderCompletedBlock)completedBlock; + +/** + * Cancels a set of callbacks. Once all callbacks are canceled, the operation is cancelled. + * + * @param token the token representing a set of callbacks to cancel + * + * @return YES if the operation was stopped because this was the last token to be canceled. NO otherwise. */ -- (id)initWithRequest:(NSURLRequest *)request - options:(SDWebImageDownloaderOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageDownloaderCompletedBlock)completedBlock - cancelled:(SDWebImageNoParamsBlock)cancelBlock; +- (BOOL)cancel:(nullable id)token; @end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m index 5a8bd11fc..63df1afe8 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m @@ -11,25 +11,37 @@ #import "UIImage+MultiFormat.h" #import #import "SDWebImageManager.h" +#import "NSImage+WebCache.h" NSString *const SDWebImageDownloadStartNotification = @"SDWebImageDownloadStartNotification"; NSString *const SDWebImageDownloadReceiveResponseNotification = @"SDWebImageDownloadReceiveResponseNotification"; NSString *const SDWebImageDownloadStopNotification = @"SDWebImageDownloadStopNotification"; NSString *const SDWebImageDownloadFinishNotification = @"SDWebImageDownloadFinishNotification"; -@interface SDWebImageDownloaderOperation () +static NSString *const kProgressCallbackKey = @"progress"; +static NSString *const kCompletedCallbackKey = @"completed"; -@property (copy, nonatomic) SDWebImageDownloaderProgressBlock progressBlock; -@property (copy, nonatomic) SDWebImageDownloaderCompletedBlock completedBlock; -@property (copy, nonatomic) SDWebImageNoParamsBlock cancelBlock; +typedef NSMutableDictionary SDCallbacksDictionary; + +@interface SDWebImageDownloaderOperation () + +@property (strong, nonatomic, nonnull) NSMutableArray *callbackBlocks; @property (assign, nonatomic, getter = isExecuting) BOOL executing; @property (assign, nonatomic, getter = isFinished) BOOL finished; -@property (strong, nonatomic) NSMutableData *imageData; -@property (strong, nonatomic) NSURLConnection *connection; -@property (strong, atomic) NSThread *thread; +@property (strong, nonatomic, nullable) NSMutableData *imageData; + +// This is weak because it is injected by whoever manages this session. If this gets nil-ed out, we won't be able to run +// the task associated with this operation +@property (weak, nonatomic, nullable) NSURLSession *unownedSession; +// This is set if we're using not using an injected NSURLSession. We're responsible of invalidating this one +@property (strong, nonatomic, nullable) NSURLSession *ownedSession; + +@property (strong, nonatomic, readwrite, nullable) NSURLSessionTask *dataTask; + +@property (SDDispatchQueueSetterSementics, nonatomic, nullable) dispatch_queue_t barrierQueue; -#if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_4_0 +#if SD_UIKIT @property (assign, nonatomic) UIBackgroundTaskIdentifier backgroundTaskId; #endif @@ -37,34 +49,76 @@ @interface SDWebImageDownloaderOperation () @implementation SDWebImageDownloaderOperation { size_t width, height; +#if SD_UIKIT || SD_WATCH UIImageOrientation orientation; +#endif BOOL responseFromCached; } @synthesize executing = _executing; @synthesize finished = _finished; -- (id)initWithRequest:(NSURLRequest *)request - options:(SDWebImageDownloaderOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageDownloaderCompletedBlock)completedBlock - cancelled:(SDWebImageNoParamsBlock)cancelBlock { +- (nonnull instancetype)init { + return [self initWithRequest:nil inSession:nil options:0]; +} + +- (nonnull instancetype)initWithRequest:(nullable NSURLRequest *)request + inSession:(nullable NSURLSession *)session + options:(SDWebImageDownloaderOptions)options { if ((self = [super init])) { - _request = request; + _request = [request copy]; _shouldDecompressImages = YES; - _shouldUseCredentialStorage = YES; _options = options; - _progressBlock = [progressBlock copy]; - _completedBlock = [completedBlock copy]; - _cancelBlock = [cancelBlock copy]; + _callbackBlocks = [NSMutableArray new]; _executing = NO; _finished = NO; _expectedSize = 0; - responseFromCached = YES; // Initially wrong until `connection:willCacheResponse:` is called or not called + _unownedSession = session; + responseFromCached = YES; // Initially wrong until `- URLSession:dataTask:willCacheResponse:completionHandler: is called or not called + _barrierQueue = dispatch_queue_create("com.hackemist.SDWebImageDownloaderOperationBarrierQueue", DISPATCH_QUEUE_CONCURRENT); } return self; } +- (void)dealloc { + SDDispatchQueueRelease(_barrierQueue); +} + +- (nullable id)addHandlersForProgress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDWebImageDownloaderCompletedBlock)completedBlock { + SDCallbacksDictionary *callbacks = [NSMutableDictionary new]; + if (progressBlock) callbacks[kProgressCallbackKey] = [progressBlock copy]; + if (completedBlock) callbacks[kCompletedCallbackKey] = [completedBlock copy]; + dispatch_barrier_async(self.barrierQueue, ^{ + [self.callbackBlocks addObject:callbacks]; + }); + return callbacks; +} + +- (nullable NSArray *)callbacksForKey:(NSString *)key { + __block NSMutableArray *callbacks = nil; + dispatch_sync(self.barrierQueue, ^{ + // We need to remove [NSNull null] because there might not always be a progress block for each callback + callbacks = [[self.callbackBlocks valueForKey:key] mutableCopy]; + [callbacks removeObjectIdenticalTo:[NSNull null]]; + }); + return [callbacks copy]; // strip mutability here +} + +- (BOOL)cancel:(nullable id)token { + __block BOOL shouldCancel = NO; + dispatch_barrier_sync(self.barrierQueue, ^{ + [self.callbackBlocks removeObjectIdenticalTo:token]; + if (self.callbackBlocks.count == 0) { + shouldCancel = YES; + } + }); + if (shouldCancel) { + [self cancel]; + } + return shouldCancel; +} + - (void)start { @synchronized (self) { if (self.isCancelled) { @@ -73,7 +127,7 @@ - (void)start { return; } -#if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_4_0 +#if SD_UIKIT Class UIApplicationClass = NSClassFromString(@"UIApplication"); BOOL hasApplication = UIApplicationClass && [UIApplicationClass respondsToSelector:@selector(sharedApplication)]; if (hasApplication && [self shouldContinueWhenAppEntersBackground]) { @@ -91,44 +145,40 @@ - (void)start { }]; } #endif - + NSURLSession *session = self.unownedSession; + if (!self.unownedSession) { + NSURLSessionConfiguration *sessionConfig = [NSURLSessionConfiguration defaultSessionConfiguration]; + sessionConfig.timeoutIntervalForRequest = 15; + + /** + * Create the session for this task + * We send nil as delegate queue so that the session creates a serial operation queue for performing all delegate + * method calls and completion handler calls. + */ + self.ownedSession = [NSURLSession sessionWithConfiguration:sessionConfig + delegate:self + delegateQueue:nil]; + session = self.ownedSession; + } + + self.dataTask = [session dataTaskWithRequest:self.request]; self.executing = YES; - self.connection = [[NSURLConnection alloc] initWithRequest:self.request delegate:self startImmediately:NO]; - self.thread = [NSThread currentThread]; } + + [self.dataTask resume]; - [self.connection start]; - - if (self.connection) { - if (self.progressBlock) { - self.progressBlock(0, NSURLResponseUnknownLength); + if (self.dataTask) { + for (SDWebImageDownloaderProgressBlock progressBlock in [self callbacksForKey:kProgressCallbackKey]) { + progressBlock(0, NSURLResponseUnknownLength, self.request.URL); } dispatch_async(dispatch_get_main_queue(), ^{ [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStartNotification object:self]; }); - - if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_5_1) { - // Make sure to run the runloop in our background thread so it can process downloaded data - // Note: we use a timeout to work around an issue with NSURLConnection cancel under iOS 5 - // not waking up the runloop, leading to dead threads (see https://github.com/rs/SDWebImage/issues/466) - CFRunLoopRunInMode(kCFRunLoopDefaultMode, 10, false); - } - else { - CFRunLoopRun(); - } - - if (!self.isFinished) { - [self.connection cancel]; - [self connection:self.connection didFailWithError:[NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorTimedOut userInfo:@{NSURLErrorFailingURLErrorKey : self.request.URL}]]; - } - } - else { - if (self.completedBlock) { - self.completedBlock(nil, nil, [NSError errorWithDomain:NSURLErrorDomain code:0 userInfo:@{NSLocalizedDescriptionKey : @"Connection can't be initialized"}], YES); - } + } else { + [self callCompletionBlocksWithError:[NSError errorWithDomain:NSURLErrorDomain code:0 userInfo:@{NSLocalizedDescriptionKey : @"Connection can't be initialized"}]]; } -#if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_4_0 +#if SD_UIKIT Class UIApplicationClass = NSClassFromString(@"UIApplication"); if(!UIApplicationClass || ![UIApplicationClass respondsToSelector:@selector(sharedApplication)]) { return; @@ -143,28 +193,16 @@ - (void)start { - (void)cancel { @synchronized (self) { - if (self.thread) { - [self performSelector:@selector(cancelInternalAndStop) onThread:self.thread withObject:nil waitUntilDone:NO]; - } - else { - [self cancelInternal]; - } + [self cancelInternal]; } } -- (void)cancelInternalAndStop { - if (self.isFinished) return; - [self cancelInternal]; - CFRunLoopStop(CFRunLoopGetCurrent()); -} - - (void)cancelInternal { if (self.isFinished) return; [super cancel]; - if (self.cancelBlock) self.cancelBlock(); - if (self.connection) { - [self.connection cancel]; + if (self.dataTask) { + [self.dataTask cancel]; dispatch_async(dispatch_get_main_queue(), ^{ [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:self]; }); @@ -185,12 +223,15 @@ - (void)done { } - (void)reset { - self.cancelBlock = nil; - self.completedBlock = nil; - self.progressBlock = nil; - self.connection = nil; + dispatch_barrier_async(self.barrierQueue, ^{ + [self.callbackBlocks removeAllObjects]; + }); + self.dataTask = nil; self.imageData = nil; - self.thread = nil; + if (self.ownedSession) { + [self.ownedSession invalidateAndCancel]; + self.ownedSession = nil; + } } - (void)setFinished:(BOOL)finished { @@ -209,18 +250,21 @@ - (BOOL)isConcurrent { return YES; } -#pragma mark NSURLConnection (delegate) +#pragma mark NSURLSessionDataDelegate -- (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response { +- (void)URLSession:(NSURLSession *)session + dataTask:(NSURLSessionDataTask *)dataTask +didReceiveResponse:(NSURLResponse *)response + completionHandler:(void (^)(NSURLSessionResponseDisposition disposition))completionHandler { //'304 Not Modified' is an exceptional one - if (![response respondsToSelector:@selector(statusCode)] || ([((NSHTTPURLResponse *)response) statusCode] < 400 && [((NSHTTPURLResponse *)response) statusCode] != 304)) { + if (![response respondsToSelector:@selector(statusCode)] || (((NSHTTPURLResponse *)response).statusCode < 400 && ((NSHTTPURLResponse *)response).statusCode != 304)) { NSInteger expected = response.expectedContentLength > 0 ? (NSInteger)response.expectedContentLength : 0; self.expectedSize = expected; - if (self.progressBlock) { - self.progressBlock(0, expected); + for (SDWebImageDownloaderProgressBlock progressBlock in [self callbacksForKey:kProgressCallbackKey]) { + progressBlock(0, expected, self.request.URL); } - + self.imageData = [[NSMutableData alloc] initWithCapacity:expected]; self.response = response; dispatch_async(dispatch_get_main_queue(), ^{ @@ -228,31 +272,33 @@ - (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLRespon }); } else { - NSUInteger code = [((NSHTTPURLResponse *)response) statusCode]; + NSUInteger code = ((NSHTTPURLResponse *)response).statusCode; //This is the case when server returns '304 Not Modified'. It means that remote image is not changed. //In case of 304 we need just cancel the operation and return cached image from the cache. if (code == 304) { [self cancelInternal]; } else { - [self.connection cancel]; + [self.dataTask cancel]; } dispatch_async(dispatch_get_main_queue(), ^{ [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:self]; }); + + [self callCompletionBlocksWithError:[NSError errorWithDomain:NSURLErrorDomain code:((NSHTTPURLResponse *)response).statusCode userInfo:nil]]; - if (self.completedBlock) { - self.completedBlock(nil, nil, [NSError errorWithDomain:NSURLErrorDomain code:[((NSHTTPURLResponse *)response) statusCode] userInfo:nil], YES); - } - CFRunLoopStop(CFRunLoopGetCurrent()); [self done]; } + + if (completionHandler) { + completionHandler(NSURLSessionResponseAllow); + } } -- (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { +- (void)URLSession:(NSURLSession *)session dataTask:(NSURLSessionDataTask *)dataTask didReceiveData:(NSData *)data { [self.imageData appendData:data]; - if ((self.options & SDWebImageDownloaderProgressiveDownload) && self.expectedSize > 0 && self.completedBlock) { + if ((self.options & SDWebImageDownloaderProgressiveDownload) && self.expectedSize > 0) { // The following code is from http://www.cocoaintheshell.com/2011/05/progressive-images-download-imageio/ // Thanks to the author @Nyx0uf @@ -277,17 +323,18 @@ - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { // When we draw to Core Graphics, we lose orientation information, // which means the image below born of initWithCGIImage will be // oriented incorrectly sometimes. (Unlike the image born of initWithData - // in connectionDidFinishLoading.) So save it here and pass it on later. + // in didCompleteWithError.) So save it here and pass it on later. +#if SD_UIKIT || SD_WATCH orientation = [[self class] orientationFromPropertyValue:(orientationValue == -1 ? 1 : orientationValue)]; +#endif } - } if (width + height > 0 && totalSize < self.expectedSize) { // Create the image CGImageRef partialImageRef = CGImageSourceCreateImageAtIndex(imageSource, 0, NULL); -#ifdef TARGET_OS_IPHONE +#if SD_UIKIT || SD_WATCH // Workaround for iOS anamorphic image if (partialImageRef) { const size_t partialHeight = CGImageGetHeight(partialImageRef); @@ -308,7 +355,11 @@ - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { #endif if (partialImageRef) { +#if SD_UIKIT || SD_WATCH UIImage *image = [UIImage imageWithCGImage:partialImageRef scale:1 orientation:orientation]; +#elif SD_MAC + UIImage *image = [[UIImage alloc] initWithCGImage:partialImageRef size:NSZeroSize]; +#endif NSString *key = [[SDWebImageManager sharedManager] cacheKeyForURL:self.request.URL]; UIImage *scaledImage = [self scaledImageForKey:key image:image]; if (self.shouldDecompressImages) { @@ -318,22 +369,126 @@ - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { image = scaledImage; } CGImageRelease(partialImageRef); - dispatch_main_sync_safe(^{ - if (self.completedBlock) { - self.completedBlock(image, nil, nil, NO); - } - }); + + [self callCompletionBlocksWithImage:image imageData:nil error:nil finished:NO]; } } CFRelease(imageSource); } - if (self.progressBlock) { - self.progressBlock(self.imageData.length, self.expectedSize); + for (SDWebImageDownloaderProgressBlock progressBlock in [self callbacksForKey:kProgressCallbackKey]) { + progressBlock(self.imageData.length, self.expectedSize, self.request.URL); + } +} + +- (void)URLSession:(NSURLSession *)session + dataTask:(NSURLSessionDataTask *)dataTask + willCacheResponse:(NSCachedURLResponse *)proposedResponse + completionHandler:(void (^)(NSCachedURLResponse *cachedResponse))completionHandler { + + responseFromCached = NO; // If this method is called, it means the response wasn't read from cache + NSCachedURLResponse *cachedResponse = proposedResponse; + + if (self.request.cachePolicy == NSURLRequestReloadIgnoringLocalCacheData) { + // Prevents caching of responses + cachedResponse = nil; + } + if (completionHandler) { + completionHandler(cachedResponse); } } +#pragma mark NSURLSessionTaskDelegate + +- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error { + @synchronized(self) { + self.dataTask = nil; + dispatch_async(dispatch_get_main_queue(), ^{ + [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:self]; + if (!error) { + [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadFinishNotification object:self]; + } + }); + } + + if (error) { + [self callCompletionBlocksWithError:error]; + } else { + if ([self callbacksForKey:kCompletedCallbackKey].count > 0) { + /** + * See #1608 and #1623 - apparently, there is a race condition on `NSURLCache` that causes a crash + * Limited the calls to `cachedResponseForRequest:` only for cases where we should ignore the cached response + * and images for which responseFromCached is YES (only the ones that cannot be cached). + * Note: responseFromCached is set to NO inside `willCacheResponse:`. This method doesn't get called for large images or images behind authentication + */ + if (self.options & SDWebImageDownloaderIgnoreCachedResponse && responseFromCached && [[NSURLCache sharedURLCache] cachedResponseForRequest:self.request]) { + // hack + [self callCompletionBlocksWithImage:nil imageData:nil error:nil finished:YES]; + } else if (self.imageData) { + UIImage *image = [UIImage sd_imageWithData:self.imageData]; + NSString *key = [[SDWebImageManager sharedManager] cacheKeyForURL:self.request.URL]; + image = [self scaledImageForKey:key image:image]; + + // Do not force decoding animated GIFs + if (!image.images) { + if (self.shouldDecompressImages) { + if (self.options & SDWebImageDownloaderScaleDownLargeImages) { +#if SD_UIKIT || SD_WATCH + image = [UIImage decodedAndScaledDownImageWithImage:image]; + [self.imageData setData:UIImagePNGRepresentation(image)]; +#endif + } else { + image = [UIImage decodedImageWithImage:image]; + } + } + } + if (CGSizeEqualToSize(image.size, CGSizeZero)) { + [self callCompletionBlocksWithError:[NSError errorWithDomain:SDWebImageErrorDomain code:0 userInfo:@{NSLocalizedDescriptionKey : @"Downloaded image has 0 pixels"}]]; + } else { + [self callCompletionBlocksWithImage:image imageData:self.imageData error:nil finished:YES]; + } + } else { + [self callCompletionBlocksWithError:[NSError errorWithDomain:SDWebImageErrorDomain code:0 userInfo:@{NSLocalizedDescriptionKey : @"Image data is nil"}]]; + } + } + } + [self done]; +} + +- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential *credential))completionHandler { + + NSURLSessionAuthChallengeDisposition disposition = NSURLSessionAuthChallengePerformDefaultHandling; + __block NSURLCredential *credential = nil; + + if ([challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) { + if (!(self.options & SDWebImageDownloaderAllowInvalidSSLCertificates)) { + disposition = NSURLSessionAuthChallengePerformDefaultHandling; + } else { + credential = [NSURLCredential credentialForTrust:challenge.protectionSpace.serverTrust]; + disposition = NSURLSessionAuthChallengeUseCredential; + } + } else { + if (challenge.previousFailureCount == 0) { + if (self.credential) { + credential = self.credential; + disposition = NSURLSessionAuthChallengeUseCredential; + } else { + disposition = NSURLSessionAuthChallengeCancelAuthenticationChallenge; + } + } else { + disposition = NSURLSessionAuthChallengeCancelAuthenticationChallenge; + } + } + + if (completionHandler) { + completionHandler(disposition, credential); + } +} + +#pragma mark Helper methods + +#if SD_UIKIT || SD_WATCH + (UIImageOrientation)orientationFromPropertyValue:(NSInteger)value { switch (value) { case 1: @@ -356,111 +511,30 @@ + (UIImageOrientation)orientationFromPropertyValue:(NSInteger)value { return UIImageOrientationUp; } } +#endif -- (UIImage *)scaledImageForKey:(NSString *)key image:(UIImage *)image { +- (nullable UIImage *)scaledImageForKey:(nullable NSString *)key image:(nullable UIImage *)image { return SDScaledImageForKey(key, image); } -- (void)connectionDidFinishLoading:(NSURLConnection *)aConnection { - SDWebImageDownloaderCompletedBlock completionBlock = self.completedBlock; - @synchronized(self) { - CFRunLoopStop(CFRunLoopGetCurrent()); - self.thread = nil; - self.connection = nil; - dispatch_async(dispatch_get_main_queue(), ^{ - [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:self]; - [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadFinishNotification object:self]; - }); - } - - if (![[NSURLCache sharedURLCache] cachedResponseForRequest:_request]) { - responseFromCached = NO; - } - - if (completionBlock) { - if (self.options & SDWebImageDownloaderIgnoreCachedResponse && responseFromCached) { - completionBlock(nil, nil, nil, YES); - } else if (self.imageData) { - UIImage *image = [UIImage sd_imageWithData:self.imageData]; - NSString *key = [[SDWebImageManager sharedManager] cacheKeyForURL:self.request.URL]; - image = [self scaledImageForKey:key image:image]; - - // Do not force decoding animated GIFs - if (!image.images) { - if (self.shouldDecompressImages) { - image = [UIImage decodedImageWithImage:image]; - } - } - if (CGSizeEqualToSize(image.size, CGSizeZero)) { - completionBlock(nil, nil, [NSError errorWithDomain:SDWebImageErrorDomain code:0 userInfo:@{NSLocalizedDescriptionKey : @"Downloaded image has 0 pixels"}], YES); - } - else { - completionBlock(image, self.imageData, nil, YES); - } - } else { - completionBlock(nil, nil, [NSError errorWithDomain:SDWebImageErrorDomain code:0 userInfo:@{NSLocalizedDescriptionKey : @"Image data is nil"}], YES); - } - } - self.completionBlock = nil; - [self done]; -} - -- (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error { - @synchronized(self) { - CFRunLoopStop(CFRunLoopGetCurrent()); - self.thread = nil; - self.connection = nil; - dispatch_async(dispatch_get_main_queue(), ^{ - [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:self]; - }); - } - - if (self.completedBlock) { - self.completedBlock(nil, nil, error, YES); - } - self.completionBlock = nil; - [self done]; -} - -- (NSCachedURLResponse *)connection:(NSURLConnection *)connection willCacheResponse:(NSCachedURLResponse *)cachedResponse { - responseFromCached = NO; // If this method is called, it means the response wasn't read from cache - if (self.request.cachePolicy == NSURLRequestReloadIgnoringLocalCacheData) { - // Prevents caching of responses - return nil; - } - else { - return cachedResponse; - } -} - - (BOOL)shouldContinueWhenAppEntersBackground { return self.options & SDWebImageDownloaderContinueInBackground; } -- (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection __unused *)connection { - return self.shouldUseCredentialStorage; +- (void)callCompletionBlocksWithError:(nullable NSError *)error { + [self callCompletionBlocksWithImage:nil imageData:nil error:error finished:YES]; } -- (void)connection:(NSURLConnection *)connection willSendRequestForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge{ - if ([challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) { - if (!(self.options & SDWebImageDownloaderAllowInvalidSSLCertificates) && - [challenge.sender respondsToSelector:@selector(performDefaultHandlingForAuthenticationChallenge:)]) { - [challenge.sender performDefaultHandlingForAuthenticationChallenge:challenge]; - } else { - NSURLCredential *credential = [NSURLCredential credentialForTrust:challenge.protectionSpace.serverTrust]; - [[challenge sender] useCredential:credential forAuthenticationChallenge:challenge]; +- (void)callCompletionBlocksWithImage:(nullable UIImage *)image + imageData:(nullable NSData *)imageData + error:(nullable NSError *)error + finished:(BOOL)finished { + NSArray *completionBlocks = [self callbacksForKey:kCompletedCallbackKey]; + dispatch_main_async_safe(^{ + for (SDWebImageDownloaderCompletedBlock completedBlock in completionBlocks) { + completedBlock(image, imageData, error, finished); } - } else { - if ([challenge previousFailureCount] == 0) { - if (self.credential) { - [[challenge sender] useCredential:self.credential forAuthenticationChallenge:challenge]; - } else { - [[challenge sender] continueWithoutCredentialForAuthenticationChallenge:challenge]; - } - } else { - [[challenge sender] continueWithoutCredentialForAuthenticationChallenge:challenge]; - } - } + }); } @end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImageManager.h b/Example/Pods/SDWebImage/SDWebImage/SDWebImageManager.h index 18e578a3a..ba8b75556 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImageManager.h +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImageManager.h @@ -64,9 +64,8 @@ typedef NS_OPTIONS(NSUInteger, SDWebImageOptions) { SDWebImageAllowInvalidSSLCertificates = 1 << 7, /** - * By default, image are loaded in the order they were queued. This flag move them to - * the front of the queue and is loaded immediately instead of waiting for the current queue to be loaded (which - * could take a while). + * By default, images are loaded in the order in which they were queued. This flag moves them to + * the front of the queue. */ SDWebImageHighPriority = 1 << 8, @@ -88,14 +87,21 @@ typedef NS_OPTIONS(NSUInteger, SDWebImageOptions) { * have the hand before setting the image (apply a filter or add it with cross-fade animation for instance) * Use this flag if you want to manually set the image in the completion when success */ - SDWebImageAvoidAutoSetImage = 1 << 11 + SDWebImageAvoidAutoSetImage = 1 << 11, + + /** + * By default, images are decoded respecting their original size. On iOS, this flag will scale down the + * images to a size compatible with the constrained memory of devices. + * If `SDWebImageProgressiveDownload` flag is set the scale down is deactivated. + */ + SDWebImageScaleDownLargeImages = 1 << 12 }; -typedef void(^SDWebImageCompletionBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL); +typedef void(^SDExternalCompletionBlock)(UIImage * _Nullable image, NSError * _Nullable error, SDImageCacheType cacheType, NSURL * _Nullable imageURL); -typedef void(^SDWebImageCompletionWithFinishedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL); +typedef void(^SDInternalCompletionBlock)(UIImage * _Nullable image, NSData * _Nullable data, NSError * _Nullable error, SDImageCacheType cacheType, BOOL finished, NSURL * _Nullable imageURL); -typedef NSString *(^SDWebImageCacheKeyFilterBlock)(NSURL *url); +typedef NSString * _Nullable (^SDWebImageCacheKeyFilterBlock)(NSURL * _Nullable url); @class SDWebImageManager; @@ -112,7 +118,7 @@ typedef NSString *(^SDWebImageCacheKeyFilterBlock)(NSURL *url); * * @return Return NO to prevent the downloading of the image on cache misses. If not implemented, YES is implied. */ -- (BOOL)imageManager:(SDWebImageManager *)imageManager shouldDownloadImageForURL:(NSURL *)imageURL; +- (BOOL)imageManager:(nonnull SDWebImageManager *)imageManager shouldDownloadImageForURL:(nullable NSURL *)imageURL; /** * Allows to transform the image immediately after it has been downloaded and just before to cache it on disk and memory. @@ -124,7 +130,7 @@ typedef NSString *(^SDWebImageCacheKeyFilterBlock)(NSURL *url); * * @return The transformed image object. */ -- (UIImage *)imageManager:(SDWebImageManager *)imageManager transformDownloadedImage:(UIImage *)image withURL:(NSURL *)imageURL; +- (nullable UIImage *)imageManager:(nonnull SDWebImageManager *)imageManager transformDownloadedImage:(nullable UIImage *)image withURL:(nullable NSURL *)imageURL; @end @@ -139,23 +145,23 @@ typedef NSString *(^SDWebImageCacheKeyFilterBlock)(NSURL *url); * @code SDWebImageManager *manager = [SDWebImageManager sharedManager]; -[manager downloadImageWithURL:imageURL - options:0 - progress:nil - completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (image) { - // do something with image - } - }]; +[manager loadImageWithURL:imageURL + options:0 + progress:nil + completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { + if (image) { + // do something with image + } + }]; * @endcode */ @interface SDWebImageManager : NSObject -@property (weak, nonatomic) id delegate; +@property (weak, nonatomic, nullable) id delegate; -@property (strong, nonatomic, readonly) SDImageCache *imageCache; -@property (strong, nonatomic, readonly) SDWebImageDownloader *imageDownloader; +@property (strong, nonatomic, readonly, nullable) SDImageCache *imageCache; +@property (strong, nonatomic, readonly, nullable) SDWebImageDownloader *imageDownloader; /** * The cache filter is a block used each time SDWebImageManager need to convert an URL into a cache key. This can @@ -173,14 +179,20 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager]; * @endcode */ -@property (nonatomic, copy) SDWebImageCacheKeyFilterBlock cacheKeyFilter; +@property (nonatomic, copy, nullable) SDWebImageCacheKeyFilterBlock cacheKeyFilter; /** * Returns global SDWebImageManager instance. * * @return SDWebImageManager shared instance */ -+ (SDWebImageManager *)sharedManager; ++ (nonnull instancetype)sharedManager; + +/** + * Allows to specify instance of cache and image downloader used with image manager. + * @return new instance of `SDWebImageManager` with specified cache and downloader. + */ +- (nonnull instancetype)initWithCache:(nonnull SDImageCache *)cache downloader:(nonnull SDWebImageDownloader *)downloader NS_DESIGNATED_INITIALIZER; /** * Downloads the image at the given URL if not present in cache or return the cached version otherwise. @@ -188,26 +200,29 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager]; * @param url The URL to the image * @param options A mask to specify options to use for this request * @param progressBlock A block called while image is downloading + * @note the progress block is executed on a background queue * @param completedBlock A block called when operation has been completed. * * This parameter is required. * - * This block has no return value and takes the requested UIImage as first parameter. - * In case of error the image parameter is nil and the second parameter may contain an NSError. + * This block has no return value and takes the requested UIImage as first parameter and the NSData representation as second parameter. + * In case of error the image parameter is nil and the third parameter may contain an NSError. * - * The third parameter is an `SDImageCacheType` enum indicating if the image was retrieved from the local cache + * The forth parameter is an `SDImageCacheType` enum indicating if the image was retrieved from the local cache * or from the memory cache or from the network. * - * The last parameter is set to NO when the SDWebImageProgressiveDownload option is used and the image is + * The fith parameter is set to NO when the SDWebImageProgressiveDownload option is used and the image is * downloading. This block is thus called repeatedly with a partial image. When image is fully downloaded, the * block is called a last time with the full image and the last parameter set to YES. * + * The last parameter is the original image URL + * * @return Returns an NSObject conforming to SDWebImageOperation. Should be an instance of SDWebImageDownloaderOperation */ -- (id )downloadImageWithURL:(NSURL *)url - options:(SDWebImageOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageCompletionWithFinishedBlock)completedBlock; +- (nullable id )loadImageWithURL:(nullable NSURL *)url + options:(SDWebImageOptions)options + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDInternalCompletionBlock)completedBlock; /** * Saves image to cache for given URL @@ -217,7 +232,7 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager]; * */ -- (void)saveImageToCache:(UIImage *)image forURL:(NSURL *)url; +- (void)saveImageToCache:(nullable UIImage *)image forURL:(nullable NSURL *)url; /** * Cancel all current operations @@ -229,24 +244,6 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager]; */ - (BOOL)isRunning; -/** - * Check if image has already been cached - * - * @param url image url - * - * @return if the image was already cached - */ -- (BOOL)cachedImageExistsForURL:(NSURL *)url; - -/** - * Check if image has already been cached on disk only - * - * @param url image url - * - * @return if the image was already cached (disk only) - */ -- (BOOL)diskImageExistsForURL:(NSURL *)url; - /** * Async check if image has already been cached * @@ -255,8 +252,8 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager]; * * @note the completion block is always executed on the main queue */ -- (void)cachedImageExistsForURL:(NSURL *)url - completion:(SDWebImageCheckCacheCompletionBlock)completionBlock; +- (void)cachedImageExistsForURL:(nullable NSURL *)url + completion:(nullable SDWebImageCheckCacheCompletionBlock)completionBlock; /** * Async check if image has already been cached on disk only @@ -266,34 +263,13 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager]; * * @note the completion block is always executed on the main queue */ -- (void)diskImageExistsForURL:(NSURL *)url - completion:(SDWebImageCheckCacheCompletionBlock)completionBlock; +- (void)diskImageExistsForURL:(nullable NSURL *)url + completion:(nullable SDWebImageCheckCacheCompletionBlock)completionBlock; /** *Return the cache key for a given URL */ -- (NSString *)cacheKeyForURL:(NSURL *)url; - -@end - - -#pragma mark - Deprecated - -typedef void(^SDWebImageCompletedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType) __deprecated_msg("Block type deprecated. Use `SDWebImageCompletionBlock`"); -typedef void(^SDWebImageCompletedWithFinishedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) __deprecated_msg("Block type deprecated. Use `SDWebImageCompletionWithFinishedBlock`"); - - -@interface SDWebImageManager (Deprecated) - -/** - * Downloads the image at the given URL if not present in cache or return the cached version otherwise. - * - * @deprecated This method has been deprecated. Use `downloadImageWithURL:options:progress:completed:` - */ -- (id )downloadWithURL:(NSURL *)url - options:(SDWebImageOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageCompletedWithFinishedBlock)completedBlock __deprecated_msg("Method deprecated. Use `downloadImageWithURL:options:progress:completed:`"); +- (nullable NSString *)cacheKeyForURL:(nullable NSURL *)url; @end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImageManager.m b/Example/Pods/SDWebImage/SDWebImage/SDWebImageManager.m index c804ee9af..d7d6865de 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImageManager.m +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImageManager.m @@ -8,27 +8,28 @@ #import "SDWebImageManager.h" #import +#import "NSImage+WebCache.h" @interface SDWebImageCombinedOperation : NSObject @property (assign, nonatomic, getter = isCancelled) BOOL cancelled; -@property (copy, nonatomic) SDWebImageNoParamsBlock cancelBlock; -@property (strong, nonatomic) NSOperation *cacheOperation; +@property (copy, nonatomic, nullable) SDWebImageNoParamsBlock cancelBlock; +@property (strong, nonatomic, nullable) NSOperation *cacheOperation; @end @interface SDWebImageManager () -@property (strong, nonatomic, readwrite) SDImageCache *imageCache; -@property (strong, nonatomic, readwrite) SDWebImageDownloader *imageDownloader; -@property (strong, nonatomic) NSMutableSet *failedURLs; -@property (strong, nonatomic) NSMutableArray *runningOperations; +@property (strong, nonatomic, readwrite, nonnull) SDImageCache *imageCache; +@property (strong, nonatomic, readwrite, nonnull) SDWebImageDownloader *imageDownloader; +@property (strong, nonatomic, nonnull) NSMutableSet *failedURLs; +@property (strong, nonatomic, nonnull) NSMutableArray *runningOperations; @end @implementation SDWebImageManager -+ (id)sharedManager { ++ (nonnull instancetype)sharedManager { static dispatch_once_t once; static id instance; dispatch_once(&once, ^{ @@ -37,42 +38,36 @@ + (id)sharedManager { return instance; } -- (id)init { +- (nonnull instancetype)init { + SDImageCache *cache = [SDImageCache sharedImageCache]; + SDWebImageDownloader *downloader = [SDWebImageDownloader sharedDownloader]; + return [self initWithCache:cache downloader:downloader]; +} + +- (nonnull instancetype)initWithCache:(nonnull SDImageCache *)cache downloader:(nonnull SDWebImageDownloader *)downloader { if ((self = [super init])) { - _imageCache = [self createCache]; - _imageDownloader = [SDWebImageDownloader sharedDownloader]; + _imageCache = cache; + _imageDownloader = downloader; _failedURLs = [NSMutableSet new]; _runningOperations = [NSMutableArray new]; } return self; } -- (SDImageCache *)createCache { - return [SDImageCache sharedImageCache]; -} +- (nullable NSString *)cacheKeyForURL:(nullable NSURL *)url { + if (!url) { + return @""; + } -- (NSString *)cacheKeyForURL:(NSURL *)url { if (self.cacheKeyFilter) { return self.cacheKeyFilter(url); + } else { + return url.absoluteString; } - else { - return [url absoluteString]; - } -} - -- (BOOL)cachedImageExistsForURL:(NSURL *)url { - NSString *key = [self cacheKeyForURL:url]; - if ([self.imageCache imageFromMemoryCacheForKey:key] != nil) return YES; - return [self.imageCache diskImageExistsWithKey:key]; } -- (BOOL)diskImageExistsForURL:(NSURL *)url { - NSString *key = [self cacheKeyForURL:url]; - return [self.imageCache diskImageExistsWithKey:key]; -} - -- (void)cachedImageExistsForURL:(NSURL *)url - completion:(SDWebImageCheckCacheCompletionBlock)completionBlock { +- (void)cachedImageExistsForURL:(nullable NSURL *)url + completion:(nullable SDWebImageCheckCacheCompletionBlock)completionBlock { NSString *key = [self cacheKeyForURL:url]; BOOL isInMemoryCache = ([self.imageCache imageFromMemoryCacheForKey:key] != nil); @@ -95,8 +90,8 @@ - (void)cachedImageExistsForURL:(NSURL *)url }]; } -- (void)diskImageExistsForURL:(NSURL *)url - completion:(SDWebImageCheckCacheCompletionBlock)completionBlock { +- (void)diskImageExistsForURL:(nullable NSURL *)url + completion:(nullable SDWebImageCheckCacheCompletionBlock)completionBlock { NSString *key = [self cacheKeyForURL:url]; [self.imageCache diskImageExistsWithKey:key completion:^(BOOL isInDiskCache) { @@ -107,14 +102,14 @@ - (void)diskImageExistsForURL:(NSURL *)url }]; } -- (id )downloadImageWithURL:(NSURL *)url - options:(SDWebImageOptions)options - progress:(SDWebImageDownloaderProgressBlock)progressBlock - completed:(SDWebImageCompletionWithFinishedBlock)completedBlock { +- (id )loadImageWithURL:(nullable NSURL *)url + options:(SDWebImageOptions)options + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDInternalCompletionBlock)completedBlock { // Invoking this method without a completedBlock is pointless NSAssert(completedBlock != nil, @"If you mean to prefetch the image, use -[SDWebImagePrefetcher prefetchURLs] instead"); - // Very common mistake is to send the URL using NSString object instead of NSURL. For some strange reason, XCode won't + // Very common mistake is to send the URL using NSString object instead of NSURL. For some strange reason, Xcode won't // throw any warning for this type mismatch. Here we failsafe this error by allowing URLs to be passed as NSString. if ([url isKindOfClass:NSString.class]) { url = [NSURL URLWithString:(NSString *)url]; @@ -129,15 +124,14 @@ - (void)diskImageExistsForURL:(NSURL *)url __weak SDWebImageCombinedOperation *weakOperation = operation; BOOL isFailedUrl = NO; - @synchronized (self.failedURLs) { - isFailedUrl = [self.failedURLs containsObject:url]; + if (url) { + @synchronized (self.failedURLs) { + isFailedUrl = [self.failedURLs containsObject:url]; + } } if (url.absoluteString.length == 0 || (!(options & SDWebImageRetryFailed) && isFailedUrl)) { - dispatch_main_sync_safe(^{ - NSError *error = [NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorFileDoesNotExist userInfo:nil]; - completedBlock(nil, error, SDImageCacheTypeNone, YES, url); - }); + [self callCompletionBlockForOperation:operation completion:completedBlock error:[NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorFileDoesNotExist userInfo:nil] url:url]; return operation; } @@ -146,22 +140,17 @@ - (void)diskImageExistsForURL:(NSURL *)url } NSString *key = [self cacheKeyForURL:url]; - operation.cacheOperation = [self.imageCache queryDiskCacheForKey:key done:^(UIImage *image, SDImageCacheType cacheType) { + operation.cacheOperation = [self.imageCache queryCacheOperationForKey:key done:^(UIImage *cachedImage, NSData *cachedData, SDImageCacheType cacheType) { if (operation.isCancelled) { - @synchronized (self.runningOperations) { - [self.runningOperations removeObject:operation]; - } - + [self safelyRemoveOperationFromRunning:operation]; return; } - if ((!image || options & SDWebImageRefreshCached) && (![self.delegate respondsToSelector:@selector(imageManager:shouldDownloadImageForURL:)] || [self.delegate imageManager:self shouldDownloadImageForURL:url])) { - if (image && options & SDWebImageRefreshCached) { - dispatch_main_sync_safe(^{ - // If image was found in the cache but SDWebImageRefreshCached is provided, notify about the cached image - // AND try to re-download it in order to let a chance to NSURLCache to refresh it from server. - completedBlock(image, nil, cacheType, YES, url); - }); + if ((!cachedImage || options & SDWebImageRefreshCached) && (![self.delegate respondsToSelector:@selector(imageManager:shouldDownloadImageForURL:)] || [self.delegate imageManager:self shouldDownloadImageForURL:url])) { + if (cachedImage && options & SDWebImageRefreshCached) { + // If image was found in the cache but SDWebImageRefreshCached is provided, notify about the cached image + // AND try to re-download it in order to let a chance to NSURLCache to refresh it from server. + [self callCompletionBlockForOperation:weakOperation completion:completedBlock image:cachedImage data:cachedData error:nil cacheType:cacheType finished:YES url:url]; } // download if no image or requested to refresh anyway, and download allowed by delegate @@ -173,25 +162,23 @@ - (void)diskImageExistsForURL:(NSURL *)url if (options & SDWebImageHandleCookies) downloaderOptions |= SDWebImageDownloaderHandleCookies; if (options & SDWebImageAllowInvalidSSLCertificates) downloaderOptions |= SDWebImageDownloaderAllowInvalidSSLCertificates; if (options & SDWebImageHighPriority) downloaderOptions |= SDWebImageDownloaderHighPriority; - if (image && options & SDWebImageRefreshCached) { + if (options & SDWebImageScaleDownLargeImages) downloaderOptions |= SDWebImageDownloaderScaleDownLargeImages; + + if (cachedImage && options & SDWebImageRefreshCached) { // force progressive off if image already cached but forced refreshing downloaderOptions &= ~SDWebImageDownloaderProgressiveDownload; // ignore image read from NSURLCache if image if cached but force refreshing downloaderOptions |= SDWebImageDownloaderIgnoreCachedResponse; } - id subOperation = [self.imageDownloader downloadImageWithURL:url options:downloaderOptions progress:progressBlock completed:^(UIImage *downloadedImage, NSData *data, NSError *error, BOOL finished) { + + SDWebImageDownloadToken *subOperationToken = [self.imageDownloader downloadImageWithURL:url options:downloaderOptions progress:progressBlock completed:^(UIImage *downloadedImage, NSData *downloadedData, NSError *error, BOOL finished) { __strong __typeof(weakOperation) strongOperation = weakOperation; if (!strongOperation || strongOperation.isCancelled) { // Do nothing if the operation was cancelled // See #699 for more details // if we would call the completedBlock, there could be a race condition between this block and another completedBlock for the same object, so if this one is called second, we will overwrite the new data - } - else if (error) { - dispatch_main_sync_safe(^{ - if (strongOperation && !strongOperation.isCancelled) { - completedBlock(nil, error, SDImageCacheTypeNone, finished, url); - } - }); + } else if (error) { + [self callCompletionBlockForOperation:strongOperation completion:completedBlock error:error url:url]; if ( error.code != NSURLErrorNotConnectedToInternet && error.code != NSURLErrorCancelled @@ -214,95 +201,62 @@ - (void)diskImageExistsForURL:(NSURL *)url BOOL cacheOnDisk = !(options & SDWebImageCacheMemoryOnly); - if (options & SDWebImageRefreshCached && image && !downloadedImage) { + if (options & SDWebImageRefreshCached && cachedImage && !downloadedImage) { // Image refresh hit the NSURLCache cache, do not call the completion block - } - else if (downloadedImage && (!downloadedImage.images || (options & SDWebImageTransformAnimatedImage)) && [self.delegate respondsToSelector:@selector(imageManager:transformDownloadedImage:withURL:)]) { + } else if (downloadedImage && (!downloadedImage.images || (options & SDWebImageTransformAnimatedImage)) && [self.delegate respondsToSelector:@selector(imageManager:transformDownloadedImage:withURL:)]) { dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{ UIImage *transformedImage = [self.delegate imageManager:self transformDownloadedImage:downloadedImage withURL:url]; if (transformedImage && finished) { BOOL imageWasTransformed = ![transformedImage isEqual:downloadedImage]; - [self.imageCache storeImage:transformedImage recalculateFromImage:imageWasTransformed imageData:(imageWasTransformed ? nil : data) forKey:key toDisk:cacheOnDisk]; + // pass nil if the image was transformed, so we can recalculate the data from the image + [self.imageCache storeImage:transformedImage imageData:(imageWasTransformed ? nil : downloadedData) forKey:key toDisk:cacheOnDisk completion:nil]; } - - dispatch_main_sync_safe(^{ - if (strongOperation && !strongOperation.isCancelled) { - completedBlock(transformedImage, nil, SDImageCacheTypeNone, finished, url); - } - }); + + [self callCompletionBlockForOperation:strongOperation completion:completedBlock image:transformedImage data:downloadedData error:nil cacheType:SDImageCacheTypeNone finished:finished url:url]; }); - } - else { + } else { if (downloadedImage && finished) { - [self.imageCache storeImage:downloadedImage recalculateFromImage:NO imageData:data forKey:key toDisk:cacheOnDisk]; + [self.imageCache storeImage:downloadedImage imageData:downloadedData forKey:key toDisk:cacheOnDisk completion:nil]; } - - dispatch_main_sync_safe(^{ - if (strongOperation && !strongOperation.isCancelled) { - completedBlock(downloadedImage, nil, SDImageCacheTypeNone, finished, url); - } - }); + [self callCompletionBlockForOperation:strongOperation completion:completedBlock image:downloadedImage data:downloadedData error:nil cacheType:SDImageCacheTypeNone finished:finished url:url]; } } if (finished) { - @synchronized (self.runningOperations) { - if (strongOperation) { - [self.runningOperations removeObject:strongOperation]; - } - } + [self safelyRemoveOperationFromRunning:strongOperation]; } }]; operation.cancelBlock = ^{ - [subOperation cancel]; - - @synchronized (self.runningOperations) { - __strong __typeof(weakOperation) strongOperation = weakOperation; - if (strongOperation) { - [self.runningOperations removeObject:strongOperation]; - } - } - }; - } - else if (image) { - dispatch_main_sync_safe(^{ + [self.imageDownloader cancel:subOperationToken]; __strong __typeof(weakOperation) strongOperation = weakOperation; - if (strongOperation && !strongOperation.isCancelled) { - completedBlock(image, nil, cacheType, YES, url); - } - }); - @synchronized (self.runningOperations) { - [self.runningOperations removeObject:operation]; - } - } - else { + [self safelyRemoveOperationFromRunning:strongOperation]; + }; + } else if (cachedImage) { + __strong __typeof(weakOperation) strongOperation = weakOperation; + [self callCompletionBlockForOperation:strongOperation completion:completedBlock image:cachedImage data:cachedData error:nil cacheType:cacheType finished:YES url:url]; + [self safelyRemoveOperationFromRunning:operation]; + } else { // Image not in cache and download disallowed by delegate - dispatch_main_sync_safe(^{ - __strong __typeof(weakOperation) strongOperation = weakOperation; - if (strongOperation && !weakOperation.isCancelled) { - completedBlock(nil, nil, SDImageCacheTypeNone, YES, url); - } - }); - @synchronized (self.runningOperations) { - [self.runningOperations removeObject:operation]; - } + __strong __typeof(weakOperation) strongOperation = weakOperation; + [self callCompletionBlockForOperation:strongOperation completion:completedBlock image:nil data:nil error:nil cacheType:SDImageCacheTypeNone finished:YES url:url]; + [self safelyRemoveOperationFromRunning:operation]; } }]; return operation; } -- (void)saveImageToCache:(UIImage *)image forURL:(NSURL *)url { +- (void)saveImageToCache:(nullable UIImage *)image forURL:(nullable NSURL *)url { if (image && url) { NSString *key = [self cacheKeyForURL:url]; - [self.imageCache storeImage:image forKey:key toDisk:YES]; + [self.imageCache storeImage:image forKey:key toDisk:YES completion:nil]; } } - (void)cancelAll { @synchronized (self.runningOperations) { - NSArray *copiedOperations = [self.runningOperations copy]; + NSArray *copiedOperations = [self.runningOperations copy]; [copiedOperations makeObjectsPerformSelector:@selector(cancel)]; [self.runningOperations removeObjectsInArray:copiedOperations]; } @@ -310,18 +264,48 @@ - (void)cancelAll { - (BOOL)isRunning { BOOL isRunning = NO; - @synchronized(self.runningOperations) { + @synchronized (self.runningOperations) { isRunning = (self.runningOperations.count > 0); } return isRunning; } +- (void)safelyRemoveOperationFromRunning:(nullable SDWebImageCombinedOperation*)operation { + @synchronized (self.runningOperations) { + if (operation) { + [self.runningOperations removeObject:operation]; + } + } +} + +- (void)callCompletionBlockForOperation:(nullable SDWebImageCombinedOperation*)operation + completion:(nullable SDInternalCompletionBlock)completionBlock + error:(nullable NSError *)error + url:(nullable NSURL *)url { + [self callCompletionBlockForOperation:operation completion:completionBlock image:nil data:nil error:error cacheType:SDImageCacheTypeNone finished:YES url:url]; +} + +- (void)callCompletionBlockForOperation:(nullable SDWebImageCombinedOperation*)operation + completion:(nullable SDInternalCompletionBlock)completionBlock + image:(nullable UIImage *)image + data:(nullable NSData *)data + error:(nullable NSError *)error + cacheType:(SDImageCacheType)cacheType + finished:(BOOL)finished + url:(nullable NSURL *)url { + dispatch_main_async_safe(^{ + if (operation && !operation.isCancelled && completionBlock) { + completionBlock(image, data, error, cacheType, finished, url); + } + }); +} + @end @implementation SDWebImageCombinedOperation -- (void)setCancelBlock:(SDWebImageNoParamsBlock)cancelBlock { +- (void)setCancelBlock:(nullable SDWebImageNoParamsBlock)cancelBlock { // check if the operation is already cancelled, then we just call the cancelBlock if (self.isCancelled) { if (cancelBlock) { @@ -350,21 +334,3 @@ - (void)cancel { } @end - - -@implementation SDWebImageManager (Deprecated) - -// deprecated method, uses the non deprecated method -// adapter for the completion block -- (id )downloadWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedWithFinishedBlock)completedBlock { - return [self downloadImageWithURL:url - options:options - progress:progressBlock - completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType, finished); - } - }]; -} - -@end diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h b/Example/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h index 6c31b15ff..d0a91ed74 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h @@ -23,7 +23,7 @@ * @param finishedCount The total number of images that were prefetched (successful or not) * @param totalCount The total number of images that were to be prefetched */ -- (void)imagePrefetcher:(SDWebImagePrefetcher *)imagePrefetcher didPrefetchURL:(NSURL *)imageURL finishedCount:(NSUInteger)finishedCount totalCount:(NSUInteger)totalCount; +- (void)imagePrefetcher:(nonnull SDWebImagePrefetcher *)imagePrefetcher didPrefetchURL:(nullable NSURL *)imageURL finishedCount:(NSUInteger)finishedCount totalCount:(NSUInteger)totalCount; /** * Called when all images are prefetched. @@ -31,7 +31,7 @@ * @param totalCount The total number of images that were prefetched (whether successful or not) * @param skippedCount The total number of images that were skipped */ -- (void)imagePrefetcher:(SDWebImagePrefetcher *)imagePrefetcher didFinishWithTotalCount:(NSUInteger)totalCount skippedCount:(NSUInteger)skippedCount; +- (void)imagePrefetcher:(nonnull SDWebImagePrefetcher *)imagePrefetcher didFinishWithTotalCount:(NSUInteger)totalCount skippedCount:(NSUInteger)skippedCount; @end @@ -46,7 +46,7 @@ typedef void(^SDWebImagePrefetcherCompletionBlock)(NSUInteger noOfFinishedUrls, /** * The web image manager */ -@property (strong, nonatomic, readonly) SDWebImageManager *manager; +@property (strong, nonatomic, readonly, nonnull) SDWebImageManager *manager; /** * Maximum number of URLs to prefetch at the same time. Defaults to 3. @@ -61,33 +61,35 @@ typedef void(^SDWebImagePrefetcherCompletionBlock)(NSUInteger noOfFinishedUrls, /** * Queue options for Prefetcher. Defaults to Main Queue. */ -@property (nonatomic, assign) dispatch_queue_t prefetcherQueue; +@property (nonatomic, assign, nonnull) dispatch_queue_t prefetcherQueue; -@property (weak, nonatomic) id delegate; +@property (weak, nonatomic, nullable) id delegate; /** * Return the global image prefetcher instance. */ -+ (SDWebImagePrefetcher *)sharedImagePrefetcher; ++ (nonnull instancetype)sharedImagePrefetcher; /** * Allows you to instantiate a prefetcher with any arbitrary image manager. */ -- (id)initWithImageManager:(SDWebImageManager *)manager; +- (nonnull instancetype)initWithImageManager:(nonnull SDWebImageManager *)manager NS_DESIGNATED_INITIALIZER; /** * Assign list of URLs to let SDWebImagePrefetcher to queue the prefetching, * currently one image is downloaded at a time, - * and skips images for failed downloads and proceed to the next image in the list + * and skips images for failed downloads and proceed to the next image in the list. + * Any previously-running prefetch operations are canceled. * * @param urls list of URLs to prefetch */ -- (void)prefetchURLs:(NSArray *)urls; +- (void)prefetchURLs:(nullable NSArray *)urls; /** * Assign list of URLs to let SDWebImagePrefetcher to queue the prefetching, * currently one image is downloaded at a time, - * and skips images for failed downloads and proceed to the next image in the list + * and skips images for failed downloads and proceed to the next image in the list. + * Any previously-running prefetch operations are canceled. * * @param urls list of URLs to prefetch * @param progressBlock block to be called when progress updates; @@ -97,7 +99,9 @@ typedef void(^SDWebImagePrefetcherCompletionBlock)(NSUInteger noOfFinishedUrls, * first param is the number of completed (successful or not) requests, * second parameter is the number of skipped requests */ -- (void)prefetchURLs:(NSArray *)urls progress:(SDWebImagePrefetcherProgressBlock)progressBlock completed:(SDWebImagePrefetcherCompletionBlock)completionBlock; +- (void)prefetchURLs:(nullable NSArray *)urls + progress:(nullable SDWebImagePrefetcherProgressBlock)progressBlock + completed:(nullable SDWebImagePrefetcherCompletionBlock)completionBlock; /** * Remove and cancel queued list diff --git a/Example/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m b/Example/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m index f518d4413..b66357f1d 100644 --- a/Example/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m +++ b/Example/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m @@ -10,20 +10,20 @@ @interface SDWebImagePrefetcher () -@property (strong, nonatomic) SDWebImageManager *manager; -@property (strong, nonatomic) NSArray *prefetchURLs; +@property (strong, nonatomic, nonnull) SDWebImageManager *manager; +@property (strong, nonatomic, nullable) NSArray *prefetchURLs; @property (assign, nonatomic) NSUInteger requestedCount; @property (assign, nonatomic) NSUInteger skippedCount; @property (assign, nonatomic) NSUInteger finishedCount; @property (assign, nonatomic) NSTimeInterval startedTime; -@property (copy, nonatomic) SDWebImagePrefetcherCompletionBlock completionBlock; -@property (copy, nonatomic) SDWebImagePrefetcherProgressBlock progressBlock; +@property (copy, nonatomic, nullable) SDWebImagePrefetcherCompletionBlock completionBlock; +@property (copy, nonatomic, nullable) SDWebImagePrefetcherProgressBlock progressBlock; @end @implementation SDWebImagePrefetcher -+ (SDWebImagePrefetcher *)sharedImagePrefetcher { ++ (nonnull instancetype)sharedImagePrefetcher { static dispatch_once_t once; static id instance; dispatch_once(&once, ^{ @@ -32,11 +32,11 @@ + (SDWebImagePrefetcher *)sharedImagePrefetcher { return instance; } -- (id)init { +- (nonnull instancetype)init { return [self initWithImageManager:[SDWebImageManager new]]; } -- (id)initWithImageManager:(SDWebImageManager *)manager { +- (nonnull instancetype)initWithImageManager:(SDWebImageManager *)manager { if ((self = [super init])) { _manager = manager; _options = SDWebImageLowPriority; @@ -57,18 +57,18 @@ - (NSUInteger)maxConcurrentDownloads { - (void)startPrefetchingAtIndex:(NSUInteger)index { if (index >= self.prefetchURLs.count) return; self.requestedCount++; - [self.manager downloadImageWithURL:self.prefetchURLs[index] options:self.options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { + [self.manager loadImageWithURL:self.prefetchURLs[index] options:self.options progress:nil completed:^(UIImage *image, NSData *data, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { if (!finished) return; self.finishedCount++; if (image) { if (self.progressBlock) { - self.progressBlock(self.finishedCount,[self.prefetchURLs count]); + self.progressBlock(self.finishedCount,(self.prefetchURLs).count); } } else { if (self.progressBlock) { - self.progressBlock(self.finishedCount,[self.prefetchURLs count]); + self.progressBlock(self.finishedCount,(self.prefetchURLs).count); } // Add last failed self.skippedCount++; @@ -96,7 +96,7 @@ - (void)startPrefetchingAtIndex:(NSUInteger)index { } - (void)reportStatus { - NSUInteger total = [self.prefetchURLs count]; + NSUInteger total = (self.prefetchURLs).count; if ([self.delegate respondsToSelector:@selector(imagePrefetcher:didFinishWithTotalCount:skippedCount:)]) { [self.delegate imagePrefetcher:self didFinishWithTotalCount:(total - self.skippedCount) @@ -105,11 +105,13 @@ - (void)reportStatus { } } -- (void)prefetchURLs:(NSArray *)urls { +- (void)prefetchURLs:(nullable NSArray *)urls { [self prefetchURLs:urls progress:nil completed:nil]; } -- (void)prefetchURLs:(NSArray *)urls progress:(SDWebImagePrefetcherProgressBlock)progressBlock completed:(SDWebImagePrefetcherCompletionBlock)completionBlock { +- (void)prefetchURLs:(nullable NSArray *)urls + progress:(nullable SDWebImagePrefetcherProgressBlock)progressBlock + completed:(nullable SDWebImagePrefetcherCompletionBlock)completionBlock { [self cancelPrefetching]; // Prevent duplicate prefetch request self.startedTime = CFAbsoluteTimeGetCurrent(); self.prefetchURLs = urls; diff --git a/Example/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h b/Example/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h index ecf5ced38..c43b7491e 100644 --- a/Example/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h +++ b/Example/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h @@ -7,6 +7,9 @@ */ #import "SDWebImageCompat.h" + +#if SD_UIKIT + #import "SDWebImageManager.h" /** @@ -17,14 +20,16 @@ /** * Get the current image URL. */ -- (NSURL *)sd_currentImageURL; +- (nullable NSURL *)sd_currentImageURL; + +#pragma mark - Image /** * Get the image URL for a control state. * * @param state Which state you want to know the URL for. The values are described in UIControlState. */ -- (NSURL *)sd_imageURLForState:(UIControlState)state; +- (nullable NSURL *)sd_imageURLForState:(UIControlState)state; /** * Set the imageView `image` with an `url`. @@ -34,7 +39,8 @@ * @param url The url for the image. * @param state The state that uses the specified title. The values are described in UIControlState. */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state; +- (void)sd_setImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state; /** * Set the imageView `image` with an `url` and a placeholder. @@ -46,7 +52,9 @@ * @param placeholder The image to be set initially, until the image request finishes. * @see sd_setImageWithURL:placeholderImage:options: */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder; +- (void)sd_setImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + placeholderImage:(nullable UIImage *)placeholder; /** * Set the imageView `image` with an `url`, placeholder and custom options. @@ -58,7 +66,10 @@ * @param placeholder The image to be set initially, until the image request finishes. * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options; +- (void)sd_setImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options; /** * Set the imageView `image` with an `url`. @@ -73,7 +84,9 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + completed:(nullable SDExternalCompletionBlock)completedBlock; /** * Set the imageView `image` with an `url`, placeholder. @@ -89,7 +102,10 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + placeholderImage:(nullable UIImage *)placeholder + completed:(nullable SDExternalCompletionBlock)completedBlock; /** * Set the imageView `image` with an `url`, placeholder and custom options. @@ -106,7 +122,13 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + completed:(nullable SDExternalCompletionBlock)completedBlock; + +#pragma mark - Background image /** * Set the backgroundImageView `image` with an `url`. @@ -116,7 +138,8 @@ * @param url The url for the image. * @param state The state that uses the specified title. The values are described in UIControlState. */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state; +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state; /** * Set the backgroundImageView `image` with an `url` and a placeholder. @@ -128,7 +151,9 @@ * @param placeholder The image to be set initially, until the image request finishes. * @see sd_setImageWithURL:placeholderImage:options: */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder; +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + placeholderImage:(nullable UIImage *)placeholder; /** * Set the backgroundImageView `image` with an `url`, placeholder and custom options. @@ -140,7 +165,10 @@ * @param placeholder The image to be set initially, until the image request finishes. * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options; +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options; /** * Set the backgroundImageView `image` with an `url`. @@ -155,7 +183,9 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + completed:(nullable SDExternalCompletionBlock)completedBlock; /** * Set the backgroundImageView `image` with an `url`, placeholder. @@ -171,7 +201,10 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + placeholderImage:(nullable UIImage *)placeholder + completed:(nullable SDExternalCompletionBlock)completedBlock; /** * Set the backgroundImageView `image` with an `url`, placeholder and custom options. @@ -187,7 +220,13 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + completed:(nullable SDExternalCompletionBlock)completedBlock; + +#pragma mark - Cancel /** * Cancel the current image download @@ -201,29 +240,4 @@ @end - -@interface UIButton (WebCacheDeprecated) - -- (NSURL *)currentImageURL __deprecated_msg("Use `sd_currentImageURL`"); -- (NSURL *)imageURLForState:(UIControlState)state __deprecated_msg("Use `sd_imageURLForState:`"); - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:`"); -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:`"); -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:options:`"); - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:completed:`"); -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:completed:`"); -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:options:completed:`"); - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:`"); -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:`"); -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:options:`"); - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:completed:`"); -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:completed:`"); -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:options:completed:`"); - -- (void)cancelCurrentImageLoad __deprecated_msg("Use `sd_cancelImageLoadForState:`"); -- (void)cancelBackgroundImageLoadForState:(UIControlState)state __deprecated_msg("Use `sd_cancelBackgroundImageLoadForState:`"); - -@end +#endif diff --git a/Example/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m b/Example/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m index ce2175d2e..63f75e400 100644 --- a/Example/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m +++ b/Example/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m @@ -7,14 +7,20 @@ */ #import "UIButton+WebCache.h" + +#if SD_UIKIT + #import "objc/runtime.h" #import "UIView+WebCacheOperation.h" +#import "UIView+WebCache.h" static char imageURLStorageKey; +typedef NSMutableDictionary SDStateImageURLDictionary; + @implementation UIButton (WebCache) -- (NSURL *)sd_currentImageURL { +- (nullable NSURL *)sd_currentImageURL { NSURL *url = self.imageURLStorage[@(self.state)]; if (!url) { @@ -24,126 +30,100 @@ - (NSURL *)sd_currentImageURL { return url; } -- (NSURL *)sd_imageURLForState:(UIControlState)state { +- (nullable NSURL *)sd_imageURLForState:(UIControlState)state { return self.imageURLStorage[@(state)]; } -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state { +#pragma mark - Image + +- (void)sd_setImageWithURL:(nullable NSURL *)url forState:(UIControlState)state { [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil]; } -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder { +- (void)sd_setImageWithURL:(nullable NSURL *)url forState:(UIControlState)state placeholderImage:(nullable UIImage *)placeholder { [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil]; } -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { +- (void)sd_setImageWithURL:(nullable NSURL *)url forState:(UIControlState)state placeholderImage:(nullable UIImage *)placeholder options:(SDWebImageOptions)options { [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil]; } -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock { +- (void)sd_setImageWithURL:(nullable NSURL *)url forState:(UIControlState)state completed:(nullable SDExternalCompletionBlock)completedBlock { [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:completedBlock]; } -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock { +- (void)sd_setImageWithURL:(nullable NSURL *)url forState:(UIControlState)state placeholderImage:(nullable UIImage *)placeholder completed:(nullable SDExternalCompletionBlock)completedBlock { [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:completedBlock]; } -- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock { - - [self setImage:placeholder forState:state]; - [self sd_cancelImageLoadForState:state]; - +- (void)sd_setImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + completed:(nullable SDExternalCompletionBlock)completedBlock { if (!url) { [self.imageURLStorage removeObjectForKey:@(state)]; - - dispatch_main_async_safe(^{ - if (completedBlock) { - NSError *error = [NSError errorWithDomain:SDWebImageErrorDomain code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}]; - completedBlock(nil, error, SDImageCacheTypeNone, url); - } - }); - return; } self.imageURLStorage[@(state)] = url; - - __weak __typeof(self)wself = self; - id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (!wself) return; - dispatch_main_sync_safe(^{ - __strong UIButton *sself = wself; - if (!sself) return; - if (image && (options & SDWebImageAvoidAutoSetImage) && completedBlock) - { - completedBlock(image, error, cacheType, url); - return; - } - else if (image) { - [sself setImage:image forState:state]; - } - if (completedBlock && finished) { - completedBlock(image, error, cacheType, url); - } - }); - }]; - [self sd_setImageLoadOperation:operation forState:state]; + + __weak typeof(self)weakSelf = self; + [self sd_internalSetImageWithURL:url + placeholderImage:placeholder + options:options + operationKey:[NSString stringWithFormat:@"UIButtonImageOperation%@", @(state)] + setImageBlock:^(UIImage *image, NSData *imageData) { + [weakSelf setImage:image forState:state]; + } + progress:nil + completed:completedBlock]; } -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state { +#pragma mark - Background image + +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url forState:(UIControlState)state { [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil]; } -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder { +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url forState:(UIControlState)state placeholderImage:(nullable UIImage *)placeholder { [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil]; } -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url forState:(UIControlState)state placeholderImage:(nullable UIImage *)placeholder options:(SDWebImageOptions)options { [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil]; } -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock { +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url forState:(UIControlState)state completed:(nullable SDExternalCompletionBlock)completedBlock { [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:completedBlock]; } -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock { +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url forState:(UIControlState)state placeholderImage:(nullable UIImage *)placeholder completed:(nullable SDExternalCompletionBlock)completedBlock { [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:completedBlock]; } -- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_cancelBackgroundImageLoadForState:state]; - - [self setBackgroundImage:placeholder forState:state]; - - if (url) { - __weak __typeof(self)wself = self; - id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (!wself) return; - dispatch_main_sync_safe(^{ - __strong UIButton *sself = wself; - if (!sself) return; - if (image && (options & SDWebImageAvoidAutoSetImage) && completedBlock) - { - completedBlock(image, error, cacheType, url); - return; - } - else if (image) { - [sself setBackgroundImage:image forState:state]; - } - if (completedBlock && finished) { - completedBlock(image, error, cacheType, url); - } - }); - }]; - [self sd_setBackgroundImageLoadOperation:operation forState:state]; - } else { - dispatch_main_async_safe(^{ - NSError *error = [NSError errorWithDomain:SDWebImageErrorDomain code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}]; - if (completedBlock) { - completedBlock(nil, error, SDImageCacheTypeNone, url); - } - }); +- (void)sd_setBackgroundImageWithURL:(nullable NSURL *)url + forState:(UIControlState)state + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + completed:(nullable SDExternalCompletionBlock)completedBlock { + if (!url) { + [self.imageURLStorage removeObjectForKey:@(state)]; + return; } + + self.imageURLStorage[@(state)] = url; + + __weak typeof(self)weakSelf = self; + [self sd_internalSetImageWithURL:url + placeholderImage:placeholder + options:options + operationKey:[NSString stringWithFormat:@"UIButtonBackgroundImageOperation%@", @(state)] + setImageBlock:^(UIImage *image, NSData *imageData) { + [weakSelf setBackgroundImage:image forState:state]; + } + progress:nil + completed:completedBlock]; } - (void)sd_setImageLoadOperation:(id)operation forState:(UIControlState)state { @@ -162,10 +142,9 @@ - (void)sd_cancelBackgroundImageLoadForState:(UIControlState)state { [self sd_cancelImageLoadOperationWithKey:[NSString stringWithFormat:@"UIButtonBackgroundImageOperation%@", @(state)]]; } -- (NSMutableDictionary *)imageURLStorage { - NSMutableDictionary *storage = objc_getAssociatedObject(self, &imageURLStorageKey); - if (!storage) - { +- (SDStateImageURLDictionary *)imageURLStorage { + SDStateImageURLDictionary *storage = objc_getAssociatedObject(self, &imageURLStorageKey); + if (!storage) { storage = [NSMutableDictionary dictionary]; objc_setAssociatedObject(self, &imageURLStorageKey, storage, OBJC_ASSOCIATION_RETAIN_NONATOMIC); } @@ -175,96 +154,4 @@ - (NSMutableDictionary *)imageURLStorage { @end - -@implementation UIButton (WebCacheDeprecated) - -- (NSURL *)currentImageURL { - return [self sd_currentImageURL]; -} - -- (NSURL *)imageURLForState:(UIControlState)state { - return [self sd_imageURLForState:state]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state { - [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:options completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:options completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)cancelCurrentImageLoad { - // in a backwards compatible manner, cancel for current state - [self sd_cancelImageLoadForState:self.state]; -} - -- (void)cancelBackgroundImageLoadForState:(UIControlState)state { - [self sd_cancelBackgroundImageLoadForState:state]; -} - -@end +#endif diff --git a/Example/Pods/SDWebImage/SDWebImage/UIImage+GIF.h b/Example/Pods/SDWebImage/SDWebImage/UIImage+GIF.h index 084f42415..479d57234 100755 --- a/Example/Pods/SDWebImage/SDWebImage/UIImage+GIF.h +++ b/Example/Pods/SDWebImage/SDWebImage/UIImage+GIF.h @@ -1,19 +1,24 @@ -// -// UIImage+GIF.h -// LBGIFImage -// -// Created by Laurin Brandner on 06.01.12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * (c) Laurin Brandner + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ -#import +#import "SDWebImageCompat.h" @interface UIImage (GIF) -+ (UIImage *)sd_animatedGIFNamed:(NSString *)name; - +/** + * Compatibility method - creates an animated UIImage from an NSData, it will only contain the 1st frame image + */ + (UIImage *)sd_animatedGIFWithData:(NSData *)data; -- (UIImage *)sd_animatedImageByScalingAndCroppingToSize:(CGSize)size; +/** + * Checks if an UIImage instance is a GIF. Will use the `images` array + */ +- (BOOL)isGIF; @end diff --git a/Example/Pods/SDWebImage/SDWebImage/UIImage+GIF.m b/Example/Pods/SDWebImage/SDWebImage/UIImage+GIF.m index e1ded2aa8..9301777f5 100755 --- a/Example/Pods/SDWebImage/SDWebImage/UIImage+GIF.m +++ b/Example/Pods/SDWebImage/SDWebImage/UIImage+GIF.m @@ -1,13 +1,16 @@ -// -// UIImage+GIF.m -// LBGIFImage -// -// Created by Laurin Brandner on 06.01.12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * (c) Laurin Brandner + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "UIImage+GIF.h" #import +#import "objc/runtime.h" +#import "NSImage+WebCache.h" @implementation UIImage (GIF) @@ -20,139 +23,38 @@ + (UIImage *)sd_animatedGIFWithData:(NSData *)data { size_t count = CGImageSourceGetCount(source); - UIImage *animatedImage; + UIImage *staticImage; if (count <= 1) { - animatedImage = [[UIImage alloc] initWithData:data]; - } - else { - NSMutableArray *images = [NSMutableArray array]; - - NSTimeInterval duration = 0.0f; - - for (size_t i = 0; i < count; i++) { - CGImageRef image = CGImageSourceCreateImageAtIndex(source, i, NULL); - - duration += [self sd_frameDurationAtIndex:i source:source]; - - [images addObject:[UIImage imageWithCGImage:image scale:[UIScreen mainScreen].scale orientation:UIImageOrientationUp]]; - - CGImageRelease(image); - } - - if (!duration) { - duration = (1.0f / 10.0f) * count; - } - - animatedImage = [UIImage animatedImageWithImages:images duration:duration]; + staticImage = [[UIImage alloc] initWithData:data]; + } else { + // we will only retrieve the 1st frame. the full GIF support is available via the FLAnimatedImageView category. + // this here is only code to allow drawing animated images as static ones +#if SD_WATCH + CGFloat scale = 1; + scale = [WKInterfaceDevice currentDevice].screenScale; +#elif SD_UIKIT + CGFloat scale = 1; + scale = [UIScreen mainScreen].scale; +#endif + + CGImageRef CGImage = CGImageSourceCreateImageAtIndex(source, 0, NULL); +#if SD_UIKIT || SD_WATCH + UIImage *frameImage = [UIImage imageWithCGImage:CGImage scale:scale orientation:UIImageOrientationUp]; + staticImage = [UIImage animatedImageWithImages:@[frameImage] duration:0.0f]; +#elif SD_MAC + staticImage = [[UIImage alloc] initWithCGImage:CGImage size:NSZeroSize]; +#endif + CGImageRelease(CGImage); } CFRelease(source); - return animatedImage; + return staticImage; } -+ (float)sd_frameDurationAtIndex:(NSUInteger)index source:(CGImageSourceRef)source { - float frameDuration = 0.1f; - CFDictionaryRef cfFrameProperties = CGImageSourceCopyPropertiesAtIndex(source, index, nil); - NSDictionary *frameProperties = (__bridge NSDictionary *)cfFrameProperties; - NSDictionary *gifProperties = frameProperties[(NSString *)kCGImagePropertyGIFDictionary]; - - NSNumber *delayTimeUnclampedProp = gifProperties[(NSString *)kCGImagePropertyGIFUnclampedDelayTime]; - if (delayTimeUnclampedProp) { - frameDuration = [delayTimeUnclampedProp floatValue]; - } - else { - - NSNumber *delayTimeProp = gifProperties[(NSString *)kCGImagePropertyGIFDelayTime]; - if (delayTimeProp) { - frameDuration = [delayTimeProp floatValue]; - } - } - - // Many annoying ads specify a 0 duration to make an image flash as quickly as possible. - // We follow Firefox's behavior and use a duration of 100 ms for any frames that specify - // a duration of <= 10 ms. See and - // for more information. - - if (frameDuration < 0.011f) { - frameDuration = 0.100f; - } - - CFRelease(cfFrameProperties); - return frameDuration; -} - -+ (UIImage *)sd_animatedGIFNamed:(NSString *)name { - CGFloat scale = [UIScreen mainScreen].scale; - - if (scale > 1.0f) { - NSString *retinaPath = [[NSBundle mainBundle] pathForResource:[name stringByAppendingString:@"@2x"] ofType:@"gif"]; - - NSData *data = [NSData dataWithContentsOfFile:retinaPath]; - - if (data) { - return [UIImage sd_animatedGIFWithData:data]; - } - - NSString *path = [[NSBundle mainBundle] pathForResource:name ofType:@"gif"]; - - data = [NSData dataWithContentsOfFile:path]; - - if (data) { - return [UIImage sd_animatedGIFWithData:data]; - } - - return [UIImage imageNamed:name]; - } - else { - NSString *path = [[NSBundle mainBundle] pathForResource:name ofType:@"gif"]; - - NSData *data = [NSData dataWithContentsOfFile:path]; - - if (data) { - return [UIImage sd_animatedGIFWithData:data]; - } - - return [UIImage imageNamed:name]; - } -} - -- (UIImage *)sd_animatedImageByScalingAndCroppingToSize:(CGSize)size { - if (CGSizeEqualToSize(self.size, size) || CGSizeEqualToSize(size, CGSizeZero)) { - return self; - } - - CGSize scaledSize = size; - CGPoint thumbnailPoint = CGPointZero; - - CGFloat widthFactor = size.width / self.size.width; - CGFloat heightFactor = size.height / self.size.height; - CGFloat scaleFactor = (widthFactor > heightFactor) ? widthFactor : heightFactor; - scaledSize.width = self.size.width * scaleFactor; - scaledSize.height = self.size.height * scaleFactor; - - if (widthFactor > heightFactor) { - thumbnailPoint.y = (size.height - scaledSize.height) * 0.5; - } - else if (widthFactor < heightFactor) { - thumbnailPoint.x = (size.width - scaledSize.width) * 0.5; - } - - NSMutableArray *scaledImages = [NSMutableArray array]; - - for (UIImage *image in self.images) { - UIGraphicsBeginImageContextWithOptions(size, NO, 0.0); - - [image drawInRect:CGRectMake(thumbnailPoint.x, thumbnailPoint.y, scaledSize.width, scaledSize.height)]; - UIImage *newImage = UIGraphicsGetImageFromCurrentImageContext(); - - [scaledImages addObject:newImage]; - - UIGraphicsEndImageContext(); - } - - return [UIImage animatedImageWithImages:scaledImages duration:self.duration]; +- (BOOL)isGIF { + return (self.images != nil); } @end diff --git a/Example/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h b/Example/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h index 186ebc0a5..bec411e06 100644 --- a/Example/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h +++ b/Example/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h @@ -1,15 +1,18 @@ -// -// UIImage+MultiFormat.h -// SDWebImage -// -// Created by Olivier Poitrey on 07/06/13. -// Copyright (c) 2013 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ -#import +#import "SDWebImageCompat.h" +#import "NSData+ImageContentType.h" @interface UIImage (MultiFormat) -+ (UIImage *)sd_imageWithData:(NSData *)data; ++ (nullable UIImage *)sd_imageWithData:(nullable NSData *)data; +- (nullable NSData *)sd_imageData; +- (nullable NSData *)sd_imageDataAsFormat:(SDImageFormat)imageFormat; @end diff --git a/Example/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m b/Example/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m index a8307544d..378f38925 100644 --- a/Example/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m +++ b/Example/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m @@ -1,10 +1,10 @@ -// -// UIImage+MultiFormat.m -// SDWebImage -// -// Created by Olivier Poitrey on 07/06/13. -// Copyright (c) 2013 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "UIImage+MultiFormat.h" #import "UIImage+GIF.h" @@ -17,38 +17,40 @@ @implementation UIImage (MultiFormat) -+ (UIImage *)sd_imageWithData:(NSData *)data { ++ (nullable UIImage *)sd_imageWithData:(nullable NSData *)data { if (!data) { return nil; } UIImage *image; - NSString *imageContentType = [NSData sd_contentTypeForImageData:data]; - if ([imageContentType isEqualToString:@"image/gif"]) { + SDImageFormat imageFormat = [NSData sd_imageFormatForImageData:data]; + if (imageFormat == SDImageFormatGIF) { image = [UIImage sd_animatedGIFWithData:data]; } #ifdef SD_WEBP - else if ([imageContentType isEqualToString:@"image/webp"]) + else if (imageFormat == SDImageFormatWebP) { image = [UIImage sd_imageWithWebPData:data]; } #endif else { image = [[UIImage alloc] initWithData:data]; +#if SD_UIKIT || SD_WATCH UIImageOrientation orientation = [self sd_imageOrientationFromImageData:data]; if (orientation != UIImageOrientationUp) { image = [UIImage imageWithCGImage:image.CGImage scale:image.scale orientation:orientation]; } +#endif } return image; } - -+(UIImageOrientation)sd_imageOrientationFromImageData:(NSData *)imageData { +#if SD_UIKIT || SD_WATCH ++(UIImageOrientation)sd_imageOrientationFromImageData:(nonnull NSData *)imageData { UIImageOrientation result = UIImageOrientationUp; CGImageSourceRef imageSource = CGImageSourceCreateWithData((__bridge CFDataRef)imageData, NULL); if (imageSource) { @@ -112,7 +114,48 @@ + (UIImageOrientation) sd_exifOrientationToiOSOrientation:(int)exifOrientation { } return orientation; } +#endif + +- (nullable NSData *)sd_imageData { + return [self sd_imageDataAsFormat:SDImageFormatUndefined]; +} +- (nullable NSData *)sd_imageDataAsFormat:(SDImageFormat)imageFormat { + NSData *imageData = nil; + if (self) { +#if SD_UIKIT || SD_WATCH + int alphaInfo = CGImageGetAlphaInfo(self.CGImage); + BOOL hasAlpha = !(alphaInfo == kCGImageAlphaNone || + alphaInfo == kCGImageAlphaNoneSkipFirst || + alphaInfo == kCGImageAlphaNoneSkipLast); + + BOOL usePNG = hasAlpha; + + // the imageFormat param has priority here. But if the format is undefined, we relly on the alpha channel + if (imageFormat != SDImageFormatUndefined) { + usePNG = (imageFormat == SDImageFormatPNG); + } + + if (usePNG) { + imageData = UIImagePNGRepresentation(self); + } else { + imageData = UIImageJPEGRepresentation(self, (CGFloat)1.0); + } +#else + NSBitmapImageFileType imageFileType = NSJPEGFileType; + if (imageFormat == SDImageFormatGIF) { + imageFileType = NSGIFFileType; + } else if (imageFormat == SDImageFormatPNG) { + imageFileType = NSPNGFileType; + } + + imageData = [NSBitmapImageRep representationOfImageRepsInArray:self.representations + usingType:imageFileType + properties:@{}]; +#endif + } + return imageData; +} @end diff --git a/Example/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h b/Example/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h index c1d8feaf4..ceb71c2ad 100644 --- a/Example/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h +++ b/Example/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h @@ -6,8 +6,10 @@ * file that was distributed with this source code. */ -#import #import "SDWebImageCompat.h" + +#if SD_UIKIT + #import "SDWebImageManager.h" /** @@ -22,7 +24,7 @@ * * @param url The url for the image. */ -- (void)sd_setHighlightedImageWithURL:(NSURL *)url; +- (void)sd_setHighlightedImageWithURL:(nullable NSURL *)url; /** * Set the imageView `highlightedImage` with an `url` and custom options. @@ -32,7 +34,8 @@ * @param url The url for the image. * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. */ -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options; +- (void)sd_setHighlightedImageWithURL:(nullable NSURL *)url + options:(SDWebImageOptions)options; /** * Set the imageView `highlightedImage` with an `url`. @@ -46,7 +49,8 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setHighlightedImageWithURL:(nullable NSURL *)url + completed:(nullable SDExternalCompletionBlock)completedBlock; /** * Set the imageView `highlightedImage` with an `url` and custom options. @@ -61,7 +65,9 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setHighlightedImageWithURL:(nullable NSURL *)url + options:(SDWebImageOptions)options + completed:(nullable SDExternalCompletionBlock)completedBlock; /** * Set the imageView `highlightedImage` with an `url` and custom options. @@ -71,30 +77,18 @@ * @param url The url for the image. * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. * @param progressBlock A block called while image is downloading + * @note the progress block is executed on a background queue * @param completedBlock A block called when operation has been completed. This block has no return value * and takes the requested UIImage as first parameter. In case of error the image parameter * is nil and the second parameter may contain an NSError. The third parameter is a Boolean * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock; - -/** - * Cancel the current download - */ -- (void)sd_cancelCurrentHighlightedImageLoad; +- (void)sd_setHighlightedImageWithURL:(nullable NSURL *)url + options:(SDWebImageOptions)options + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDExternalCompletionBlock)completedBlock; @end - -@interface UIImageView (HighlightedWebCacheDeprecated) - -- (void)setHighlightedImageWithURL:(NSURL *)url __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:`"); -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:options:`"); -- (void)setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:completed:`"); -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:options:completed:`"); -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:options:progress:completed:`"); - -- (void)cancelCurrentHighlightedImageLoad __deprecated_msg("Use `sd_cancelCurrentHighlightedImageLoad`"); - -@end +#endif diff --git a/Example/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m b/Example/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m index 921134e5e..fb13bd8b1 100644 --- a/Example/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m +++ b/Example/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m @@ -7,106 +7,46 @@ */ #import "UIImageView+HighlightedWebCache.h" -#import "UIView+WebCacheOperation.h" -#define UIImageViewHighlightedWebCacheOperationKey @"highlightedImage" +#if SD_UIKIT + +#import "UIView+WebCacheOperation.h" +#import "UIView+WebCache.h" @implementation UIImageView (HighlightedWebCache) -- (void)sd_setHighlightedImageWithURL:(NSURL *)url { +- (void)sd_setHighlightedImageWithURL:(nullable NSURL *)url { [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:nil]; } -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options { +- (void)sd_setHighlightedImageWithURL:(nullable NSURL *)url options:(SDWebImageOptions)options { [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:nil]; } -- (void)sd_setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock { +- (void)sd_setHighlightedImageWithURL:(nullable NSURL *)url completed:(nullable SDExternalCompletionBlock)completedBlock { [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:completedBlock]; } -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock { +- (void)sd_setHighlightedImageWithURL:(nullable NSURL *)url options:(SDWebImageOptions)options completed:(nullable SDExternalCompletionBlock)completedBlock { [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:completedBlock]; } -- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_cancelCurrentHighlightedImageLoad]; - - if (url) { - __weak __typeof(self)wself = self; - id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - if (!wself) return; - dispatch_main_sync_safe (^ - { - if (!wself) return; - if (image && (options & SDWebImageAvoidAutoSetImage) && completedBlock) - { - completedBlock(image, error, cacheType, url); - return; - } - else if (image) { - wself.highlightedImage = image; - [wself setNeedsLayout]; - } - if (completedBlock && finished) { - completedBlock(image, error, cacheType, url); - } - }); - }]; - [self sd_setImageLoadOperation:operation forKey:UIImageViewHighlightedWebCacheOperationKey]; - } else { - dispatch_main_async_safe(^{ - NSError *error = [NSError errorWithDomain:SDWebImageErrorDomain code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}]; - if (completedBlock) { - completedBlock(nil, error, SDImageCacheTypeNone, url); - } - }); - } -} - -- (void)sd_cancelCurrentHighlightedImageLoad { - [self sd_cancelImageLoadOperationWithKey:UIImageViewHighlightedWebCacheOperationKey]; +- (void)sd_setHighlightedImageWithURL:(nullable NSURL *)url + options:(SDWebImageOptions)options + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDExternalCompletionBlock)completedBlock { + __weak typeof(self)weakSelf = self; + [self sd_internalSetImageWithURL:url + placeholderImage:nil + options:options + operationKey:@"UIImageViewImageOperationHighlighted" + setImageBlock:^(UIImage *image, NSData *imageData) { + weakSelf.highlightedImage = image; + } + progress:progressBlock + completed:completedBlock]; } @end - -@implementation UIImageView (HighlightedWebCacheDeprecated) - -- (void)setHighlightedImageWithURL:(NSURL *)url { - [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:nil]; -} - -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options { - [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:nil]; -} - -- (void)setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setHighlightedImageWithURL:url options:0 progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)cancelCurrentHighlightedImageLoad { - [self sd_cancelCurrentHighlightedImageLoad]; -} - -@end +#endif diff --git a/Example/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h b/Example/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h index eeb7460d5..b1d954f97 100644 --- a/Example/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h +++ b/Example/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h @@ -7,6 +7,9 @@ */ #import "SDWebImageCompat.h" + +#if SD_UIKIT || SD_MAC + #import "SDWebImageManager.h" /** @@ -44,14 +47,6 @@ */ @interface UIImageView (WebCache) -/** - * Get the current image URL. - * - * Note that because of the limitations of categories this property can get out of sync - * if you use sd_setImage: directly. - */ -- (NSURL *)sd_imageURL; - /** * Set the imageView `image` with an `url`. * @@ -59,7 +54,7 @@ * * @param url The url for the image. */ -- (void)sd_setImageWithURL:(NSURL *)url; +- (void)sd_setImageWithURL:(nullable NSURL *)url; /** * Set the imageView `image` with an `url` and a placeholder. @@ -70,7 +65,8 @@ * @param placeholder The image to be set initially, until the image request finishes. * @see sd_setImageWithURL:placeholderImage:options: */ -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder; +- (void)sd_setImageWithURL:(nullable NSURL *)url + placeholderImage:(nullable UIImage *)placeholder; /** * Set the imageView `image` with an `url`, placeholder and custom options. @@ -81,7 +77,9 @@ * @param placeholder The image to be set initially, until the image request finishes. * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. */ -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options; +- (void)sd_setImageWithURL:(nullable NSURL *)url + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options; /** * Set the imageView `image` with an `url`. @@ -95,7 +93,8 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setImageWithURL:(nullable NSURL *)url + completed:(nullable SDExternalCompletionBlock)completedBlock; /** * Set the imageView `image` with an `url`, placeholder. @@ -110,7 +109,9 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setImageWithURL:(nullable NSURL *)url + placeholderImage:(nullable UIImage *)placeholder + completed:(nullable SDExternalCompletionBlock)completedBlock; /** * Set the imageView `image` with an `url`, placeholder and custom options. @@ -126,7 +127,10 @@ * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setImageWithURL:(nullable NSURL *)url + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + completed:(nullable SDExternalCompletionBlock)completedBlock; /** * Set the imageView `image` with an `url`, placeholder and custom options. @@ -137,13 +141,18 @@ * @param placeholder The image to be set initially, until the image request finishes. * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. * @param progressBlock A block called while image is downloading + * @note the progress block is executed on a background queue * @param completedBlock A block called when operation has been completed. This block has no return value * and takes the requested UIImage as first parameter. In case of error the image parameter * is nil and the second parameter may contain an NSError. The third parameter is a Boolean * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setImageWithURL:(nullable NSURL *)url + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDExternalCompletionBlock)completedBlock; /** * Set the imageView `image` with an `url` and optionally a placeholder image. @@ -154,60 +163,34 @@ * @param placeholder The image to be set initially, until the image request finishes. * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. * @param progressBlock A block called while image is downloading + * @note the progress block is executed on a background queue * @param completedBlock A block called when operation has been completed. This block has no return value * and takes the requested UIImage as first parameter. In case of error the image parameter * is nil and the second parameter may contain an NSError. The third parameter is a Boolean * indicating if the image was retrieved from the local cache or from the network. * The fourth parameter is the original image url. */ -- (void)sd_setImageWithPreviousCachedImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock; +- (void)sd_setImageWithPreviousCachedImageWithURL:(nullable NSURL *)url + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDExternalCompletionBlock)completedBlock; + +#if SD_UIKIT + +#pragma mark - Animation of multiple images /** * Download an array of images and starts them in an animation loop * * @param arrayOfURLs An array of NSURL */ -- (void)sd_setAnimationImagesWithURLs:(NSArray *)arrayOfURLs; - -/** - * Cancel the current download - */ -- (void)sd_cancelCurrentImageLoad; +- (void)sd_setAnimationImagesWithURLs:(nonnull NSArray *)arrayOfURLs; - (void)sd_cancelCurrentAnimationImagesLoad; -/** - * Show activity UIActivityIndicatorView - */ -- (void)setShowActivityIndicatorView:(BOOL)show; - -/** - * set desired UIActivityIndicatorViewStyle - * - * @param style The style of the UIActivityIndicatorView - */ -- (void)setIndicatorStyle:(UIActivityIndicatorViewStyle)style; +#endif @end - -@interface UIImageView (WebCacheDeprecated) - -- (NSURL *)imageURL __deprecated_msg("Use `sd_imageURL`"); - -- (void)setImageWithURL:(NSURL *)url __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:`"); -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:`"); -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:options`"); - -- (void)setImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:completed:`"); -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:completed:`"); -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:options:completed:`"); -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:options:progress:completed:`"); - -- (void)setAnimationImagesWithURLs:(NSArray *)arrayOfURLs __deprecated_msg("Use `sd_setAnimationImagesWithURLs:`"); - -- (void)cancelCurrentArrayLoad __deprecated_msg("Use `sd_cancelCurrentAnimationImagesLoad`"); - -- (void)cancelCurrentImageLoad __deprecated_msg("Use `sd_cancelCurrentImageLoad`"); - -@end +#endif diff --git a/Example/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m b/Example/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m index 14f425cc2..81f687ef4 100644 --- a/Example/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m +++ b/Example/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m @@ -7,119 +7,82 @@ */ #import "UIImageView+WebCache.h" + +#if SD_UIKIT || SD_MAC + #import "objc/runtime.h" #import "UIView+WebCacheOperation.h" - -static char imageURLKey; -static char TAG_ACTIVITY_INDICATOR; -static char TAG_ACTIVITY_STYLE; -static char TAG_ACTIVITY_SHOW; +#import "UIView+WebCache.h" @implementation UIImageView (WebCache) -- (void)sd_setImageWithURL:(NSURL *)url { +- (void)sd_setImageWithURL:(nullable NSURL *)url { [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:nil]; } -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder { +- (void)sd_setImageWithURL:(nullable NSURL *)url placeholderImage:(nullable UIImage *)placeholder { [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:nil]; } -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { +- (void)sd_setImageWithURL:(nullable NSURL *)url placeholderImage:(nullable UIImage *)placeholder options:(SDWebImageOptions)options { [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:nil]; } -- (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock { +- (void)sd_setImageWithURL:(nullable NSURL *)url completed:(nullable SDExternalCompletionBlock)completedBlock { [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:completedBlock]; } -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock { +- (void)sd_setImageWithURL:(nullable NSURL *)url placeholderImage:(nullable UIImage *)placeholder completed:(nullable SDExternalCompletionBlock)completedBlock { [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:completedBlock]; } -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock { +- (void)sd_setImageWithURL:(nullable NSURL *)url placeholderImage:(nullable UIImage *)placeholder options:(SDWebImageOptions)options completed:(nullable SDExternalCompletionBlock)completedBlock { [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:completedBlock]; } -- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock { - [self sd_cancelCurrentImageLoad]; - objc_setAssociatedObject(self, &imageURLKey, url, OBJC_ASSOCIATION_RETAIN_NONATOMIC); - - if (!(options & SDWebImageDelayPlaceholder)) { - dispatch_main_async_safe(^{ - self.image = placeholder; - }); - } - - if (url) { - - // check if activityView is enabled or not - if ([self showActivityIndicatorView]) { - [self addActivityIndicator]; - } - - __weak __typeof(self)wself = self; - id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { - [wself removeActivityIndicator]; - if (!wself) return; - dispatch_main_sync_safe(^{ - if (!wself) return; - if (image && (options & SDWebImageAvoidAutoSetImage) && completedBlock) - { - completedBlock(image, error, cacheType, url); - return; - } - else if (image) { - wself.image = image; - [wself setNeedsLayout]; - } else { - if ((options & SDWebImageDelayPlaceholder)) { - wself.image = placeholder; - [wself setNeedsLayout]; - } - } - if (completedBlock && finished) { - completedBlock(image, error, cacheType, url); - } - }); - }]; - [self sd_setImageLoadOperation:operation forKey:@"UIImageViewImageLoad"]; - } else { - dispatch_main_async_safe(^{ - [self removeActivityIndicator]; - if (completedBlock) { - NSError *error = [NSError errorWithDomain:SDWebImageErrorDomain code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}]; - completedBlock(nil, error, SDImageCacheTypeNone, url); - } - }); - } -} - -- (void)sd_setImageWithPreviousCachedImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock { +- (void)sd_setImageWithURL:(nullable NSURL *)url + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDExternalCompletionBlock)completedBlock { + [self sd_internalSetImageWithURL:url + placeholderImage:placeholder + options:options + operationKey:nil + setImageBlock:nil + progress:progressBlock + completed:completedBlock]; +} + +- (void)sd_setImageWithPreviousCachedImageWithURL:(nullable NSURL *)url + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDExternalCompletionBlock)completedBlock { NSString *key = [[SDWebImageManager sharedManager] cacheKeyForURL:url]; - UIImage *lastPreviousCachedImage = [[SDImageCache sharedImageCache] imageFromDiskCacheForKey:key]; + UIImage *lastPreviousCachedImage = [[SDImageCache sharedImageCache] imageFromCacheForKey:key]; [self sd_setImageWithURL:url placeholderImage:lastPreviousCachedImage ?: placeholder options:options progress:progressBlock completed:completedBlock]; } -- (NSURL *)sd_imageURL { - return objc_getAssociatedObject(self, &imageURLKey); -} +#if SD_UIKIT -- (void)sd_setAnimationImagesWithURLs:(NSArray *)arrayOfURLs { +#pragma mark - Animation of multiple images + +- (void)sd_setAnimationImagesWithURLs:(nonnull NSArray *)arrayOfURLs { [self sd_cancelCurrentAnimationImagesLoad]; __weak __typeof(self)wself = self; - NSMutableArray *operationsArray = [[NSMutableArray alloc] init]; + NSMutableArray> *operationsArray = [[NSMutableArray alloc] init]; for (NSURL *logoImageURL in arrayOfURLs) { - id operation = [SDWebImageManager.sharedManager downloadImageWithURL:logoImageURL options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { + id operation = [SDWebImageManager.sharedManager loadImageWithURL:logoImageURL options:0 progress:nil completed:^(UIImage *image, NSData *data, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { if (!wself) return; - dispatch_main_sync_safe(^{ + dispatch_main_async_safe(^{ __strong UIImageView *sself = wself; [sself stopAnimating]; if (sself && image) { - NSMutableArray *currentImages = [[sself animationImages] mutableCopy]; + NSMutableArray *currentImages = [[sself animationImages] mutableCopy]; if (!currentImages) { currentImages = [[NSMutableArray alloc] init]; } @@ -134,144 +97,14 @@ - (void)sd_setAnimationImagesWithURLs:(NSArray *)arrayOfURLs { [operationsArray addObject:operation]; } - [self sd_setImageLoadOperation:[NSArray arrayWithArray:operationsArray] forKey:@"UIImageViewAnimationImages"]; -} - -- (void)sd_cancelCurrentImageLoad { - [self sd_cancelImageLoadOperationWithKey:@"UIImageViewImageLoad"]; + [self sd_setImageLoadOperation:[operationsArray copy] forKey:@"UIImageViewAnimationImages"]; } - (void)sd_cancelCurrentAnimationImagesLoad { [self sd_cancelImageLoadOperationWithKey:@"UIImageViewAnimationImages"]; } - - -#pragma mark - -- (UIActivityIndicatorView *)activityIndicator { - return (UIActivityIndicatorView *)objc_getAssociatedObject(self, &TAG_ACTIVITY_INDICATOR); -} - -- (void)setActivityIndicator:(UIActivityIndicatorView *)activityIndicator { - objc_setAssociatedObject(self, &TAG_ACTIVITY_INDICATOR, activityIndicator, OBJC_ASSOCIATION_RETAIN); -} - -- (void)setShowActivityIndicatorView:(BOOL)show{ - objc_setAssociatedObject(self, &TAG_ACTIVITY_SHOW, [NSNumber numberWithBool:show], OBJC_ASSOCIATION_RETAIN); -} - -- (BOOL)showActivityIndicatorView{ - return [objc_getAssociatedObject(self, &TAG_ACTIVITY_SHOW) boolValue]; -} - -- (void)setIndicatorStyle:(UIActivityIndicatorViewStyle)style{ - objc_setAssociatedObject(self, &TAG_ACTIVITY_STYLE, [NSNumber numberWithInt:style], OBJC_ASSOCIATION_RETAIN); -} - -- (int)getIndicatorStyle{ - return [objc_getAssociatedObject(self, &TAG_ACTIVITY_STYLE) intValue]; -} - -- (void)addActivityIndicator { - if (!self.activityIndicator) { - self.activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:[self getIndicatorStyle]]; - self.activityIndicator.translatesAutoresizingMaskIntoConstraints = NO; - - dispatch_main_async_safe(^{ - [self addSubview:self.activityIndicator]; - - [self addConstraint:[NSLayoutConstraint constraintWithItem:self.activityIndicator - attribute:NSLayoutAttributeCenterX - relatedBy:NSLayoutRelationEqual - toItem:self - attribute:NSLayoutAttributeCenterX - multiplier:1.0 - constant:0.0]]; - [self addConstraint:[NSLayoutConstraint constraintWithItem:self.activityIndicator - attribute:NSLayoutAttributeCenterY - relatedBy:NSLayoutRelationEqual - toItem:self - attribute:NSLayoutAttributeCenterY - multiplier:1.0 - constant:0.0]]; - }); - } - - dispatch_main_async_safe(^{ - [self.activityIndicator startAnimating]; - }); - -} - -- (void)removeActivityIndicator { - if (self.activityIndicator) { - [self.activityIndicator removeFromSuperview]; - self.activityIndicator = nil; - } -} +#endif @end - -@implementation UIImageView (WebCacheDeprecated) - -- (NSURL *)imageURL { - return [self sd_imageURL]; -} - -- (void)setImageWithURL:(NSURL *)url { - [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder { - [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options { - [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:nil]; -} - -- (void)setImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock { - [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { - if (completedBlock) { - completedBlock(image, error, cacheType); - } - }]; -} - -- (void)cancelCurrentArrayLoad { - [self sd_cancelCurrentAnimationImagesLoad]; -} - -- (void)cancelCurrentImageLoad { - [self sd_cancelCurrentImageLoad]; -} - -- (void)setAnimationImagesWithURLs:(NSArray *)arrayOfURLs { - [self sd_setAnimationImagesWithURLs:arrayOfURLs]; -} - -@end +#endif diff --git a/Example/Pods/SDWebImage/SDWebImage/UIView+WebCache.h b/Example/Pods/SDWebImage/SDWebImage/UIView+WebCache.h new file mode 100644 index 000000000..4c5751945 --- /dev/null +++ b/Example/Pods/SDWebImage/SDWebImage/UIView+WebCache.h @@ -0,0 +1,82 @@ +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +#import "SDWebImageCompat.h" + +#if SD_UIKIT || SD_MAC + +#import "SDWebImageManager.h" + +typedef void(^SDSetImageBlock)(UIImage * _Nullable image, NSData * _Nullable imageData); + +@interface UIView (WebCache) + +/** + * Get the current image URL. + * + * Note that because of the limitations of categories this property can get out of sync + * if you use setImage: directly. + */ +- (nullable NSURL *)sd_imageURL; + +/** + * Set the imageView `image` with an `url` and optionally a placeholder image. + * + * The download is asynchronous and cached. + * + * @param url The url for the image. + * @param placeholder The image to be set initially, until the image request finishes. + * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values. + * @param operationKey A string to be used as the operation key. If nil, will use the class name + * @param setImageBlock Block used for custom set image code + * @param progressBlock A block called while image is downloading + * @note the progress block is executed on a background queue + * @param completedBlock A block called when operation has been completed. This block has no return value + * and takes the requested UIImage as first parameter. In case of error the image parameter + * is nil and the second parameter may contain an NSError. The third parameter is a Boolean + * indicating if the image was retrieved from the local cache or from the network. + * The fourth parameter is the original image url. + */ +- (void)sd_internalSetImageWithURL:(nullable NSURL *)url + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + operationKey:(nullable NSString *)operationKey + setImageBlock:(nullable SDSetImageBlock)setImageBlock + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDExternalCompletionBlock)completedBlock; + +/** + * Cancel the current download + */ +- (void)sd_cancelCurrentImageLoad; + +#if SD_UIKIT + +#pragma mark - Activity indicator + +/** + * Show activity UIActivityIndicatorView + */ +- (void)sd_setShowActivityIndicatorView:(BOOL)show; + +/** + * set desired UIActivityIndicatorViewStyle + * + * @param style The style of the UIActivityIndicatorView + */ +- (void)sd_setIndicatorStyle:(UIActivityIndicatorViewStyle)style; + +- (BOOL)sd_showActivityIndicatorView; +- (void)sd_addActivityIndicator; +- (void)sd_removeActivityIndicator; + +#endif + +@end + +#endif diff --git a/Example/Pods/SDWebImage/SDWebImage/UIView+WebCache.m b/Example/Pods/SDWebImage/SDWebImage/UIView+WebCache.m new file mode 100644 index 000000000..ad2b54c49 --- /dev/null +++ b/Example/Pods/SDWebImage/SDWebImage/UIView+WebCache.m @@ -0,0 +1,200 @@ +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +#import "UIView+WebCache.h" + +#if SD_UIKIT || SD_MAC + +#import "objc/runtime.h" +#import "UIView+WebCacheOperation.h" + +static char imageURLKey; + +#if SD_UIKIT +static char TAG_ACTIVITY_INDICATOR; +static char TAG_ACTIVITY_STYLE; +#endif +static char TAG_ACTIVITY_SHOW; + +@implementation UIView (WebCache) + +- (nullable NSURL *)sd_imageURL { + return objc_getAssociatedObject(self, &imageURLKey); +} + +- (void)sd_internalSetImageWithURL:(nullable NSURL *)url + placeholderImage:(nullable UIImage *)placeholder + options:(SDWebImageOptions)options + operationKey:(nullable NSString *)operationKey + setImageBlock:(nullable SDSetImageBlock)setImageBlock + progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock + completed:(nullable SDExternalCompletionBlock)completedBlock { + NSString *validOperationKey = operationKey ?: NSStringFromClass([self class]); + [self sd_cancelImageLoadOperationWithKey:validOperationKey]; + objc_setAssociatedObject(self, &imageURLKey, url, OBJC_ASSOCIATION_RETAIN_NONATOMIC); + + if (!(options & SDWebImageDelayPlaceholder)) { + dispatch_main_async_safe(^{ + [self sd_setImage:placeholder imageData:nil basedOnClassOrViaCustomSetImageBlock:setImageBlock]; + }); + } + + if (url) { + // check if activityView is enabled or not + if ([self sd_showActivityIndicatorView]) { + [self sd_addActivityIndicator]; + } + + __weak __typeof(self)wself = self; + id operation = [SDWebImageManager.sharedManager loadImageWithURL:url options:options progress:progressBlock completed:^(UIImage *image, NSData *data, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { + __strong __typeof (wself) sself = wself; + [sself sd_removeActivityIndicator]; + if (!sself) { + return; + } + dispatch_main_async_safe(^{ + if (!sself) { + return; + } + if (image && (options & SDWebImageAvoidAutoSetImage) && completedBlock) { + completedBlock(image, error, cacheType, url); + return; + } else if (image) { + [sself sd_setImage:image imageData:data basedOnClassOrViaCustomSetImageBlock:setImageBlock]; + [sself sd_setNeedsLayout]; + } else { + if ((options & SDWebImageDelayPlaceholder)) { + [sself sd_setImage:placeholder imageData:nil basedOnClassOrViaCustomSetImageBlock:setImageBlock]; + [sself sd_setNeedsLayout]; + } + } + if (completedBlock && finished) { + completedBlock(image, error, cacheType, url); + } + }); + }]; + [self sd_setImageLoadOperation:operation forKey:validOperationKey]; + } else { + dispatch_main_async_safe(^{ + [self sd_removeActivityIndicator]; + if (completedBlock) { + NSError *error = [NSError errorWithDomain:SDWebImageErrorDomain code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}]; + completedBlock(nil, error, SDImageCacheTypeNone, url); + } + }); + } +} + +- (void)sd_cancelCurrentImageLoad { + [self sd_cancelImageLoadOperationWithKey:NSStringFromClass([self class])]; +} + +- (void)sd_setImage:(UIImage *)image imageData:(NSData *)imageData basedOnClassOrViaCustomSetImageBlock:(SDSetImageBlock)setImageBlock { + if (setImageBlock) { + setImageBlock(image, imageData); + return; + } + +#if SD_UIKIT || SD_MAC + if ([self isKindOfClass:[UIImageView class]]) { + UIImageView *imageView = (UIImageView *)self; + imageView.image = image; + } +#endif + +#if SD_UIKIT + if ([self isKindOfClass:[UIButton class]]) { + UIButton *button = (UIButton *)self; + [button setImage:image forState:UIControlStateNormal]; + } +#endif +} + +- (void)sd_setNeedsLayout { +#if SD_UIKIT + [self setNeedsLayout]; +#elif SD_MAC + [self setNeedsLayout:YES]; +#endif +} + +#pragma mark - Activity indicator + +#pragma mark - +#if SD_UIKIT +- (UIActivityIndicatorView *)activityIndicator { + return (UIActivityIndicatorView *)objc_getAssociatedObject(self, &TAG_ACTIVITY_INDICATOR); +} + +- (void)setActivityIndicator:(UIActivityIndicatorView *)activityIndicator { + objc_setAssociatedObject(self, &TAG_ACTIVITY_INDICATOR, activityIndicator, OBJC_ASSOCIATION_RETAIN); +} +#endif + +- (void)sd_setShowActivityIndicatorView:(BOOL)show { + objc_setAssociatedObject(self, &TAG_ACTIVITY_SHOW, @(show), OBJC_ASSOCIATION_RETAIN); +} + +- (BOOL)sd_showActivityIndicatorView { + return [objc_getAssociatedObject(self, &TAG_ACTIVITY_SHOW) boolValue]; +} + +#if SD_UIKIT +- (void)sd_setIndicatorStyle:(UIActivityIndicatorViewStyle)style{ + objc_setAssociatedObject(self, &TAG_ACTIVITY_STYLE, [NSNumber numberWithInt:style], OBJC_ASSOCIATION_RETAIN); +} + +- (int)sd_getIndicatorStyle{ + return [objc_getAssociatedObject(self, &TAG_ACTIVITY_STYLE) intValue]; +} +#endif + +- (void)sd_addActivityIndicator { +#if SD_UIKIT + if (!self.activityIndicator) { + self.activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:[self sd_getIndicatorStyle]]; + self.activityIndicator.translatesAutoresizingMaskIntoConstraints = NO; + + dispatch_main_async_safe(^{ + [self addSubview:self.activityIndicator]; + + [self addConstraint:[NSLayoutConstraint constraintWithItem:self.activityIndicator + attribute:NSLayoutAttributeCenterX + relatedBy:NSLayoutRelationEqual + toItem:self + attribute:NSLayoutAttributeCenterX + multiplier:1.0 + constant:0.0]]; + [self addConstraint:[NSLayoutConstraint constraintWithItem:self.activityIndicator + attribute:NSLayoutAttributeCenterY + relatedBy:NSLayoutRelationEqual + toItem:self + attribute:NSLayoutAttributeCenterY + multiplier:1.0 + constant:0.0]]; + }); + } + + dispatch_main_async_safe(^{ + [self.activityIndicator startAnimating]; + }); +#endif +} + +- (void)sd_removeActivityIndicator { +#if SD_UIKIT + if (self.activityIndicator) { + [self.activityIndicator removeFromSuperview]; + self.activityIndicator = nil; + } +#endif +} + +@end + +#endif diff --git a/Example/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h b/Example/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h index 67190362d..f5e95fa68 100644 --- a/Example/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h +++ b/Example/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h @@ -6,7 +6,10 @@ * file that was distributed with this source code. */ -#import +#import "SDWebImageCompat.h" + +#if SD_UIKIT || SD_MAC + #import "SDWebImageManager.h" @interface UIView (WebCacheOperation) @@ -17,20 +20,22 @@ * @param operation the operation * @param key key for storing the operation */ -- (void)sd_setImageLoadOperation:(id)operation forKey:(NSString *)key; +- (void)sd_setImageLoadOperation:(nullable id)operation forKey:(nullable NSString *)key; /** * Cancel all operations for the current UIView and key * * @param key key for identifying the operations */ -- (void)sd_cancelImageLoadOperationWithKey:(NSString *)key; +- (void)sd_cancelImageLoadOperationWithKey:(nullable NSString *)key; /** * Just remove the operations corresponding to the current UIView and key without cancelling them * * @param key key for identifying the operations */ -- (void)sd_removeImageLoadOperationWithKey:(NSString *)key; +- (void)sd_removeImageLoadOperationWithKey:(nullable NSString *)key; @end + +#endif diff --git a/Example/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m b/Example/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m index 92194780d..a515a74f6 100644 --- a/Example/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m +++ b/Example/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m @@ -7,14 +7,19 @@ */ #import "UIView+WebCacheOperation.h" + +#if SD_UIKIT || SD_MAC + #import "objc/runtime.h" static char loadOperationKey; +typedef NSMutableDictionary SDOperationsDictionary; + @implementation UIView (WebCacheOperation) -- (NSMutableDictionary *)operationDictionary { - NSMutableDictionary *operations = objc_getAssociatedObject(self, &loadOperationKey); +- (SDOperationsDictionary *)operationDictionary { + SDOperationsDictionary *operations = objc_getAssociatedObject(self, &loadOperationKey); if (operations) { return operations; } @@ -23,16 +28,20 @@ - (NSMutableDictionary *)operationDictionary { return operations; } -- (void)sd_setImageLoadOperation:(id)operation forKey:(NSString *)key { - [self sd_cancelImageLoadOperationWithKey:key]; - NSMutableDictionary *operationDictionary = [self operationDictionary]; - [operationDictionary setObject:operation forKey:key]; +- (void)sd_setImageLoadOperation:(nullable id)operation forKey:(nullable NSString *)key { + if (key) { + [self sd_cancelImageLoadOperationWithKey:key]; + if (operation) { + SDOperationsDictionary *operationDictionary = [self operationDictionary]; + operationDictionary[key] = operation; + } + } } -- (void)sd_cancelImageLoadOperationWithKey:(NSString *)key { +- (void)sd_cancelImageLoadOperationWithKey:(nullable NSString *)key { // Cancel in progress downloader from queue - NSMutableDictionary *operationDictionary = [self operationDictionary]; - id operations = [operationDictionary objectForKey:key]; + SDOperationsDictionary *operationDictionary = [self operationDictionary]; + id operations = operationDictionary[key]; if (operations) { if ([operations isKindOfClass:[NSArray class]]) { for (id operation in operations) { @@ -47,9 +56,13 @@ - (void)sd_cancelImageLoadOperationWithKey:(NSString *)key { } } -- (void)sd_removeImageLoadOperationWithKey:(NSString *)key { - NSMutableDictionary *operationDictionary = [self operationDictionary]; - [operationDictionary removeObjectForKey:key]; +- (void)sd_removeImageLoadOperationWithKey:(nullable NSString *)key { + if (key) { + SDOperationsDictionary *operationDictionary = [self operationDictionary]; + [operationDictionary removeObjectForKey:key]; + } } @end + +#endif diff --git a/Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0-dummy.m b/Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0-dummy.m new file mode 100644 index 000000000..e51425fc8 --- /dev/null +++ b/Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_DACircularProgress_iOS7_0 : NSObject +@end +@implementation PodsDummy_DACircularProgress_iOS7_0 +@end diff --git a/Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0-prefix.pch b/Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Example/Pods/Target Support Files/DACircularProgress/DACircularProgress.xcconfig b/Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0.xcconfig similarity index 63% rename from Example/Pods/Target Support Files/DACircularProgress/DACircularProgress.xcconfig rename to Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0.xcconfig index fb750eded..941564689 100644 --- a/Example/Pods/Target Support Files/DACircularProgress/DACircularProgress.xcconfig +++ b/Example/Pods/Target Support Files/DACircularProgress-iOS7.0/DACircularProgress-iOS7.0.xcconfig @@ -1,5 +1,10 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/DACircularProgress-iOS7.0 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/DACircularProgress" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" OTHER_LDFLAGS = -framework "QuartzCore" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PODS_TARGET_SRCROOT = ${PODS_ROOT}/DACircularProgress +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-dummy.m b/Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-dummy.m new file mode 100644 index 000000000..c991151f9 --- /dev/null +++ b/Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_DACircularProgress_iOS7_1 : NSObject +@end +@implementation PodsDummy_DACircularProgress_iOS7_1 +@end diff --git a/Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-prefix.pch b/Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1.xcconfig b/Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1.xcconfig new file mode 100644 index 000000000..45c00a42d --- /dev/null +++ b/Example/Pods/Target Support Files/DACircularProgress-iOS7.1/DACircularProgress-iOS7.1.xcconfig @@ -0,0 +1,10 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/DACircularProgress-iOS7.1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/DACircularProgress" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = -framework "QuartzCore" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/DACircularProgress +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/DACircularProgress/DACircularProgress-dummy.m b/Example/Pods/Target Support Files/DACircularProgress/DACircularProgress-dummy.m deleted file mode 100644 index 76cdc7668..000000000 --- a/Example/Pods/Target Support Files/DACircularProgress/DACircularProgress-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_DACircularProgress : NSObject -@end -@implementation PodsDummy_DACircularProgress -@end diff --git a/Example/Pods/Target Support Files/DACircularProgress/DACircularProgress-prefix.pch b/Example/Pods/Target Support Files/DACircularProgress/DACircularProgress-prefix.pch deleted file mode 100644 index aa992a4ad..000000000 --- a/Example/Pods/Target Support Files/DACircularProgress/DACircularProgress-prefix.pch +++ /dev/null @@ -1,4 +0,0 @@ -#ifdef __OBJC__ -#import -#endif - diff --git a/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch b/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch index aa992a4ad..beb2a2441 100644 --- a/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch +++ b/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch @@ -1,4 +1,12 @@ #ifdef __OBJC__ #import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif #endif diff --git a/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots.xcconfig b/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots.xcconfig index a9e7d9865..fc6dc5ac3 100644 --- a/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots.xcconfig +++ b/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots.xcconfig @@ -1,6 +1,12 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Expecta+Snapshots FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Expecta" "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" OTHER_LDFLAGS = -framework "Foundation" -framework "XCTest" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Expecta+Snapshots +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/Expecta/Expecta-prefix.pch b/Example/Pods/Target Support Files/Expecta/Expecta-prefix.pch index aa992a4ad..beb2a2441 100644 --- a/Example/Pods/Target Support Files/Expecta/Expecta-prefix.pch +++ b/Example/Pods/Target Support Files/Expecta/Expecta-prefix.pch @@ -1,4 +1,12 @@ #ifdef __OBJC__ #import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif #endif diff --git a/Example/Pods/Target Support Files/Expecta/Expecta.xcconfig b/Example/Pods/Target Support Files/Expecta/Expecta.xcconfig index ad180d955..b3aa543ba 100644 --- a/Example/Pods/Target Support Files/Expecta/Expecta.xcconfig +++ b/Example/Pods/Target Support Files/Expecta/Expecta.xcconfig @@ -1,6 +1,11 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Expecta FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" $(inherited) $(DEVELOPER_FRAMEWORKS_DIR) "$(PLATFORM_DIR)/Developer/Library/Frameworks" "$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Expecta" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" OTHER_LDFLAGS = -framework "Foundation" -framework "XCTest" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Expecta +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch b/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch index aa992a4ad..beb2a2441 100644 --- a/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch +++ b/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch @@ -1,4 +1,12 @@ #ifdef __OBJC__ #import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif #endif diff --git a/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.xcconfig b/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.xcconfig index cabe1b74a..a38d0fed4 100644 --- a/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.xcconfig +++ b/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.xcconfig @@ -1,6 +1,11 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" OTHER_LDFLAGS = -framework "XCTest" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PODS_TARGET_SRCROOT = ${PODS_ROOT}/FBSnapshotTestCase +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0-dummy.m b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0-dummy.m new file mode 100644 index 000000000..af46de3bd --- /dev/null +++ b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_MBProgressHUD_iOS7_0 : NSObject +@end +@implementation PodsDummy_MBProgressHUD_iOS7_0 +@end diff --git a/Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0-prefix.pch b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD.xcconfig b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0.xcconfig similarity index 63% rename from Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD.xcconfig rename to Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0.xcconfig index a8e4ea6b6..beea99deb 100644 --- a/Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD.xcconfig +++ b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.0/MBProgressHUD-iOS7.0.xcconfig @@ -1,5 +1,10 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD-iOS7.0 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MBProgressHUD" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" OTHER_LDFLAGS = -framework "CoreGraphics" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PODS_TARGET_SRCROOT = ${PODS_ROOT}/MBProgressHUD +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-dummy.m b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-dummy.m new file mode 100644 index 000000000..4814abd74 --- /dev/null +++ b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_MBProgressHUD_iOS7_1 : NSObject +@end +@implementation PodsDummy_MBProgressHUD_iOS7_1 +@end diff --git a/Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-prefix.pch b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1.xcconfig b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1.xcconfig new file mode 100644 index 000000000..e0242dd33 --- /dev/null +++ b/Example/Pods/Target Support Files/MBProgressHUD-iOS7.1/MBProgressHUD-iOS7.1.xcconfig @@ -0,0 +1,10 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD-iOS7.1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MBProgressHUD" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = -framework "CoreGraphics" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/MBProgressHUD +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-dummy.m b/Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-dummy.m deleted file mode 100644 index 67a74df2a..000000000 --- a/Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_MBProgressHUD : NSObject -@end -@implementation PodsDummy_MBProgressHUD -@end diff --git a/Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch b/Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch deleted file mode 100644 index aa992a4ad..000000000 --- a/Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch +++ /dev/null @@ -1,4 +0,0 @@ -#ifdef __OBJC__ -#import -#endif - diff --git a/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0-dummy.m b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0-dummy.m new file mode 100644 index 000000000..ad8bd677b --- /dev/null +++ b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_MWPhotoBrowser_iOS7_0 : NSObject +@end +@implementation PodsDummy_MWPhotoBrowser_iOS7_0 +@end diff --git a/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0-prefix.pch b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Example/Pods/Target Support Files/MWPhotoBrowser/MWPhotoBrowser.xcconfig b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0.xcconfig similarity index 56% rename from Example/Pods/Target Support Files/MWPhotoBrowser/MWPhotoBrowser.xcconfig rename to Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0.xcconfig index dcaea7206..2ee81ad62 100644 --- a/Example/Pods/Target Support Files/MWPhotoBrowser/MWPhotoBrowser.xcconfig +++ b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/MWPhotoBrowser-iOS7.0.xcconfig @@ -1,5 +1,11 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/MWPhotoBrowser-iOS7.0 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/DACircularProgress-iOS7.0" "$PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD-iOS7.0" "$PODS_CONFIGURATION_BUILD_DIR/SDWebImage-iOS7.0" OTHER_LDFLAGS = -framework "AssetsLibrary" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -weak_framework "Photos" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/ResourceBundle-MWPhotoBrowser-Info.plist b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/ResourceBundle-MWPhotoBrowser-Info.plist new file mode 100644 index 000000000..456eea975 --- /dev/null +++ b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.0/ResourceBundle-MWPhotoBrowser-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/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-dummy.m b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-dummy.m new file mode 100644 index 000000000..bc91bf591 --- /dev/null +++ b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_MWPhotoBrowser_iOS7_1 : NSObject +@end +@implementation PodsDummy_MWPhotoBrowser_iOS7_1 +@end diff --git a/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-prefix.pch b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1.xcconfig b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1.xcconfig new file mode 100644 index 000000000..93d5335b9 --- /dev/null +++ b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/MWPhotoBrowser-iOS7.1.xcconfig @@ -0,0 +1,11 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/MWPhotoBrowser-iOS7.1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/DACircularProgress-iOS7.0" "$PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD-iOS7.0" "$PODS_CONFIGURATION_BUILD_DIR/SDWebImage-iOS7.0" +OTHER_LDFLAGS = -framework "AssetsLibrary" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -weak_framework "Photos" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/ResourceBundle-MWPhotoBrowser-Info.plist b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/ResourceBundle-MWPhotoBrowser-Info.plist new file mode 100644 index 000000000..456eea975 --- /dev/null +++ b/Example/Pods/Target Support Files/MWPhotoBrowser-iOS7.1/ResourceBundle-MWPhotoBrowser-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/MWPhotoBrowser/MWPhotoBrowser-dummy.m b/Example/Pods/Target Support Files/MWPhotoBrowser/MWPhotoBrowser-dummy.m deleted file mode 100644 index 2ce964380..000000000 --- a/Example/Pods/Target Support Files/MWPhotoBrowser/MWPhotoBrowser-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_MWPhotoBrowser : NSObject -@end -@implementation PodsDummy_MWPhotoBrowser -@end diff --git a/Example/Pods/Target Support Files/MWPhotoBrowser/MWPhotoBrowser-prefix.pch b/Example/Pods/Target Support Files/MWPhotoBrowser/MWPhotoBrowser-prefix.pch deleted file mode 100644 index aa992a4ad..000000000 --- a/Example/Pods/Target Support Files/MWPhotoBrowser/MWPhotoBrowser-prefix.pch +++ /dev/null @@ -1,4 +0,0 @@ -#ifdef __OBJC__ -#import -#endif - diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-acknowledgements.markdown index 0091f313d..fd79d0a54 100644 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-acknowledgements.markdown @@ -74,7 +74,7 @@ THE SOFTWARE. ## SDWebImage -Copyright (c) 2009 Olivier Poitrey +Copyright (c) 2016 Olivier Poitrey rs@dailymotion.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -95,4 +95,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Generated by CocoaPods - http://cocoapods.org +Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-acknowledgements.plist index a3df3a933..4f31e9170 100644 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-acknowledgements.plist @@ -37,6 +37,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title DACircularProgress Type @@ -63,6 +65,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title MBProgressHUD Type @@ -90,6 +94,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title MWPhotoBrowser Type @@ -97,7 +103,7 @@ THE SOFTWARE. FooterText - Copyright (c) 2009 Olivier Poitrey <rs@dailymotion.com> + Copyright (c) 2016 Olivier Poitrey rs@dailymotion.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -118,6 +124,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title SDWebImage Type @@ -125,7 +133,7 @@ THE SOFTWARE. FooterText - Generated by CocoaPods - http://cocoapods.org + Generated by CocoaPods - https://cocoapods.org Title Type diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-frameworks.sh index 6f7634435..0f29f13c2 100755 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-frameworks.sh @@ -16,7 +16,7 @@ install_framework() local source="$1" fi - local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then echo "Symlinked..." @@ -59,8 +59,13 @@ 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 echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \"$1\"" - /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" fi } @@ -82,3 +87,6 @@ strip_invalid_archs() { fi } +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-resources.sh b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-resources.sh index 15c9b3eb0..ca98cd2a9 100755 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-resources.sh +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example-resources.sh @@ -1,71 +1,90 @@ #!/bin/sh set -e -mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt > "$RESOURCES_TO_COPY" XCASSET_FILES=() -realpath() { - DIRECTORY="$(cd "${1%/*}" && pwd)" - FILENAME="${1##*/}" - echo "$DIRECTORY/$FILENAME" -} +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + 3) + TARGET_DEVICE_ARGS="--target-device tv" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac install_resource() { - case $1 in + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} ;; *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} ;; *.framework) - echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" ;; *.xcdatamodel) - echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" - xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" ;; *.xcdatamodeld) - echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" - xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" ;; *.xcmappingmodel) - echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" - xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" ;; *.xcassets) - ABSOLUTE_XCASSET_FILE=$(realpath "${PODS_ROOT}/$1") + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") ;; - /*) - echo "$1" - echo "$1" >> "$RESOURCES_TO_COPY" - ;; *) - echo "${PODS_ROOT}/$1" - echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" + echo "$RESOURCE_PATH" + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" ;; esac } if [[ "$CONFIGURATION" == "Debug" ]]; then - install_resource "${BUILT_PRODUCTS_DIR}/MWPhotoBrowser.bundle" + install_resource "$PODS_CONFIGURATION_BUILD_DIR/MWPhotoBrowser-iOS7.0/MWPhotoBrowser.bundle" fi if [[ "$CONFIGURATION" == "Release" ]]; then - install_resource "${BUILT_PRODUCTS_DIR}/MWPhotoBrowser.bundle" + install_resource "$PODS_CONFIGURATION_BUILD_DIR/MWPhotoBrowser-iOS7.0/MWPhotoBrowser.bundle" fi -mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" @@ -74,28 +93,13 @@ rm -f "$RESOURCES_TO_COPY" if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] then - case "${TARGETED_DEVICE_FAMILY}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; - esac - # Find all other xcassets (this unfortunately includes those of path pods and other targets). OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) while read line; do - if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + if [[ $line != "${PODS_ROOT}*" ]]; then XCASSET_FILES+=("$line") fi done <<<"$OTHER_XCASSETS" - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" fi diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.debug.xcconfig index 6472a0b4b..e286e2127 100644 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.debug.xcconfig @@ -1,5 +1,8 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/DACircularProgress-iOS7.0" "$PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD-iOS7.0" "$PODS_CONFIGURATION_BUILD_DIR/MWPhotoBrowser-iOS7.0" "$PODS_CONFIGURATION_BUILD_DIR/SDWebImage-iOS7.0" OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/DACircularProgress" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" -isystem "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" -isystem "${PODS_ROOT}/Headers/Public/MBProgressHUD" -isystem "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" -isystem "${PODS_ROOT}/Headers/Public/SDWebImage" -isystem "${PODS_ROOT}/Headers/Public/Specta" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DACircularProgress" -l"MBProgressHUD" -l"MWPhotoBrowser" -l"SDWebImage" -framework "AssetsLibrary" -framework "CoreGraphics" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -weak_framework "Photos" -PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file +OTHER_LDFLAGS = $(inherited) -ObjC -l"DACircularProgress-iOS7.0" -l"MBProgressHUD-iOS7.0" -l"MWPhotoBrowser-iOS7.0" -l"SDWebImage-iOS7.0" -framework "AssetsLibrary" -framework "CoreGraphics" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -weak_framework "Photos" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.release.xcconfig index 6472a0b4b..e286e2127 100644 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Example/Pods-MWPhotoBrowser_Example.release.xcconfig @@ -1,5 +1,8 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/DACircularProgress-iOS7.0" "$PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD-iOS7.0" "$PODS_CONFIGURATION_BUILD_DIR/MWPhotoBrowser-iOS7.0" "$PODS_CONFIGURATION_BUILD_DIR/SDWebImage-iOS7.0" OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/DACircularProgress" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" -isystem "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" -isystem "${PODS_ROOT}/Headers/Public/MBProgressHUD" -isystem "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" -isystem "${PODS_ROOT}/Headers/Public/SDWebImage" -isystem "${PODS_ROOT}/Headers/Public/Specta" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DACircularProgress" -l"MBProgressHUD" -l"MWPhotoBrowser" -l"SDWebImage" -framework "AssetsLibrary" -framework "CoreGraphics" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -weak_framework "Photos" -PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file +OTHER_LDFLAGS = $(inherited) -ObjC -l"DACircularProgress-iOS7.0" -l"MBProgressHUD-iOS7.0" -l"MWPhotoBrowser-iOS7.0" -l"SDWebImage-iOS7.0" -framework "AssetsLibrary" -framework "CoreGraphics" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -weak_framework "Photos" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-acknowledgements.markdown index 722cd587a..5def06fba 100644 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-acknowledgements.markdown @@ -74,7 +74,7 @@ THE SOFTWARE. ## SDWebImage -Copyright (c) 2009 Olivier Poitrey +Copyright (c) 2016 Olivier Poitrey rs@dailymotion.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -201,4 +201,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Generated by CocoaPods - http://cocoapods.org +Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-acknowledgements.plist index 4063b607d..e1b673342 100644 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-acknowledgements.plist @@ -37,6 +37,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title DACircularProgress Type @@ -63,6 +65,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title MBProgressHUD Type @@ -90,6 +94,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title MWPhotoBrowser Type @@ -97,7 +103,7 @@ THE SOFTWARE. FooterText - Copyright (c) 2009 Olivier Poitrey <rs@dailymotion.com> + Copyright (c) 2016 Olivier Poitrey rs@dailymotion.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -118,6 +124,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title SDWebImage Type @@ -145,6 +153,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title Expecta Type @@ -175,6 +185,8 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title Expecta+Snapshots Type @@ -212,6 +224,8 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + License + BSD Title FBSnapshotTestCase Type @@ -240,6 +254,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title Specta Type @@ -247,7 +263,7 @@ THE SOFTWARE. FooterText - Generated by CocoaPods - http://cocoapods.org + Generated by CocoaPods - https://cocoapods.org Title Type diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-frameworks.sh index 6f7634435..0f29f13c2 100755 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-frameworks.sh @@ -16,7 +16,7 @@ install_framework() local source="$1" fi - local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then echo "Symlinked..." @@ -59,8 +59,13 @@ 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 echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \"$1\"" - /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" fi } @@ -82,3 +87,6 @@ strip_invalid_archs() { fi } +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-resources.sh b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-resources.sh index 15c9b3eb0..3c980cd73 100755 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-resources.sh +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests-resources.sh @@ -1,71 +1,90 @@ #!/bin/sh set -e -mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt > "$RESOURCES_TO_COPY" XCASSET_FILES=() -realpath() { - DIRECTORY="$(cd "${1%/*}" && pwd)" - FILENAME="${1##*/}" - echo "$DIRECTORY/$FILENAME" -} +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + 3) + TARGET_DEVICE_ARGS="--target-device tv" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac install_resource() { - case $1 in + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} ;; *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} ;; *.framework) - echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" ;; *.xcdatamodel) - echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" - xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" ;; *.xcdatamodeld) - echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" - xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" ;; *.xcmappingmodel) - echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" - xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" ;; *.xcassets) - ABSOLUTE_XCASSET_FILE=$(realpath "${PODS_ROOT}/$1") + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") ;; - /*) - echo "$1" - echo "$1" >> "$RESOURCES_TO_COPY" - ;; *) - echo "${PODS_ROOT}/$1" - echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" + echo "$RESOURCE_PATH" + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" ;; esac } if [[ "$CONFIGURATION" == "Debug" ]]; then - install_resource "${BUILT_PRODUCTS_DIR}/MWPhotoBrowser.bundle" + install_resource "$PODS_CONFIGURATION_BUILD_DIR/MWPhotoBrowser-iOS7.1/MWPhotoBrowser.bundle" fi if [[ "$CONFIGURATION" == "Release" ]]; then - install_resource "${BUILT_PRODUCTS_DIR}/MWPhotoBrowser.bundle" + install_resource "$PODS_CONFIGURATION_BUILD_DIR/MWPhotoBrowser-iOS7.1/MWPhotoBrowser.bundle" fi -mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" @@ -74,28 +93,13 @@ rm -f "$RESOURCES_TO_COPY" if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] then - case "${TARGETED_DEVICE_FAMILY}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; - esac - # Find all other xcassets (this unfortunately includes those of path pods and other targets). OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) while read line; do - if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + if [[ $line != "${PODS_ROOT}*" ]]; then XCASSET_FILES+=("$line") fi done <<<"$OTHER_XCASSETS" - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" fi diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.debug.xcconfig index 61cb570bf..0ebf3b00c 100644 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.debug.xcconfig @@ -1,6 +1,9 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) $(inherited) $(DEVELOPER_FRAMEWORKS_DIR) "$(PLATFORM_DIR)/Developer/Library/Frameworks" "$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) $(DEVELOPER_FRAMEWORKS_DIR) "$(PLATFORM_DIR)/Developer/Library/Frameworks" "$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/DACircularProgress-iOS7.1" "$PODS_CONFIGURATION_BUILD_DIR/Expecta" "$PODS_CONFIGURATION_BUILD_DIR/Expecta+Snapshots" "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD-iOS7.1" "$PODS_CONFIGURATION_BUILD_DIR/MWPhotoBrowser-iOS7.1" "$PODS_CONFIGURATION_BUILD_DIR/SDWebImage-iOS7.1" "$PODS_CONFIGURATION_BUILD_DIR/Specta" OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/DACircularProgress" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" -isystem "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" -isystem "${PODS_ROOT}/Headers/Public/MBProgressHUD" -isystem "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" -isystem "${PODS_ROOT}/Headers/Public/SDWebImage" -isystem "${PODS_ROOT}/Headers/Public/Specta" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DACircularProgress" -l"Expecta" -l"Expecta+Snapshots" -l"FBSnapshotTestCase" -l"MBProgressHUD" -l"MWPhotoBrowser" -l"SDWebImage" -l"Specta" -framework "AssetsLibrary" -framework "CoreGraphics" -framework "Foundation" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -framework "XCTest" -weak_framework "Photos" -PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file +OTHER_LDFLAGS = $(inherited) -ObjC -l"DACircularProgress-iOS7.1" -l"Expecta" -l"Expecta+Snapshots" -l"FBSnapshotTestCase" -l"MBProgressHUD-iOS7.1" -l"MWPhotoBrowser-iOS7.1" -l"SDWebImage-iOS7.1" -l"Specta" -framework "AssetsLibrary" -framework "CoreGraphics" -framework "Foundation" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -framework "XCTest" -weak_framework "Photos" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.release.xcconfig index 61cb570bf..0ebf3b00c 100644 --- a/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-MWPhotoBrowser_Tests/Pods-MWPhotoBrowser_Tests.release.xcconfig @@ -1,6 +1,9 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) $(inherited) $(DEVELOPER_FRAMEWORKS_DIR) "$(PLATFORM_DIR)/Developer/Library/Frameworks" "$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) $(DEVELOPER_FRAMEWORKS_DIR) "$(PLATFORM_DIR)/Developer/Library/Frameworks" "$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/DACircularProgress-iOS7.1" "$PODS_CONFIGURATION_BUILD_DIR/Expecta" "$PODS_CONFIGURATION_BUILD_DIR/Expecta+Snapshots" "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD-iOS7.1" "$PODS_CONFIGURATION_BUILD_DIR/MWPhotoBrowser-iOS7.1" "$PODS_CONFIGURATION_BUILD_DIR/SDWebImage-iOS7.1" "$PODS_CONFIGURATION_BUILD_DIR/Specta" OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/DACircularProgress" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" -isystem "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" -isystem "${PODS_ROOT}/Headers/Public/MBProgressHUD" -isystem "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" -isystem "${PODS_ROOT}/Headers/Public/SDWebImage" -isystem "${PODS_ROOT}/Headers/Public/Specta" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DACircularProgress" -l"Expecta" -l"Expecta+Snapshots" -l"FBSnapshotTestCase" -l"MBProgressHUD" -l"MWPhotoBrowser" -l"SDWebImage" -l"Specta" -framework "AssetsLibrary" -framework "CoreGraphics" -framework "Foundation" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -framework "XCTest" -weak_framework "Photos" -PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file +OTHER_LDFLAGS = $(inherited) -ObjC -l"DACircularProgress-iOS7.1" -l"Expecta" -l"Expecta+Snapshots" -l"FBSnapshotTestCase" -l"MBProgressHUD-iOS7.1" -l"MWPhotoBrowser-iOS7.1" -l"SDWebImage-iOS7.1" -l"Specta" -framework "AssetsLibrary" -framework "CoreGraphics" -framework "Foundation" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore" -framework "XCTest" -weak_framework "Photos" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0-dummy.m b/Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0-dummy.m new file mode 100644 index 000000000..4e5d3a0f0 --- /dev/null +++ b/Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_SDWebImage_iOS7_0 : NSObject +@end +@implementation PodsDummy_SDWebImage_iOS7_0 +@end diff --git a/Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0-prefix.pch b/Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Example/Pods/Target Support Files/SDWebImage/SDWebImage.xcconfig b/Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0.xcconfig similarity index 64% rename from Example/Pods/Target Support Files/SDWebImage/SDWebImage.xcconfig rename to Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0.xcconfig index 99c5f03e0..7426ab8ed 100644 --- a/Example/Pods/Target Support Files/SDWebImage/SDWebImage.xcconfig +++ b/Example/Pods/Target Support Files/SDWebImage-iOS7.0/SDWebImage-iOS7.0.xcconfig @@ -1,5 +1,10 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/SDWebImage-iOS7.0 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/SDWebImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" OTHER_LDFLAGS = -framework "ImageIO" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PODS_TARGET_SRCROOT = ${PODS_ROOT}/SDWebImage +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1-dummy.m b/Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1-dummy.m new file mode 100644 index 000000000..e352a298d --- /dev/null +++ b/Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_SDWebImage_iOS7_1 : NSObject +@end +@implementation PodsDummy_SDWebImage_iOS7_1 +@end diff --git a/Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1-prefix.pch b/Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1.xcconfig b/Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1.xcconfig new file mode 100644 index 000000000..6882b0ad7 --- /dev/null +++ b/Example/Pods/Target Support Files/SDWebImage-iOS7.1/SDWebImage-iOS7.1.xcconfig @@ -0,0 +1,10 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/SDWebImage-iOS7.1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/SDWebImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" +OTHER_LDFLAGS = -framework "ImageIO" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/SDWebImage +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/SDWebImage/SDWebImage-dummy.m b/Example/Pods/Target Support Files/SDWebImage/SDWebImage-dummy.m deleted file mode 100644 index 86d2b5f68..000000000 --- a/Example/Pods/Target Support Files/SDWebImage/SDWebImage-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_SDWebImage : NSObject -@end -@implementation PodsDummy_SDWebImage -@end diff --git a/Example/Pods/Target Support Files/SDWebImage/SDWebImage-prefix.pch b/Example/Pods/Target Support Files/SDWebImage/SDWebImage-prefix.pch deleted file mode 100644 index aa992a4ad..000000000 --- a/Example/Pods/Target Support Files/SDWebImage/SDWebImage-prefix.pch +++ /dev/null @@ -1,4 +0,0 @@ -#ifdef __OBJC__ -#import -#endif - diff --git a/Example/Pods/Target Support Files/Specta/Specta-prefix.pch b/Example/Pods/Target Support Files/Specta/Specta-prefix.pch index aa992a4ad..beb2a2441 100644 --- a/Example/Pods/Target Support Files/Specta/Specta-prefix.pch +++ b/Example/Pods/Target Support Files/Specta/Specta-prefix.pch @@ -1,4 +1,12 @@ #ifdef __OBJC__ #import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif #endif diff --git a/Example/Pods/Target Support Files/Specta/Specta.xcconfig b/Example/Pods/Target Support Files/Specta/Specta.xcconfig index 9293e9c92..d507c5fe4 100644 --- a/Example/Pods/Target Support Files/Specta/Specta.xcconfig +++ b/Example/Pods/Target Support Files/Specta/Specta.xcconfig @@ -1,6 +1,11 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Specta FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" $(inherited) $(DEVELOPER_FRAMEWORKS_DIR) "$(PLATFORM_DIR)/Developer/Library/Frameworks" "$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Specta" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DACircularProgress" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public/MBProgressHUD" "${PODS_ROOT}/Headers/Public/MWPhotoBrowser" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/Specta" OTHER_LDFLAGS = -framework "Foundation" -framework "XCTest" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Specta +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/MWPhotoBrowser.podspec b/MWPhotoBrowser.podspec index 2b8d0e563..67e478a34 100644 --- a/MWPhotoBrowser.podspec +++ b/MWPhotoBrowser.podspec @@ -39,10 +39,6 @@ Pod::Spec.new do |s| s.dependency 'MBProgressHUD', '~> 0.9' s.dependency 'DACircularProgress', '~> 2.3' - - # SDWebImage - # 3.7.2 contains bugs downloading local files - # https://github.com/rs/SDWebImage/issues/1109 - s.dependency 'SDWebImage', '~> 3.7', '!= 3.7.2' + s.dependency 'SDWebImage', '~> 4.0' end diff --git a/Pod/Classes/MWPhoto.m b/Pod/Classes/MWPhoto.m index 6b1f697cc..a48da072a 100644 --- a/Pod/Classes/MWPhoto.m +++ b/Pod/Classes/MWPhoto.m @@ -212,9 +212,9 @@ - (void)performLoadUnderlyingImageAndNotify { - (void)_performLoadUnderlyingImageAndNotifyWithWebURL:(NSURL *)url { @try { SDWebImageManager *manager = [SDWebImageManager sharedManager]; - _webImageOperation = [manager downloadImageWithURL:url + _webImageOperation = [manager loadImageWithURL:url options:0 - progress:^(NSInteger receivedSize, NSInteger expectedSize) { + progress:^(NSInteger receivedSize, NSInteger expectedSize, NSURL * _Nullable targetURL) { if (expectedSize > 0) { float progress = receivedSize / (float)expectedSize; NSDictionary* dict = [NSDictionary dictionaryWithObjectsAndKeys: @@ -223,7 +223,7 @@ - (void)_performLoadUnderlyingImageAndNotifyWithWebURL:(NSURL *)url { [[NSNotificationCenter defaultCenter] postNotificationName:MWPHOTO_PROGRESS_NOTIFICATION object:dict]; } } - completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) { + completed:^(UIImage * _Nullable image, NSData * _Nullable data, NSError * _Nullable error, SDImageCacheType cacheType, BOOL finished, NSURL * _Nullable imageURL) { if (error) { MWLog(@"SDWebImage failed to download image: %@", error); }