|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 325E281C213CF8CB00044370 /* SDTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 325E281B213CF8CB00044370 /* SDTestCase.m */; }; |
| 11 | + 325E281F213CF94900044370 /* SDYYImageTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 325E281D213CF94900044370 /* SDYYImageTests.m */; }; |
| 12 | + 325E2823213CFA2A00044370 /* SDYYCacheTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 325E2822213CFA2A00044370 /* SDYYCacheTests.m */; }; |
| 13 | + 325E2826213CFB2300044370 /* TestImage.gif in Resources */ = {isa = PBXBuildFile; fileRef = 325E2825213CFB2300044370 /* TestImage.gif */; }; |
| 14 | + 325E282C213D01AD00044370 /* TestImageAnimated.apng in Resources */ = {isa = PBXBuildFile; fileRef = 325E2829213D01AD00044370 /* TestImageAnimated.apng */; }; |
| 15 | + 325E282D213D01AD00044370 /* TestImageStatic.webp in Resources */ = {isa = PBXBuildFile; fileRef = 325E282A213D01AD00044370 /* TestImageStatic.webp */; }; |
| 16 | + 325E282E213D01AD00044370 /* TestImageAnimated.webp in Resources */ = {isa = PBXBuildFile; fileRef = 325E282B213D01AD00044370 /* TestImageAnimated.webp */; }; |
10 | 17 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
|
11 | 18 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
|
12 | 19 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
|
|
19 | 26 | 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
|
20 | 27 | 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
|
21 | 28 | 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
|
22 |
| - 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; |
23 | 29 | 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
|
24 | 30 | 7627DE0857600EEE0189B0BF /* Pods_SDWebImageYYPlugin_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1A4EA0620666F03BDD4C4CA /* Pods_SDWebImageYYPlugin_Tests.framework */; };
|
25 | 31 | 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
|
|
40 | 46 | 0BE40967A35C3E36B42D15F4 /* SDWebImageYYPlugin.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SDWebImageYYPlugin.podspec; path = ../SDWebImageYYPlugin.podspec; sourceTree = "<group>"; };
|
41 | 47 | 1F3130FE6E642E621C8F9D2C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
42 | 48 | 25660C1921879079816CF53D /* Pods_SDWebImageYYPlugin_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDWebImageYYPlugin_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 49 | + 325E281A213CF8CB00044370 /* SDTestCase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDTestCase.h; sourceTree = "<group>"; }; |
| 50 | + 325E281B213CF8CB00044370 /* SDTestCase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDTestCase.m; sourceTree = "<group>"; }; |
| 51 | + 325E281D213CF94900044370 /* SDYYImageTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDYYImageTests.m; sourceTree = "<group>"; }; |
| 52 | + 325E2822213CFA2A00044370 /* SDYYCacheTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDYYCacheTests.m; sourceTree = "<group>"; }; |
| 53 | + 325E2825213CFB2300044370 /* TestImage.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TestImage.gif; sourceTree = "<group>"; }; |
| 54 | + 325E2829213D01AD00044370 /* TestImageAnimated.apng */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImageAnimated.apng; sourceTree = "<group>"; }; |
| 55 | + 325E282A213D01AD00044370 /* TestImageStatic.webp */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImageStatic.webp; sourceTree = "<group>"; }; |
| 56 | + 325E282B213D01AD00044370 /* TestImageAnimated.webp */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImageAnimated.webp; sourceTree = "<group>"; }; |
43 | 57 | 5C9C832718252AAAF79D98FE /* Pods-SDWebImageYYPlugin_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageYYPlugin_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests.release.xcconfig"; sourceTree = "<group>"; };
|
44 | 58 | 6003F58A195388D20070C39A /* SDWebImageYYPlugin_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SDWebImageYYPlugin_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
45 | 59 | 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
58 | 72 | 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
59 | 73 | 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
|
60 | 74 | 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
61 |
| - 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; }; |
62 | 75 | 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
|
63 | 76 | 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
64 | 77 | 81EE1C5A2EC4BF351E15068D /* Pods-SDWebImageYYPlugin_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageYYPlugin_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example.release.xcconfig"; sourceTree = "<group>"; };
|
|
95 | 108 | /* End PBXFrameworksBuildPhase section */
|
96 | 109 |
|
97 | 110 | /* Begin PBXGroup section */
|
| 111 | + 325E2824213CFB2300044370 /* Images */ = { |
| 112 | + isa = PBXGroup; |
| 113 | + children = ( |
| 114 | + 325E2825213CFB2300044370 /* TestImage.gif */, |
| 115 | + 325E2829213D01AD00044370 /* TestImageAnimated.apng */, |
| 116 | + 325E282B213D01AD00044370 /* TestImageAnimated.webp */, |
| 117 | + 325E282A213D01AD00044370 /* TestImageStatic.webp */, |
| 118 | + ); |
| 119 | + path = Images; |
| 120 | + sourceTree = "<group>"; |
| 121 | + }; |
98 | 122 | 6003F581195388D10070C39A = {
|
99 | 123 | isa = PBXGroup;
|
100 | 124 | children = (
|
|
159 | 183 | 6003F5B5195388D20070C39A /* Tests */ = {
|
160 | 184 | isa = PBXGroup;
|
161 | 185 | children = (
|
162 |
| - 6003F5BB195388D20070C39A /* Tests.m */, |
| 186 | + 325E2824213CFB2300044370 /* Images */, |
| 187 | + 325E281A213CF8CB00044370 /* SDTestCase.h */, |
| 188 | + 325E281B213CF8CB00044370 /* SDTestCase.m */, |
| 189 | + 325E281D213CF94900044370 /* SDYYImageTests.m */, |
| 190 | + 325E2822213CFA2A00044370 /* SDYYCacheTests.m */, |
163 | 191 | 6003F5B6195388D20070C39A /* Supporting Files */,
|
164 | 192 | );
|
165 | 193 | path = Tests;
|
|
208 | 236 | 6003F587195388D20070C39A /* Frameworks */,
|
209 | 237 | 6003F588195388D20070C39A /* Resources */,
|
210 | 238 | A1C9798AC9A64B3285935ADE /* [CP] Embed Pods Frameworks */,
|
| 239 | + 0731EE8A10D058D3EFB2B75A /* [CP] Copy Pods Resources */, |
211 | 240 | );
|
212 | 241 | buildRules = (
|
213 | 242 | );
|
|
226 | 255 | 6003F5AA195388D20070C39A /* Sources */,
|
227 | 256 | 6003F5AB195388D20070C39A /* Frameworks */,
|
228 | 257 | 6003F5AC195388D20070C39A /* Resources */,
|
| 258 | + 79112E8232AA29A2C856E6D2 /* [CP] Embed Pods Frameworks */, |
| 259 | + A1F76FB8CC168A22F62A2894 /* [CP] Copy Pods Resources */, |
229 | 260 | );
|
230 | 261 | buildRules = (
|
231 | 262 | );
|
|
287 | 318 | isa = PBXResourcesBuildPhase;
|
288 | 319 | buildActionMask = 2147483647;
|
289 | 320 | files = (
|
| 321 | + 325E282E213D01AD00044370 /* TestImageAnimated.webp in Resources */, |
| 322 | + 325E2826213CFB2300044370 /* TestImage.gif in Resources */, |
| 323 | + 325E282C213D01AD00044370 /* TestImageAnimated.apng in Resources */, |
290 | 324 | 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
|
| 325 | + 325E282D213D01AD00044370 /* TestImageStatic.webp in Resources */, |
291 | 326 | );
|
292 | 327 | runOnlyForDeploymentPostprocessing = 0;
|
293 | 328 | };
|
294 | 329 | /* End PBXResourcesBuildPhase section */
|
295 | 330 |
|
296 | 331 | /* Begin PBXShellScriptBuildPhase section */
|
297 |
| - 0C5606D06E2CBD1FF0BCA1FB /* [CP] Check Pods Manifest.lock */ = { |
| 332 | + 0731EE8A10D058D3EFB2B75A /* [CP] Copy Pods Resources */ = { |
298 | 333 | isa = PBXShellScriptBuildPhase;
|
299 | 334 | buildActionMask = 2147483647;
|
300 | 335 | files = (
|
301 | 336 | );
|
302 |
| - inputFileListPaths = ( |
| 337 | + inputPaths = ( |
| 338 | + ); |
| 339 | + name = "[CP] Copy Pods Resources"; |
| 340 | + outputPaths = ( |
| 341 | + ); |
| 342 | + runOnlyForDeploymentPostprocessing = 0; |
| 343 | + shellPath = /bin/sh; |
| 344 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-resources.sh\"\n"; |
| 345 | + showEnvVarsInLog = 0; |
| 346 | + }; |
| 347 | + 0C5606D06E2CBD1FF0BCA1FB /* [CP] Check Pods Manifest.lock */ = { |
| 348 | + isa = PBXShellScriptBuildPhase; |
| 349 | + buildActionMask = 2147483647; |
| 350 | + files = ( |
303 | 351 | );
|
304 | 352 | inputPaths = (
|
305 | 353 | "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
306 | 354 | "${PODS_ROOT}/Manifest.lock",
|
307 | 355 | );
|
308 | 356 | name = "[CP] Check Pods Manifest.lock";
|
309 |
| - outputFileListPaths = ( |
310 |
| - ); |
311 | 357 | outputPaths = (
|
312 | 358 | "$(DERIVED_FILE_DIR)/Pods-SDWebImageYYPlugin_Tests-checkManifestLockResult.txt",
|
313 | 359 | );
|
|
316 | 362 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
317 | 363 | showEnvVarsInLog = 0;
|
318 | 364 | };
|
319 |
| - 9AC01101C9614FE1E4B6AD75 /* [CP] Check Pods Manifest.lock */ = { |
| 365 | + 79112E8232AA29A2C856E6D2 /* [CP] Embed Pods Frameworks */ = { |
320 | 366 | isa = PBXShellScriptBuildPhase;
|
321 | 367 | buildActionMask = 2147483647;
|
322 | 368 | files = (
|
323 | 369 | );
|
324 |
| - inputFileListPaths = ( |
| 370 | + inputPaths = ( |
| 371 | + "${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests-frameworks.sh", |
| 372 | + "${BUILT_PRODUCTS_DIR}/Expecta/Expecta.framework", |
| 373 | + ); |
| 374 | + name = "[CP] Embed Pods Frameworks"; |
| 375 | + outputPaths = ( |
| 376 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Expecta.framework", |
| 377 | + ); |
| 378 | + runOnlyForDeploymentPostprocessing = 0; |
| 379 | + shellPath = /bin/sh; |
| 380 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests-frameworks.sh\"\n"; |
| 381 | + showEnvVarsInLog = 0; |
| 382 | + }; |
| 383 | + 9AC01101C9614FE1E4B6AD75 /* [CP] Check Pods Manifest.lock */ = { |
| 384 | + isa = PBXShellScriptBuildPhase; |
| 385 | + buildActionMask = 2147483647; |
| 386 | + files = ( |
325 | 387 | );
|
326 | 388 | inputPaths = (
|
327 | 389 | "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
328 | 390 | "${PODS_ROOT}/Manifest.lock",
|
329 | 391 | );
|
330 | 392 | name = "[CP] Check Pods Manifest.lock";
|
331 |
| - outputFileListPaths = ( |
332 |
| - ); |
333 | 393 | outputPaths = (
|
334 | 394 | "$(DERIVED_FILE_DIR)/Pods-SDWebImageYYPlugin_Example-checkManifestLockResult.txt",
|
335 | 395 | );
|
|
343 | 403 | buildActionMask = 2147483647;
|
344 | 404 | files = (
|
345 | 405 | );
|
346 |
| - inputFileListPaths = ( |
347 |
| - ); |
348 | 406 | inputPaths = (
|
349 | 407 | "${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-frameworks.sh",
|
350 | 408 | "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
|
|
353 | 411 | "${BUILT_PRODUCTS_DIR}/YYImage/YYImage.framework",
|
354 | 412 | );
|
355 | 413 | name = "[CP] Embed Pods Frameworks";
|
356 |
| - outputFileListPaths = ( |
357 |
| - ); |
358 | 414 | outputPaths = (
|
359 | 415 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
|
360 | 416 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImageYYPlugin.framework",
|
|
366 | 422 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-frameworks.sh\"\n";
|
367 | 423 | showEnvVarsInLog = 0;
|
368 | 424 | };
|
| 425 | + A1F76FB8CC168A22F62A2894 /* [CP] Copy Pods Resources */ = { |
| 426 | + isa = PBXShellScriptBuildPhase; |
| 427 | + buildActionMask = 2147483647; |
| 428 | + files = ( |
| 429 | + ); |
| 430 | + inputPaths = ( |
| 431 | + ); |
| 432 | + name = "[CP] Copy Pods Resources"; |
| 433 | + outputPaths = ( |
| 434 | + ); |
| 435 | + runOnlyForDeploymentPostprocessing = 0; |
| 436 | + shellPath = /bin/sh; |
| 437 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests-resources.sh\"\n"; |
| 438 | + showEnvVarsInLog = 0; |
| 439 | + }; |
369 | 440 | /* End PBXShellScriptBuildPhase section */
|
370 | 441 |
|
371 | 442 | /* Begin PBXSourcesBuildPhase section */
|
|
383 | 454 | isa = PBXSourcesBuildPhase;
|
384 | 455 | buildActionMask = 2147483647;
|
385 | 456 | files = (
|
386 |
| - 6003F5BC195388D20070C39A /* Tests.m in Sources */, |
| 457 | + 325E281F213CF94900044370 /* SDYYImageTests.m in Sources */, |
| 458 | + 325E2823213CFA2A00044370 /* SDYYCacheTests.m in Sources */, |
| 459 | + 325E281C213CF8CB00044370 /* SDTestCase.m in Sources */, |
387 | 460 | );
|
388 | 461 | runOnlyForDeploymentPostprocessing = 0;
|
389 | 462 | };
|
|
0 commit comments