|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 3F14958E227DEE19A1D12A69 /* Pods_Jxl_Coder.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C1D15BFF370F6FA27EA6D7E /* Pods_Jxl_Coder.framework */; }; |
10 | 11 | D341F4C52A97FC29003A496C /* Jxl_CoderApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D341F4C42A97FC29003A496C /* Jxl_CoderApp.swift */; }; |
11 | 12 | D341F4C72A97FC29003A496C /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D341F4C62A97FC29003A496C /* ContentView.swift */; }; |
12 | 13 | D341F4C92A97FC2A003A496C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D341F4C82A97FC2A003A496C /* Assets.xcassets */; }; |
|
29 | 30 | D3D2BA092A9BD1B600EBB7A9 /* JXLSystemImage.mm in Sources */ = {isa = PBXBuildFile; fileRef = D3D2BA082A9BD1B600EBB7A9 /* JXLSystemImage.mm */; }; |
30 | 31 | D3D2BA102A9BDADA00EBB7A9 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3D2BA0F2A9BDADA00EBB7A9 /* Accelerate.framework */; }; |
31 | 32 | D3D55DAD2AA4D0E800EA7CB0 /* JxlNukePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3D55DAC2AA4D0E800EA7CB0 /* JxlNukePlugin.swift */; }; |
| 33 | + D3D55DB12AA4DBBD00EA7CB0 /* JxlSDWebImageCoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3D55DB02AA4DBBD00EA7CB0 /* JxlSDWebImageCoder.swift */; }; |
32 | 34 | /* End PBXBuildFile section */ |
33 | 35 |
|
34 | 36 | /* Begin PBXFileReference section */ |
| 37 | + 028C5ED4E4E827F5E76488BA /* Pods-Jxl Coder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Jxl Coder.release.xcconfig"; path = "Target Support Files/Pods-Jxl Coder/Pods-Jxl Coder.release.xcconfig"; sourceTree = "<group>"; }; |
| 38 | + 0C1D15BFF370F6FA27EA6D7E /* Pods_Jxl_Coder.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Jxl_Coder.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
35 | 39 | D341F4C12A97FC29003A496C /* Jxl Coder.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Jxl Coder.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 40 | D341F4C42A97FC29003A496C /* Jxl_CoderApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Jxl_CoderApp.swift; sourceTree = "<group>"; }; |
37 | 41 | D341F4C62A97FC29003A496C /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
59 | 63 | D3D2BA0A2A9BD1C200EBB7A9 /* JXLSystemImage.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = JXLSystemImage.hpp; sourceTree = "<group>"; }; |
60 | 64 | D3D2BA0F2A9BDADA00EBB7A9 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; |
61 | 65 | D3D55DAC2AA4D0E800EA7CB0 /* JxlNukePlugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = JxlNukePlugin.swift; path = JxlNukePlugin/JxlNukePlugin.swift; sourceTree = "<group>"; }; |
| 66 | + D3D55DB02AA4DBBD00EA7CB0 /* JxlSDWebImageCoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = JxlSDWebImageCoder.swift; path = JxlSDWebImageCoder/JxlSDWebImageCoder.swift; sourceTree = "<group>"; }; |
| 67 | + EA293D93FDD9F3C620CEA63F /* Pods-Jxl Coder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Jxl Coder.debug.xcconfig"; path = "Target Support Files/Pods-Jxl Coder/Pods-Jxl Coder.debug.xcconfig"; sourceTree = "<group>"; }; |
62 | 68 | /* End PBXFileReference section */ |
63 | 69 |
|
64 | 70 | /* Begin PBXFrameworksBuildPhase section */ |
|
76 | 82 | D3B84ACE2A9C580800DAFE87 /* NukeUI in Frameworks */, |
77 | 83 | D3D2B9F82A9BAE1C00EBB7A9 /* libjxl.xcframework in Frameworks */, |
78 | 84 | D3B84ACC2A9C580800DAFE87 /* Nuke in Frameworks */, |
| 85 | + 3F14958E227DEE19A1D12A69 /* Pods_Jxl_Coder.framework in Frameworks */, |
79 | 86 | ); |
80 | 87 | runOnlyForDeploymentPostprocessing = 0; |
81 | 88 | }; |
82 | 89 | /* End PBXFrameworksBuildPhase section */ |
83 | 90 |
|
84 | 91 | /* Begin PBXGroup section */ |
| 92 | + 417B4E0BE661D26683F15435 /* Pods */ = { |
| 93 | + isa = PBXGroup; |
| 94 | + children = ( |
| 95 | + EA293D93FDD9F3C620CEA63F /* Pods-Jxl Coder.debug.xcconfig */, |
| 96 | + 028C5ED4E4E827F5E76488BA /* Pods-Jxl Coder.release.xcconfig */, |
| 97 | + ); |
| 98 | + path = Pods; |
| 99 | + sourceTree = "<group>"; |
| 100 | + }; |
85 | 101 | D341F4B82A97FC29003A496C = { |
86 | 102 | isa = PBXGroup; |
87 | 103 | children = ( |
| 104 | + D3D55DB02AA4DBBD00EA7CB0 /* JxlSDWebImageCoder.swift */, |
88 | 105 | D3D55DAC2AA4D0E800EA7CB0 /* JxlNukePlugin.swift */, |
89 | 106 | D341F4D22A97FC5A003A496C /* Sources */, |
90 | 107 | D341F4C32A97FC29003A496C /* Jxl Coder */, |
91 | 108 | D341F4C22A97FC29003A496C /* Products */, |
92 | 109 | D3D2BA0E2A9BDADA00EBB7A9 /* Frameworks */, |
| 110 | + 417B4E0BE661D26683F15435 /* Pods */, |
93 | 111 | ); |
94 | 112 | sourceTree = "<group>"; |
95 | 113 | }; |
|
199 | 217 | isa = PBXGroup; |
200 | 218 | children = ( |
201 | 219 | D3D2BA0F2A9BDADA00EBB7A9 /* Accelerate.framework */, |
| 220 | + 0C1D15BFF370F6FA27EA6D7E /* Pods_Jxl_Coder.framework */, |
202 | 221 | ); |
203 | 222 | name = Frameworks; |
204 | 223 | sourceTree = "<group>"; |
|
210 | 229 | isa = PBXNativeTarget; |
211 | 230 | buildConfigurationList = D341F4CF2A97FC2A003A496C /* Build configuration list for PBXNativeTarget "Jxl Coder" */; |
212 | 231 | buildPhases = ( |
| 232 | + CF73E12849CFB0063FE0F9AD /* [CP] Check Pods Manifest.lock */, |
213 | 233 | D341F4BD2A97FC29003A496C /* Sources */, |
214 | 234 | D341F4BE2A97FC29003A496C /* Frameworks */, |
215 | 235 | D341F4BF2A97FC29003A496C /* Resources */, |
| 236 | + 449D404A6736639C36881248 /* [CP] Embed Pods Frameworks */, |
216 | 237 | ); |
217 | 238 | buildRules = ( |
218 | 239 | ); |
|
280 | 301 | }; |
281 | 302 | /* End PBXResourcesBuildPhase section */ |
282 | 303 |
|
| 304 | +/* Begin PBXShellScriptBuildPhase section */ |
| 305 | + 449D404A6736639C36881248 /* [CP] Embed Pods Frameworks */ = { |
| 306 | + isa = PBXShellScriptBuildPhase; |
| 307 | + buildActionMask = 2147483647; |
| 308 | + files = ( |
| 309 | + ); |
| 310 | + inputFileListPaths = ( |
| 311 | + "${PODS_ROOT}/Target Support Files/Pods-Jxl Coder/Pods-Jxl Coder-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 312 | + ); |
| 313 | + name = "[CP] Embed Pods Frameworks"; |
| 314 | + outputFileListPaths = ( |
| 315 | + "${PODS_ROOT}/Target Support Files/Pods-Jxl Coder/Pods-Jxl Coder-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 316 | + ); |
| 317 | + runOnlyForDeploymentPostprocessing = 0; |
| 318 | + shellPath = /bin/sh; |
| 319 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Jxl Coder/Pods-Jxl Coder-frameworks.sh\"\n"; |
| 320 | + showEnvVarsInLog = 0; |
| 321 | + }; |
| 322 | + CF73E12849CFB0063FE0F9AD /* [CP] Check Pods Manifest.lock */ = { |
| 323 | + isa = PBXShellScriptBuildPhase; |
| 324 | + buildActionMask = 2147483647; |
| 325 | + files = ( |
| 326 | + ); |
| 327 | + inputFileListPaths = ( |
| 328 | + ); |
| 329 | + inputPaths = ( |
| 330 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 331 | + "${PODS_ROOT}/Manifest.lock", |
| 332 | + ); |
| 333 | + name = "[CP] Check Pods Manifest.lock"; |
| 334 | + outputFileListPaths = ( |
| 335 | + ); |
| 336 | + outputPaths = ( |
| 337 | + "$(DERIVED_FILE_DIR)/Pods-Jxl Coder-checkManifestLockResult.txt", |
| 338 | + ); |
| 339 | + runOnlyForDeploymentPostprocessing = 0; |
| 340 | + shellPath = /bin/sh; |
| 341 | + 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"; |
| 342 | + showEnvVarsInLog = 0; |
| 343 | + }; |
| 344 | +/* End PBXShellScriptBuildPhase section */ |
| 345 | + |
283 | 346 | /* Begin PBXSourcesBuildPhase section */ |
284 | 347 | D341F4BD2A97FC29003A496C /* Sources */ = { |
285 | 348 | isa = PBXSourcesBuildPhase; |
286 | 349 | buildActionMask = 2147483647; |
287 | 350 | files = ( |
288 | 351 | D3D2B9F52A9BAD6A00EBB7A9 /* JXLCPlusCoder.mm in Sources */, |
289 | 352 | D3D2BA092A9BD1B600EBB7A9 /* JXLSystemImage.mm in Sources */, |
| 353 | + D3D55DB12AA4DBBD00EA7CB0 /* JxlSDWebImageCoder.swift in Sources */, |
290 | 354 | D3D2B9FD2A9BAEF300EBB7A9 /* jxl_worker.cpp in Sources */, |
291 | 355 | D3D2BA002A9BB4AF00EBB7A9 /* JXLCoder.swift in Sources */, |
292 | 356 | D3D2BA022A9BB50F00EBB7A9 /* JXLSupport.swift in Sources */, |
|
415 | 479 | }; |
416 | 480 | D341F4D02A97FC2A003A496C /* Debug */ = { |
417 | 481 | isa = XCBuildConfiguration; |
| 482 | + baseConfigurationReference = EA293D93FDD9F3C620CEA63F /* Pods-Jxl Coder.debug.xcconfig */; |
418 | 483 | buildSettings = { |
419 | 484 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
420 | 485 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
446 | 511 | }; |
447 | 512 | D341F4D12A97FC2A003A496C /* Release */ = { |
448 | 513 | isa = XCBuildConfiguration; |
| 514 | + baseConfigurationReference = 028C5ED4E4E827F5E76488BA /* Pods-Jxl Coder.release.xcconfig */; |
449 | 515 | buildSettings = { |
450 | 516 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
451 | 517 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
0 commit comments