|
18 | 18 | 4523F23813B7190C00C883E5 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4523F23713B7190C00C883E5 /* QuartzCore.framework */; };
|
19 | 19 | 4523F23C13B7196700C883E5 /* VCImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F23B13B7196700C883E5 /* VCImageView.m */; };
|
20 | 20 | 4523F23F13B71A1E00C883E5 /* UIImageAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F23E13B71A1E00C883E5 /* UIImageAdditions.m */; };
|
| 21 | + 4523F24D13B71DA100C883E5 /* VCDataResponseProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F24313B71DA100C883E5 /* VCDataResponseProcessor.m */; }; |
| 22 | + 4523F24E13B71DA100C883E5 /* VCImageResponseProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F24513B71DA100C883E5 /* VCImageResponseProcessor.m */; }; |
| 23 | + 4523F24F13B71DA100C883E5 /* VCResponseFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F24713B71DA100C883E5 /* VCResponseFetcher.m */; }; |
| 24 | + 4523F25013B71DA100C883E5 /* VCResponseFetchService.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F24913B71DA100C883E5 /* VCResponseFetchService.m */; }; |
| 25 | + 4523F25113B71DA100C883E5 /* VCResponseFetchServiceCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F24B13B71DA100C883E5 /* VCResponseFetchServiceCache.m */; }; |
21 | 26 | /* End PBXBuildFile section */
|
22 | 27 |
|
23 | 28 | /* Begin PBXFileReference section */
|
|
39 | 44 | 4523F23B13B7196700C883E5 /* VCImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCImageView.m; sourceTree = "<group>"; };
|
40 | 45 | 4523F23D13B71A1E00C883E5 /* UIImageAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIImageAdditions.h; sourceTree = "<group>"; };
|
41 | 46 | 4523F23E13B71A1E00C883E5 /* UIImageAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIImageAdditions.m; sourceTree = "<group>"; };
|
| 47 | + 4523F24113B71DA100C883E5 /* VCDataProcessorDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCDataProcessorDelegate.h; sourceTree = "<group>"; }; |
| 48 | + 4523F24213B71DA100C883E5 /* VCDataResponseProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCDataResponseProcessor.h; sourceTree = "<group>"; }; |
| 49 | + 4523F24313B71DA100C883E5 /* VCDataResponseProcessor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCDataResponseProcessor.m; sourceTree = "<group>"; }; |
| 50 | + 4523F24413B71DA100C883E5 /* VCImageResponseProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCImageResponseProcessor.h; sourceTree = "<group>"; }; |
| 51 | + 4523F24513B71DA100C883E5 /* VCImageResponseProcessor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCImageResponseProcessor.m; sourceTree = "<group>"; }; |
| 52 | + 4523F24613B71DA100C883E5 /* VCResponseFetcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCResponseFetcher.h; sourceTree = "<group>"; }; |
| 53 | + 4523F24713B71DA100C883E5 /* VCResponseFetcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCResponseFetcher.m; sourceTree = "<group>"; }; |
| 54 | + 4523F24813B71DA100C883E5 /* VCResponseFetchService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCResponseFetchService.h; sourceTree = "<group>"; }; |
| 55 | + 4523F24913B71DA100C883E5 /* VCResponseFetchService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCResponseFetchService.m; sourceTree = "<group>"; }; |
| 56 | + 4523F24A13B71DA100C883E5 /* VCResponseFetchServiceCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCResponseFetchServiceCache.h; sourceTree = "<group>"; }; |
| 57 | + 4523F24B13B71DA100C883E5 /* VCResponseFetchServiceCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCResponseFetchServiceCache.m; sourceTree = "<group>"; }; |
| 58 | + 4523F24C13B71DA100C883E5 /* VCResponseFetchServiceDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCResponseFetchServiceDelegate.h; sourceTree = "<group>"; }; |
42 | 59 | /* End PBXFileReference section */
|
43 | 60 |
|
44 | 61 | /* Begin PBXFrameworksBuildPhase section */
|
|
87 | 104 | 4523F21F13B7181900C883E5 /* Demo */ = {
|
88 | 105 | isa = PBXGroup;
|
89 | 106 | children = (
|
| 107 | + 4523F24013B71DA100C883E5 /* VCResponseFetcher */, |
90 | 108 | 4523F23913B7196700C883E5 /* VCImageView */,
|
91 | 109 | 4523F23313B7182600C883E5 /* VCThumbnailGridView */,
|
92 | 110 | 4523F22813B7181900C883E5 /* DemoAppDelegate.h */,
|
|
130 | 148 | path = ../../VCImageView;
|
131 | 149 | sourceTree = "<group>";
|
132 | 150 | };
|
| 151 | + 4523F24013B71DA100C883E5 /* VCResponseFetcher */ = { |
| 152 | + isa = PBXGroup; |
| 153 | + children = ( |
| 154 | + 4523F24113B71DA100C883E5 /* VCDataProcessorDelegate.h */, |
| 155 | + 4523F24213B71DA100C883E5 /* VCDataResponseProcessor.h */, |
| 156 | + 4523F24313B71DA100C883E5 /* VCDataResponseProcessor.m */, |
| 157 | + 4523F24413B71DA100C883E5 /* VCImageResponseProcessor.h */, |
| 158 | + 4523F24513B71DA100C883E5 /* VCImageResponseProcessor.m */, |
| 159 | + 4523F24613B71DA100C883E5 /* VCResponseFetcher.h */, |
| 160 | + 4523F24713B71DA100C883E5 /* VCResponseFetcher.m */, |
| 161 | + 4523F24813B71DA100C883E5 /* VCResponseFetchService.h */, |
| 162 | + 4523F24913B71DA100C883E5 /* VCResponseFetchService.m */, |
| 163 | + 4523F24A13B71DA100C883E5 /* VCResponseFetchServiceCache.h */, |
| 164 | + 4523F24B13B71DA100C883E5 /* VCResponseFetchServiceCache.m */, |
| 165 | + 4523F24C13B71DA100C883E5 /* VCResponseFetchServiceDelegate.h */, |
| 166 | + ); |
| 167 | + name = VCResponseFetcher; |
| 168 | + path = ../../VCResponseFetcher/VCResponseFetcher; |
| 169 | + sourceTree = "<group>"; |
| 170 | + }; |
133 | 171 | /* End PBXGroup section */
|
134 | 172 |
|
135 | 173 | /* Begin PBXNativeTarget section */
|
|
197 | 235 | 4523F23613B7182600C883E5 /* VCThumbnailGridView.m in Sources */,
|
198 | 236 | 4523F23C13B7196700C883E5 /* VCImageView.m in Sources */,
|
199 | 237 | 4523F23F13B71A1E00C883E5 /* UIImageAdditions.m in Sources */,
|
| 238 | + 4523F24D13B71DA100C883E5 /* VCDataResponseProcessor.m in Sources */, |
| 239 | + 4523F24E13B71DA100C883E5 /* VCImageResponseProcessor.m in Sources */, |
| 240 | + 4523F24F13B71DA100C883E5 /* VCResponseFetcher.m in Sources */, |
| 241 | + 4523F25013B71DA100C883E5 /* VCResponseFetchService.m in Sources */, |
| 242 | + 4523F25113B71DA100C883E5 /* VCResponseFetchServiceCache.m in Sources */, |
200 | 243 | );
|
201 | 244 | runOnlyForDeploymentPostprocessing = 0;
|
202 | 245 | };
|
|
0 commit comments