|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 320EB3252B8F49BD00C466C8 /* jxl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 320EB3242B8F49BD00C466C8 /* jxl.framework */; platformFilters = (macos, ); }; |
11 |
| - 325FD3C82B8F440900DCAD9A /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325FD3C62B8F440900DCAD9A /* SDWebImage.framework */; platformFilters = (macos, ); }; |
12 | 10 | 325FD3CD2B8F446A00DCAD9A /* SDWebImageJPEGXLCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 325FD3CB2B8F446A00DCAD9A /* SDWebImageJPEGXLCoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
13 | 11 | 326AA2462B8F272500B7D7B4 /* SDImageJPEGXLCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 326AA2412B8F272500B7D7B4 /* SDImageJPEGXLCoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
14 | 12 | 326AA2482B8F272500B7D7B4 /* SDImageJPEGXLCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 326AA2432B8F272500B7D7B4 /* SDImageJPEGXLCoder.m */; };
|
| 13 | + 32A429D72B8F9B6100327685 /* jxl.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A429D62B8F9B6100327685 /* jxl.xcframework */; }; |
| 14 | + 32A429D92B8F9B6800327685 /* SDWebImage.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A429D82B8F9B6800327685 /* SDWebImage.xcframework */; }; |
15 | 15 | /* End PBXBuildFile section */
|
16 | 16 |
|
17 | 17 | /* Begin PBXFileReference section */
|
18 |
| - 320EB3242B8F49BD00C466C8 /* jxl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = jxl.framework; path = Carthage/Build/Mac/jxl.framework; sourceTree = "<group>"; }; |
19 |
| - 325FD3C52B8F440900DCAD9A /* libjxl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libjxl.framework; path = Carthage/Build/Mac/libjxl.framework; sourceTree = "<group>"; }; |
20 |
| - 325FD3C62B8F440900DCAD9A /* SDWebImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDWebImage.framework; path = Carthage/Build/Mac/SDWebImage.framework; sourceTree = "<group>"; }; |
21 | 18 | 325FD3CA2B8F446A00DCAD9A /* SDWebImageJPEGXLCoder.modulemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; path = SDWebImageJPEGXLCoder.modulemap; sourceTree = "<group>"; };
|
22 | 19 | 325FD3CB2B8F446A00DCAD9A /* SDWebImageJPEGXLCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageJPEGXLCoder.h; sourceTree = "<group>"; };
|
23 | 20 | 325FD3CC2B8F446A00DCAD9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
24 | 21 | 326AA2352B8F26F000B7D7B4 /* SDWebImageJPEGXLCoder.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImageJPEGXLCoder.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
25 | 22 | 326AA2412B8F272500B7D7B4 /* SDImageJPEGXLCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDImageJPEGXLCoder.h; sourceTree = "<group>"; };
|
26 | 23 | 326AA2432B8F272500B7D7B4 /* SDImageJPEGXLCoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDImageJPEGXLCoder.m; sourceTree = "<group>"; };
|
| 24 | + 32A429D62B8F9B6100327685 /* jxl.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = jxl.xcframework; path = Carthage/Build/jxl.xcframework; sourceTree = "<group>"; }; |
| 25 | + 32A429D82B8F9B6800327685 /* SDWebImage.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDWebImage.xcframework; path = Carthage/Build/SDWebImage.xcframework; sourceTree = "<group>"; }; |
27 | 26 | /* End PBXFileReference section */
|
28 | 27 |
|
29 | 28 | /* Begin PBXFrameworksBuildPhase section */
|
30 | 29 | 326AA2322B8F26F000B7D7B4 /* Frameworks */ = {
|
31 | 30 | isa = PBXFrameworksBuildPhase;
|
32 | 31 | buildActionMask = 2147483647;
|
33 | 32 | files = (
|
34 |
| - 320EB3252B8F49BD00C466C8 /* jxl.framework in Frameworks */, |
35 |
| - 325FD3C82B8F440900DCAD9A /* SDWebImage.framework in Frameworks */, |
| 33 | + 32A429D92B8F9B6800327685 /* SDWebImage.xcframework in Frameworks */, |
| 34 | + 32A429D72B8F9B6100327685 /* jxl.xcframework in Frameworks */, |
36 | 35 | );
|
37 | 36 | runOnlyForDeploymentPostprocessing = 0;
|
38 | 37 | };
|
|
42 | 41 | 325FD3C42B8F440800DCAD9A /* Frameworks */ = {
|
43 | 42 | isa = PBXGroup;
|
44 | 43 | children = (
|
45 |
| - 320EB3242B8F49BD00C466C8 /* jxl.framework */, |
46 |
| - 325FD3C52B8F440900DCAD9A /* libjxl.framework */, |
47 |
| - 325FD3C62B8F440900DCAD9A /* SDWebImage.framework */, |
| 44 | + 32A429D82B8F9B6800327685 /* SDWebImage.xcframework */, |
| 45 | + 32A429D62B8F9B6100327685 /* jxl.xcframework */, |
48 | 46 | );
|
49 | 47 | name = Frameworks;
|
50 | 48 | sourceTree = "<group>";
|
|
312 | 310 | DYLIB_COMPATIBILITY_VERSION = 1;
|
313 | 311 | DYLIB_CURRENT_VERSION = 1;
|
314 | 312 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
315 |
| - FRAMEWORK_SEARCH_PATHS = ( |
316 |
| - "$(inherited)", |
317 |
| - "$(PROJECT_DIR)/Carthage/Build/Mac", |
318 |
| - ); |
319 | 313 | INFOPLIST_FILE = "$(PROJECT_DIR)/SDWebImageJPEGXLCoder/Module/Info.plist";
|
320 | 314 | INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
321 | 315 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
354 | 348 | DYLIB_COMPATIBILITY_VERSION = 1;
|
355 | 349 | DYLIB_CURRENT_VERSION = 1;
|
356 | 350 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
357 |
| - FRAMEWORK_SEARCH_PATHS = ( |
358 |
| - "$(inherited)", |
359 |
| - "$(PROJECT_DIR)/Carthage/Build/Mac", |
360 |
| - ); |
361 | 351 | INFOPLIST_FILE = "$(PROJECT_DIR)/SDWebImageJPEGXLCoder/Module/Info.plist";
|
362 | 352 | INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
363 | 353 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
0 commit comments