Commit dd480f7d31efe7136cac25b12fc74824ffa24de1
1 parent
75ab4ab9
0.0.5
Showing
9 changed files
with
485 additions
and
476 deletions
CNLiveCycleScrollView.podspec
| 1 | 1 | ||
| 2 | Pod::Spec.new do |s| | 2 | Pod::Spec.new do |s| |
| 3 | s.name = 'CNLiveCycleScrollView' | 3 | s.name = 'CNLiveCycleScrollView' |
| 4 | - s.version = '0.0.4' | 4 | + s.version = '0.0.5' |
| 5 | s.summary = '放大缩小轮播图封装' | 5 | s.summary = '放大缩小轮播图封装' |
| 6 | 6 | ||
| 7 | 7 | ||
| @@ -25,8 +25,8 @@ TODO: Add long description of the pod here. | @@ -25,8 +25,8 @@ TODO: Add long description of the pod here. | ||
| 25 | # 'CNLiveCycleScrollView' => ['CNLiveCycleScrollView/Assets/*.png'] | 25 | # 'CNLiveCycleScrollView' => ['CNLiveCycleScrollView/Assets/*.png'] |
| 26 | # } | 26 | # } |
| 27 | 27 | ||
| 28 | - # s.public_header_files = 'Pod/Classes/**/*.h' | ||
| 29 | - # s.frameworks = 'UIKit', 'Foundation' | 28 | + #s.public_header_files = 'CNLiveCycleScrollView/Classes/*.{h,m}' |
| 29 | + s.frameworks = 'UIKit', 'Foundation' | ||
| 30 | 30 | ||
| 31 | - s.dependency 'SDWebImage', '~> 5.0.0-beta3' | 31 | + s.dependency 'SDWebImage' |
| 32 | end | 32 | end |
CNLiveCycleScrollView/Classes/CNLiveCycleScrollView.m
| @@ -57,7 +57,7 @@ static NSString *const cellID = @"cellID"; | @@ -57,7 +57,7 @@ static NSString *const cellID = @"cellID"; | ||
| 57 | cycleScrollView.autoScroll = YES; | 57 | cycleScrollView.autoScroll = YES; |
| 58 | }else { | 58 | }else { |
| 59 | if (imageGroups.count > 0) { | 59 | if (imageGroups.count > 0) { |
| 60 | - cycleScrollView = [[CNLiveCycleScrollView alloc]initWithFrame:CGRectMake(50, kNavigationBarHeight + 20, scaleW, scaleH)]; | 60 | + cycleScrollView = [[CNLiveCycleScrollView alloc]initWithFrame:CGRectMake(50, kNavigationBarHeight + 20, scaleW - 100, scaleH)]; |
| 61 | cycleScrollView.infiniteLoop = NO; | 61 | cycleScrollView.infiniteLoop = NO; |
| 62 | cycleScrollView.autoScroll = NO; | 62 | cycleScrollView.autoScroll = NO; |
| 63 | } | 63 | } |
Example/Podfile.lock
| 1 | PODS: | 1 | PODS: |
| 2 | - - CNLiveCycleScrollView (0.0.2): | ||
| 3 | - - SDWebImage (~> 5.0.0-beta3) | 2 | + - CNLiveCycleScrollView (0.0.5): |
| 3 | + - SDWebImage | ||
| 4 | - SDWebImage (5.0.0-beta3): | 4 | - SDWebImage (5.0.0-beta3): |
| 5 | - SDWebImage/Core (= 5.0.0-beta3) | 5 | - SDWebImage/Core (= 5.0.0-beta3) |
| 6 | - SDWebImage/Core (5.0.0-beta3) | 6 | - SDWebImage/Core (5.0.0-beta3) |
| @@ -18,7 +18,7 @@ EXTERNAL SOURCES: | @@ -18,7 +18,7 @@ EXTERNAL SOURCES: | ||
| 18 | :path: "../" | 18 | :path: "../" |
| 19 | 19 | ||
| 20 | SPEC CHECKSUMS: | 20 | SPEC CHECKSUMS: |
| 21 | - CNLiveCycleScrollView: 9dc078bbd0e2aaf31ba86d2e7bdc7be4af2b85e5 | 21 | + CNLiveCycleScrollView: 953e67af6f92ca6ee27d1f1836eec99fef55e80a |
| 22 | SDWebImage: e52654ceef9fdc19f4c612d64a5b6d3f05dd81a4 | 22 | SDWebImage: e52654ceef9fdc19f4c612d64a5b6d3f05dd81a4 |
| 23 | 23 | ||
| 24 | PODFILE CHECKSUM: 0d0f5c9b97d5aa948d85dcf21b716e764eaabc1d | 24 | PODFILE CHECKSUM: 0d0f5c9b97d5aa948d85dcf21b716e764eaabc1d |
Example/Pods/Local Podspecs/CNLiveCycleScrollView.podspec.json
| 1 | { | 1 | { |
| 2 | "name": "CNLiveCycleScrollView", | 2 | "name": "CNLiveCycleScrollView", |
| 3 | - "version": "0.0.2", | 3 | + "version": "0.0.5", |
| 4 | "summary": "放大缩小轮播图封装", | 4 | "summary": "放大缩小轮播图封装", |
| 5 | "description": "TODO: Add long description of the pod here.", | 5 | "description": "TODO: Add long description of the pod here.", |
| 6 | "homepage": "http://bj.gitlab.cnlive.com/ios-team/CNLiveCycleScrollView", | 6 | "homepage": "http://bj.gitlab.cnlive.com/ios-team/CNLiveCycleScrollView", |
| @@ -13,15 +13,19 @@ | @@ -13,15 +13,19 @@ | ||
| 13 | }, | 13 | }, |
| 14 | "source": { | 14 | "source": { |
| 15 | "git": "http://bj.gitlab.cnlive.com/ios-team/CNLiveCycleScrollView.git", | 15 | "git": "http://bj.gitlab.cnlive.com/ios-team/CNLiveCycleScrollView.git", |
| 16 | - "tag": "0.0.2" | 16 | + "tag": "0.0.5" |
| 17 | }, | 17 | }, |
| 18 | "platforms": { | 18 | "platforms": { |
| 19 | "ios": "9.0" | 19 | "ios": "9.0" |
| 20 | }, | 20 | }, |
| 21 | "source_files": "CNLiveCycleScrollView/Classes/**/*.{h,m}", | 21 | "source_files": "CNLiveCycleScrollView/Classes/**/*.{h,m}", |
| 22 | + "frameworks": [ | ||
| 23 | + "UIKit", | ||
| 24 | + "Foundation" | ||
| 25 | + ], | ||
| 22 | "dependencies": { | 26 | "dependencies": { |
| 23 | "SDWebImage": [ | 27 | "SDWebImage": [ |
| 24 | - "~> 5.0.0-beta3" | 28 | + |
| 25 | ] | 29 | ] |
| 26 | } | 30 | } |
| 27 | } | 31 | } |
Example/Pods/Manifest.lock
| 1 | PODS: | 1 | PODS: |
| 2 | - - CNLiveCycleScrollView (0.0.2): | ||
| 3 | - - SDWebImage (~> 5.0.0-beta3) | 2 | + - CNLiveCycleScrollView (0.0.5): |
| 3 | + - SDWebImage | ||
| 4 | - SDWebImage (5.0.0-beta3): | 4 | - SDWebImage (5.0.0-beta3): |
| 5 | - SDWebImage/Core (= 5.0.0-beta3) | 5 | - SDWebImage/Core (= 5.0.0-beta3) |
| 6 | - SDWebImage/Core (5.0.0-beta3) | 6 | - SDWebImage/Core (5.0.0-beta3) |
| @@ -18,7 +18,7 @@ EXTERNAL SOURCES: | @@ -18,7 +18,7 @@ EXTERNAL SOURCES: | ||
| 18 | :path: "../" | 18 | :path: "../" |
| 19 | 19 | ||
| 20 | SPEC CHECKSUMS: | 20 | SPEC CHECKSUMS: |
| 21 | - CNLiveCycleScrollView: 9dc078bbd0e2aaf31ba86d2e7bdc7be4af2b85e5 | 21 | + CNLiveCycleScrollView: 953e67af6f92ca6ee27d1f1836eec99fef55e80a |
| 22 | SDWebImage: e52654ceef9fdc19f4c612d64a5b6d3f05dd81a4 | 22 | SDWebImage: e52654ceef9fdc19f4c612d64a5b6d3f05dd81a4 |
| 23 | 23 | ||
| 24 | PODFILE CHECKSUM: 0d0f5c9b97d5aa948d85dcf21b716e764eaabc1d | 24 | PODFILE CHECKSUM: 0d0f5c9b97d5aa948d85dcf21b716e764eaabc1d |
Example/Pods/Pods.xcodeproj/project.pbxproj
| @@ -7,119 +7,120 @@ | @@ -7,119 +7,120 @@ | ||
| 7 | objects = { | 7 | objects = { |
| 8 | 8 | ||
| 9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
| 10 | - 01707BE89ACE5A8FC42C875B3141359E /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = B8A2774AE23EF5A3ED5EF1838485E0EC /* SDImageLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 11 | - 0EAC7D723312416C1D039ADF4FC0F4A1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C4DD8F9856C9D17828941D39C59185F /* Foundation.framework */; }; | ||
| 12 | - 10B62E1C38D737BF805CC9231977BED1 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 5500884A618DB976441C4792ED977CC3 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 13 | - 1133CD72DC1B8435C9B14F7C20D5795E /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 92C3386B8473EE0F91A5C7862E3DEAF8 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 14 | - 1461E9FEECB111E7D9C79FFD8F0305F4 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 5260B1E46F69E02F24D7A81CCC95C1C7 /* SDImageFrame.m */; }; | ||
| 15 | - 17419BD3B8EA6ED4DFBBA2E40A4B5DF0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C4DD8F9856C9D17828941D39C59185F /* Foundation.framework */; }; | ||
| 16 | - 18B9859DFFAE9305AB06999550EEE862 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = C35AACE588C6EE672358A10ED41DED9D /* UIImage+ForceDecode.m */; }; | ||
| 17 | - 1A868B53942522A0C93E245A76C16F65 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 95D4B64F214EF26F6F3615CA5AD6F2BA /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 18 | - 1E0EC4E226E62F7AA19E585716DDE44B /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = C9FDE06B682CDDEC68B266B43B6B5EAA /* SDWebImageError.m */; }; | ||
| 19 | - 1FC4623A81FD551CADCECB06BB6BD5D1 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ED08441A76441E722AC812609F8925B /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 20 | - 2043EC3998F1AAAAC628D3C2A8AC4F7C /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C44EF0F17C75E557A61FA9F89ED8BE83 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 21 | - 204C783BE21DFBDF9A877D82C6CFFCA6 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 84858C6D287D202211A3A58F9015FC17 /* UIView+WebCacheOperation.m */; }; | ||
| 22 | - 21C79DA50BA672056E90AE69598DF6C1 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 771D815F46C2B23467B2D4FBD77D3A68 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 23 | - 24092795EA1994D159BE282029A97300 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C3D8252BFC00F8AB140C3AFEDF4E753 /* SDWebImageDownloaderRequestModifier.m */; }; | ||
| 24 | - 2465FF04592D0383AB7E2D320DE6B785 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F57DDC1D4A846B870B969A1A549C1E23 /* SDImageIOCoder.m */; }; | ||
| 25 | - 25312B3DAE079DC2A1BB94459C5673EF /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AFE85BFECDD6B9D85D67803017EC5BB /* SDImageLoadersManager.m */; }; | ||
| 26 | - 2787EA6C028DAA2871D19E4B8888229D /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 398DB80F0AB09436E27A6BE8318AA02B /* SDWebImageCompat.m */; }; | ||
| 27 | - 28EE5AEDD88A5E92265C7677EAAEB700 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C9DDED56BBF21C09BCDF11FCBCE4EF3B /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 28 | - 2BCBB726BA8B802ED411D5F1AC0D5829 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE29F2D7265FF738E35EB2715ABF792 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 29 | - 2D524FA9F7909CCE8F1E2B367D195981 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C4DD8F9856C9D17828941D39C59185F /* Foundation.framework */; }; | ||
| 30 | - 2FC43A78A362E8C40E5304F5E0C6F8D0 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 79416D684AE09E145DAC9B276F8CE2B5 /* SDWebImageManager.m */; }; | ||
| 31 | - 35D57FE441612FE980BB9592034980C7 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDD28DE4B5A3CDD8490B711D49329B7 /* SDWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 32 | - 3AED56B1D4D876C50D7D0995AF5AF831 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B739458937D5D694897D68BB64E83288 /* SDDiskCache.m */; }; | ||
| 33 | - 3D709632DB7675DD11C8B83B448240CE /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ED8DA2C210AEE66F8556431112BE726 /* UIView+WebCache.m */; }; | ||
| 34 | - 3E8C232457BBE6FE8367F782873ADA43 /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 344C52E65963151882C2118B6D33102D /* SDWebImageDefine.m */; }; | ||
| 35 | - 43098CCAAB85DE0DF95BC6D4A7793A39 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CA11F09DEA1DC76AE937EF6F23904AD /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 36 | - 44A6EDB61F67EFAE4FD89B49446710FD /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = E6DB719BE1EF9065F3DEA4DB6BB1C1A5 /* SDWebImagePrefetcher.m */; }; | ||
| 37 | - 47DDE87745AD1F465ABC287C1F36C3CB /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = D86E222265E6B6844345F809BECCE92A /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 38 | - 4C51222E86C130B3CA1E751A607A6207 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F56758F04C5FDA04AFE770857EDB96 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 39 | - 4CBDF16E8DE16206049375506184D941 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = CAAE7C97B5B5CF120D3D7232AA6FFDDC /* SDDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 40 | - 4CFC6AF0B1B39D8BF6B949B9B942F00D /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D7448E1DCFAAADCB39E609F4A6E2971 /* SDAnimatedImageView.m */; }; | ||
| 41 | - 4D3C1AC9514808450E0B48482ECCB321 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = BE06AADAB925E91A9F8B5B030862F7A5 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 42 | - 4E54F6D121C382A900147A02 /* CNLiveCycleScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E54F6CF21C382A900147A02 /* CNLiveCycleScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 43 | - 4E54F6D221C382A900147A02 /* CNLiveCycleScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E54F6D021C382A900147A02 /* CNLiveCycleScrollView.m */; }; | ||
| 44 | - 4E54F6D521C3831800147A02 /* CNLiveCycleScrollViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E54F6D321C3831800147A02 /* CNLiveCycleScrollViewCell.h */; }; | ||
| 45 | - 4E54F6D621C3831800147A02 /* CNLiveCycleScrollViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E54F6D421C3831800147A02 /* CNLiveCycleScrollViewCell.m */; }; | ||
| 46 | - 4E54F6D921C3833B00147A02 /* CNLiveCycleScrollViewFlowLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E54F6D721C3833B00147A02 /* CNLiveCycleScrollViewFlowLayout.h */; }; | ||
| 47 | - 4E54F6DA21C3833B00147A02 /* CNLiveCycleScrollViewFlowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E54F6D821C3833B00147A02 /* CNLiveCycleScrollViewFlowLayout.m */; }; | ||
| 48 | - 50085FDD22EB94626BE89499D34FB8E0 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BDE328ED1A8DE17C2D7C6DDDE549E33 /* SDWebImageDownloaderConfig.m */; }; | ||
| 49 | - 52F66B89892A38AA25C5597BBB35E927 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = C57B518577D684D8549A86981C25438C /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 50 | - 53F4912742BF16810F2F1D78D5A1396C /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E62F1A2A185F64A5595D411199AE25E /* UIImageView+WebCache.m */; }; | ||
| 51 | - 5D668EE124AAD7BDCD98575EDB03D7FD /* CNLiveCycleScrollView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C2458049F0D15201C021580A2B18347 /* CNLiveCycleScrollView-dummy.m */; }; | ||
| 52 | - 60E501D4D39EE7DBA2CC98F37ABAAD82 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC37E97689499592AD3714B41810C56 /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 53 | - 63C4795441BEA3647CE1509B346EEC60 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 28ACBB6619EAD2D83FA8D615CDFB4FCA /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 54 | - 67C61885977B12F2FA0D896A276B1088 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 47C327AA3AEF67F672B2AFAC891C0D90 /* SDImageCoder.m */; }; | 10 | + 01356E21CF66CEFE1DDE202BC8B6B6E9 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EFCEBCC8648D07CB6FBD4CB58D45603 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 11 | + 0A0E57055C28BA2F642C3D1BF9577D6D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */; }; | ||
| 12 | + 0B563E05BA511D46BF0E6A9B8BC09B2A /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 5260B1E46F69E02F24D7A81CCC95C1C7 /* SDImageFrame.m */; }; | ||
| 13 | + 0B6C223CA74551BB5F0E9182D1043579 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B0473971F150B2404D33FEC501AAE6C /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 14 | + 0BB29E3FFC5A970607BE930816D9B01E /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = ADE4690003AD1D63BBBED1F4FEDA954A /* UIImageView+HighlightedWebCache.m */; }; | ||
| 15 | + 0EAC7D723312416C1D039ADF4FC0F4A1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */; }; | ||
| 16 | + 0FC244C0CDD073B02BA3B7C26D42FEBA /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = B8A2774AE23EF5A3ED5EF1838485E0EC /* SDImageLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 17 | + 16F2D0369893F43A6CAF87AFCBCF28B1 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ED8DA2C210AEE66F8556431112BE726 /* UIView+WebCache.m */; }; | ||
| 18 | + 1A3D968DDC2BB94F141E3586603FD5D4 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 2643EA13C21A336C1B4E8CF30834ADAE /* SDAnimatedImageRep.m */; }; | ||
| 19 | + 1FE43BEEE2B0C854777C87B72DC05834 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C6104400D25F7B28C7C5731D28814245 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 20 | + 244CFBA19128D924B0BD8FC3336836AA /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = C57B518577D684D8549A86981C25438C /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 21 | + 25844C3E183AE246A7752AB6BBD7DE3E /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B3DEA4142F14DD865EB10B0DEC6E309 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 22 | + 2610D07B88A2E415EDA95F8EC7078814 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = FE017A70264BFCC4674915BF483C1993 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 23 | + 29350D42D59927308956E83D0B1B2D7C /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E4969A8C1BC8603CCF7D9118CC2C092 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 24 | + 29F1BEE78EDD1B8060339601F266FB15 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = EDCF6F309F40C661E8A03E978567BD9D /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 25 | + 2AED5ADA4858ECC1CEFC4C532DE500E7 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 17E53C33268306BEA1C25DB7F38D13C6 /* SDWebImageCacheKeyFilter.m */; }; | ||
| 26 | + 2B70F40731977A2FE9DCA38978F30F3A /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D6C32CCD1371AB87AAFC12781ACAAAF1 /* SDImageGIFCoder.m */; }; | ||
| 27 | + 2BCDA46C830FEB0E9DA6513868FEFDD5 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BE94B262A772DAE653A665B7CD9107B /* SDAnimatedImage.m */; }; | ||
| 28 | + 2D524FA9F7909CCE8F1E2B367D195981 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */; }; | ||
| 29 | + 325F171E9F692EF8F2A26761F436CBF9 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = E6DB719BE1EF9065F3DEA4DB6BB1C1A5 /* SDWebImagePrefetcher.m */; }; | ||
| 30 | + 3BA2246E64BDDC1D4604D0E3A3FE6FCC /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = A7001B7E65B741FFAF1A73F4D03133D8 /* UIImage+Metadata.m */; }; | ||
| 31 | + 3BDD44957A93B368498CB37AE77F4BA7 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BB6428C6EE0717C1C34AFB637F33CF7 /* SDImageTransformer.m */; }; | ||
| 32 | + 3C940D6482BE0036AB76679103726F71 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D780E5FF1A755384EC433AE8E7F4AF3 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 33 | + 3DB3B0C5C8497727C8719724BDA06832 /* CNLiveCycleScrollView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2058C0CBF7575EEC626BADE48F4B086B /* CNLiveCycleScrollView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 34 | + 3F41654F9D5C1CCC87EA1B56ACEFD000 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B63590E16145F63544C520C0F6F53EEE /* UIKit.framework */; }; | ||
| 35 | + 3F635DB3BB92D0EAAAABBC93CE52C4F9 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 79416D684AE09E145DAC9B276F8CE2B5 /* SDWebImageManager.m */; }; | ||
| 36 | + 40BF28DFE221D2E907288C8A8EC79549 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BB16FBB0E7F07D87ABA06523F282EDEC /* ImageIO.framework */; }; | ||
| 37 | + 418EE98C8261DF4D28A907925AA9E8BE /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F9FDBDF7E7EA312B7B94DA69FCD47561 /* SDImageCoderHelper.m */; }; | ||
| 38 | + 42F360FCB142210491BE494EBA7FD277 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B2F5BC8469ED69E548C7051FA31A815 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 39 | + 43773EFE76354129512905DD4C893BB6 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = C94D92661DF1376B4FFF63FE21AD0E13 /* SDImageLoader.m */; }; | ||
| 40 | + 4538E284C1F66D0CAE3AAF8F91D3AF96 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDD28DE4B5A3CDD8490B711D49329B7 /* SDWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 41 | + 45BCA7AB111EBC6250470F28CD14F37F /* CNLiveCycleScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = B6348D483820FB0855EE08A6A54598C7 /* CNLiveCycleScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 42 | + 48ADEFBEF331A6E99C5791639B10E457 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1893F6137C263325E8FFE7209A152136 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 43 | + 4E2BF91ADA3D6CB8098796C8CB765585 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = D86E222265E6B6844345F809BECCE92A /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 44 | + 4F0EEB17C4AC3B811A7DD640F75B50AE /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = FEF6226B920BDAC07318BC38F0F552D7 /* UIImage+Transform.m */; }; | ||
| 45 | + 4F4B7917315A7214762A95A0DE8567EB /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 95D4B64F214EF26F6F3615CA5AD6F2BA /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 46 | + 51484D13A1C4C5D5150A654ECC2445AB /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C9DDED56BBF21C09BCDF11FCBCE4EF3B /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 47 | + 51AB0EF96E89945F750B61B227DA1B03 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A3265BFE5BA441A33AAE2BEE9A038B82 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 48 | + 51CA771BB246FB1B7E35074FEF8A0B9A /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 831066CE15410863313A4EFD1246AD82 /* SDImageCacheConfig.m */; }; | ||
| 49 | + 53B10F4578B35093679F10728319EEDF /* CNLiveCycleScrollViewFlowLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 59A6A23B551C7268B7454CB4FE26D396 /* CNLiveCycleScrollViewFlowLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 50 | + 5842791148D03643F66928DE98AC6529 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = D5896F84C316CA501D4019AEF2FD684E /* SDWebImageCacheSerializer.m */; }; | ||
| 51 | + 5875732D1BD00931B7C846EE648E01EC /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C3D8252BFC00F8AB140C3AFEDF4E753 /* SDWebImageDownloaderRequestModifier.m */; }; | ||
| 52 | + 5887C265C503402C117879A33BDC1233 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C2AA8335956D5811EDE9C97F3824E006 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 53 | + 5A606A0C12FCF417FE83309EDE4A0BAF /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CA11F09DEA1DC76AE937EF6F23904AD /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 54 | + 5DC2C331BA7F60EDC75302BFC15576D9 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F57DDC1D4A846B870B969A1A549C1E23 /* SDImageIOCoder.m */; }; | ||
| 55 | + 5E3D2CC20F57B00F10B5BFA75A133171 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE29F2D7265FF738E35EB2715ABF792 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 56 | + 5EDD4F345405225314B72A3E384579AA /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = C35AACE588C6EE672358A10ED41DED9D /* UIImage+ForceDecode.m */; }; | ||
| 57 | + 61E722FF4842839DEA920CD9C729400B /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B739458937D5D694897D68BB64E83288 /* SDDiskCache.m */; }; | ||
| 58 | + 64A299785A8C0DBFED3CA0FB2AF81F08 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E62F1A2A185F64A5595D411199AE25E /* UIImageView+WebCache.m */; }; | ||
| 55 | 69659DB585E97CAF95137AC015B5BC61 /* Pods-CNLiveCycleScrollView_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BFCD82B06177F1A2A55C740371DD5E14 /* Pods-CNLiveCycleScrollView_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 59 | 69659DB585E97CAF95137AC015B5BC61 /* Pods-CNLiveCycleScrollView_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BFCD82B06177F1A2A55C740371DD5E14 /* Pods-CNLiveCycleScrollView_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 56 | - 6BFC1A1575F600F6646C7CCBFD5B6743 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8378677374FA00ED1BC382F27CBC9E32 /* NSButton+WebCache.m */; }; | ||
| 57 | - 6D71A9CD762F2E8E8F4972D0C2881D10 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DF21B074432AF179609FD231CB131EE /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 58 | - 72022D0C3FDF6F6C0CF3CADEDD6E28ED /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C27DBC2ECE10847E26D8338412A37DBA /* ImageIO.framework */; }; | ||
| 59 | - 7432D14C4E5A984A934EEC48829667DB /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 120ECDC84F8FFCE29C85E31F5DEF1F4B /* SDAnimatedImageView+WebCache.m */; }; | ||
| 60 | - 7631849B58FA54D4699F1A4F013AC07E /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 74CE736B0F6EEAE39D5C398D4B8EF899 /* NSData+ImageContentType.m */; }; | ||
| 61 | - 7806FD60A1AC05DB2311E0E4523C0DDA /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 314338985A617C2721490E9EB28870B7 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 62 | - 7825BA1FEBB787C6DE5B331D12B03B4B /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = ED0FB37DC721A3E9DE1DC9C58BF6AD8B /* SDImageAPNGCoder.m */; }; | ||
| 63 | - 7B05F3776076F51214FC8D2D894C17AB /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = CB6B38615A3DB9B02123436E6FFDDCC4 /* SDImageCache.m */; }; | ||
| 64 | - 7BB832CD694369709AD349C74763E5C4 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 68E78F59DDAB448491B4F734AC77495C /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 65 | - 7D7CFC4A7BA7E54A57A9D3DAA7E2FB9E /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = E2E0CB6CD2D37F075BCFA28B6C6859F8 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 66 | - 7F31E1DABCE9B922466D2E1E52040049 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 25D4FCF223003B3E4CF02F918694B22F /* SDImageCacheDefine.m */; }; | ||
| 67 | - 80EAFE547645FF363E5CA3C43281C91E /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F645625BA5D3DE1EAA87D55A7906C983 /* SDMemoryCache.m */; }; | ||
| 68 | - 8111DF2583489D131D76D84E57EA4B15 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 831066CE15410863313A4EFD1246AD82 /* SDImageCacheConfig.m */; }; | ||
| 69 | - 832B387944E86B2807DBCCA99E57BDA1 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C7A2591D7B260E5BF9A84976DB5F6BD /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 70 | - 834AF25C75C6B545370C4A0F7C262B3C /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C8284567840BDB171FE4BD18227137D /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 71 | - 885B1032B8883BFAFFB2B371118B396C /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D420BBD709B8AB304CB25F73A7480A8 /* SDWebImageTransition.m */; }; | ||
| 72 | - 892ABC4D0D0EA3C4FEE2F4877560348A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C4DD8F9856C9D17828941D39C59185F /* Foundation.framework */; }; | ||
| 73 | - 8B886C698FBCA0A96E69A10FA930110C /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6367912E3C5B40FB288DEE9D6E3BCF /* SDWebImage-dummy.m */; }; | ||
| 74 | - 9543E3FB8AF37D10EC4A5F796472B1CC /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = ADE4690003AD1D63BBBED1F4FEDA954A /* UIImageView+HighlightedWebCache.m */; }; | ||
| 75 | - 9849F85B2F871DFD943BA3B9C4730596 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D6C32CCD1371AB87AAFC12781ACAAAF1 /* SDImageGIFCoder.m */; }; | ||
| 76 | - 9923242880224853CD41128415E98B11 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E4969A8C1BC8603CCF7D9118CC2C092 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 77 | - 99459312B9917B307D2C1E96ECDD0A41 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F9FDBDF7E7EA312B7B94DA69FCD47561 /* SDImageCoderHelper.m */; }; | ||
| 78 | - 9E3672F03432E65F0E83545F4F0A202D /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 379C84D9A8F444D6C065578BE711E969 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 79 | - 9E9C80AE54C8A4EB08C1D00629351ECF /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D780E5FF1A755384EC433AE8E7F4AF3 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 80 | - 9FC0B5EE57977C9049F48E3E68342815 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = D5896F84C316CA501D4019AEF2FD684E /* SDWebImageCacheSerializer.m */; }; | ||
| 81 | - A132E62F40CE366BFC2B0E546A4B27F4 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = A54CFCD082B9C0E2D9BC32227C69C6AC /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 82 | - A2A2DA190DFE2DE6F4005B9132743F3A /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = FEF6226B920BDAC07318BC38F0F552D7 /* UIImage+Transform.m */; }; | ||
| 83 | - A809BCC2C4B2A88E704CA5C79878837F /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5348F20CF9783CEE44BF25538651581B /* SDImageCachesManager.m */; }; | ||
| 84 | - A8868894FA611B5C64431EE98420F0DA /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B4E5ABAFFF9D9DC6F77D3CFBEEC6A92B /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 85 | - A9396805B1B050BAA7D97DB27178B533 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A7C0C644855A98C5DA8D72F8A036482 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 86 | - A99EA390A45E26C030FBA05D11DB5DE3 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BB6428C6EE0717C1C34AFB637F33CF7 /* SDImageTransformer.m */; }; | 60 | + 706151BDFB7F85328E55DB568FB41B64 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F645625BA5D3DE1EAA87D55A7906C983 /* SDMemoryCache.m */; }; |
| 61 | + 706BFCC221EB5B10342F2B750B5610C8 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CC285E8ECEFD80C7F1C862167CD0061E /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 62 | + 7149F68B3DAE1F4A0113F871AE7D5701 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 071791CA5B1948946A8E7AD94EA92198 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 63 | + 71A49BFD8D872D15D9819A4F1C61888C /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D420BBD709B8AB304CB25F73A7480A8 /* SDWebImageTransition.m */; }; | ||
| 64 | + 73A8B84EF87F5E6E782D2EB160DF0CD9 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 771D815F46C2B23467B2D4FBD77D3A68 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 65 | + 7531A5ED56FB3FFE25FF8D52BCC517B0 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = A54CFCD082B9C0E2D9BC32227C69C6AC /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 66 | + 766D7BB5AC7D8A33975BCF6646729E45 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 023FBAAF773FC113824352D0171F0A1C /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 67 | + 77F025E1AD507660465CA2D856CBD144 /* CNLiveCycleScrollViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC5812E7B5AC16E0FAA725CFD73E25 /* CNLiveCycleScrollViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 68 | + 77FCCF011F8F76F355E437A77307796D /* CNLiveCycleScrollViewFlowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D3194F00E7FD2CA417FFA6E47253428 /* CNLiveCycleScrollViewFlowLayout.m */; }; | ||
| 69 | + 78FFB5CF8BA065D8C4F14BDDF98CC952 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 68E78F59DDAB448491B4F734AC77495C /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 70 | + 7D0F4BDA8547173318AE3249166BFB94 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ED08441A76441E722AC812609F8925B /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 71 | + 7D4BFA5FA918DC2495650C1BA922BA53 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 47C327AA3AEF67F672B2AFAC891C0D90 /* SDImageCoder.m */; }; | ||
| 72 | + 8021F715F9888880D9A61EDC1DD384A6 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 25D4FCF223003B3E4CF02F918694B22F /* SDImageCacheDefine.m */; }; | ||
| 73 | + 874010AE45B61EF0D3FBD75F1F143FC0 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 81A57602A313881C335A0794FD04A7AC /* NSImage+Compatibility.m */; }; | ||
| 74 | + 8873A5D63D2FFB5003FBF65F196075B3 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E935132326601BF1599C0F814EC6675 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 75 | + 8EFA8C319C0948D84B4548E86C2BD005 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C8284567840BDB171FE4BD18227137D /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 76 | + 8F83C3C2BF482EAAA1D2202670C3C0EE /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 12B241A0B11203F2F79589BA477ED4DE /* SDWebImageIndicator.m */; }; | ||
| 77 | + 8F91032E226C3CE60FF6FC3806B71004 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = CAAE7C97B5B5CF120D3D7232AA6FFDDC /* SDDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 78 | + 9263990EFA2D4A3470CF425487F4FEBE /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = BE06AADAB925E91A9F8B5B030862F7A5 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 79 | + 9A0E4FE501B52739742BF5D0A23727D0 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C7A2591D7B260E5BF9A84976DB5F6BD /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 80 | + 9DAFC1ACE0F02D822607BE22FD3DA4AD /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5348F20CF9783CEE44BF25538651581B /* SDImageCachesManager.m */; }; | ||
| 81 | + A404D3FD7C9DC920FCE53F15FE0411DD /* CNLiveCycleScrollViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AE198536664CC3B00AE4C279F003D0E /* CNLiveCycleScrollViewCell.m */; }; | ||
| 82 | + A4C65FD650FAE30F58D9A75C4B2BCADD /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 28ACBB6619EAD2D83FA8D615CDFB4FCA /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 83 | + A95DF0084B30DC1D800748B31DCB62C5 /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 344C52E65963151882C2118B6D33102D /* SDWebImageDefine.m */; }; | ||
| 84 | + AB1DDE731363E2B89B24CD69694F7562 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 398DB80F0AB09436E27A6BE8318AA02B /* SDWebImageCompat.m */; }; | ||
| 87 | ACE4FA4A16C55986AAF05828123E69D6 /* Pods-CNLiveCycleScrollView_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F9FC57828643DE3282A5A3F71239921 /* Pods-CNLiveCycleScrollView_Example-dummy.m */; }; | 85 | ACE4FA4A16C55986AAF05828123E69D6 /* Pods-CNLiveCycleScrollView_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F9FC57828643DE3282A5A3F71239921 /* Pods-CNLiveCycleScrollView_Example-dummy.m */; }; |
| 88 | - AD027F9509EA5C3239378736F798621A /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A172CFEEC59514C62865122ACBD5D45 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 89 | - B28DABDCDCEBB7013C81F5E62B2E8B16 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EFCEBCC8648D07CB6FBD4CB58D45603 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 90 | - B3AB0C634F58968910C1E69B95F1ACE5 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C2AA8335956D5811EDE9C97F3824E006 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 91 | - B74C2A1B70515A4542FC5B20AFA7168C /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = C94D92661DF1376B4FFF63FE21AD0E13 /* SDImageLoader.m */; }; | ||
| 92 | - B9B97427099A8B5ACA504645A46A03E2 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A3265BFE5BA441A33AAE2BEE9A038B82 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 93 | - BB0F7539FBD90012B199B57E86FE24A1 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 17E53C33268306BEA1C25DB7F38D13C6 /* SDWebImageCacheKeyFilter.m */; }; | ||
| 94 | - BCE6035F2BE0B86D1E117CB13924B8E6 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 071791CA5B1948946A8E7AD94EA92198 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 95 | - BDAC35EE0BE323C438629EB4F2C27C8F /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C6104400D25F7B28C7C5731D28814245 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 96 | - C23AE8459D93448EFC4284519B05BC90 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = EDCF6F309F40C661E8A03E978567BD9D /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 97 | - C4E83FD37D59B9D29996E8124B014D6C /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CC285E8ECEFD80C7F1C862167CD0061E /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 98 | - C545A21539E122C083C5B7D7D108D593 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A06990F9BF90C59C3A8F732B9BC61A1 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 99 | - C596BD904BE630FD09E202EA83C97F3A /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 81A57602A313881C335A0794FD04A7AC /* NSImage+Compatibility.m */; }; | ||
| 100 | - C79A70F433850D1CA4EAF2E6C8DE0B64 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 4113868B35FD534A0392484A8C4BDB03 /* UIImage+MultiFormat.m */; }; | ||
| 101 | - C9DD69CD0A07ACC4356486833484F247 /* CNLiveCycleScrollView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 94F98BD62F6C4B0ABD0EC1A53DD77C2B /* CNLiveCycleScrollView-umbrella.h */; }; | ||
| 102 | - D076D84782EB124AFAEA2B88EFF91A10 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = A7001B7E65B741FFAF1A73F4D03133D8 /* UIImage+Metadata.m */; }; | ||
| 103 | - D33B51F5E88A31C2576F4A9197C4D6DC /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B3DEA4142F14DD865EB10B0DEC6E309 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 104 | - D608415674855E54B90C1B2290F93F3F /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0A0E7539DD544E2A50C664D8FE23C2 /* SDImageCodersManager.m */; }; | ||
| 105 | - D8F90A1C3E7C879894C930A0BDD1A6DB /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1893F6137C263325E8FFE7209A152136 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 106 | - D9745A02C0E2E7E4A5569F6E8FC94C79 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = FE017A70264BFCC4674915BF483C1993 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 107 | - DC2F7008921BF54642243183A5533FF6 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 2643EA13C21A336C1B4E8CF30834ADAE /* SDAnimatedImageRep.m */; }; | ||
| 108 | - E58C5275B3269AB1DA2F99D535AF101B /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EEA5346EFD3FAB9BBCFFD71968D87A8 /* SDWebImageDownloader.m */; }; | ||
| 109 | - E632B934B40FA40B68A3B5265A0778CB /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 11E320674C481A3BD08E6840AB537D92 /* SDWebImageDownloaderOperation.m */; }; | ||
| 110 | - E77E5E64CBA73E9AF8A53F4B4FF43100 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 82D7AA8C7E3599F2B40AD19C832EB019 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 111 | - EC79559336869E1CDC442CAB76444FC1 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 21669F27DE3FEB1D8082E625A0ED686D /* UIButton+WebCache.m */; }; | ||
| 112 | - EFB531764BC8C110901106FB89A2EDE8 /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 79F2C0367D8A80FD846F2D79A674EB83 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 113 | - F0670A7D70ED5422FDBBC0201969D920 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B0473971F150B2404D33FEC501AAE6C /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 114 | - F0954989A4E5BE87E72CB557C9BA1B27 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E935132326601BF1599C0F814EC6675 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 115 | - F5D40DAD6A5DECF6CE997F05DFD77233 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = D64DCE5CE50CC63F5C997D00A0AA07DB /* UIImage+GIF.m */; }; | ||
| 116 | - F6001E164B02882663EFD69AAF1160E2 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 12B241A0B11203F2F79589BA477ED4DE /* SDWebImageIndicator.m */; }; | ||
| 117 | - F7AE141DFD1358020719ABAEFBDADC61 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BE94B262A772DAE653A665B7CD9107B /* SDAnimatedImage.m */; }; | ||
| 118 | - F978B162FA0FA26A963AE91715AB2100 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D51263AEF33F8BF027FB9BD35AFF704B /* SDWebImage.framework */; }; | ||
| 119 | - F9A9F4E564102B87BF76691A17995D00 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B2F5BC8469ED69E548C7051FA31A815 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 86 | + AFD94F9C97E28A693EE5372FE86C16A3 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A172CFEEC59514C62865122ACBD5D45 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 87 | + B342FEAC11F0C904D5AA5F0E5F403109 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F56758F04C5FDA04AFE770857EDB96 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 88 | + B41CB72D6293ACDD875D65CB5145BC61 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = ED0FB37DC721A3E9DE1DC9C58BF6AD8B /* SDImageAPNGCoder.m */; }; | ||
| 89 | + B487B4C8D672BB8A293A60A14C235F6E /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6367912E3C5B40FB288DEE9D6E3BCF /* SDWebImage-dummy.m */; }; | ||
| 90 | + B6CB4FB11663FBCCC02969C9C9830BB2 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B4E5ABAFFF9D9DC6F77D3CFBEEC6A92B /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 91 | + B7E6D14A5433BF28877E97575E3EA746 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D7448E1DCFAAADCB39E609F4A6E2971 /* SDAnimatedImageView.m */; }; | ||
| 92 | + B7E748B62564BE151C40CABB1BFA4706 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C44EF0F17C75E557A61FA9F89ED8BE83 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 93 | + B8709BB59E8189D9BA070015D320E66C /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 4113868B35FD534A0392484A8C4BDB03 /* UIImage+MultiFormat.m */; }; | ||
| 94 | + BA10AD9138A91E53DF1A6A68B39A58EA /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0A0E7539DD544E2A50C664D8FE23C2 /* SDImageCodersManager.m */; }; | ||
| 95 | + BDFEBC7B9AA7F5A423D221E35091D39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */; }; | ||
| 96 | + BF9FF87085216F8D5B762F01F8D2C757 /* CNLiveCycleScrollView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CCFBDEFB57A465781C2879AE170905F /* CNLiveCycleScrollView-dummy.m */; }; | ||
| 97 | + C60AFE771956AA3D18FE7AEBA54D81D0 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 379C84D9A8F444D6C065578BE711E969 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 98 | + C82A27FCB320EFADFABF6280FFAB8E4E /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 11E320674C481A3BD08E6840AB537D92 /* SDWebImageDownloaderOperation.m */; }; | ||
| 99 | + D52BC89092561C85280F48AF24B499F3 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = CB6B38615A3DB9B02123436E6FFDDCC4 /* SDImageCache.m */; }; | ||
| 100 | + D59D82CC4A490F5E86BC2C8000570596 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 84858C6D287D202211A3A58F9015FC17 /* UIView+WebCacheOperation.m */; }; | ||
| 101 | + D815113534577FFA26D8C7EEE89B1A14 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 92C3386B8473EE0F91A5C7862E3DEAF8 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 102 | + D85F52546C6098BACACE3CB16E4395A1 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC37E97689499592AD3714B41810C56 /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 103 | + DBE42A9797AD877FEF07F035B24DE421 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 120ECDC84F8FFCE29C85E31F5DEF1F4B /* SDAnimatedImageView+WebCache.m */; }; | ||
| 104 | + E1122E1EC1F4C420FC97892965739693 /* CNLiveCycleScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DE3801F9969FFB57F2B26A46876AB94 /* CNLiveCycleScrollView.m */; }; | ||
| 105 | + E3B5B37353FDB2D0AD46530FBADCDBB4 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A06990F9BF90C59C3A8F732B9BC61A1 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 106 | + E4469E3F8C6DAFA86AEE40F5A7DDA057 /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 79F2C0367D8A80FD846F2D79A674EB83 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 107 | + EACCF600C56240EA43EF816AF616F1FC /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = C9FDE06B682CDDEC68B266B43B6B5EAA /* SDWebImageError.m */; }; | ||
| 108 | + EB3B5C75634ABCEC7822A1B963CDD813 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = D64DCE5CE50CC63F5C997D00A0AA07DB /* UIImage+GIF.m */; }; | ||
| 109 | + EC53141A2BF0CC153BC95406CDA10331 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B6B6A1E41F1C3B90070AF645950D3FD /* SDWebImage.framework */; }; | ||
| 110 | + EFCEC6DAD364F8A89F5BDE11CA8C3A8A /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 21669F27DE3FEB1D8082E625A0ED686D /* UIButton+WebCache.m */; }; | ||
| 111 | + F0E821377D92196438C414B73C2AB1C3 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 314338985A617C2721490E9EB28870B7 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 112 | + F246F3855F9C09A1C8D913C71A5F2ABF /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AFE85BFECDD6B9D85D67803017EC5BB /* SDImageLoadersManager.m */; }; | ||
| 113 | + F56453D32170AAFFD3C5E4932034DAE6 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 82D7AA8C7E3599F2B40AD19C832EB019 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 114 | + F633DFCD231DC684F473F776EA3F02B5 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DF21B074432AF179609FD231CB131EE /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 115 | + F807657F3F7CD45142AE03C457A4E27D /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = E2E0CB6CD2D37F075BCFA28B6C6859F8 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 116 | + F91F5D37C377C73307A977E6AA22D2B6 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EEA5346EFD3FAB9BBCFFD71968D87A8 /* SDWebImageDownloader.m */; }; | ||
| 120 | FA4963E96B254D65ECABC97E733A101E /* Pods-CNLiveCycleScrollView_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B94BB78C194F144E7DE844217C014CB /* Pods-CNLiveCycleScrollView_Tests-dummy.m */; }; | 117 | FA4963E96B254D65ECABC97E733A101E /* Pods-CNLiveCycleScrollView_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B94BB78C194F144E7DE844217C014CB /* Pods-CNLiveCycleScrollView_Tests-dummy.m */; }; |
| 118 | + FA6226AAD2F19F387A8B114EB20870DE /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BDE328ED1A8DE17C2D7C6DDDE549E33 /* SDWebImageDownloaderConfig.m */; }; | ||
| 119 | + FBF58AD5D108C038B8FF72C77AB8B7C6 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 74CE736B0F6EEAE39D5C398D4B8EF899 /* NSData+ImageContentType.m */; }; | ||
| 121 | FD49266BC8508E90BBB72663B8121EB4 /* Pods-CNLiveCycleScrollView_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 753B2D15948E69C3DBE9D1208322292E /* Pods-CNLiveCycleScrollView_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 120 | FD49266BC8508E90BBB72663B8121EB4 /* Pods-CNLiveCycleScrollView_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 753B2D15948E69C3DBE9D1208322292E /* Pods-CNLiveCycleScrollView_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 122 | - FDB9C5E0694B6797C356928ADB2CDA1A /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 023FBAAF773FC113824352D0171F0A1C /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 121 | + FDD9A01F3D4B2F724E384CF257E1576A /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8378677374FA00ED1BC382F27CBC9E32 /* NSButton+WebCache.m */; }; |
| 122 | + FE6CD3E51269901BD8B084A8A150B50A /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A7C0C644855A98C5DA8D72F8A036482 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 123 | + FED95D0071FF562763B91AD151BBA066 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 5500884A618DB976441C4792ED977CC3 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 123 | /* End PBXBuildFile section */ | 124 | /* End PBXBuildFile section */ |
| 124 | 125 | ||
| 125 | /* Begin PBXContainerItemProxy section */ | 126 | /* Begin PBXContainerItemProxy section */ |
| @@ -127,35 +128,35 @@ | @@ -127,35 +128,35 @@ | ||
| 127 | isa = PBXContainerItemProxy; | 128 | isa = PBXContainerItemProxy; |
| 128 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; | 129 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; |
| 129 | proxyType = 1; | 130 | proxyType = 1; |
| 130 | - remoteGlobalIDString = 2F75A3B13AF59763025EEF6825338F47; | 131 | + remoteGlobalIDString = A80227B6948EB310BDF5AACC638AB9B2; |
| 131 | remoteInfo = SDWebImage; | 132 | remoteInfo = SDWebImage; |
| 132 | }; | 133 | }; |
| 133 | - A45C362ACE9455889695F262C6C2E9B9 /* PBXContainerItemProxy */ = { | 134 | + 83487DF9329376D86D8C7316884BACE0 /* PBXContainerItemProxy */ = { |
| 134 | isa = PBXContainerItemProxy; | 135 | isa = PBXContainerItemProxy; |
| 135 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; | 136 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; |
| 136 | proxyType = 1; | 137 | proxyType = 1; |
| 137 | - remoteGlobalIDString = AB68A77528ABCD2AB5142BAE10AC5DC5; | ||
| 138 | - remoteInfo = "Pods-CNLiveCycleScrollView_Example"; | 138 | + remoteGlobalIDString = A80227B6948EB310BDF5AACC638AB9B2; |
| 139 | + remoteInfo = SDWebImage; | ||
| 139 | }; | 140 | }; |
| 140 | - CD7E2C52E279B6BCFD2BBAA1327B8C9A /* PBXContainerItemProxy */ = { | 141 | + A45C362ACE9455889695F262C6C2E9B9 /* PBXContainerItemProxy */ = { |
| 141 | isa = PBXContainerItemProxy; | 142 | isa = PBXContainerItemProxy; |
| 142 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; | 143 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; |
| 143 | proxyType = 1; | 144 | proxyType = 1; |
| 144 | - remoteGlobalIDString = 2F75A3B13AF59763025EEF6825338F47; | ||
| 145 | - remoteInfo = SDWebImage; | 145 | + remoteGlobalIDString = AB68A77528ABCD2AB5142BAE10AC5DC5; |
| 146 | + remoteInfo = "Pods-CNLiveCycleScrollView_Example"; | ||
| 146 | }; | 147 | }; |
| 147 | - DC50DD9E335BEB07213D92AEBDB736BC /* PBXContainerItemProxy */ = { | 148 | + CD7E2C52E279B6BCFD2BBAA1327B8C9A /* PBXContainerItemProxy */ = { |
| 148 | isa = PBXContainerItemProxy; | 149 | isa = PBXContainerItemProxy; |
| 149 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; | 150 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; |
| 150 | proxyType = 1; | 151 | proxyType = 1; |
| 151 | - remoteGlobalIDString = 2F75A3B13AF59763025EEF6825338F47; | 152 | + remoteGlobalIDString = A80227B6948EB310BDF5AACC638AB9B2; |
| 152 | remoteInfo = SDWebImage; | 153 | remoteInfo = SDWebImage; |
| 153 | }; | 154 | }; |
| 154 | F666CECE9987C66F2969508E5017BECD /* PBXContainerItemProxy */ = { | 155 | F666CECE9987C66F2969508E5017BECD /* PBXContainerItemProxy */ = { |
| 155 | isa = PBXContainerItemProxy; | 156 | isa = PBXContainerItemProxy; |
| 156 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; | 157 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; |
| 157 | proxyType = 1; | 158 | proxyType = 1; |
| 158 | - remoteGlobalIDString = 939F9F81E51E4B9FDE1C029BF2BBBFEE; | 159 | + remoteGlobalIDString = CB58AA7B63F0CAF202326B51D8C70FF0; |
| 159 | remoteInfo = CNLiveCycleScrollView; | 160 | remoteInfo = CNLiveCycleScrollView; |
| 160 | }; | 161 | }; |
| 161 | /* End PBXContainerItemProxy section */ | 162 | /* End PBXContainerItemProxy section */ |
| @@ -164,12 +165,9 @@ | @@ -164,12 +165,9 @@ | ||
| 164 | 023FBAAF773FC113824352D0171F0A1C /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = "<group>"; }; | 165 | 023FBAAF773FC113824352D0171F0A1C /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = "<group>"; }; |
| 165 | 04A6792FCB5BE72B76545C2DAAFFA906 /* Pods-CNLiveCycleScrollView_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveCycleScrollView_Example-resources.sh"; sourceTree = "<group>"; }; | 166 | 04A6792FCB5BE72B76545C2DAAFFA906 /* Pods-CNLiveCycleScrollView_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveCycleScrollView_Example-resources.sh"; sourceTree = "<group>"; }; |
| 166 | 071791CA5B1948946A8E7AD94EA92198 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = "<group>"; }; | 167 | 071791CA5B1948946A8E7AD94EA92198 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = "<group>"; }; |
| 167 | - 0788A73F744BFEA123BA1F5E5A2B02DD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; | ||
| 168 | - 085D450BFD08EBBBBA6A3BB3F975C30B /* CNLiveCycleScrollView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; path = CNLiveCycleScrollView.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | ||
| 169 | 0BDE328ED1A8DE17C2D7C6DDDE549E33 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/SDWebImageDownloaderConfig.m; sourceTree = "<group>"; }; | 168 | 0BDE328ED1A8DE17C2D7C6DDDE549E33 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/SDWebImageDownloaderConfig.m; sourceTree = "<group>"; }; |
| 170 | - 0C4DD8F9856C9D17828941D39C59185F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; | ||
| 171 | 0D7448E1DCFAAADCB39E609F4A6E2971 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/SDAnimatedImageView.m; sourceTree = "<group>"; }; | 169 | 0D7448E1DCFAAADCB39E609F4A6E2971 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/SDAnimatedImageView.m; sourceTree = "<group>"; }; |
| 172 | - 0DD7ECF938CCB0C8A46BF9D192DD98AD /* Pods_CNLiveCycleScrollView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLiveCycleScrollView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | 170 | + 0DD7ECF938CCB0C8A46BF9D192DD98AD /* Pods_CNLiveCycleScrollView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_CNLiveCycleScrollView_Example.framework; path = "Pods-CNLiveCycleScrollView_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 173 | 0E4969A8C1BC8603CCF7D9118CC2C092 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/UIView+WebCache.h"; sourceTree = "<group>"; }; | 171 | 0E4969A8C1BC8603CCF7D9118CC2C092 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/UIView+WebCache.h"; sourceTree = "<group>"; }; |
| 174 | 0ED08441A76441E722AC812609F8925B /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/SDWebImageDefine.h; sourceTree = "<group>"; }; | 172 | 0ED08441A76441E722AC812609F8925B /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/SDWebImageDefine.h; sourceTree = "<group>"; }; |
| 175 | 0ED8DA2C210AEE66F8556431112BE726 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/UIView+WebCache.m"; sourceTree = "<group>"; }; | 173 | 0ED8DA2C210AEE66F8556431112BE726 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/UIView+WebCache.m"; sourceTree = "<group>"; }; |
| @@ -183,17 +181,19 @@ | @@ -183,17 +181,19 @@ | ||
| 183 | 1C7A2591D7B260E5BF9A84976DB5F6BD /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/UIImage+Metadata.h"; sourceTree = "<group>"; }; | 181 | 1C7A2591D7B260E5BF9A84976DB5F6BD /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/UIImage+Metadata.h"; sourceTree = "<group>"; }; |
| 184 | 1E935132326601BF1599C0F814EC6675 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/SDImageTransformer.h; sourceTree = "<group>"; }; | 182 | 1E935132326601BF1599C0F814EC6675 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/SDImageTransformer.h; sourceTree = "<group>"; }; |
| 185 | 201DDF620EB12684371BBA56090041EA /* Pods-CNLiveCycleScrollView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLiveCycleScrollView_Tests.release.xcconfig"; sourceTree = "<group>"; }; | 183 | 201DDF620EB12684371BBA56090041EA /* Pods-CNLiveCycleScrollView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLiveCycleScrollView_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
| 184 | + 2058C0CBF7575EEC626BADE48F4B086B /* CNLiveCycleScrollView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLiveCycleScrollView-umbrella.h"; sourceTree = "<group>"; }; | ||
| 186 | 21669F27DE3FEB1D8082E625A0ED686D /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = "<group>"; }; | 185 | 21669F27DE3FEB1D8082E625A0ED686D /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = "<group>"; }; |
| 187 | - 2367D0A51354F89F27A71C0969F45E0F /* CNLiveCycleScrollView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CNLiveCycleScrollView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | 186 | + 2367D0A51354F89F27A71C0969F45E0F /* CNLiveCycleScrollView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CNLiveCycleScrollView.framework; path = CNLiveCycleScrollView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 188 | 25D4FCF223003B3E4CF02F918694B22F /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/SDImageCacheDefine.m; sourceTree = "<group>"; }; | 187 | 25D4FCF223003B3E4CF02F918694B22F /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/SDImageCacheDefine.m; sourceTree = "<group>"; }; |
| 189 | 2643EA13C21A336C1B4E8CF30834ADAE /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/SDAnimatedImageRep.m; sourceTree = "<group>"; }; | 188 | 2643EA13C21A336C1B4E8CF30834ADAE /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/SDAnimatedImageRep.m; sourceTree = "<group>"; }; |
| 189 | + 26FC5812E7B5AC16E0FAA725CFD73E25 /* CNLiveCycleScrollViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CNLiveCycleScrollViewCell.h; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollViewCell.h; sourceTree = "<group>"; }; | ||
| 190 | 28ACBB6619EAD2D83FA8D615CDFB4FCA /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/SDImageAPNGCoder.h; sourceTree = "<group>"; }; | 190 | 28ACBB6619EAD2D83FA8D615CDFB4FCA /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/SDImageAPNGCoder.h; sourceTree = "<group>"; }; |
| 191 | - 29E56C1A502731636E08DC8554AB5F6B /* Pods_CNLiveCycleScrollView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLiveCycleScrollView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | 191 | + 29E56C1A502731636E08DC8554AB5F6B /* Pods_CNLiveCycleScrollView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_CNLiveCycleScrollView_Tests.framework; path = "Pods-CNLiveCycleScrollView_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 192 | 2BDD28DE4B5A3CDD8490B711D49329B7 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = "<group>"; }; | 192 | 2BDD28DE4B5A3CDD8490B711D49329B7 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = "<group>"; }; |
| 193 | - 2C6125BBC33C86C7B630DCA45CE364F2 /* CNLiveCycleScrollView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CNLiveCycleScrollView.xcconfig; sourceTree = "<group>"; }; | ||
| 194 | 2C8284567840BDB171FE4BD18227137D /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/SDWebImageDownloaderConfig.h; sourceTree = "<group>"; }; | 193 | 2C8284567840BDB171FE4BD18227137D /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/SDWebImageDownloaderConfig.h; sourceTree = "<group>"; }; |
| 195 | 2D420BBD709B8AB304CB25F73A7480A8 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/SDWebImageTransition.m; sourceTree = "<group>"; }; | 194 | 2D420BBD709B8AB304CB25F73A7480A8 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/SDWebImageTransition.m; sourceTree = "<group>"; }; |
| 196 | 2D780E5FF1A755384EC433AE8E7F4AF3 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/SDWebImageCacheSerializer.h; sourceTree = "<group>"; }; | 195 | 2D780E5FF1A755384EC433AE8E7F4AF3 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/SDWebImageCacheSerializer.h; sourceTree = "<group>"; }; |
| 196 | + 2DE3801F9969FFB57F2B26A46876AB94 /* CNLiveCycleScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CNLiveCycleScrollView.m; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollView.m; sourceTree = "<group>"; }; | ||
| 197 | 314338985A617C2721490E9EB28870B7 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = "<group>"; }; | 197 | 314338985A617C2721490E9EB28870B7 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = "<group>"; }; |
| 198 | 344C52E65963151882C2118B6D33102D /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/SDWebImageDefine.m; sourceTree = "<group>"; }; | 198 | 344C52E65963151882C2118B6D33102D /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/SDWebImageDefine.m; sourceTree = "<group>"; }; |
| 199 | 379C84D9A8F444D6C065578BE711E969 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/SDWebImageError.h; sourceTree = "<group>"; }; | 199 | 379C84D9A8F444D6C065578BE711E969 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/SDWebImageError.h; sourceTree = "<group>"; }; |
| @@ -202,6 +202,8 @@ | @@ -202,6 +202,8 @@ | ||
| 202 | 3BE90E1EC60D72E78B47C94EC93B4C63 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 202 | 3BE90E1EC60D72E78B47C94EC93B4C63 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 203 | 3C0A0E7539DD544E2A50C664D8FE23C2 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/SDImageCodersManager.m; sourceTree = "<group>"; }; | 203 | 3C0A0E7539DD544E2A50C664D8FE23C2 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/SDImageCodersManager.m; sourceTree = "<group>"; }; |
| 204 | 3C3D8252BFC00F8AB140C3AFEDF4E753 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/SDWebImageDownloaderRequestModifier.m; sourceTree = "<group>"; }; | 204 | 3C3D8252BFC00F8AB140C3AFEDF4E753 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/SDWebImageDownloaderRequestModifier.m; sourceTree = "<group>"; }; |
| 205 | + 3CCFBDEFB57A465781C2879AE170905F /* CNLiveCycleScrollView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CNLiveCycleScrollView-dummy.m"; sourceTree = "<group>"; }; | ||
| 206 | + 3D3194F00E7FD2CA417FFA6E47253428 /* CNLiveCycleScrollViewFlowLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CNLiveCycleScrollViewFlowLayout.m; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollViewFlowLayout.m; sourceTree = "<group>"; }; | ||
| 205 | 3DF21B074432AF179609FD231CB131EE /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/SDImageCoderHelper.h; sourceTree = "<group>"; }; | 207 | 3DF21B074432AF179609FD231CB131EE /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/SDImageCoderHelper.h; sourceTree = "<group>"; }; |
| 206 | 4113868B35FD534A0392484A8C4BDB03 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = "<group>"; }; | 208 | 4113868B35FD534A0392484A8C4BDB03 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = "<group>"; }; |
| 207 | 423B5B889483BD35316D83F223033118 /* Pods-CNLiveCycleScrollView_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CNLiveCycleScrollView_Tests.modulemap"; sourceTree = "<group>"; }; | 209 | 423B5B889483BD35316D83F223033118 /* Pods-CNLiveCycleScrollView_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CNLiveCycleScrollView_Tests.modulemap"; sourceTree = "<group>"; }; |
| @@ -210,53 +212,49 @@ | @@ -210,53 +212,49 @@ | ||
| 210 | 495B182CDA96857E593EF86A9D73A7B5 /* Pods-CNLiveCycleScrollView_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CNLiveCycleScrollView_Tests-acknowledgements.markdown"; sourceTree = "<group>"; }; | 212 | 495B182CDA96857E593EF86A9D73A7B5 /* Pods-CNLiveCycleScrollView_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CNLiveCycleScrollView_Tests-acknowledgements.markdown"; sourceTree = "<group>"; }; |
| 211 | 4BC37E97689499592AD3714B41810C56 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = "<group>"; }; | 213 | 4BC37E97689499592AD3714B41810C56 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = "<group>"; }; |
| 212 | 4CA11F09DEA1DC76AE937EF6F23904AD /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/SDAnimatedImageRep.h; sourceTree = "<group>"; }; | 214 | 4CA11F09DEA1DC76AE937EF6F23904AD /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/SDAnimatedImageRep.h; sourceTree = "<group>"; }; |
| 213 | - 4E211444CE8A1CB985F2002EA9192BA8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; | ||
| 214 | - 4E54F6CF21C382A900147A02 /* CNLiveCycleScrollView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CNLiveCycleScrollView.h; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollView.h; sourceTree = "<group>"; }; | ||
| 215 | - 4E54F6D021C382A900147A02 /* CNLiveCycleScrollView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CNLiveCycleScrollView.m; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollView.m; sourceTree = "<group>"; }; | ||
| 216 | - 4E54F6D321C3831800147A02 /* CNLiveCycleScrollViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CNLiveCycleScrollViewCell.h; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollViewCell.h; sourceTree = "<group>"; }; | ||
| 217 | - 4E54F6D421C3831800147A02 /* CNLiveCycleScrollViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CNLiveCycleScrollViewCell.m; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollViewCell.m; sourceTree = "<group>"; }; | ||
| 218 | - 4E54F6D721C3833B00147A02 /* CNLiveCycleScrollViewFlowLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CNLiveCycleScrollViewFlowLayout.h; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollViewFlowLayout.h; sourceTree = "<group>"; }; | ||
| 219 | - 4E54F6D821C3833B00147A02 /* CNLiveCycleScrollViewFlowLayout.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CNLiveCycleScrollViewFlowLayout.m; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollViewFlowLayout.m; sourceTree = "<group>"; }; | ||
| 220 | 5260B1E46F69E02F24D7A81CCC95C1C7 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/SDImageFrame.m; sourceTree = "<group>"; }; | 215 | 5260B1E46F69E02F24D7A81CCC95C1C7 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/SDImageFrame.m; sourceTree = "<group>"; }; |
| 221 | 5348F20CF9783CEE44BF25538651581B /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/SDImageCachesManager.m; sourceTree = "<group>"; }; | 216 | 5348F20CF9783CEE44BF25538651581B /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/SDImageCachesManager.m; sourceTree = "<group>"; }; |
| 222 | 538F5DBA895163894251FFD914A70323 /* Pods-CNLiveCycleScrollView_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CNLiveCycleScrollView_Example-acknowledgements.markdown"; sourceTree = "<group>"; }; | 217 | 538F5DBA895163894251FFD914A70323 /* Pods-CNLiveCycleScrollView_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CNLiveCycleScrollView_Example-acknowledgements.markdown"; sourceTree = "<group>"; }; |
| 223 | 5490CE7D32BAF3DFB8F266EC3D133ABA /* Pods-CNLiveCycleScrollView_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CNLiveCycleScrollView_Tests-acknowledgements.plist"; sourceTree = "<group>"; }; | 218 | 5490CE7D32BAF3DFB8F266EC3D133ABA /* Pods-CNLiveCycleScrollView_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CNLiveCycleScrollView_Tests-acknowledgements.plist"; sourceTree = "<group>"; }; |
| 224 | 5500884A618DB976441C4792ED977CC3 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/SDWebImageTransition.h; sourceTree = "<group>"; }; | 219 | 5500884A618DB976441C4792ED977CC3 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/SDWebImageTransition.h; sourceTree = "<group>"; }; |
| 225 | 55B162073D8C0B4EC2E47255ED833167 /* Pods-CNLiveCycleScrollView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLiveCycleScrollView_Example.debug.xcconfig"; sourceTree = "<group>"; }; | 220 | 55B162073D8C0B4EC2E47255ED833167 /* Pods-CNLiveCycleScrollView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLiveCycleScrollView_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
| 221 | + 59A6A23B551C7268B7454CB4FE26D396 /* CNLiveCycleScrollViewFlowLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CNLiveCycleScrollViewFlowLayout.h; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollViewFlowLayout.h; sourceTree = "<group>"; }; | ||
| 226 | 5AFE85BFECDD6B9D85D67803017EC5BB /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/SDImageLoadersManager.m; sourceTree = "<group>"; }; | 222 | 5AFE85BFECDD6B9D85D67803017EC5BB /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/SDImageLoadersManager.m; sourceTree = "<group>"; }; |
| 227 | 5E62F1A2A185F64A5595D411199AE25E /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = "<group>"; }; | 223 | 5E62F1A2A185F64A5595D411199AE25E /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = "<group>"; }; |
| 228 | 5EEA5346EFD3FAB9BBCFFD71968D87A8 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = "<group>"; }; | 224 | 5EEA5346EFD3FAB9BBCFFD71968D87A8 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = "<group>"; }; |
| 225 | + 5FB44B1AF43CEADC8930A6E03D7E7CD5 /* CNLiveCycleScrollView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = CNLiveCycleScrollView.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | ||
| 229 | 68E78F59DDAB448491B4F734AC77495C /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/SDAnimatedImage.h; sourceTree = "<group>"; }; | 226 | 68E78F59DDAB448491B4F734AC77495C /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/SDAnimatedImage.h; sourceTree = "<group>"; }; |
| 227 | + 6AE198536664CC3B00AE4C279F003D0E /* CNLiveCycleScrollViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CNLiveCycleScrollViewCell.m; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollViewCell.m; sourceTree = "<group>"; }; | ||
| 230 | 6B94BB78C194F144E7DE844217C014CB /* Pods-CNLiveCycleScrollView_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CNLiveCycleScrollView_Tests-dummy.m"; sourceTree = "<group>"; }; | 228 | 6B94BB78C194F144E7DE844217C014CB /* Pods-CNLiveCycleScrollView_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CNLiveCycleScrollView_Tests-dummy.m"; sourceTree = "<group>"; }; |
| 231 | 73108EFCE451D20F0C3490D980655957 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = "<group>"; }; | 229 | 73108EFCE451D20F0C3490D980655957 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = "<group>"; }; |
| 232 | 74CE736B0F6EEAE39D5C398D4B8EF899 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = "<group>"; }; | 230 | 74CE736B0F6EEAE39D5C398D4B8EF899 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = "<group>"; }; |
| 233 | 74F56758F04C5FDA04AFE770857EDB96 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = "<group>"; }; | 231 | 74F56758F04C5FDA04AFE770857EDB96 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = "<group>"; }; |
| 234 | - 752C5A93D56772E30C0562DDFA480333 /* CNLiveCycleScrollView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLiveCycleScrollView-prefix.pch"; sourceTree = "<group>"; }; | ||
| 235 | 753B2D15948E69C3DBE9D1208322292E /* Pods-CNLiveCycleScrollView_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CNLiveCycleScrollView_Example-umbrella.h"; sourceTree = "<group>"; }; | 232 | 753B2D15948E69C3DBE9D1208322292E /* Pods-CNLiveCycleScrollView_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CNLiveCycleScrollView_Example-umbrella.h"; sourceTree = "<group>"; }; |
| 233 | + 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; | ||
| 236 | 771D815F46C2B23467B2D4FBD77D3A68 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = "<group>"; }; | 234 | 771D815F46C2B23467B2D4FBD77D3A68 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = "<group>"; }; |
| 237 | 7734EAEB23F6EA508890E634801651A4 /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImage.modulemap; sourceTree = "<group>"; }; | 235 | 7734EAEB23F6EA508890E634801651A4 /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImage.modulemap; sourceTree = "<group>"; }; |
| 238 | 79416D684AE09E145DAC9B276F8CE2B5 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = "<group>"; }; | 236 | 79416D684AE09E145DAC9B276F8CE2B5 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = "<group>"; }; |
| 239 | 79F2C0367D8A80FD846F2D79A674EB83 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/SDImageLoadersManager.h; sourceTree = "<group>"; }; | 237 | 79F2C0367D8A80FD846F2D79A674EB83 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/SDImageLoadersManager.h; sourceTree = "<group>"; }; |
| 238 | + 7F59913ADC692D0C2738526395E91E1C /* CNLiveCycleScrollView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CNLiveCycleScrollView.xcconfig; sourceTree = "<group>"; }; | ||
| 240 | 81A57602A313881C335A0794FD04A7AC /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/NSImage+Compatibility.m"; sourceTree = "<group>"; }; | 239 | 81A57602A313881C335A0794FD04A7AC /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/NSImage+Compatibility.m"; sourceTree = "<group>"; }; |
| 241 | 82D7AA8C7E3599F2B40AD19C832EB019 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = "<group>"; }; | 240 | 82D7AA8C7E3599F2B40AD19C832EB019 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = "<group>"; }; |
| 242 | 831066CE15410863313A4EFD1246AD82 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/SDImageCacheConfig.m; sourceTree = "<group>"; }; | 241 | 831066CE15410863313A4EFD1246AD82 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/SDImageCacheConfig.m; sourceTree = "<group>"; }; |
| 243 | 8378677374FA00ED1BC382F27CBC9E32 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/NSButton+WebCache.m"; sourceTree = "<group>"; }; | 242 | 8378677374FA00ED1BC382F27CBC9E32 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/NSButton+WebCache.m"; sourceTree = "<group>"; }; |
| 244 | 84858C6D287D202211A3A58F9015FC17 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = "<group>"; }; | 243 | 84858C6D287D202211A3A58F9015FC17 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = "<group>"; }; |
| 245 | - 89C0629B0FE5348E8633FB2B3E7B23FE /* CNLiveCycleScrollView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CNLiveCycleScrollView.modulemap; sourceTree = "<group>"; }; | ||
| 246 | 8A172CFEEC59514C62865122ACBD5D45 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/SDImageFrame.h; sourceTree = "<group>"; }; | 244 | 8A172CFEEC59514C62865122ACBD5D45 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/SDImageFrame.h; sourceTree = "<group>"; }; |
| 247 | 8A7C0C644855A98C5DA8D72F8A036482 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/UIImage+ForceDecode.h"; sourceTree = "<group>"; }; | 245 | 8A7C0C644855A98C5DA8D72F8A036482 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/UIImage+ForceDecode.h"; sourceTree = "<group>"; }; |
| 248 | 8B0473971F150B2404D33FEC501AAE6C /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/SDWebImageCacheKeyFilter.h; sourceTree = "<group>"; }; | 246 | 8B0473971F150B2404D33FEC501AAE6C /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/SDWebImageCacheKeyFilter.h; sourceTree = "<group>"; }; |
| 249 | 8BB6428C6EE0717C1C34AFB637F33CF7 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/SDImageTransformer.m; sourceTree = "<group>"; }; | 247 | 8BB6428C6EE0717C1C34AFB637F33CF7 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/SDImageTransformer.m; sourceTree = "<group>"; }; |
| 250 | 8BE94B262A772DAE653A665B7CD9107B /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/SDAnimatedImage.m; sourceTree = "<group>"; }; | 248 | 8BE94B262A772DAE653A665B7CD9107B /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/SDAnimatedImage.m; sourceTree = "<group>"; }; |
| 251 | - 8C2458049F0D15201C021580A2B18347 /* CNLiveCycleScrollView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CNLiveCycleScrollView-dummy.m"; sourceTree = "<group>"; }; | ||
| 252 | 8F9FC57828643DE3282A5A3F71239921 /* Pods-CNLiveCycleScrollView_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CNLiveCycleScrollView_Example-dummy.m"; sourceTree = "<group>"; }; | 249 | 8F9FC57828643DE3282A5A3F71239921 /* Pods-CNLiveCycleScrollView_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CNLiveCycleScrollView_Example-dummy.m"; sourceTree = "<group>"; }; |
| 253 | 92C3386B8473EE0F91A5C7862E3DEAF8 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/SDImageCoder.h; sourceTree = "<group>"; }; | 250 | 92C3386B8473EE0F91A5C7862E3DEAF8 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/SDImageCoder.h; sourceTree = "<group>"; }; |
| 254 | - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | ||
| 255 | - 94F98BD62F6C4B0ABD0EC1A53DD77C2B /* CNLiveCycleScrollView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLiveCycleScrollView-umbrella.h"; sourceTree = "<group>"; }; | 251 | + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
| 256 | 95D4B64F214EF26F6F3615CA5AD6F2BA /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/NSImage+Compatibility.h"; sourceTree = "<group>"; }; | 252 | 95D4B64F214EF26F6F3615CA5AD6F2BA /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/NSImage+Compatibility.h"; sourceTree = "<group>"; }; |
| 253 | + 9ACA3D5867CC7465AD6AEA68DAF89D87 /* CNLiveCycleScrollView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CNLiveCycleScrollView.modulemap; sourceTree = "<group>"; }; | ||
| 257 | 9B2F5BC8469ED69E548C7051FA31A815 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/SDImageCacheDefine.h; sourceTree = "<group>"; }; | 254 | 9B2F5BC8469ED69E548C7051FA31A815 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/SDImageCacheDefine.h; sourceTree = "<group>"; }; |
| 258 | 9B3DEA4142F14DD865EB10B0DEC6E309 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = "<group>"; }; | 255 | 9B3DEA4142F14DD865EB10B0DEC6E309 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = "<group>"; }; |
| 259 | - 9E8FBD1154DD79DFE9A6463F6B631113 /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | 256 | + 9B6B6A1E41F1C3B90070AF645950D3FD /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 257 | + 9E8FBD1154DD79DFE9A6463F6B631113 /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SDWebImage.framework; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 260 | 9EFCEBCC8648D07CB6FBD4CB58D45603 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/SDMemoryCache.h; sourceTree = "<group>"; }; | 258 | 9EFCEBCC8648D07CB6FBD4CB58D45603 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/SDMemoryCache.h; sourceTree = "<group>"; }; |
| 261 | A0952E37EF2F709D4AE58815FAD1928C /* Pods-CNLiveCycleScrollView_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveCycleScrollView_Example-frameworks.sh"; sourceTree = "<group>"; }; | 259 | A0952E37EF2F709D4AE58815FAD1928C /* Pods-CNLiveCycleScrollView_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveCycleScrollView_Example-frameworks.sh"; sourceTree = "<group>"; }; |
| 262 | A3265BFE5BA441A33AAE2BEE9A038B82 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = "<group>"; }; | 260 | A3265BFE5BA441A33AAE2BEE9A038B82 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = "<group>"; }; |
| @@ -267,13 +265,16 @@ | @@ -267,13 +265,16 @@ | ||
| 267 | B057B7ADBE6A9F52AE484FC04B5E0EE6 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = "<group>"; }; | 265 | B057B7ADBE6A9F52AE484FC04B5E0EE6 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = "<group>"; }; |
| 268 | B27FF7F86B95BDA01F0AFC73F7633775 /* Pods-CNLiveCycleScrollView_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveCycleScrollView_Tests-resources.sh"; sourceTree = "<group>"; }; | 266 | B27FF7F86B95BDA01F0AFC73F7633775 /* Pods-CNLiveCycleScrollView_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveCycleScrollView_Tests-resources.sh"; sourceTree = "<group>"; }; |
| 269 | B4E5ABAFFF9D9DC6F77D3CFBEEC6A92B /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/NSButton+WebCache.h"; sourceTree = "<group>"; }; | 267 | B4E5ABAFFF9D9DC6F77D3CFBEEC6A92B /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/NSButton+WebCache.h"; sourceTree = "<group>"; }; |
| 268 | + B6348D483820FB0855EE08A6A54598C7 /* CNLiveCycleScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CNLiveCycleScrollView.h; path = CNLiveCycleScrollView/Classes/CNLiveCycleScrollView.h; sourceTree = "<group>"; }; | ||
| 269 | + B63590E16145F63544C520C0F6F53EEE /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; | ||
| 270 | + B733BBEDB93DECED79CFE70166D85DEC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; }; | ||
| 270 | B739458937D5D694897D68BB64E83288 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/SDDiskCache.m; sourceTree = "<group>"; }; | 271 | B739458937D5D694897D68BB64E83288 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/SDDiskCache.m; sourceTree = "<group>"; }; |
| 271 | B8A2774AE23EF5A3ED5EF1838485E0EC /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/SDImageLoader.h; sourceTree = "<group>"; }; | 272 | B8A2774AE23EF5A3ED5EF1838485E0EC /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/SDImageLoader.h; sourceTree = "<group>"; }; |
| 273 | + BB16FBB0E7F07D87ABA06523F282EDEC /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = DEVELOPER_DIR; }; | ||
| 272 | BD8F69112BD30B17AD206AB9DEF283D2 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 274 | BD8F69112BD30B17AD206AB9DEF283D2 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 273 | BE06AADAB925E91A9F8B5B030862F7A5 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/SDWebImageIndicator.h; sourceTree = "<group>"; }; | 275 | BE06AADAB925E91A9F8B5B030862F7A5 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/SDWebImageIndicator.h; sourceTree = "<group>"; }; |
| 274 | BE71EA5519023BABB0C1C4192592BEE1 /* Pods-CNLiveCycleScrollView_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CNLiveCycleScrollView_Example-acknowledgements.plist"; sourceTree = "<group>"; }; | 276 | BE71EA5519023BABB0C1C4192592BEE1 /* Pods-CNLiveCycleScrollView_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CNLiveCycleScrollView_Example-acknowledgements.plist"; sourceTree = "<group>"; }; |
| 275 | BFCD82B06177F1A2A55C740371DD5E14 /* Pods-CNLiveCycleScrollView_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CNLiveCycleScrollView_Tests-umbrella.h"; sourceTree = "<group>"; }; | 277 | BFCD82B06177F1A2A55C740371DD5E14 /* Pods-CNLiveCycleScrollView_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CNLiveCycleScrollView_Tests-umbrella.h"; sourceTree = "<group>"; }; |
| 276 | - C27DBC2ECE10847E26D8338412A37DBA /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = DEVELOPER_DIR; }; | ||
| 277 | C2AA8335956D5811EDE9C97F3824E006 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = "<group>"; }; | 278 | C2AA8335956D5811EDE9C97F3824E006 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = "<group>"; }; |
| 278 | C35AACE588C6EE672358A10ED41DED9D /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/UIImage+ForceDecode.m"; sourceTree = "<group>"; }; | 279 | C35AACE588C6EE672358A10ED41DED9D /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/UIImage+ForceDecode.m"; sourceTree = "<group>"; }; |
| 279 | C44EF0F17C75E557A61FA9F89ED8BE83 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/SDImageIOCoder.h; sourceTree = "<group>"; }; | 280 | C44EF0F17C75E557A61FA9F89ED8BE83 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/SDImageIOCoder.h; sourceTree = "<group>"; }; |
| @@ -286,13 +287,12 @@ | @@ -286,13 +287,12 @@ | ||
| 286 | CB6B38615A3DB9B02123436E6FFDDCC4 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = "<group>"; }; | 287 | CB6B38615A3DB9B02123436E6FFDDCC4 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = "<group>"; }; |
| 287 | CC285E8ECEFD80C7F1C862167CD0061E /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/SDImageCacheConfig.h; sourceTree = "<group>"; }; | 288 | CC285E8ECEFD80C7F1C862167CD0061E /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/SDImageCacheConfig.h; sourceTree = "<group>"; }; |
| 288 | CE6367912E3C5B40FB288DEE9D6E3BCF /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = "<group>"; }; | 289 | CE6367912E3C5B40FB288DEE9D6E3BCF /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = "<group>"; }; |
| 289 | - D51263AEF33F8BF027FB9BD35AFF704B /* SDWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 290 | D5896F84C316CA501D4019AEF2FD684E /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/SDWebImageCacheSerializer.m; sourceTree = "<group>"; }; | 290 | D5896F84C316CA501D4019AEF2FD684E /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/SDWebImageCacheSerializer.m; sourceTree = "<group>"; }; |
| 291 | D5B0BCEFCB6E09949FE588AB96DF90C2 /* Pods-CNLiveCycleScrollView_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveCycleScrollView_Tests-frameworks.sh"; sourceTree = "<group>"; }; | 291 | D5B0BCEFCB6E09949FE588AB96DF90C2 /* Pods-CNLiveCycleScrollView_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveCycleScrollView_Tests-frameworks.sh"; sourceTree = "<group>"; }; |
| 292 | D64DCE5CE50CC63F5C997D00A0AA07DB /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = "<group>"; }; | 292 | D64DCE5CE50CC63F5C997D00A0AA07DB /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = "<group>"; }; |
| 293 | - D6660A6ECB539DEA66F45A2DBAC01DAA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
| 294 | D6C32CCD1371AB87AAFC12781ACAAAF1 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/SDImageGIFCoder.m; sourceTree = "<group>"; }; | 293 | D6C32CCD1371AB87AAFC12781ACAAAF1 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/SDImageGIFCoder.m; sourceTree = "<group>"; }; |
| 295 | D86E222265E6B6844345F809BECCE92A /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = "<group>"; }; | 294 | D86E222265E6B6844345F809BECCE92A /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = "<group>"; }; |
| 295 | + E19311ACD2A54410D4E925242F00C752 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; }; | ||
| 296 | E2E0CB6CD2D37F075BCFA28B6C6859F8 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/UIImage+Transform.h"; sourceTree = "<group>"; }; | 296 | E2E0CB6CD2D37F075BCFA28B6C6859F8 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/UIImage+Transform.h"; sourceTree = "<group>"; }; |
| 297 | E6DB719BE1EF9065F3DEA4DB6BB1C1A5 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = "<group>"; }; | 297 | E6DB719BE1EF9065F3DEA4DB6BB1C1A5 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = "<group>"; }; |
| 298 | E8C2AEE848A8B65B354B366FD0D889F9 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 298 | E8C2AEE848A8B65B354B366FD0D889F9 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| @@ -300,8 +300,10 @@ | @@ -300,8 +300,10 @@ | ||
| 300 | EDCF6F309F40C661E8A03E978567BD9D /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/SDAnimatedImageView+WebCache.h"; sourceTree = "<group>"; }; | 300 | EDCF6F309F40C661E8A03E978567BD9D /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/SDAnimatedImageView+WebCache.h"; sourceTree = "<group>"; }; |
| 301 | F57DDC1D4A846B870B969A1A549C1E23 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/SDImageIOCoder.m; sourceTree = "<group>"; }; | 301 | F57DDC1D4A846B870B969A1A549C1E23 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/SDImageIOCoder.m; sourceTree = "<group>"; }; |
| 302 | F645625BA5D3DE1EAA87D55A7906C983 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/SDMemoryCache.m; sourceTree = "<group>"; }; | 302 | F645625BA5D3DE1EAA87D55A7906C983 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/SDMemoryCache.m; sourceTree = "<group>"; }; |
| 303 | + F94E3AF3EBD951D6DC0B45C0C2A449D0 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
| 303 | F9FDBDF7E7EA312B7B94DA69FCD47561 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/SDImageCoderHelper.m; sourceTree = "<group>"; }; | 304 | F9FDBDF7E7EA312B7B94DA69FCD47561 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/SDImageCoderHelper.m; sourceTree = "<group>"; }; |
| 304 | FE017A70264BFCC4674915BF483C1993 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = "<group>"; }; | 305 | FE017A70264BFCC4674915BF483C1993 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = "<group>"; }; |
| 306 | + FE479E1BBAD27363F4DD7C7B4E2A600C /* CNLiveCycleScrollView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLiveCycleScrollView-prefix.pch"; sourceTree = "<group>"; }; | ||
| 305 | FEF6226B920BDAC07318BC38F0F552D7 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/UIImage+Transform.m"; sourceTree = "<group>"; }; | 307 | FEF6226B920BDAC07318BC38F0F552D7 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/UIImage+Transform.m"; sourceTree = "<group>"; }; |
| 306 | /* End PBXFileReference section */ | 308 | /* End PBXFileReference section */ |
| 307 | 309 | ||
| @@ -322,42 +324,35 @@ | @@ -322,42 +324,35 @@ | ||
| 322 | ); | 324 | ); |
| 323 | runOnlyForDeploymentPostprocessing = 0; | 325 | runOnlyForDeploymentPostprocessing = 0; |
| 324 | }; | 326 | }; |
| 325 | - A0ADA4EB28AB8B4DEC7E8173212D796A /* Frameworks */ = { | 327 | + C99B299430C70D5EC5A98E47662F6CC5 /* Frameworks */ = { |
| 326 | isa = PBXFrameworksBuildPhase; | 328 | isa = PBXFrameworksBuildPhase; |
| 327 | buildActionMask = 2147483647; | 329 | buildActionMask = 2147483647; |
| 328 | files = ( | 330 | files = ( |
| 329 | - 17419BD3B8EA6ED4DFBBA2E40A4B5DF0 /* Foundation.framework in Frameworks */, | ||
| 330 | - F978B162FA0FA26A963AE91715AB2100 /* SDWebImage.framework in Frameworks */, | 331 | + 0A0E57055C28BA2F642C3D1BF9577D6D /* Foundation.framework in Frameworks */, |
| 332 | + EC53141A2BF0CC153BC95406CDA10331 /* SDWebImage.framework in Frameworks */, | ||
| 333 | + 3F41654F9D5C1CCC87EA1B56ACEFD000 /* UIKit.framework in Frameworks */, | ||
| 331 | ); | 334 | ); |
| 332 | runOnlyForDeploymentPostprocessing = 0; | 335 | runOnlyForDeploymentPostprocessing = 0; |
| 333 | }; | 336 | }; |
| 334 | - AC9A06F9C446EE6563A4F85DA55E0B11 /* Frameworks */ = { | 337 | + D84FDFAE877ED9E87731CA6F43F67036 /* Frameworks */ = { |
| 335 | isa = PBXFrameworksBuildPhase; | 338 | isa = PBXFrameworksBuildPhase; |
| 336 | buildActionMask = 2147483647; | 339 | buildActionMask = 2147483647; |
| 337 | files = ( | 340 | files = ( |
| 338 | - 892ABC4D0D0EA3C4FEE2F4877560348A /* Foundation.framework in Frameworks */, | ||
| 339 | - 72022D0C3FDF6F6C0CF3CADEDD6E28ED /* ImageIO.framework in Frameworks */, | 341 | + BDFEBC7B9AA7F5A423D221E35091D39A /* Foundation.framework in Frameworks */, |
| 342 | + 40BF28DFE221D2E907288C8A8EC79549 /* ImageIO.framework in Frameworks */, | ||
| 340 | ); | 343 | ); |
| 341 | runOnlyForDeploymentPostprocessing = 0; | 344 | runOnlyForDeploymentPostprocessing = 0; |
| 342 | }; | 345 | }; |
| 343 | /* End PBXFrameworksBuildPhase section */ | 346 | /* End PBXFrameworksBuildPhase section */ |
| 344 | 347 | ||
| 345 | /* Begin PBXGroup section */ | 348 | /* Begin PBXGroup section */ |
| 346 | - 23EAA5D571397353D4D311351A2D82BB /* Frameworks */ = { | ||
| 347 | - isa = PBXGroup; | ||
| 348 | - children = ( | ||
| 349 | - D51263AEF33F8BF027FB9BD35AFF704B /* SDWebImage.framework */, | ||
| 350 | - 7F6FA47B5F3425BE871EE7C17AFBD076 /* iOS */, | ||
| 351 | - ); | ||
| 352 | - name = Frameworks; | ||
| 353 | - sourceTree = "<group>"; | ||
| 354 | - }; | ||
| 355 | 349E9858F53A09EA45A5DA552C8C307A /* SDWebImage */ = { | 349 | 349E9858F53A09EA45A5DA552C8C307A /* SDWebImage */ = { |
| 356 | isa = PBXGroup; | 350 | isa = PBXGroup; |
| 357 | children = ( | 351 | children = ( |
| 358 | CFF69830BDEDCCA776B14330A4369EA6 /* Core */, | 352 | CFF69830BDEDCCA776B14330A4369EA6 /* Core */, |
| 359 | 9A398EBC82F6053E16DD34A468924990 /* Support Files */, | 353 | 9A398EBC82F6053E16DD34A468924990 /* Support Files */, |
| 360 | ); | 354 | ); |
| 355 | + name = SDWebImage; | ||
| 361 | path = SDWebImage; | 356 | path = SDWebImage; |
| 362 | sourceTree = "<group>"; | 357 | sourceTree = "<group>"; |
| 363 | }; | 358 | }; |
| @@ -406,12 +401,12 @@ | @@ -406,12 +401,12 @@ | ||
| 406 | path = "Target Support Files/Pods-CNLiveCycleScrollView_Tests"; | 401 | path = "Target Support Files/Pods-CNLiveCycleScrollView_Tests"; |
| 407 | sourceTree = "<group>"; | 402 | sourceTree = "<group>"; |
| 408 | }; | 403 | }; |
| 409 | - 76797542A036CEC568BCE79BA131CE93 /* Pod */ = { | 404 | + 79E4979DFF059599FB01116CABBF3875 /* Pod */ = { |
| 410 | isa = PBXGroup; | 405 | isa = PBXGroup; |
| 411 | children = ( | 406 | children = ( |
| 412 | - 085D450BFD08EBBBBA6A3BB3F975C30B /* CNLiveCycleScrollView.podspec */, | ||
| 413 | - 0788A73F744BFEA123BA1F5E5A2B02DD /* LICENSE */, | ||
| 414 | - 4E211444CE8A1CB985F2002EA9192BA8 /* README.md */, | 407 | + 5FB44B1AF43CEADC8930A6E03D7E7CD5 /* CNLiveCycleScrollView.podspec */, |
| 408 | + B733BBEDB93DECED79CFE70166D85DEC /* LICENSE */, | ||
| 409 | + E19311ACD2A54410D4E925242F00C752 /* README.md */, | ||
| 415 | ); | 410 | ); |
| 416 | name = Pod; | 411 | name = Pod; |
| 417 | sourceTree = "<group>"; | 412 | sourceTree = "<group>"; |
| @@ -421,20 +416,25 @@ | @@ -421,20 +416,25 @@ | ||
| 421 | children = ( | 416 | children = ( |
| 422 | 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, | 417 | 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, |
| 423 | C8BD09C478E418032845E4B1F5DCEE04 /* Development Pods */, | 418 | C8BD09C478E418032845E4B1F5DCEE04 /* Development Pods */, |
| 424 | - 23EAA5D571397353D4D311351A2D82BB /* Frameworks */, | 419 | + F1997356235CE9CA38A9DECB85EFA641 /* Frameworks */, |
| 425 | BF4B13718B20D23D5B220FA33C2583D8 /* Pods */, | 420 | BF4B13718B20D23D5B220FA33C2583D8 /* Pods */, |
| 426 | 8656BA77CAA74501AA9292DE45D4EFF8 /* Products */, | 421 | 8656BA77CAA74501AA9292DE45D4EFF8 /* Products */, |
| 427 | 4715BC2C16F3E23A315E544C9DE7F917 /* Targets Support Files */, | 422 | 4715BC2C16F3E23A315E544C9DE7F917 /* Targets Support Files */, |
| 428 | ); | 423 | ); |
| 429 | sourceTree = "<group>"; | 424 | sourceTree = "<group>"; |
| 430 | }; | 425 | }; |
| 431 | - 7F6FA47B5F3425BE871EE7C17AFBD076 /* iOS */ = { | 426 | + 8315B165715F414F5C1D357C6ABF430A /* Support Files */ = { |
| 432 | isa = PBXGroup; | 427 | isa = PBXGroup; |
| 433 | children = ( | 428 | children = ( |
| 434 | - 0C4DD8F9856C9D17828941D39C59185F /* Foundation.framework */, | ||
| 435 | - C27DBC2ECE10847E26D8338412A37DBA /* ImageIO.framework */, | 429 | + 9ACA3D5867CC7465AD6AEA68DAF89D87 /* CNLiveCycleScrollView.modulemap */, |
| 430 | + 7F59913ADC692D0C2738526395E91E1C /* CNLiveCycleScrollView.xcconfig */, | ||
| 431 | + 3CCFBDEFB57A465781C2879AE170905F /* CNLiveCycleScrollView-dummy.m */, | ||
| 432 | + FE479E1BBAD27363F4DD7C7B4E2A600C /* CNLiveCycleScrollView-prefix.pch */, | ||
| 433 | + 2058C0CBF7575EEC626BADE48F4B086B /* CNLiveCycleScrollView-umbrella.h */, | ||
| 434 | + F94E3AF3EBD951D6DC0B45C0C2A449D0 /* Info.plist */, | ||
| 436 | ); | 435 | ); |
| 437 | - name = iOS; | 436 | + name = "Support Files"; |
| 437 | + path = "Example/Pods/Target Support Files/CNLiveCycleScrollView"; | ||
| 438 | sourceTree = "<group>"; | 438 | sourceTree = "<group>"; |
| 439 | }; | 439 | }; |
| 440 | 8656BA77CAA74501AA9292DE45D4EFF8 /* Products */ = { | 440 | 8656BA77CAA74501AA9292DE45D4EFF8 /* Products */ = { |
| @@ -448,20 +448,6 @@ | @@ -448,20 +448,6 @@ | ||
| 448 | name = Products; | 448 | name = Products; |
| 449 | sourceTree = "<group>"; | 449 | sourceTree = "<group>"; |
| 450 | }; | 450 | }; |
| 451 | - 8DE349C8CF865AC061E148D13D17C889 /* Support Files */ = { | ||
| 452 | - isa = PBXGroup; | ||
| 453 | - children = ( | ||
| 454 | - 89C0629B0FE5348E8633FB2B3E7B23FE /* CNLiveCycleScrollView.modulemap */, | ||
| 455 | - 2C6125BBC33C86C7B630DCA45CE364F2 /* CNLiveCycleScrollView.xcconfig */, | ||
| 456 | - 8C2458049F0D15201C021580A2B18347 /* CNLiveCycleScrollView-dummy.m */, | ||
| 457 | - 752C5A93D56772E30C0562DDFA480333 /* CNLiveCycleScrollView-prefix.pch */, | ||
| 458 | - 94F98BD62F6C4B0ABD0EC1A53DD77C2B /* CNLiveCycleScrollView-umbrella.h */, | ||
| 459 | - D6660A6ECB539DEA66F45A2DBAC01DAA /* Info.plist */, | ||
| 460 | - ); | ||
| 461 | - name = "Support Files"; | ||
| 462 | - path = "Example/Pods/Target Support Files/CNLiveCycleScrollView"; | ||
| 463 | - sourceTree = "<group>"; | ||
| 464 | - }; | ||
| 465 | 9A398EBC82F6053E16DD34A468924990 /* Support Files */ = { | 451 | 9A398EBC82F6053E16DD34A468924990 /* Support Files */ = { |
| 466 | isa = PBXGroup; | 452 | isa = PBXGroup; |
| 467 | children = ( | 453 | children = ( |
| @@ -475,22 +461,6 @@ | @@ -475,22 +461,6 @@ | ||
| 475 | path = "../Target Support Files/SDWebImage"; | 461 | path = "../Target Support Files/SDWebImage"; |
| 476 | sourceTree = "<group>"; | 462 | sourceTree = "<group>"; |
| 477 | }; | 463 | }; |
| 478 | - AADE0B798B1F7B1A40FACF279CA85A35 /* CNLiveCycleScrollView */ = { | ||
| 479 | - isa = PBXGroup; | ||
| 480 | - children = ( | ||
| 481 | - 4E54F6CF21C382A900147A02 /* CNLiveCycleScrollView.h */, | ||
| 482 | - 4E54F6D021C382A900147A02 /* CNLiveCycleScrollView.m */, | ||
| 483 | - 4E54F6D321C3831800147A02 /* CNLiveCycleScrollViewCell.h */, | ||
| 484 | - 4E54F6D421C3831800147A02 /* CNLiveCycleScrollViewCell.m */, | ||
| 485 | - 4E54F6D721C3833B00147A02 /* CNLiveCycleScrollViewFlowLayout.h */, | ||
| 486 | - 4E54F6D821C3833B00147A02 /* CNLiveCycleScrollViewFlowLayout.m */, | ||
| 487 | - 76797542A036CEC568BCE79BA131CE93 /* Pod */, | ||
| 488 | - 8DE349C8CF865AC061E148D13D17C889 /* Support Files */, | ||
| 489 | - ); | ||
| 490 | - name = CNLiveCycleScrollView; | ||
| 491 | - path = ../..; | ||
| 492 | - sourceTree = "<group>"; | ||
| 493 | - }; | ||
| 494 | BF4B13718B20D23D5B220FA33C2583D8 /* Pods */ = { | 464 | BF4B13718B20D23D5B220FA33C2583D8 /* Pods */ = { |
| 495 | isa = PBXGroup; | 465 | isa = PBXGroup; |
| 496 | children = ( | 466 | children = ( |
| @@ -502,7 +472,7 @@ | @@ -502,7 +472,7 @@ | ||
| 502 | C8BD09C478E418032845E4B1F5DCEE04 /* Development Pods */ = { | 472 | C8BD09C478E418032845E4B1F5DCEE04 /* Development Pods */ = { |
| 503 | isa = PBXGroup; | 473 | isa = PBXGroup; |
| 504 | children = ( | 474 | children = ( |
| 505 | - AADE0B798B1F7B1A40FACF279CA85A35 /* CNLiveCycleScrollView */, | 475 | + F8EEC5A37A85A998FB9BDC781875EE0F /* CNLiveCycleScrollView */, |
| 506 | ); | 476 | ); |
| 507 | name = "Development Pods"; | 477 | name = "Development Pods"; |
| 508 | sourceTree = "<group>"; | 478 | sourceTree = "<group>"; |
| @@ -608,102 +578,137 @@ | @@ -608,102 +578,137 @@ | ||
| 608 | name = Core; | 578 | name = Core; |
| 609 | sourceTree = "<group>"; | 579 | sourceTree = "<group>"; |
| 610 | }; | 580 | }; |
| 581 | + DB52056D79124C5B1A87C0EB23DE5B31 /* iOS */ = { | ||
| 582 | + isa = PBXGroup; | ||
| 583 | + children = ( | ||
| 584 | + 7676F042BCE9C7D465CE13B3EBA6E50B /* Foundation.framework */, | ||
| 585 | + BB16FBB0E7F07D87ABA06523F282EDEC /* ImageIO.framework */, | ||
| 586 | + B63590E16145F63544C520C0F6F53EEE /* UIKit.framework */, | ||
| 587 | + ); | ||
| 588 | + name = iOS; | ||
| 589 | + sourceTree = "<group>"; | ||
| 590 | + }; | ||
| 591 | + F1997356235CE9CA38A9DECB85EFA641 /* Frameworks */ = { | ||
| 592 | + isa = PBXGroup; | ||
| 593 | + children = ( | ||
| 594 | + 9B6B6A1E41F1C3B90070AF645950D3FD /* SDWebImage.framework */, | ||
| 595 | + DB52056D79124C5B1A87C0EB23DE5B31 /* iOS */, | ||
| 596 | + ); | ||
| 597 | + name = Frameworks; | ||
| 598 | + sourceTree = "<group>"; | ||
| 599 | + }; | ||
| 600 | + F8EEC5A37A85A998FB9BDC781875EE0F /* CNLiveCycleScrollView */ = { | ||
| 601 | + isa = PBXGroup; | ||
| 602 | + children = ( | ||
| 603 | + B6348D483820FB0855EE08A6A54598C7 /* CNLiveCycleScrollView.h */, | ||
| 604 | + 2DE3801F9969FFB57F2B26A46876AB94 /* CNLiveCycleScrollView.m */, | ||
| 605 | + 26FC5812E7B5AC16E0FAA725CFD73E25 /* CNLiveCycleScrollViewCell.h */, | ||
| 606 | + 6AE198536664CC3B00AE4C279F003D0E /* CNLiveCycleScrollViewCell.m */, | ||
| 607 | + 59A6A23B551C7268B7454CB4FE26D396 /* CNLiveCycleScrollViewFlowLayout.h */, | ||
| 608 | + 3D3194F00E7FD2CA417FFA6E47253428 /* CNLiveCycleScrollViewFlowLayout.m */, | ||
| 609 | + 79E4979DFF059599FB01116CABBF3875 /* Pod */, | ||
| 610 | + 8315B165715F414F5C1D357C6ABF430A /* Support Files */, | ||
| 611 | + ); | ||
| 612 | + name = CNLiveCycleScrollView; | ||
| 613 | + path = ../..; | ||
| 614 | + sourceTree = "<group>"; | ||
| 615 | + }; | ||
| 611 | /* End PBXGroup section */ | 616 | /* End PBXGroup section */ |
| 612 | 617 | ||
| 613 | /* Begin PBXHeadersBuildPhase section */ | 618 | /* Begin PBXHeadersBuildPhase section */ |
| 614 | - 45DA442EA2BCA01E16DDDC3441872CB3 /* Headers */ = { | 619 | + 1C5F7542A1579B6924B4765B752BA617 /* Headers */ = { |
| 615 | isa = PBXHeadersBuildPhase; | 620 | isa = PBXHeadersBuildPhase; |
| 616 | buildActionMask = 2147483647; | 621 | buildActionMask = 2147483647; |
| 617 | files = ( | 622 | files = ( |
| 618 | - FD49266BC8508E90BBB72663B8121EB4 /* Pods-CNLiveCycleScrollView_Example-umbrella.h in Headers */, | 623 | + B6CB4FB11663FBCCC02969C9C9830BB2 /* NSButton+WebCache.h in Headers */, |
| 624 | + 7531A5ED56FB3FFE25FF8D52BCC517B0 /* NSData+ImageContentType.h in Headers */, | ||
| 625 | + 4F4B7917315A7214762A95A0DE8567EB /* NSImage+Compatibility.h in Headers */, | ||
| 626 | + 78FFB5CF8BA065D8C4F14BDDF98CC952 /* SDAnimatedImage.h in Headers */, | ||
| 627 | + 5A606A0C12FCF417FE83309EDE4A0BAF /* SDAnimatedImageRep.h in Headers */, | ||
| 628 | + 29F1BEE78EDD1B8060339601F266FB15 /* SDAnimatedImageView+WebCache.h in Headers */, | ||
| 629 | + 244CFBA19128D924B0BD8FC3336836AA /* SDAnimatedImageView.h in Headers */, | ||
| 630 | + 8F91032E226C3CE60FF6FC3806B71004 /* SDDiskCache.h in Headers */, | ||
| 631 | + A4C65FD650FAE30F58D9A75C4B2BCADD /* SDImageAPNGCoder.h in Headers */, | ||
| 632 | + D85F52546C6098BACACE3CB16E4395A1 /* SDImageCache.h in Headers */, | ||
| 633 | + 706BFCC221EB5B10342F2B750B5610C8 /* SDImageCacheConfig.h in Headers */, | ||
| 634 | + 42F360FCB142210491BE494EBA7FD277 /* SDImageCacheDefine.h in Headers */, | ||
| 635 | + E3B5B37353FDB2D0AD46530FBADCDBB4 /* SDImageCachesManager.h in Headers */, | ||
| 636 | + D815113534577FFA26D8C7EEE89B1A14 /* SDImageCoder.h in Headers */, | ||
| 637 | + F633DFCD231DC684F473F776EA3F02B5 /* SDImageCoderHelper.h in Headers */, | ||
| 638 | + 48ADEFBEF331A6E99C5791639B10E457 /* SDImageCodersManager.h in Headers */, | ||
| 639 | + AFD94F9C97E28A693EE5372FE86C16A3 /* SDImageFrame.h in Headers */, | ||
| 640 | + 1FE43BEEE2B0C854777C87B72DC05834 /* SDImageGIFCoder.h in Headers */, | ||
| 641 | + B7E748B62564BE151C40CABB1BFA4706 /* SDImageIOCoder.h in Headers */, | ||
| 642 | + 0FC244C0CDD073B02BA3B7C26D42FEBA /* SDImageLoader.h in Headers */, | ||
| 643 | + E4469E3F8C6DAFA86AEE40F5A7DDA057 /* SDImageLoadersManager.h in Headers */, | ||
| 644 | + 8873A5D63D2FFB5003FBF65F196075B3 /* SDImageTransformer.h in Headers */, | ||
| 645 | + 01356E21CF66CEFE1DDE202BC8B6B6E9 /* SDMemoryCache.h in Headers */, | ||
| 646 | + 4538E284C1F66D0CAE3AAF8F91D3AF96 /* SDWebImage.h in Headers */, | ||
| 647 | + 0B6C223CA74551BB5F0E9182D1043579 /* SDWebImageCacheKeyFilter.h in Headers */, | ||
| 648 | + 3C940D6482BE0036AB76679103726F71 /* SDWebImageCacheSerializer.h in Headers */, | ||
| 649 | + 4E2BF91ADA3D6CB8098796C8CB765585 /* SDWebImageCompat.h in Headers */, | ||
| 650 | + 7D0F4BDA8547173318AE3249166BFB94 /* SDWebImageDefine.h in Headers */, | ||
| 651 | + F0E821377D92196438C414B73C2AB1C3 /* SDWebImageDownloader.h in Headers */, | ||
| 652 | + 8EFA8C319C0948D84B4548E86C2BD005 /* SDWebImageDownloaderConfig.h in Headers */, | ||
| 653 | + 51AB0EF96E89945F750B61B227DA1B03 /* SDWebImageDownloaderOperation.h in Headers */, | ||
| 654 | + 5E3D2CC20F57B00F10B5BFA75A133171 /* SDWebImageDownloaderRequestModifier.h in Headers */, | ||
| 655 | + C60AFE771956AA3D18FE7AEBA54D81D0 /* SDWebImageError.h in Headers */, | ||
| 656 | + 9263990EFA2D4A3470CF425487F4FEBE /* SDWebImageIndicator.h in Headers */, | ||
| 657 | + 25844C3E183AE246A7752AB6BBD7DE3E /* SDWebImageManager.h in Headers */, | ||
| 658 | + B342FEAC11F0C904D5AA5F0E5F403109 /* SDWebImageOperation.h in Headers */, | ||
| 659 | + 73A8B84EF87F5E6E782D2EB160DF0CD9 /* SDWebImagePrefetcher.h in Headers */, | ||
| 660 | + FED95D0071FF562763B91AD151BBA066 /* SDWebImageTransition.h in Headers */, | ||
| 661 | + 51484D13A1C4C5D5150A654ECC2445AB /* UIButton+WebCache.h in Headers */, | ||
| 662 | + FE6CD3E51269901BD8B084A8A150B50A /* UIImage+ForceDecode.h in Headers */, | ||
| 663 | + 7149F68B3DAE1F4A0113F871AE7D5701 /* UIImage+GIF.h in Headers */, | ||
| 664 | + 9A0E4FE501B52739742BF5D0A23727D0 /* UIImage+Metadata.h in Headers */, | ||
| 665 | + 2610D07B88A2E415EDA95F8EC7078814 /* UIImage+MultiFormat.h in Headers */, | ||
| 666 | + F807657F3F7CD45142AE03C457A4E27D /* UIImage+Transform.h in Headers */, | ||
| 667 | + 766D7BB5AC7D8A33975BCF6646729E45 /* UIImageView+HighlightedWebCache.h in Headers */, | ||
| 668 | + F56453D32170AAFFD3C5E4932034DAE6 /* UIImageView+WebCache.h in Headers */, | ||
| 669 | + 29350D42D59927308956E83D0B1B2D7C /* UIView+WebCache.h in Headers */, | ||
| 670 | + 5887C265C503402C117879A33BDC1233 /* UIView+WebCacheOperation.h in Headers */, | ||
| 619 | ); | 671 | ); |
| 620 | runOnlyForDeploymentPostprocessing = 0; | 672 | runOnlyForDeploymentPostprocessing = 0; |
| 621 | }; | 673 | }; |
| 622 | - 5FCB07BA951C72264A79E00352F85582 /* Headers */ = { | 674 | + 3706D30E3D9508C8EA102AF6F2A0B0E5 /* Headers */ = { |
| 623 | isa = PBXHeadersBuildPhase; | 675 | isa = PBXHeadersBuildPhase; |
| 624 | buildActionMask = 2147483647; | 676 | buildActionMask = 2147483647; |
| 625 | files = ( | 677 | files = ( |
| 626 | - 4E54F6D121C382A900147A02 /* CNLiveCycleScrollView.h in Headers */, | ||
| 627 | - 4E54F6D521C3831800147A02 /* CNLiveCycleScrollViewCell.h in Headers */, | ||
| 628 | - C9DD69CD0A07ACC4356486833484F247 /* CNLiveCycleScrollView-umbrella.h in Headers */, | ||
| 629 | - 4E54F6D921C3833B00147A02 /* CNLiveCycleScrollViewFlowLayout.h in Headers */, | 678 | + 3DB3B0C5C8497727C8719724BDA06832 /* CNLiveCycleScrollView-umbrella.h in Headers */, |
| 679 | + 45BCA7AB111EBC6250470F28CD14F37F /* CNLiveCycleScrollView.h in Headers */, | ||
| 680 | + 77F025E1AD507660465CA2D856CBD144 /* CNLiveCycleScrollViewCell.h in Headers */, | ||
| 681 | + 53B10F4578B35093679F10728319EEDF /* CNLiveCycleScrollViewFlowLayout.h in Headers */, | ||
| 630 | ); | 682 | ); |
| 631 | runOnlyForDeploymentPostprocessing = 0; | 683 | runOnlyForDeploymentPostprocessing = 0; |
| 632 | }; | 684 | }; |
| 633 | - 8AC40ADC6D6619F24125FB326E58A0DF /* Headers */ = { | 685 | + 45DA442EA2BCA01E16DDDC3441872CB3 /* Headers */ = { |
| 634 | isa = PBXHeadersBuildPhase; | 686 | isa = PBXHeadersBuildPhase; |
| 635 | buildActionMask = 2147483647; | 687 | buildActionMask = 2147483647; |
| 636 | files = ( | 688 | files = ( |
| 637 | - 69659DB585E97CAF95137AC015B5BC61 /* Pods-CNLiveCycleScrollView_Tests-umbrella.h in Headers */, | 689 | + FD49266BC8508E90BBB72663B8121EB4 /* Pods-CNLiveCycleScrollView_Example-umbrella.h in Headers */, |
| 638 | ); | 690 | ); |
| 639 | runOnlyForDeploymentPostprocessing = 0; | 691 | runOnlyForDeploymentPostprocessing = 0; |
| 640 | }; | 692 | }; |
| 641 | - 9DF1DE0C56C1842D512C0E6FA9802268 /* Headers */ = { | 693 | + 8AC40ADC6D6619F24125FB326E58A0DF /* Headers */ = { |
| 642 | isa = PBXHeadersBuildPhase; | 694 | isa = PBXHeadersBuildPhase; |
| 643 | buildActionMask = 2147483647; | 695 | buildActionMask = 2147483647; |
| 644 | files = ( | 696 | files = ( |
| 645 | - A8868894FA611B5C64431EE98420F0DA /* NSButton+WebCache.h in Headers */, | ||
| 646 | - A132E62F40CE366BFC2B0E546A4B27F4 /* NSData+ImageContentType.h in Headers */, | ||
| 647 | - 1A868B53942522A0C93E245A76C16F65 /* NSImage+Compatibility.h in Headers */, | ||
| 648 | - 7BB832CD694369709AD349C74763E5C4 /* SDAnimatedImage.h in Headers */, | ||
| 649 | - 43098CCAAB85DE0DF95BC6D4A7793A39 /* SDAnimatedImageRep.h in Headers */, | ||
| 650 | - C23AE8459D93448EFC4284519B05BC90 /* SDAnimatedImageView+WebCache.h in Headers */, | ||
| 651 | - 52F66B89892A38AA25C5597BBB35E927 /* SDAnimatedImageView.h in Headers */, | ||
| 652 | - 4CBDF16E8DE16206049375506184D941 /* SDDiskCache.h in Headers */, | ||
| 653 | - 63C4795441BEA3647CE1509B346EEC60 /* SDImageAPNGCoder.h in Headers */, | ||
| 654 | - 60E501D4D39EE7DBA2CC98F37ABAAD82 /* SDImageCache.h in Headers */, | ||
| 655 | - C4E83FD37D59B9D29996E8124B014D6C /* SDImageCacheConfig.h in Headers */, | ||
| 656 | - F9A9F4E564102B87BF76691A17995D00 /* SDImageCacheDefine.h in Headers */, | ||
| 657 | - C545A21539E122C083C5B7D7D108D593 /* SDImageCachesManager.h in Headers */, | ||
| 658 | - 1133CD72DC1B8435C9B14F7C20D5795E /* SDImageCoder.h in Headers */, | ||
| 659 | - 6D71A9CD762F2E8E8F4972D0C2881D10 /* SDImageCoderHelper.h in Headers */, | ||
| 660 | - D8F90A1C3E7C879894C930A0BDD1A6DB /* SDImageCodersManager.h in Headers */, | ||
| 661 | - AD027F9509EA5C3239378736F798621A /* SDImageFrame.h in Headers */, | ||
| 662 | - BDAC35EE0BE323C438629EB4F2C27C8F /* SDImageGIFCoder.h in Headers */, | ||
| 663 | - 2043EC3998F1AAAAC628D3C2A8AC4F7C /* SDImageIOCoder.h in Headers */, | ||
| 664 | - 01707BE89ACE5A8FC42C875B3141359E /* SDImageLoader.h in Headers */, | ||
| 665 | - EFB531764BC8C110901106FB89A2EDE8 /* SDImageLoadersManager.h in Headers */, | ||
| 666 | - F0954989A4E5BE87E72CB557C9BA1B27 /* SDImageTransformer.h in Headers */, | ||
| 667 | - B28DABDCDCEBB7013C81F5E62B2E8B16 /* SDMemoryCache.h in Headers */, | ||
| 668 | - 35D57FE441612FE980BB9592034980C7 /* SDWebImage.h in Headers */, | ||
| 669 | - F0670A7D70ED5422FDBBC0201969D920 /* SDWebImageCacheKeyFilter.h in Headers */, | ||
| 670 | - 9E9C80AE54C8A4EB08C1D00629351ECF /* SDWebImageCacheSerializer.h in Headers */, | ||
| 671 | - 47DDE87745AD1F465ABC287C1F36C3CB /* SDWebImageCompat.h in Headers */, | ||
| 672 | - 1FC4623A81FD551CADCECB06BB6BD5D1 /* SDWebImageDefine.h in Headers */, | ||
| 673 | - 7806FD60A1AC05DB2311E0E4523C0DDA /* SDWebImageDownloader.h in Headers */, | ||
| 674 | - 834AF25C75C6B545370C4A0F7C262B3C /* SDWebImageDownloaderConfig.h in Headers */, | ||
| 675 | - B9B97427099A8B5ACA504645A46A03E2 /* SDWebImageDownloaderOperation.h in Headers */, | ||
| 676 | - 2BCBB726BA8B802ED411D5F1AC0D5829 /* SDWebImageDownloaderRequestModifier.h in Headers */, | ||
| 677 | - 9E3672F03432E65F0E83545F4F0A202D /* SDWebImageError.h in Headers */, | ||
| 678 | - 4D3C1AC9514808450E0B48482ECCB321 /* SDWebImageIndicator.h in Headers */, | ||
| 679 | - D33B51F5E88A31C2576F4A9197C4D6DC /* SDWebImageManager.h in Headers */, | ||
| 680 | - 4C51222E86C130B3CA1E751A607A6207 /* SDWebImageOperation.h in Headers */, | ||
| 681 | - 21C79DA50BA672056E90AE69598DF6C1 /* SDWebImagePrefetcher.h in Headers */, | ||
| 682 | - 10B62E1C38D737BF805CC9231977BED1 /* SDWebImageTransition.h in Headers */, | ||
| 683 | - 28EE5AEDD88A5E92265C7677EAAEB700 /* UIButton+WebCache.h in Headers */, | ||
| 684 | - A9396805B1B050BAA7D97DB27178B533 /* UIImage+ForceDecode.h in Headers */, | ||
| 685 | - BCE6035F2BE0B86D1E117CB13924B8E6 /* UIImage+GIF.h in Headers */, | ||
| 686 | - 832B387944E86B2807DBCCA99E57BDA1 /* UIImage+Metadata.h in Headers */, | ||
| 687 | - D9745A02C0E2E7E4A5569F6E8FC94C79 /* UIImage+MultiFormat.h in Headers */, | ||
| 688 | - 7D7CFC4A7BA7E54A57A9D3DAA7E2FB9E /* UIImage+Transform.h in Headers */, | ||
| 689 | - FDB9C5E0694B6797C356928ADB2CDA1A /* UIImageView+HighlightedWebCache.h in Headers */, | ||
| 690 | - E77E5E64CBA73E9AF8A53F4B4FF43100 /* UIImageView+WebCache.h in Headers */, | ||
| 691 | - 9923242880224853CD41128415E98B11 /* UIView+WebCache.h in Headers */, | ||
| 692 | - B3AB0C634F58968910C1E69B95F1ACE5 /* UIView+WebCacheOperation.h in Headers */, | 697 | + 69659DB585E97CAF95137AC015B5BC61 /* Pods-CNLiveCycleScrollView_Tests-umbrella.h in Headers */, |
| 693 | ); | 698 | ); |
| 694 | runOnlyForDeploymentPostprocessing = 0; | 699 | runOnlyForDeploymentPostprocessing = 0; |
| 695 | }; | 700 | }; |
| 696 | /* End PBXHeadersBuildPhase section */ | 701 | /* End PBXHeadersBuildPhase section */ |
| 697 | 702 | ||
| 698 | /* Begin PBXNativeTarget section */ | 703 | /* Begin PBXNativeTarget section */ |
| 699 | - 2F75A3B13AF59763025EEF6825338F47 /* SDWebImage */ = { | 704 | + A80227B6948EB310BDF5AACC638AB9B2 /* SDWebImage */ = { |
| 700 | isa = PBXNativeTarget; | 705 | isa = PBXNativeTarget; |
| 701 | - buildConfigurationList = B097827B8CFCB13866027CA565B61BA8 /* Build configuration list for PBXNativeTarget "SDWebImage" */; | 706 | + buildConfigurationList = CC0F19869BA28AE08B9E3FCF0D15DBA8 /* Build configuration list for PBXNativeTarget "SDWebImage" */; |
| 702 | buildPhases = ( | 707 | buildPhases = ( |
| 703 | - 9DF1DE0C56C1842D512C0E6FA9802268 /* Headers */, | ||
| 704 | - AF226862E69E2C0CF287D34220A2895B /* Sources */, | ||
| 705 | - AC9A06F9C446EE6563A4F85DA55E0B11 /* Frameworks */, | ||
| 706 | - 0CCABC2C18EC80E34DC22D1E833117D2 /* Resources */, | 708 | + 1C5F7542A1579B6924B4765B752BA617 /* Headers */, |
| 709 | + E8AFF957423F2F0095F7F41B9BC91241 /* Sources */, | ||
| 710 | + D84FDFAE877ED9E87731CA6F43F67036 /* Frameworks */, | ||
| 711 | + CD3ABF09FB9EEC8DE6BDAAB08E80B5AC /* Resources */, | ||
| 707 | ); | 712 | ); |
| 708 | buildRules = ( | 713 | buildRules = ( |
| 709 | ); | 714 | ); |
| @@ -714,25 +719,6 @@ | @@ -714,25 +719,6 @@ | ||
| 714 | productReference = 9E8FBD1154DD79DFE9A6463F6B631113 /* SDWebImage.framework */; | 719 | productReference = 9E8FBD1154DD79DFE9A6463F6B631113 /* SDWebImage.framework */; |
| 715 | productType = "com.apple.product-type.framework"; | 720 | productType = "com.apple.product-type.framework"; |
| 716 | }; | 721 | }; |
| 717 | - 939F9F81E51E4B9FDE1C029BF2BBBFEE /* CNLiveCycleScrollView */ = { | ||
| 718 | - isa = PBXNativeTarget; | ||
| 719 | - buildConfigurationList = 00891B76D75FE17B0FFB9CAAE71BB4D1 /* Build configuration list for PBXNativeTarget "CNLiveCycleScrollView" */; | ||
| 720 | - buildPhases = ( | ||
| 721 | - 5FCB07BA951C72264A79E00352F85582 /* Headers */, | ||
| 722 | - 46D14FAE653F4FA80870672D4C005277 /* Sources */, | ||
| 723 | - A0ADA4EB28AB8B4DEC7E8173212D796A /* Frameworks */, | ||
| 724 | - 328C16C75D9383CE8B544E90203A48FB /* Resources */, | ||
| 725 | - ); | ||
| 726 | - buildRules = ( | ||
| 727 | - ); | ||
| 728 | - dependencies = ( | ||
| 729 | - 72E1728840E057D4B0EA8A243DE734FB /* PBXTargetDependency */, | ||
| 730 | - ); | ||
| 731 | - name = CNLiveCycleScrollView; | ||
| 732 | - productName = CNLiveCycleScrollView; | ||
| 733 | - productReference = 2367D0A51354F89F27A71C0969F45E0F /* CNLiveCycleScrollView.framework */; | ||
| 734 | - productType = "com.apple.product-type.framework"; | ||
| 735 | - }; | ||
| 736 | AB68A77528ABCD2AB5142BAE10AC5DC5 /* Pods-CNLiveCycleScrollView_Example */ = { | 722 | AB68A77528ABCD2AB5142BAE10AC5DC5 /* Pods-CNLiveCycleScrollView_Example */ = { |
| 737 | isa = PBXNativeTarget; | 723 | isa = PBXNativeTarget; |
| 738 | buildConfigurationList = C584AD89E6293B57E94E954E18773635 /* Build configuration list for PBXNativeTarget "Pods-CNLiveCycleScrollView_Example" */; | 724 | buildConfigurationList = C584AD89E6293B57E94E954E18773635 /* Build configuration list for PBXNativeTarget "Pods-CNLiveCycleScrollView_Example" */; |
| @@ -753,6 +739,25 @@ | @@ -753,6 +739,25 @@ | ||
| 753 | productReference = 0DD7ECF938CCB0C8A46BF9D192DD98AD /* Pods_CNLiveCycleScrollView_Example.framework */; | 739 | productReference = 0DD7ECF938CCB0C8A46BF9D192DD98AD /* Pods_CNLiveCycleScrollView_Example.framework */; |
| 754 | productType = "com.apple.product-type.framework"; | 740 | productType = "com.apple.product-type.framework"; |
| 755 | }; | 741 | }; |
| 742 | + CB58AA7B63F0CAF202326B51D8C70FF0 /* CNLiveCycleScrollView */ = { | ||
| 743 | + isa = PBXNativeTarget; | ||
| 744 | + buildConfigurationList = FB60252771929063787F57E7ECAAC77F /* Build configuration list for PBXNativeTarget "CNLiveCycleScrollView" */; | ||
| 745 | + buildPhases = ( | ||
| 746 | + 3706D30E3D9508C8EA102AF6F2A0B0E5 /* Headers */, | ||
| 747 | + 56A95B4553177E3DB6C8DDEAA6E096FE /* Sources */, | ||
| 748 | + C99B299430C70D5EC5A98E47662F6CC5 /* Frameworks */, | ||
| 749 | + AB5033F757D8BCEBF16A93258D0B8B03 /* Resources */, | ||
| 750 | + ); | ||
| 751 | + buildRules = ( | ||
| 752 | + ); | ||
| 753 | + dependencies = ( | ||
| 754 | + FEB449E786AED51C9AFF8E8D9D757FF1 /* PBXTargetDependency */, | ||
| 755 | + ); | ||
| 756 | + name = CNLiveCycleScrollView; | ||
| 757 | + productName = CNLiveCycleScrollView; | ||
| 758 | + productReference = 2367D0A51354F89F27A71C0969F45E0F /* CNLiveCycleScrollView.framework */; | ||
| 759 | + productType = "com.apple.product-type.framework"; | ||
| 760 | + }; | ||
| 756 | E8FAF1254D45E0DDB12840F2B536E287 /* Pods-CNLiveCycleScrollView_Tests */ = { | 761 | E8FAF1254D45E0DDB12840F2B536E287 /* Pods-CNLiveCycleScrollView_Tests */ = { |
| 757 | isa = PBXNativeTarget; | 762 | isa = PBXNativeTarget; |
| 758 | buildConfigurationList = 49B69F914653CF0D16630FCE285FD93B /* Build configuration list for PBXNativeTarget "Pods-CNLiveCycleScrollView_Tests" */; | 763 | buildConfigurationList = 49B69F914653CF0D16630FCE285FD93B /* Build configuration list for PBXNativeTarget "Pods-CNLiveCycleScrollView_Tests" */; |
| @@ -794,37 +799,37 @@ | @@ -794,37 +799,37 @@ | ||
| 794 | projectDirPath = ""; | 799 | projectDirPath = ""; |
| 795 | projectRoot = ""; | 800 | projectRoot = ""; |
| 796 | targets = ( | 801 | targets = ( |
| 797 | - 939F9F81E51E4B9FDE1C029BF2BBBFEE /* CNLiveCycleScrollView */, | 802 | + CB58AA7B63F0CAF202326B51D8C70FF0 /* CNLiveCycleScrollView */, |
| 798 | AB68A77528ABCD2AB5142BAE10AC5DC5 /* Pods-CNLiveCycleScrollView_Example */, | 803 | AB68A77528ABCD2AB5142BAE10AC5DC5 /* Pods-CNLiveCycleScrollView_Example */, |
| 799 | E8FAF1254D45E0DDB12840F2B536E287 /* Pods-CNLiveCycleScrollView_Tests */, | 804 | E8FAF1254D45E0DDB12840F2B536E287 /* Pods-CNLiveCycleScrollView_Tests */, |
| 800 | - 2F75A3B13AF59763025EEF6825338F47 /* SDWebImage */, | 805 | + A80227B6948EB310BDF5AACC638AB9B2 /* SDWebImage */, |
| 801 | ); | 806 | ); |
| 802 | }; | 807 | }; |
| 803 | /* End PBXProject section */ | 808 | /* End PBXProject section */ |
| 804 | 809 | ||
| 805 | /* Begin PBXResourcesBuildPhase section */ | 810 | /* Begin PBXResourcesBuildPhase section */ |
| 806 | - 0CCABC2C18EC80E34DC22D1E833117D2 /* Resources */ = { | 811 | + 190CBA3C16A4ACF6392911D03E7E10B5 /* Resources */ = { |
| 807 | isa = PBXResourcesBuildPhase; | 812 | isa = PBXResourcesBuildPhase; |
| 808 | buildActionMask = 2147483647; | 813 | buildActionMask = 2147483647; |
| 809 | files = ( | 814 | files = ( |
| 810 | ); | 815 | ); |
| 811 | runOnlyForDeploymentPostprocessing = 0; | 816 | runOnlyForDeploymentPostprocessing = 0; |
| 812 | }; | 817 | }; |
| 813 | - 190CBA3C16A4ACF6392911D03E7E10B5 /* Resources */ = { | 818 | + 51F296169E1BD0A06B34EF84A67DB126 /* Resources */ = { |
| 814 | isa = PBXResourcesBuildPhase; | 819 | isa = PBXResourcesBuildPhase; |
| 815 | buildActionMask = 2147483647; | 820 | buildActionMask = 2147483647; |
| 816 | files = ( | 821 | files = ( |
| 817 | ); | 822 | ); |
| 818 | runOnlyForDeploymentPostprocessing = 0; | 823 | runOnlyForDeploymentPostprocessing = 0; |
| 819 | }; | 824 | }; |
| 820 | - 328C16C75D9383CE8B544E90203A48FB /* Resources */ = { | 825 | + AB5033F757D8BCEBF16A93258D0B8B03 /* Resources */ = { |
| 821 | isa = PBXResourcesBuildPhase; | 826 | isa = PBXResourcesBuildPhase; |
| 822 | buildActionMask = 2147483647; | 827 | buildActionMask = 2147483647; |
| 823 | files = ( | 828 | files = ( |
| 824 | ); | 829 | ); |
| 825 | runOnlyForDeploymentPostprocessing = 0; | 830 | runOnlyForDeploymentPostprocessing = 0; |
| 826 | }; | 831 | }; |
| 827 | - 51F296169E1BD0A06B34EF84A67DB126 /* Resources */ = { | 832 | + CD3ABF09FB9EEC8DE6BDAAB08E80B5AC /* Resources */ = { |
| 828 | isa = PBXResourcesBuildPhase; | 833 | isa = PBXResourcesBuildPhase; |
| 829 | buildActionMask = 2147483647; | 834 | buildActionMask = 2147483647; |
| 830 | files = ( | 835 | files = ( |
| @@ -834,14 +839,14 @@ | @@ -834,14 +839,14 @@ | ||
| 834 | /* End PBXResourcesBuildPhase section */ | 839 | /* End PBXResourcesBuildPhase section */ |
| 835 | 840 | ||
| 836 | /* Begin PBXSourcesBuildPhase section */ | 841 | /* Begin PBXSourcesBuildPhase section */ |
| 837 | - 46D14FAE653F4FA80870672D4C005277 /* Sources */ = { | 842 | + 56A95B4553177E3DB6C8DDEAA6E096FE /* Sources */ = { |
| 838 | isa = PBXSourcesBuildPhase; | 843 | isa = PBXSourcesBuildPhase; |
| 839 | buildActionMask = 2147483647; | 844 | buildActionMask = 2147483647; |
| 840 | files = ( | 845 | files = ( |
| 841 | - 4E54F6D221C382A900147A02 /* CNLiveCycleScrollView.m in Sources */, | ||
| 842 | - 4E54F6D621C3831800147A02 /* CNLiveCycleScrollViewCell.m in Sources */, | ||
| 843 | - 5D668EE124AAD7BDCD98575EDB03D7FD /* CNLiveCycleScrollView-dummy.m in Sources */, | ||
| 844 | - 4E54F6DA21C3833B00147A02 /* CNLiveCycleScrollViewFlowLayout.m in Sources */, | 846 | + BF9FF87085216F8D5B762F01F8D2C757 /* CNLiveCycleScrollView-dummy.m in Sources */, |
| 847 | + E1122E1EC1F4C420FC97892965739693 /* CNLiveCycleScrollView.m in Sources */, | ||
| 848 | + A404D3FD7C9DC920FCE53F15FE0411DD /* CNLiveCycleScrollViewCell.m in Sources */, | ||
| 849 | + 77FCCF011F8F76F355E437A77307796D /* CNLiveCycleScrollViewFlowLayout.m in Sources */, | ||
| 845 | ); | 850 | ); |
| 846 | runOnlyForDeploymentPostprocessing = 0; | 851 | runOnlyForDeploymentPostprocessing = 0; |
| 847 | }; | 852 | }; |
| @@ -853,57 +858,57 @@ | @@ -853,57 +858,57 @@ | ||
| 853 | ); | 858 | ); |
| 854 | runOnlyForDeploymentPostprocessing = 0; | 859 | runOnlyForDeploymentPostprocessing = 0; |
| 855 | }; | 860 | }; |
| 856 | - AF226862E69E2C0CF287D34220A2895B /* Sources */ = { | 861 | + E8AFF957423F2F0095F7F41B9BC91241 /* Sources */ = { |
| 857 | isa = PBXSourcesBuildPhase; | 862 | isa = PBXSourcesBuildPhase; |
| 858 | buildActionMask = 2147483647; | 863 | buildActionMask = 2147483647; |
| 859 | files = ( | 864 | files = ( |
| 860 | - 6BFC1A1575F600F6646C7CCBFD5B6743 /* NSButton+WebCache.m in Sources */, | ||
| 861 | - 7631849B58FA54D4699F1A4F013AC07E /* NSData+ImageContentType.m in Sources */, | ||
| 862 | - C596BD904BE630FD09E202EA83C97F3A /* NSImage+Compatibility.m in Sources */, | ||
| 863 | - F7AE141DFD1358020719ABAEFBDADC61 /* SDAnimatedImage.m in Sources */, | ||
| 864 | - DC2F7008921BF54642243183A5533FF6 /* SDAnimatedImageRep.m in Sources */, | ||
| 865 | - 7432D14C4E5A984A934EEC48829667DB /* SDAnimatedImageView+WebCache.m in Sources */, | ||
| 866 | - 4CFC6AF0B1B39D8BF6B949B9B942F00D /* SDAnimatedImageView.m in Sources */, | ||
| 867 | - 3AED56B1D4D876C50D7D0995AF5AF831 /* SDDiskCache.m in Sources */, | ||
| 868 | - 7825BA1FEBB787C6DE5B331D12B03B4B /* SDImageAPNGCoder.m in Sources */, | ||
| 869 | - 7B05F3776076F51214FC8D2D894C17AB /* SDImageCache.m in Sources */, | ||
| 870 | - 8111DF2583489D131D76D84E57EA4B15 /* SDImageCacheConfig.m in Sources */, | ||
| 871 | - 7F31E1DABCE9B922466D2E1E52040049 /* SDImageCacheDefine.m in Sources */, | ||
| 872 | - A809BCC2C4B2A88E704CA5C79878837F /* SDImageCachesManager.m in Sources */, | ||
| 873 | - 67C61885977B12F2FA0D896A276B1088 /* SDImageCoder.m in Sources */, | ||
| 874 | - 99459312B9917B307D2C1E96ECDD0A41 /* SDImageCoderHelper.m in Sources */, | ||
| 875 | - D608415674855E54B90C1B2290F93F3F /* SDImageCodersManager.m in Sources */, | ||
| 876 | - 1461E9FEECB111E7D9C79FFD8F0305F4 /* SDImageFrame.m in Sources */, | ||
| 877 | - 9849F85B2F871DFD943BA3B9C4730596 /* SDImageGIFCoder.m in Sources */, | ||
| 878 | - 2465FF04592D0383AB7E2D320DE6B785 /* SDImageIOCoder.m in Sources */, | ||
| 879 | - B74C2A1B70515A4542FC5B20AFA7168C /* SDImageLoader.m in Sources */, | ||
| 880 | - 25312B3DAE079DC2A1BB94459C5673EF /* SDImageLoadersManager.m in Sources */, | ||
| 881 | - A99EA390A45E26C030FBA05D11DB5DE3 /* SDImageTransformer.m in Sources */, | ||
| 882 | - 80EAFE547645FF363E5CA3C43281C91E /* SDMemoryCache.m in Sources */, | ||
| 883 | - 8B886C698FBCA0A96E69A10FA930110C /* SDWebImage-dummy.m in Sources */, | ||
| 884 | - BB0F7539FBD90012B199B57E86FE24A1 /* SDWebImageCacheKeyFilter.m in Sources */, | ||
| 885 | - 9FC0B5EE57977C9049F48E3E68342815 /* SDWebImageCacheSerializer.m in Sources */, | ||
| 886 | - 2787EA6C028DAA2871D19E4B8888229D /* SDWebImageCompat.m in Sources */, | ||
| 887 | - 3E8C232457BBE6FE8367F782873ADA43 /* SDWebImageDefine.m in Sources */, | ||
| 888 | - E58C5275B3269AB1DA2F99D535AF101B /* SDWebImageDownloader.m in Sources */, | ||
| 889 | - 50085FDD22EB94626BE89499D34FB8E0 /* SDWebImageDownloaderConfig.m in Sources */, | ||
| 890 | - E632B934B40FA40B68A3B5265A0778CB /* SDWebImageDownloaderOperation.m in Sources */, | ||
| 891 | - 24092795EA1994D159BE282029A97300 /* SDWebImageDownloaderRequestModifier.m in Sources */, | ||
| 892 | - 1E0EC4E226E62F7AA19E585716DDE44B /* SDWebImageError.m in Sources */, | ||
| 893 | - F6001E164B02882663EFD69AAF1160E2 /* SDWebImageIndicator.m in Sources */, | ||
| 894 | - 2FC43A78A362E8C40E5304F5E0C6F8D0 /* SDWebImageManager.m in Sources */, | ||
| 895 | - 44A6EDB61F67EFAE4FD89B49446710FD /* SDWebImagePrefetcher.m in Sources */, | ||
| 896 | - 885B1032B8883BFAFFB2B371118B396C /* SDWebImageTransition.m in Sources */, | ||
| 897 | - EC79559336869E1CDC442CAB76444FC1 /* UIButton+WebCache.m in Sources */, | ||
| 898 | - 18B9859DFFAE9305AB06999550EEE862 /* UIImage+ForceDecode.m in Sources */, | ||
| 899 | - F5D40DAD6A5DECF6CE997F05DFD77233 /* UIImage+GIF.m in Sources */, | ||
| 900 | - D076D84782EB124AFAEA2B88EFF91A10 /* UIImage+Metadata.m in Sources */, | ||
| 901 | - C79A70F433850D1CA4EAF2E6C8DE0B64 /* UIImage+MultiFormat.m in Sources */, | ||
| 902 | - A2A2DA190DFE2DE6F4005B9132743F3A /* UIImage+Transform.m in Sources */, | ||
| 903 | - 9543E3FB8AF37D10EC4A5F796472B1CC /* UIImageView+HighlightedWebCache.m in Sources */, | ||
| 904 | - 53F4912742BF16810F2F1D78D5A1396C /* UIImageView+WebCache.m in Sources */, | ||
| 905 | - 3D709632DB7675DD11C8B83B448240CE /* UIView+WebCache.m in Sources */, | ||
| 906 | - 204C783BE21DFBDF9A877D82C6CFFCA6 /* UIView+WebCacheOperation.m in Sources */, | 865 | + FDD9A01F3D4B2F724E384CF257E1576A /* NSButton+WebCache.m in Sources */, |
| 866 | + FBF58AD5D108C038B8FF72C77AB8B7C6 /* NSData+ImageContentType.m in Sources */, | ||
| 867 | + 874010AE45B61EF0D3FBD75F1F143FC0 /* NSImage+Compatibility.m in Sources */, | ||
| 868 | + 2BCDA46C830FEB0E9DA6513868FEFDD5 /* SDAnimatedImage.m in Sources */, | ||
| 869 | + 1A3D968DDC2BB94F141E3586603FD5D4 /* SDAnimatedImageRep.m in Sources */, | ||
| 870 | + DBE42A9797AD877FEF07F035B24DE421 /* SDAnimatedImageView+WebCache.m in Sources */, | ||
| 871 | + B7E6D14A5433BF28877E97575E3EA746 /* SDAnimatedImageView.m in Sources */, | ||
| 872 | + 61E722FF4842839DEA920CD9C729400B /* SDDiskCache.m in Sources */, | ||
| 873 | + B41CB72D6293ACDD875D65CB5145BC61 /* SDImageAPNGCoder.m in Sources */, | ||
| 874 | + D52BC89092561C85280F48AF24B499F3 /* SDImageCache.m in Sources */, | ||
| 875 | + 51CA771BB246FB1B7E35074FEF8A0B9A /* SDImageCacheConfig.m in Sources */, | ||
| 876 | + 8021F715F9888880D9A61EDC1DD384A6 /* SDImageCacheDefine.m in Sources */, | ||
| 877 | + 9DAFC1ACE0F02D822607BE22FD3DA4AD /* SDImageCachesManager.m in Sources */, | ||
| 878 | + 7D4BFA5FA918DC2495650C1BA922BA53 /* SDImageCoder.m in Sources */, | ||
| 879 | + 418EE98C8261DF4D28A907925AA9E8BE /* SDImageCoderHelper.m in Sources */, | ||
| 880 | + BA10AD9138A91E53DF1A6A68B39A58EA /* SDImageCodersManager.m in Sources */, | ||
| 881 | + 0B563E05BA511D46BF0E6A9B8BC09B2A /* SDImageFrame.m in Sources */, | ||
| 882 | + 2B70F40731977A2FE9DCA38978F30F3A /* SDImageGIFCoder.m in Sources */, | ||
| 883 | + 5DC2C331BA7F60EDC75302BFC15576D9 /* SDImageIOCoder.m in Sources */, | ||
| 884 | + 43773EFE76354129512905DD4C893BB6 /* SDImageLoader.m in Sources */, | ||
| 885 | + F246F3855F9C09A1C8D913C71A5F2ABF /* SDImageLoadersManager.m in Sources */, | ||
| 886 | + 3BDD44957A93B368498CB37AE77F4BA7 /* SDImageTransformer.m in Sources */, | ||
| 887 | + 706151BDFB7F85328E55DB568FB41B64 /* SDMemoryCache.m in Sources */, | ||
| 888 | + B487B4C8D672BB8A293A60A14C235F6E /* SDWebImage-dummy.m in Sources */, | ||
| 889 | + 2AED5ADA4858ECC1CEFC4C532DE500E7 /* SDWebImageCacheKeyFilter.m in Sources */, | ||
| 890 | + 5842791148D03643F66928DE98AC6529 /* SDWebImageCacheSerializer.m in Sources */, | ||
| 891 | + AB1DDE731363E2B89B24CD69694F7562 /* SDWebImageCompat.m in Sources */, | ||
| 892 | + A95DF0084B30DC1D800748B31DCB62C5 /* SDWebImageDefine.m in Sources */, | ||
| 893 | + F91F5D37C377C73307A977E6AA22D2B6 /* SDWebImageDownloader.m in Sources */, | ||
| 894 | + FA6226AAD2F19F387A8B114EB20870DE /* SDWebImageDownloaderConfig.m in Sources */, | ||
| 895 | + C82A27FCB320EFADFABF6280FFAB8E4E /* SDWebImageDownloaderOperation.m in Sources */, | ||
| 896 | + 5875732D1BD00931B7C846EE648E01EC /* SDWebImageDownloaderRequestModifier.m in Sources */, | ||
| 897 | + EACCF600C56240EA43EF816AF616F1FC /* SDWebImageError.m in Sources */, | ||
| 898 | + 8F83C3C2BF482EAAA1D2202670C3C0EE /* SDWebImageIndicator.m in Sources */, | ||
| 899 | + 3F635DB3BB92D0EAAAABBC93CE52C4F9 /* SDWebImageManager.m in Sources */, | ||
| 900 | + 325F171E9F692EF8F2A26761F436CBF9 /* SDWebImagePrefetcher.m in Sources */, | ||
| 901 | + 71A49BFD8D872D15D9819A4F1C61888C /* SDWebImageTransition.m in Sources */, | ||
| 902 | + EFCEC6DAD364F8A89F5BDE11CA8C3A8A /* UIButton+WebCache.m in Sources */, | ||
| 903 | + 5EDD4F345405225314B72A3E384579AA /* UIImage+ForceDecode.m in Sources */, | ||
| 904 | + EB3B5C75634ABCEC7822A1B963CDD813 /* UIImage+GIF.m in Sources */, | ||
| 905 | + 3BA2246E64BDDC1D4604D0E3A3FE6FCC /* UIImage+Metadata.m in Sources */, | ||
| 906 | + B8709BB59E8189D9BA070015D320E66C /* UIImage+MultiFormat.m in Sources */, | ||
| 907 | + 4F0EEB17C4AC3B811A7DD640F75B50AE /* UIImage+Transform.m in Sources */, | ||
| 908 | + 0BB29E3FFC5A970607BE930816D9B01E /* UIImageView+HighlightedWebCache.m in Sources */, | ||
| 909 | + 64A299785A8C0DBFED3CA0FB2AF81F08 /* UIImageView+WebCache.m in Sources */, | ||
| 910 | + 16F2D0369893F43A6CAF87AFCBCF28B1 /* UIView+WebCache.m in Sources */, | ||
| 911 | + D59D82CC4A490F5E86BC2C8000570596 /* UIView+WebCacheOperation.m in Sources */, | ||
| 907 | ); | 912 | ); |
| 908 | runOnlyForDeploymentPostprocessing = 0; | 913 | runOnlyForDeploymentPostprocessing = 0; |
| 909 | }; | 914 | }; |
| @@ -921,7 +926,7 @@ | @@ -921,7 +926,7 @@ | ||
| 921 | 01DB9BB4AF35D4F6DA2D92E4A74BD195 /* PBXTargetDependency */ = { | 926 | 01DB9BB4AF35D4F6DA2D92E4A74BD195 /* PBXTargetDependency */ = { |
| 922 | isa = PBXTargetDependency; | 927 | isa = PBXTargetDependency; |
| 923 | name = SDWebImage; | 928 | name = SDWebImage; |
| 924 | - target = 2F75A3B13AF59763025EEF6825338F47 /* SDWebImage */; | 929 | + target = A80227B6948EB310BDF5AACC638AB9B2 /* SDWebImage */; |
| 925 | targetProxy = 1865CE000B6E8B3E629A37CD8BC9AA2D /* PBXContainerItemProxy */; | 930 | targetProxy = 1865CE000B6E8B3E629A37CD8BC9AA2D /* PBXContainerItemProxy */; |
| 926 | }; | 931 | }; |
| 927 | 47D5F0358DDF591B6DF32174D082C1F5 /* PBXTargetDependency */ = { | 932 | 47D5F0358DDF591B6DF32174D082C1F5 /* PBXTargetDependency */ = { |
| @@ -933,55 +938,24 @@ | @@ -933,55 +938,24 @@ | ||
| 933 | 703820D8E88472E9106C491710440C41 /* PBXTargetDependency */ = { | 938 | 703820D8E88472E9106C491710440C41 /* PBXTargetDependency */ = { |
| 934 | isa = PBXTargetDependency; | 939 | isa = PBXTargetDependency; |
| 935 | name = CNLiveCycleScrollView; | 940 | name = CNLiveCycleScrollView; |
| 936 | - target = 939F9F81E51E4B9FDE1C029BF2BBBFEE /* CNLiveCycleScrollView */; | 941 | + target = CB58AA7B63F0CAF202326B51D8C70FF0 /* CNLiveCycleScrollView */; |
| 937 | targetProxy = F666CECE9987C66F2969508E5017BECD /* PBXContainerItemProxy */; | 942 | targetProxy = F666CECE9987C66F2969508E5017BECD /* PBXContainerItemProxy */; |
| 938 | }; | 943 | }; |
| 939 | - 72E1728840E057D4B0EA8A243DE734FB /* PBXTargetDependency */ = { | 944 | + 865C74873ECBC5F41E1DC8CB5F3196AB /* PBXTargetDependency */ = { |
| 940 | isa = PBXTargetDependency; | 945 | isa = PBXTargetDependency; |
| 941 | name = SDWebImage; | 946 | name = SDWebImage; |
| 942 | - target = 2F75A3B13AF59763025EEF6825338F47 /* SDWebImage */; | ||
| 943 | - targetProxy = DC50DD9E335BEB07213D92AEBDB736BC /* PBXContainerItemProxy */; | 947 | + target = A80227B6948EB310BDF5AACC638AB9B2 /* SDWebImage */; |
| 948 | + targetProxy = CD7E2C52E279B6BCFD2BBAA1327B8C9A /* PBXContainerItemProxy */; | ||
| 944 | }; | 949 | }; |
| 945 | - 865C74873ECBC5F41E1DC8CB5F3196AB /* PBXTargetDependency */ = { | 950 | + FEB449E786AED51C9AFF8E8D9D757FF1 /* PBXTargetDependency */ = { |
| 946 | isa = PBXTargetDependency; | 951 | isa = PBXTargetDependency; |
| 947 | name = SDWebImage; | 952 | name = SDWebImage; |
| 948 | - target = 2F75A3B13AF59763025EEF6825338F47 /* SDWebImage */; | ||
| 949 | - targetProxy = CD7E2C52E279B6BCFD2BBAA1327B8C9A /* PBXContainerItemProxy */; | 953 | + target = A80227B6948EB310BDF5AACC638AB9B2 /* SDWebImage */; |
| 954 | + targetProxy = 83487DF9329376D86D8C7316884BACE0 /* PBXContainerItemProxy */; | ||
| 950 | }; | 955 | }; |
| 951 | /* End PBXTargetDependency section */ | 956 | /* End PBXTargetDependency section */ |
| 952 | 957 | ||
| 953 | /* Begin XCBuildConfiguration section */ | 958 | /* Begin XCBuildConfiguration section */ |
| 954 | - 04F8B3068000BCA7AF6D5FE2CF2F6DB4 /* Debug */ = { | ||
| 955 | - isa = XCBuildConfiguration; | ||
| 956 | - baseConfigurationReference = 2C6125BBC33C86C7B630DCA45CE364F2 /* CNLiveCycleScrollView.xcconfig */; | ||
| 957 | - buildSettings = { | ||
| 958 | - CODE_SIGN_IDENTITY = ""; | ||
| 959 | - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | ||
| 960 | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
| 961 | - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | ||
| 962 | - CURRENT_PROJECT_VERSION = 1; | ||
| 963 | - DEFINES_MODULE = YES; | ||
| 964 | - DYLIB_COMPATIBILITY_VERSION = 1; | ||
| 965 | - DYLIB_CURRENT_VERSION = 1; | ||
| 966 | - DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| 967 | - GCC_PREFIX_HEADER = "Target Support Files/CNLiveCycleScrollView/CNLiveCycleScrollView-prefix.pch"; | ||
| 968 | - INFOPLIST_FILE = "Target Support Files/CNLiveCycleScrollView/Info.plist"; | ||
| 969 | - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
| 970 | - IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
| 971 | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
| 972 | - MACH_O_TYPE = staticlib; | ||
| 973 | - MODULEMAP_FILE = "Target Support Files/CNLiveCycleScrollView/CNLiveCycleScrollView.modulemap"; | ||
| 974 | - PRODUCT_MODULE_NAME = CNLiveCycleScrollView; | ||
| 975 | - PRODUCT_NAME = CNLiveCycleScrollView; | ||
| 976 | - SDKROOT = iphoneos; | ||
| 977 | - SKIP_INSTALL = YES; | ||
| 978 | - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | ||
| 979 | - TARGETED_DEVICE_FAMILY = "1,2"; | ||
| 980 | - VERSIONING_SYSTEM = "apple-generic"; | ||
| 981 | - VERSION_INFO_PREFIX = ""; | ||
| 982 | - }; | ||
| 983 | - name = Debug; | ||
| 984 | - }; | ||
| 985 | 0976552F93830CC71B3986E079EAD102 /* Release */ = { | 959 | 0976552F93830CC71B3986E079EAD102 /* Release */ = { |
| 986 | isa = XCBuildConfiguration; | 960 | isa = XCBuildConfiguration; |
| 987 | baseConfigurationReference = 201DDF620EB12684371BBA56090041EA /* Pods-CNLiveCycleScrollView_Tests.release.xcconfig */; | 961 | baseConfigurationReference = 201DDF620EB12684371BBA56090041EA /* Pods-CNLiveCycleScrollView_Tests.release.xcconfig */; |
| @@ -1050,37 +1024,6 @@ | @@ -1050,37 +1024,6 @@ | ||
| 1050 | }; | 1024 | }; |
| 1051 | name = Release; | 1025 | name = Release; |
| 1052 | }; | 1026 | }; |
| 1053 | - 2DB85E0194F1D0FF24444EB7EAA4799A /* Release */ = { | ||
| 1054 | - isa = XCBuildConfiguration; | ||
| 1055 | - baseConfigurationReference = B057B7ADBE6A9F52AE484FC04B5E0EE6 /* SDWebImage.xcconfig */; | ||
| 1056 | - buildSettings = { | ||
| 1057 | - CODE_SIGN_IDENTITY = ""; | ||
| 1058 | - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | ||
| 1059 | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
| 1060 | - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | ||
| 1061 | - CURRENT_PROJECT_VERSION = 1; | ||
| 1062 | - DEFINES_MODULE = YES; | ||
| 1063 | - DYLIB_COMPATIBILITY_VERSION = 1; | ||
| 1064 | - DYLIB_CURRENT_VERSION = 1; | ||
| 1065 | - DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| 1066 | - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; | ||
| 1067 | - INFOPLIST_FILE = "Target Support Files/SDWebImage/Info.plist"; | ||
| 1068 | - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
| 1069 | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
| 1070 | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
| 1071 | - MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; | ||
| 1072 | - PRODUCT_MODULE_NAME = SDWebImage; | ||
| 1073 | - PRODUCT_NAME = SDWebImage; | ||
| 1074 | - SDKROOT = iphoneos; | ||
| 1075 | - SKIP_INSTALL = YES; | ||
| 1076 | - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | ||
| 1077 | - TARGETED_DEVICE_FAMILY = "1,2"; | ||
| 1078 | - VALIDATE_PRODUCT = YES; | ||
| 1079 | - VERSIONING_SYSTEM = "apple-generic"; | ||
| 1080 | - VERSION_INFO_PREFIX = ""; | ||
| 1081 | - }; | ||
| 1082 | - name = Release; | ||
| 1083 | - }; | ||
| 1084 | 45E332C0C9F3B0714D5FDE3B4BFBBECA /* Debug */ = { | 1027 | 45E332C0C9F3B0714D5FDE3B4BFBBECA /* Debug */ = { |
| 1085 | isa = XCBuildConfiguration; | 1028 | isa = XCBuildConfiguration; |
| 1086 | baseConfigurationReference = 55B162073D8C0B4EC2E47255ED833167 /* Pods-CNLiveCycleScrollView_Example.debug.xcconfig */; | 1029 | baseConfigurationReference = 55B162073D8C0B4EC2E47255ED833167 /* Pods-CNLiveCycleScrollView_Example.debug.xcconfig */; |
| @@ -1114,36 +1057,6 @@ | @@ -1114,36 +1057,6 @@ | ||
| 1114 | }; | 1057 | }; |
| 1115 | name = Debug; | 1058 | name = Debug; |
| 1116 | }; | 1059 | }; |
| 1117 | - 4E76495BC02B25BA65B6B8CF77E673B1 /* Debug */ = { | ||
| 1118 | - isa = XCBuildConfiguration; | ||
| 1119 | - baseConfigurationReference = B057B7ADBE6A9F52AE484FC04B5E0EE6 /* SDWebImage.xcconfig */; | ||
| 1120 | - buildSettings = { | ||
| 1121 | - CODE_SIGN_IDENTITY = ""; | ||
| 1122 | - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | ||
| 1123 | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
| 1124 | - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | ||
| 1125 | - CURRENT_PROJECT_VERSION = 1; | ||
| 1126 | - DEFINES_MODULE = YES; | ||
| 1127 | - DYLIB_COMPATIBILITY_VERSION = 1; | ||
| 1128 | - DYLIB_CURRENT_VERSION = 1; | ||
| 1129 | - DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| 1130 | - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; | ||
| 1131 | - INFOPLIST_FILE = "Target Support Files/SDWebImage/Info.plist"; | ||
| 1132 | - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
| 1133 | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
| 1134 | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
| 1135 | - MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; | ||
| 1136 | - PRODUCT_MODULE_NAME = SDWebImage; | ||
| 1137 | - PRODUCT_NAME = SDWebImage; | ||
| 1138 | - SDKROOT = iphoneos; | ||
| 1139 | - SKIP_INSTALL = YES; | ||
| 1140 | - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | ||
| 1141 | - TARGETED_DEVICE_FAMILY = "1,2"; | ||
| 1142 | - VERSIONING_SYSTEM = "apple-generic"; | ||
| 1143 | - VERSION_INFO_PREFIX = ""; | ||
| 1144 | - }; | ||
| 1145 | - name = Debug; | ||
| 1146 | - }; | ||
| 1147 | 5DE19CECB206ACCCACF04D62F93FFDA6 /* Release */ = { | 1060 | 5DE19CECB206ACCCACF04D62F93FFDA6 /* Release */ = { |
| 1148 | isa = XCBuildConfiguration; | 1061 | isa = XCBuildConfiguration; |
| 1149 | buildSettings = { | 1062 | buildSettings = { |
| @@ -1199,7 +1112,8 @@ | @@ -1199,7 +1112,8 @@ | ||
| 1199 | MTL_FAST_MATH = YES; | 1112 | MTL_FAST_MATH = YES; |
| 1200 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1113 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1201 | STRIP_INSTALLED_PRODUCT = NO; | 1114 | STRIP_INSTALLED_PRODUCT = NO; |
| 1202 | - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; | 1115 | + SWIFT_COMPILATION_MODE = wholemodule; |
| 1116 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; | ||
| 1203 | SWIFT_VERSION = 4.2; | 1117 | SWIFT_VERSION = 4.2; |
| 1204 | SYMROOT = "${SRCROOT}/../build"; | 1118 | SYMROOT = "${SRCROOT}/../build"; |
| 1205 | }; | 1119 | }; |
| @@ -1271,9 +1185,40 @@ | @@ -1271,9 +1185,40 @@ | ||
| 1271 | }; | 1185 | }; |
| 1272 | name = Debug; | 1186 | name = Debug; |
| 1273 | }; | 1187 | }; |
| 1274 | - F31799AC6DF7226509CBC0D7E33DB797 /* Release */ = { | 1188 | + 898F3593DF3B883BF2FAA93220C38427 /* Release */ = { |
| 1189 | + isa = XCBuildConfiguration; | ||
| 1190 | + baseConfigurationReference = B057B7ADBE6A9F52AE484FC04B5E0EE6 /* SDWebImage.xcconfig */; | ||
| 1191 | + buildSettings = { | ||
| 1192 | + CODE_SIGN_IDENTITY = ""; | ||
| 1193 | + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | ||
| 1194 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
| 1195 | + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | ||
| 1196 | + CURRENT_PROJECT_VERSION = 1; | ||
| 1197 | + DEFINES_MODULE = YES; | ||
| 1198 | + DYLIB_COMPATIBILITY_VERSION = 1; | ||
| 1199 | + DYLIB_CURRENT_VERSION = 1; | ||
| 1200 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| 1201 | + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; | ||
| 1202 | + INFOPLIST_FILE = "Target Support Files/SDWebImage/Info.plist"; | ||
| 1203 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
| 1204 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
| 1205 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
| 1206 | + MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; | ||
| 1207 | + PRODUCT_MODULE_NAME = SDWebImage; | ||
| 1208 | + PRODUCT_NAME = SDWebImage; | ||
| 1209 | + SDKROOT = iphoneos; | ||
| 1210 | + SKIP_INSTALL = YES; | ||
| 1211 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | ||
| 1212 | + TARGETED_DEVICE_FAMILY = "1,2"; | ||
| 1213 | + VALIDATE_PRODUCT = YES; | ||
| 1214 | + VERSIONING_SYSTEM = "apple-generic"; | ||
| 1215 | + VERSION_INFO_PREFIX = ""; | ||
| 1216 | + }; | ||
| 1217 | + name = Release; | ||
| 1218 | + }; | ||
| 1219 | + CF45E91ECFC4B9A7DC81A4568B1C3F4F /* Release */ = { | ||
| 1275 | isa = XCBuildConfiguration; | 1220 | isa = XCBuildConfiguration; |
| 1276 | - baseConfigurationReference = 2C6125BBC33C86C7B630DCA45CE364F2 /* CNLiveCycleScrollView.xcconfig */; | 1221 | + baseConfigurationReference = 7F59913ADC692D0C2738526395E91E1C /* CNLiveCycleScrollView.xcconfig */; |
| 1277 | buildSettings = { | 1222 | buildSettings = { |
| 1278 | CODE_SIGN_IDENTITY = ""; | 1223 | CODE_SIGN_IDENTITY = ""; |
| 1279 | "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | 1224 | "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; |
| @@ -1289,7 +1234,6 @@ | @@ -1289,7 +1234,6 @@ | ||
| 1289 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 1234 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 1290 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; | 1235 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 1291 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1236 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1292 | - MACH_O_TYPE = staticlib; | ||
| 1293 | MODULEMAP_FILE = "Target Support Files/CNLiveCycleScrollView/CNLiveCycleScrollView.modulemap"; | 1237 | MODULEMAP_FILE = "Target Support Files/CNLiveCycleScrollView/CNLiveCycleScrollView.modulemap"; |
| 1294 | PRODUCT_MODULE_NAME = CNLiveCycleScrollView; | 1238 | PRODUCT_MODULE_NAME = CNLiveCycleScrollView; |
| 1295 | PRODUCT_NAME = CNLiveCycleScrollView; | 1239 | PRODUCT_NAME = CNLiveCycleScrollView; |
| @@ -1336,18 +1280,69 @@ | @@ -1336,18 +1280,69 @@ | ||
| 1336 | }; | 1280 | }; |
| 1337 | name = Debug; | 1281 | name = Debug; |
| 1338 | }; | 1282 | }; |
| 1283 | + FD5E8CAFDCD3EF3E8E6E7FB3312692AC /* Debug */ = { | ||
| 1284 | + isa = XCBuildConfiguration; | ||
| 1285 | + baseConfigurationReference = 7F59913ADC692D0C2738526395E91E1C /* CNLiveCycleScrollView.xcconfig */; | ||
| 1286 | + buildSettings = { | ||
| 1287 | + CODE_SIGN_IDENTITY = ""; | ||
| 1288 | + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | ||
| 1289 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
| 1290 | + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | ||
| 1291 | + CURRENT_PROJECT_VERSION = 1; | ||
| 1292 | + DEFINES_MODULE = YES; | ||
| 1293 | + DYLIB_COMPATIBILITY_VERSION = 1; | ||
| 1294 | + DYLIB_CURRENT_VERSION = 1; | ||
| 1295 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| 1296 | + GCC_PREFIX_HEADER = "Target Support Files/CNLiveCycleScrollView/CNLiveCycleScrollView-prefix.pch"; | ||
| 1297 | + INFOPLIST_FILE = "Target Support Files/CNLiveCycleScrollView/Info.plist"; | ||
| 1298 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
| 1299 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
| 1300 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
| 1301 | + MODULEMAP_FILE = "Target Support Files/CNLiveCycleScrollView/CNLiveCycleScrollView.modulemap"; | ||
| 1302 | + PRODUCT_MODULE_NAME = CNLiveCycleScrollView; | ||
| 1303 | + PRODUCT_NAME = CNLiveCycleScrollView; | ||
| 1304 | + SDKROOT = iphoneos; | ||
| 1305 | + SKIP_INSTALL = YES; | ||
| 1306 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | ||
| 1307 | + TARGETED_DEVICE_FAMILY = "1,2"; | ||
| 1308 | + VERSIONING_SYSTEM = "apple-generic"; | ||
| 1309 | + VERSION_INFO_PREFIX = ""; | ||
| 1310 | + }; | ||
| 1311 | + name = Debug; | ||
| 1312 | + }; | ||
| 1313 | + FEC7ECE73C05B7F6E165EB15A725DB2E /* Debug */ = { | ||
| 1314 | + isa = XCBuildConfiguration; | ||
| 1315 | + baseConfigurationReference = B057B7ADBE6A9F52AE484FC04B5E0EE6 /* SDWebImage.xcconfig */; | ||
| 1316 | + buildSettings = { | ||
| 1317 | + CODE_SIGN_IDENTITY = ""; | ||
| 1318 | + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | ||
| 1319 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
| 1320 | + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | ||
| 1321 | + CURRENT_PROJECT_VERSION = 1; | ||
| 1322 | + DEFINES_MODULE = YES; | ||
| 1323 | + DYLIB_COMPATIBILITY_VERSION = 1; | ||
| 1324 | + DYLIB_CURRENT_VERSION = 1; | ||
| 1325 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| 1326 | + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; | ||
| 1327 | + INFOPLIST_FILE = "Target Support Files/SDWebImage/Info.plist"; | ||
| 1328 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
| 1329 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
| 1330 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
| 1331 | + MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; | ||
| 1332 | + PRODUCT_MODULE_NAME = SDWebImage; | ||
| 1333 | + PRODUCT_NAME = SDWebImage; | ||
| 1334 | + SDKROOT = iphoneos; | ||
| 1335 | + SKIP_INSTALL = YES; | ||
| 1336 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | ||
| 1337 | + TARGETED_DEVICE_FAMILY = "1,2"; | ||
| 1338 | + VERSIONING_SYSTEM = "apple-generic"; | ||
| 1339 | + VERSION_INFO_PREFIX = ""; | ||
| 1340 | + }; | ||
| 1341 | + name = Debug; | ||
| 1342 | + }; | ||
| 1339 | /* End XCBuildConfiguration section */ | 1343 | /* End XCBuildConfiguration section */ |
| 1340 | 1344 | ||
| 1341 | /* Begin XCConfigurationList section */ | 1345 | /* Begin XCConfigurationList section */ |
| 1342 | - 00891B76D75FE17B0FFB9CAAE71BB4D1 /* Build configuration list for PBXNativeTarget "CNLiveCycleScrollView" */ = { | ||
| 1343 | - isa = XCConfigurationList; | ||
| 1344 | - buildConfigurations = ( | ||
| 1345 | - 04F8B3068000BCA7AF6D5FE2CF2F6DB4 /* Debug */, | ||
| 1346 | - F31799AC6DF7226509CBC0D7E33DB797 /* Release */, | ||
| 1347 | - ); | ||
| 1348 | - defaultConfigurationIsVisible = 0; | ||
| 1349 | - defaultConfigurationName = Release; | ||
| 1350 | - }; | ||
| 1351 | 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { | 1346 | 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { |
| 1352 | isa = XCConfigurationList; | 1347 | isa = XCConfigurationList; |
| 1353 | buildConfigurations = ( | 1348 | buildConfigurations = ( |
| @@ -1366,20 +1361,29 @@ | @@ -1366,20 +1361,29 @@ | ||
| 1366 | defaultConfigurationIsVisible = 0; | 1361 | defaultConfigurationIsVisible = 0; |
| 1367 | defaultConfigurationName = Release; | 1362 | defaultConfigurationName = Release; |
| 1368 | }; | 1363 | }; |
| 1369 | - B097827B8CFCB13866027CA565B61BA8 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { | 1364 | + C584AD89E6293B57E94E954E18773635 /* Build configuration list for PBXNativeTarget "Pods-CNLiveCycleScrollView_Example" */ = { |
| 1370 | isa = XCConfigurationList; | 1365 | isa = XCConfigurationList; |
| 1371 | buildConfigurations = ( | 1366 | buildConfigurations = ( |
| 1372 | - 4E76495BC02B25BA65B6B8CF77E673B1 /* Debug */, | ||
| 1373 | - 2DB85E0194F1D0FF24444EB7EAA4799A /* Release */, | 1367 | + 45E332C0C9F3B0714D5FDE3B4BFBBECA /* Debug */, |
| 1368 | + 1AB5BEF1C10427837FB826539C272518 /* Release */, | ||
| 1374 | ); | 1369 | ); |
| 1375 | defaultConfigurationIsVisible = 0; | 1370 | defaultConfigurationIsVisible = 0; |
| 1376 | defaultConfigurationName = Release; | 1371 | defaultConfigurationName = Release; |
| 1377 | }; | 1372 | }; |
| 1378 | - C584AD89E6293B57E94E954E18773635 /* Build configuration list for PBXNativeTarget "Pods-CNLiveCycleScrollView_Example" */ = { | 1373 | + CC0F19869BA28AE08B9E3FCF0D15DBA8 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { |
| 1379 | isa = XCConfigurationList; | 1374 | isa = XCConfigurationList; |
| 1380 | buildConfigurations = ( | 1375 | buildConfigurations = ( |
| 1381 | - 45E332C0C9F3B0714D5FDE3B4BFBBECA /* Debug */, | ||
| 1382 | - 1AB5BEF1C10427837FB826539C272518 /* Release */, | 1376 | + FEC7ECE73C05B7F6E165EB15A725DB2E /* Debug */, |
| 1377 | + 898F3593DF3B883BF2FAA93220C38427 /* Release */, | ||
| 1378 | + ); | ||
| 1379 | + defaultConfigurationIsVisible = 0; | ||
| 1380 | + defaultConfigurationName = Release; | ||
| 1381 | + }; | ||
| 1382 | + FB60252771929063787F57E7ECAAC77F /* Build configuration list for PBXNativeTarget "CNLiveCycleScrollView" */ = { | ||
| 1383 | + isa = XCConfigurationList; | ||
| 1384 | + buildConfigurations = ( | ||
| 1385 | + FD5E8CAFDCD3EF3E8E6E7FB3312692AC /* Debug */, | ||
| 1386 | + CF45E91ECFC4B9A7DC81A4568B1C3F4F /* Release */, | ||
| 1383 | ); | 1387 | ); |
| 1384 | defaultConfigurationIsVisible = 0; | 1388 | defaultConfigurationIsVisible = 0; |
| 1385 | defaultConfigurationName = Release; | 1389 | defaultConfigurationName = Release; |
Example/Pods/Target Support Files/CNLiveCycleScrollView/CNLiveCycleScrollView-umbrella.h
| @@ -10,9 +10,9 @@ | @@ -10,9 +10,9 @@ | ||
| 10 | #endif | 10 | #endif |
| 11 | #endif | 11 | #endif |
| 12 | 12 | ||
| 13 | -#import "CNCycleScrollView.h" | ||
| 14 | -#import "CNCycleScrollViewCell.h" | ||
| 15 | -#import "CNCycleScrollViewFlowLayout.h" | 13 | +#import "CNLiveCycleScrollView.h" |
| 14 | +#import "CNLiveCycleScrollViewCell.h" | ||
| 15 | +#import "CNLiveCycleScrollViewFlowLayout.h" | ||
| 16 | 16 | ||
| 17 | FOUNDATION_EXPORT double CNLiveCycleScrollViewVersionNumber; | 17 | FOUNDATION_EXPORT double CNLiveCycleScrollViewVersionNumber; |
| 18 | FOUNDATION_EXPORT const unsigned char CNLiveCycleScrollViewVersionString[]; | 18 | FOUNDATION_EXPORT const unsigned char CNLiveCycleScrollViewVersionString[]; |
Example/Pods/Target Support Files/CNLiveCycleScrollView/CNLiveCycleScrollView.xcconfig
| 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CNLiveCycleScrollView | 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CNLiveCycleScrollView |
| 2 | FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" | 2 | FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" |
| 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 4 | +OTHER_LDFLAGS = -framework "Foundation" -framework "UIKit" | ||
| 4 | PODS_BUILD_DIR = ${BUILD_DIR} | 5 | PODS_BUILD_DIR = ${BUILD_DIR} |
| 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) | 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
| 6 | PODS_ROOT = ${SRCROOT} | 7 | PODS_ROOT = ${SRCROOT} |
Example/Pods/Target Support Files/CNLiveCycleScrollView/Info.plist
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | <key>CFBundlePackageType</key> | 15 | <key>CFBundlePackageType</key> |
| 16 | <string>FMWK</string> | 16 | <string>FMWK</string> |
| 17 | <key>CFBundleShortVersionString</key> | 17 | <key>CFBundleShortVersionString</key> |
| 18 | - <string>0.0.2</string> | 18 | + <string>0.0.5</string> |
| 19 | <key>CFBundleSignature</key> | 19 | <key>CFBundleSignature</key> |
| 20 | <string>????</string> | 20 | <string>????</string> |
| 21 | <key>CFBundleVersion</key> | 21 | <key>CFBundleVersion</key> |