|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 04A9457DE992494BEFACF05A /* Pods_SDWebImageJPEGXLCoder_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D31AA22FC08D1C3288C98DE9 /* Pods_SDWebImageJPEGXLCoder_Example.framework */; }; |
| 10 | + 1DB4F9190FE9AA3A80FDDC56 /* libPods-SDWebImageJPEGXLCoder_Example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B635E4BFBB27C9AE3AEF9975 /* libPods-SDWebImageJPEGXLCoder_Example.a */; }; |
11 | 11 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
|
12 | 12 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
|
13 | 13 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
|
|
23 | 23 | 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
|
24 | 24 | 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
|
25 | 25 | 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
|
26 |
| - B7C4D632F46E85FC1A07926F /* Pods_SDWebImageJPEGXLCoder_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11842E4314E6AF2209BDD90E /* Pods_SDWebImageJPEGXLCoder_Tests.framework */; }; |
27 | 26 | /* End PBXBuildFile section */
|
28 | 27 |
|
29 | 28 | /* Begin PBXContainerItemProxy section */
|
|
37 | 36 | /* End PBXContainerItemProxy section */
|
38 | 37 |
|
39 | 38 | /* Begin PBXFileReference section */
|
40 |
| - 11842E4314E6AF2209BDD90E /* Pods_SDWebImageJPEGXLCoder_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDWebImageJPEGXLCoder_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
41 |
| - 1CE57ECF603D20DB94D6DA32 /* Pods-SDWebImageJPEGXLCoder_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageJPEGXLCoder_Tests.debug.xcconfig"; path = "Target Support Files/Pods-SDWebImageJPEGXLCoder_Tests/Pods-SDWebImageJPEGXLCoder_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
42 | 39 | 4C9D51D01E2054B4D1665750 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
43 |
| - 5A5E4C2D7080E4CCEDBDF4C8 /* Pods-SDWebImageJPEGXLCoder_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageJPEGXLCoder_Tests.release.xcconfig"; path = "Target Support Files/Pods-SDWebImageJPEGXLCoder_Tests/Pods-SDWebImageJPEGXLCoder_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
44 | 40 | 6003F58A195388D20070C39A /* SDWebImageJPEGXLCoder_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SDWebImageJPEGXLCoder_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
45 | 41 | 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
46 | 42 | 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
62 | 58 | 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
|
63 | 59 | 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
64 | 60 | 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
| 61 | + B635E4BFBB27C9AE3AEF9975 /* libPods-SDWebImageJPEGXLCoder_Example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SDWebImageJPEGXLCoder_Example.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
65 | 62 | D1BD51CCD211DCDB3F86331F /* SDWebImageJPEGXLCoder.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = SDWebImageJPEGXLCoder.podspec; path = ../SDWebImageJPEGXLCoder.podspec; sourceTree = "<group>"; };
|
66 |
| - D31AA22FC08D1C3288C98DE9 /* Pods_SDWebImageJPEGXLCoder_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDWebImageJPEGXLCoder_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 | 63 | D657E12DD2C159259AFF2184 /* Pods-SDWebImageJPEGXLCoder_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageJPEGXLCoder_Example.release.xcconfig"; path = "Target Support Files/Pods-SDWebImageJPEGXLCoder_Example/Pods-SDWebImageJPEGXLCoder_Example.release.xcconfig"; sourceTree = "<group>"; };
|
68 | 64 | E1069EACF55330D46F087171 /* Pods-SDWebImageJPEGXLCoder_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageJPEGXLCoder_Example.debug.xcconfig"; path = "Target Support Files/Pods-SDWebImageJPEGXLCoder_Example/Pods-SDWebImageJPEGXLCoder_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
69 | 65 | E313B588E5C4965B6409AADA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
|
|
77 | 73 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
|
78 | 74 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
|
79 | 75 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
|
80 |
| - 04A9457DE992494BEFACF05A /* Pods_SDWebImageJPEGXLCoder_Example.framework in Frameworks */, |
| 76 | + 1DB4F9190FE9AA3A80FDDC56 /* libPods-SDWebImageJPEGXLCoder_Example.a in Frameworks */, |
81 | 77 | );
|
82 | 78 | runOnlyForDeploymentPostprocessing = 0;
|
83 | 79 | };
|
|
88 | 84 | 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
|
89 | 85 | 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
|
90 | 86 | 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
|
91 |
| - B7C4D632F46E85FC1A07926F /* Pods_SDWebImageJPEGXLCoder_Tests.framework in Frameworks */, |
92 | 87 | );
|
93 | 88 | runOnlyForDeploymentPostprocessing = 0;
|
94 | 89 | };
|
|
123 | 118 | 6003F58F195388D20070C39A /* CoreGraphics.framework */,
|
124 | 119 | 6003F591195388D20070C39A /* UIKit.framework */,
|
125 | 120 | 6003F5AF195388D20070C39A /* XCTest.framework */,
|
126 |
| - D31AA22FC08D1C3288C98DE9 /* Pods_SDWebImageJPEGXLCoder_Example.framework */, |
127 |
| - 11842E4314E6AF2209BDD90E /* Pods_SDWebImageJPEGXLCoder_Tests.framework */, |
| 121 | + B635E4BFBB27C9AE3AEF9975 /* libPods-SDWebImageJPEGXLCoder_Example.a */, |
128 | 122 | );
|
129 | 123 | name = Frameworks;
|
130 | 124 | sourceTree = "<group>";
|
|
190 | 184 | children = (
|
191 | 185 | E1069EACF55330D46F087171 /* Pods-SDWebImageJPEGXLCoder_Example.debug.xcconfig */,
|
192 | 186 | D657E12DD2C159259AFF2184 /* Pods-SDWebImageJPEGXLCoder_Example.release.xcconfig */,
|
193 |
| - 1CE57ECF603D20DB94D6DA32 /* Pods-SDWebImageJPEGXLCoder_Tests.debug.xcconfig */, |
194 |
| - 5A5E4C2D7080E4CCEDBDF4C8 /* Pods-SDWebImageJPEGXLCoder_Tests.release.xcconfig */, |
195 | 187 | );
|
196 | 188 | name = Pods;
|
197 | 189 | path = Pods;
|
|
208 | 200 | 6003F586195388D20070C39A /* Sources */,
|
209 | 201 | 6003F587195388D20070C39A /* Frameworks */,
|
210 | 202 | 6003F588195388D20070C39A /* Resources */,
|
211 |
| - 302503CEB7851320C00211DA /* [CP] Embed Pods Frameworks */, |
| 203 | + 9C7C8C349281EFC35EE7F6B7 /* [CP] Copy Pods Resources */, |
212 | 204 | );
|
213 | 205 | buildRules = (
|
214 | 206 | );
|
|
223 | 215 | isa = PBXNativeTarget;
|
224 | 216 | buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "SDWebImageJPEGXLCoder_Tests" */;
|
225 | 217 | buildPhases = (
|
226 |
| - D4C258D4122B275A9F81BEB8 /* [CP] Check Pods Manifest.lock */, |
227 | 218 | 6003F5AA195388D20070C39A /* Sources */,
|
228 | 219 | 6003F5AB195388D20070C39A /* Frameworks */,
|
229 | 220 | 6003F5AC195388D20070C39A /* Resources */,
|
|
295 | 286 | /* End PBXResourcesBuildPhase section */
|
296 | 287 |
|
297 | 288 | /* Begin PBXShellScriptBuildPhase section */
|
298 |
| - 302503CEB7851320C00211DA /* [CP] Embed Pods Frameworks */ = { |
| 289 | + 9C7C8C349281EFC35EE7F6B7 /* [CP] Copy Pods Resources */ = { |
299 | 290 | isa = PBXShellScriptBuildPhase;
|
300 | 291 | buildActionMask = 2147483647;
|
301 | 292 | files = (
|
302 | 293 | );
|
303 | 294 | inputPaths = (
|
304 |
| - "${PODS_ROOT}/Target Support Files/Pods-SDWebImageJPEGXLCoder_Example/Pods-SDWebImageJPEGXLCoder_Example-frameworks.sh", |
305 |
| - "${BUILT_PRODUCTS_DIR}/SDWebImageJPEGXLCoder/SDWebImageJPEGXLCoder.framework", |
| 295 | + "${PODS_ROOT}/Target Support Files/Pods-SDWebImageJPEGXLCoder_Example/Pods-SDWebImageJPEGXLCoder_Example-resources.sh", |
| 296 | + "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.bundle", |
306 | 297 | );
|
307 |
| - name = "[CP] Embed Pods Frameworks"; |
| 298 | + name = "[CP] Copy Pods Resources"; |
308 | 299 | outputPaths = (
|
309 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImageJPEGXLCoder.framework", |
| 300 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SDWebImage.bundle", |
310 | 301 | );
|
311 | 302 | runOnlyForDeploymentPostprocessing = 0;
|
312 | 303 | shellPath = /bin/sh;
|
313 |
| - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SDWebImageJPEGXLCoder_Example/Pods-SDWebImageJPEGXLCoder_Example-frameworks.sh\"\n"; |
| 304 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SDWebImageJPEGXLCoder_Example/Pods-SDWebImageJPEGXLCoder_Example-resources.sh\"\n"; |
314 | 305 | showEnvVarsInLog = 0;
|
315 | 306 | };
|
316 | 307 | A590F254C9CDB81C3AF6EBDD /* [CP] Check Pods Manifest.lock */ = {
|
|
335 | 326 | 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";
|
336 | 327 | showEnvVarsInLog = 0;
|
337 | 328 | };
|
338 |
| - D4C258D4122B275A9F81BEB8 /* [CP] Check Pods Manifest.lock */ = { |
339 |
| - isa = PBXShellScriptBuildPhase; |
340 |
| - buildActionMask = 2147483647; |
341 |
| - files = ( |
342 |
| - ); |
343 |
| - inputFileListPaths = ( |
344 |
| - ); |
345 |
| - inputPaths = ( |
346 |
| - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
347 |
| - "${PODS_ROOT}/Manifest.lock", |
348 |
| - ); |
349 |
| - name = "[CP] Check Pods Manifest.lock"; |
350 |
| - outputFileListPaths = ( |
351 |
| - ); |
352 |
| - outputPaths = ( |
353 |
| - "$(DERIVED_FILE_DIR)/Pods-SDWebImageJPEGXLCoder_Tests-checkManifestLockResult.txt", |
354 |
| - ); |
355 |
| - runOnlyForDeploymentPostprocessing = 0; |
356 |
| - shellPath = /bin/sh; |
357 |
| - 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"; |
358 |
| - showEnvVarsInLog = 0; |
359 |
| - }; |
360 | 329 | /* End PBXShellScriptBuildPhase section */
|
361 | 330 |
|
362 | 331 | /* Begin PBXSourcesBuildPhase section */
|
|
523 | 492 | };
|
524 | 493 | 6003F5C3195388D20070C39A /* Debug */ = {
|
525 | 494 | isa = XCBuildConfiguration;
|
526 |
| - baseConfigurationReference = 1CE57ECF603D20DB94D6DA32 /* Pods-SDWebImageJPEGXLCoder_Tests.debug.xcconfig */; |
527 | 495 | buildSettings = {
|
528 | 496 | BUNDLE_LOADER = "$(TEST_HOST)";
|
529 | 497 | FRAMEWORK_SEARCH_PATHS = (
|
|
548 | 516 | };
|
549 | 517 | 6003F5C4195388D20070C39A /* Release */ = {
|
550 | 518 | isa = XCBuildConfiguration;
|
551 |
| - baseConfigurationReference = 5A5E4C2D7080E4CCEDBDF4C8 /* Pods-SDWebImageJPEGXLCoder_Tests.release.xcconfig */; |
552 | 519 | buildSettings = {
|
553 | 520 | BUNDLE_LOADER = "$(TEST_HOST)";
|
554 | 521 | FRAMEWORK_SEARCH_PATHS = (
|
|
0 commit comments