|
18 | 18 | 323FADD321009EDB0043BD86 /* TestCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 323FADD221009EDB0043BD86 /* TestCollectionView.m */; };
|
19 | 19 | 323FADDB2100AE730043BD86 /* TestCollectionViewItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 323FADDA2100AE730043BD86 /* TestCollectionViewItem.m */; };
|
20 | 20 | 323FADDD2100AE940043BD86 /* TestCollectionViewItem.xib in Resources */ = {isa = PBXBuildFile; fileRef = 323FADDC2100AE940043BD86 /* TestCollectionViewItem.xib */; };
|
| 21 | + 32893E5D213EAAF7007FCEC7 /* SDTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 32893E5B213EAAF7007FCEC7 /* SDTestCase.m */; }; |
| 22 | + 32893E5E213EAAF7007FCEC7 /* SDPhotosPluginTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 32893E5C213EAAF7007FCEC7 /* SDPhotosPluginTests.m */; }; |
| 23 | + 32893E61213EAE3B007FCEC7 /* SystemAlert.m in Sources */ = {isa = PBXBuildFile; fileRef = 32893E60213EAE3B007FCEC7 /* SystemAlert.m */; }; |
| 24 | + 32893E69213EB679007FCEC7 /* TestImageAnimated.apng in Resources */ = {isa = PBXBuildFile; fileRef = 32893E63213EB679007FCEC7 /* TestImageAnimated.apng */; }; |
| 25 | + 32893E6A213EB679007FCEC7 /* TestImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 32893E64213EB679007FCEC7 /* TestImage.jpg */; }; |
| 26 | + 32893E6B213EB679007FCEC7 /* TestImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 32893E65213EB679007FCEC7 /* TestImage.png */; }; |
| 27 | + 32893E6C213EB679007FCEC7 /* TestImageStatic.webp in Resources */ = {isa = PBXBuildFile; fileRef = 32893E66213EB679007FCEC7 /* TestImageStatic.webp */; }; |
| 28 | + 32893E6D213EB679007FCEC7 /* TestImageAnimated.webp in Resources */ = {isa = PBXBuildFile; fileRef = 32893E67213EB679007FCEC7 /* TestImageAnimated.webp */; }; |
| 29 | + 32893E6E213EB679007FCEC7 /* TestImage.gif in Resources */ = {isa = PBXBuildFile; fileRef = 32893E68213EB679007FCEC7 /* TestImage.gif */; }; |
21 | 30 | 32DE261B20AAE1D200DF5574 /* DetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 32DE261920AAE1D200DF5574 /* DetailViewController.xib */; };
|
22 | 31 | 32DE261C20AAE1D200DF5574 /* MasterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 32DE261A20AAE1D200DF5574 /* MasterViewController.xib */; };
|
23 | 32 | 5F3E4B49DD43B0D6B14CC192 /* Pods_SDWebImagePhotosPlugin_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C5514E8C1696453817A75987 /* Pods_SDWebImagePhotosPlugin_Example.framework */; };
|
|
32 | 41 | 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
|
33 | 42 | 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
|
34 | 43 | 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
|
35 |
| - 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; |
36 | 44 | 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
|
37 | 45 | C2B2ED5F25E0B8983BA93289 /* Pods_SDWebImagePhotosPlugin_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB1DE36DA8B9EE2242A25BCD /* Pods_SDWebImagePhotosPlugin_Tests.framework */; };
|
38 | 46 | /* End PBXBuildFile section */
|
|
69 | 77 | 323FADD92100AE730043BD86 /* TestCollectionViewItem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TestCollectionViewItem.h; sourceTree = "<group>"; };
|
70 | 78 | 323FADDA2100AE730043BD86 /* TestCollectionViewItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TestCollectionViewItem.m; sourceTree = "<group>"; };
|
71 | 79 | 323FADDC2100AE940043BD86 /* TestCollectionViewItem.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TestCollectionViewItem.xib; sourceTree = "<group>"; };
|
| 80 | + 32893E5A213EAAF7007FCEC7 /* SDTestCase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDTestCase.h; sourceTree = "<group>"; }; |
| 81 | + 32893E5B213EAAF7007FCEC7 /* SDTestCase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDTestCase.m; sourceTree = "<group>"; }; |
| 82 | + 32893E5C213EAAF7007FCEC7 /* SDPhotosPluginTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDPhotosPluginTests.m; sourceTree = "<group>"; }; |
| 83 | + 32893E5F213EAE3B007FCEC7 /* SystemAlert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SystemAlert.h; sourceTree = "<group>"; }; |
| 84 | + 32893E60213EAE3B007FCEC7 /* SystemAlert.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SystemAlert.m; sourceTree = "<group>"; }; |
| 85 | + 32893E63213EB679007FCEC7 /* TestImageAnimated.apng */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImageAnimated.apng; sourceTree = "<group>"; }; |
| 86 | + 32893E64213EB679007FCEC7 /* TestImage.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = TestImage.jpg; sourceTree = "<group>"; }; |
| 87 | + 32893E65213EB679007FCEC7 /* TestImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = TestImage.png; sourceTree = "<group>"; }; |
| 88 | + 32893E66213EB679007FCEC7 /* TestImageStatic.webp */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImageStatic.webp; sourceTree = "<group>"; }; |
| 89 | + 32893E67213EB679007FCEC7 /* TestImageAnimated.webp */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImageAnimated.webp; sourceTree = "<group>"; }; |
| 90 | + 32893E68213EB679007FCEC7 /* TestImage.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TestImage.gif; sourceTree = "<group>"; }; |
72 | 91 | 32DE261920AAE1D200DF5574 /* DetailViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DetailViewController.xib; sourceTree = "<group>"; };
|
73 | 92 | 32DE261A20AAE1D200DF5574 /* MasterViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MasterViewController.xib; sourceTree = "<group>"; };
|
74 | 93 | 5D78672539E09912614EBC63 /* Pods_SDWebImagePhotosPlugin_Example_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDWebImagePhotosPlugin_Example_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
88 | 107 | 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
89 | 108 | 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
|
90 | 109 | 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
91 |
| - 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; }; |
92 | 110 | 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
|
93 | 111 | 6BA8653594106D1AC8810F79 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
|
94 | 112 | 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
158 | 176 | path = "SDWebImagePhotosPlugin_Example macOS";
|
159 | 177 | sourceTree = "<group>";
|
160 | 178 | };
|
| 179 | + 32893E62213EB679007FCEC7 /* Images */ = { |
| 180 | + isa = PBXGroup; |
| 181 | + children = ( |
| 182 | + 32893E63213EB679007FCEC7 /* TestImageAnimated.apng */, |
| 183 | + 32893E64213EB679007FCEC7 /* TestImage.jpg */, |
| 184 | + 32893E65213EB679007FCEC7 /* TestImage.png */, |
| 185 | + 32893E66213EB679007FCEC7 /* TestImageStatic.webp */, |
| 186 | + 32893E67213EB679007FCEC7 /* TestImageAnimated.webp */, |
| 187 | + 32893E68213EB679007FCEC7 /* TestImage.gif */, |
| 188 | + ); |
| 189 | + path = Images; |
| 190 | + sourceTree = "<group>"; |
| 191 | + }; |
161 | 192 | 6003F581195388D10070C39A = {
|
162 | 193 | isa = PBXGroup;
|
163 | 194 | children = (
|
|
228 | 259 | 6003F5B5195388D20070C39A /* Tests */ = {
|
229 | 260 | isa = PBXGroup;
|
230 | 261 | children = (
|
231 |
| - 6003F5BB195388D20070C39A /* Tests.m */, |
| 262 | + 32893E62213EB679007FCEC7 /* Images */, |
| 263 | + 32893E5A213EAAF7007FCEC7 /* SDTestCase.h */, |
| 264 | + 32893E5B213EAAF7007FCEC7 /* SDTestCase.m */, |
| 265 | + 32893E5C213EAAF7007FCEC7 /* SDPhotosPluginTests.m */, |
| 266 | + 32893E5F213EAE3B007FCEC7 /* SystemAlert.h */, |
| 267 | + 32893E60213EAE3B007FCEC7 /* SystemAlert.m */, |
232 | 268 | 6003F5B6195388D20070C39A /* Supporting Files */,
|
233 | 269 | );
|
234 | 270 | path = Tests;
|
|
316 | 352 | 6003F5AA195388D20070C39A /* Sources */,
|
317 | 353 | 6003F5AB195388D20070C39A /* Frameworks */,
|
318 | 354 | 6003F5AC195388D20070C39A /* Resources */,
|
| 355 | + C68897AF406C624CFEEE7361 /* [CP] Embed Pods Frameworks */, |
319 | 356 | );
|
320 | 357 | buildRules = (
|
321 | 358 | );
|
|
396 | 433 | isa = PBXResourcesBuildPhase;
|
397 | 434 | buildActionMask = 2147483647;
|
398 | 435 | files = (
|
| 436 | + 32893E69213EB679007FCEC7 /* TestImageAnimated.apng in Resources */, |
| 437 | + 32893E6A213EB679007FCEC7 /* TestImage.jpg in Resources */, |
399 | 438 | 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
|
| 439 | + 32893E6B213EB679007FCEC7 /* TestImage.png in Resources */, |
| 440 | + 32893E6D213EB679007FCEC7 /* TestImageAnimated.webp in Resources */, |
| 441 | + 32893E6E213EB679007FCEC7 /* TestImage.gif in Resources */, |
| 442 | + 32893E6C213EB679007FCEC7 /* TestImageStatic.webp in Resources */, |
400 | 443 | );
|
401 | 444 | runOnlyForDeploymentPostprocessing = 0;
|
402 | 445 | };
|
|
477 | 520 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImagePhotosPlugin_Example macOS/Pods-SDWebImagePhotosPlugin_Example macOS-frameworks.sh\"\n";
|
478 | 521 | showEnvVarsInLog = 0;
|
479 | 522 | };
|
| 523 | + C68897AF406C624CFEEE7361 /* [CP] Embed Pods Frameworks */ = { |
| 524 | + isa = PBXShellScriptBuildPhase; |
| 525 | + buildActionMask = 2147483647; |
| 526 | + files = ( |
| 527 | + ); |
| 528 | + inputPaths = ( |
| 529 | + "${SRCROOT}/Pods/Target Support Files/Pods-SDWebImagePhotosPlugin_Tests/Pods-SDWebImagePhotosPlugin_Tests-frameworks.sh", |
| 530 | + "${BUILT_PRODUCTS_DIR}/Expecta/Expecta.framework", |
| 531 | + ); |
| 532 | + name = "[CP] Embed Pods Frameworks"; |
| 533 | + outputPaths = ( |
| 534 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Expecta.framework", |
| 535 | + ); |
| 536 | + runOnlyForDeploymentPostprocessing = 0; |
| 537 | + shellPath = /bin/sh; |
| 538 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImagePhotosPlugin_Tests/Pods-SDWebImagePhotosPlugin_Tests-frameworks.sh\"\n"; |
| 539 | + showEnvVarsInLog = 0; |
| 540 | + }; |
480 | 541 | F9B4F4A32B361E38382808B3 /* [CP] Embed Pods Frameworks */ = {
|
481 | 542 | isa = PBXShellScriptBuildPhase;
|
482 | 543 | buildActionMask = 2147483647;
|
|
527 | 588 | isa = PBXSourcesBuildPhase;
|
528 | 589 | buildActionMask = 2147483647;
|
529 | 590 | files = (
|
530 |
| - 6003F5BC195388D20070C39A /* Tests.m in Sources */, |
| 591 | + 32893E5D213EAAF7007FCEC7 /* SDTestCase.m in Sources */, |
| 592 | + 32893E61213EAE3B007FCEC7 /* SystemAlert.m in Sources */, |
| 593 | + 32893E5E213EAAF7007FCEC7 /* SDPhotosPluginTests.m in Sources */, |
531 | 594 | );
|
532 | 595 | runOnlyForDeploymentPostprocessing = 0;
|
533 | 596 | };
|
|
0 commit comments