|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 53; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 7D013CDE265D5A2100454172 /* Nuke.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D013CDD265D5A2100454172 /* Nuke.xcframework */; }; |
11 | 11 | B08309D5241256530090FB75 /* NukeProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B08309D3241256530090FB75 /* NukeProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
12 | 12 | B08309E7241259650090FB75 /* NukeProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B08309E6241259650090FB75 /* NukeProxy.swift */; }; |
| 13 | + CEBEC60F2DB66ACB00FA295C /* NukeExtensions.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEBEC60E2DB66ACB00FA295C /* NukeExtensions.xcframework */; }; |
| 14 | + CEBEC6102DB66ACB00FA295C /* NukeExtensions.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CEBEC60E2DB66ACB00FA295C /* NukeExtensions.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
13 | 15 | /* End PBXBuildFile section */ |
14 | 16 |
|
| 17 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 18 | + CEBEC6112DB66ACB00FA295C /* Embed Frameworks */ = { |
| 19 | + isa = PBXCopyFilesBuildPhase; |
| 20 | + buildActionMask = 2147483647; |
| 21 | + dstPath = ""; |
| 22 | + dstSubfolderSpec = 10; |
| 23 | + files = ( |
| 24 | + CEBEC6102DB66ACB00FA295C /* NukeExtensions.xcframework in Embed Frameworks */, |
| 25 | + ); |
| 26 | + name = "Embed Frameworks"; |
| 27 | + runOnlyForDeploymentPostprocessing = 0; |
| 28 | + }; |
| 29 | +/* End PBXCopyFilesBuildPhase section */ |
| 30 | + |
15 | 31 | /* Begin PBXFileReference section */ |
16 | 32 | 7D013CDD265D5A2100454172 /* Nuke.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = Nuke.xcframework; path = Carthage/Build/Nuke.xcframework; sourceTree = "<group>"; }; |
17 | 33 | B08309D0241256530090FB75 /* NukeProxy.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NukeProxy.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
18 | 34 | B08309D3241256530090FB75 /* NukeProxy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NukeProxy.h; sourceTree = "<group>"; }; |
19 | 35 | B08309D4241256530090FB75 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
20 | 36 | B08309E6241259650090FB75 /* NukeProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NukeProxy.swift; sourceTree = "<group>"; }; |
| 37 | + CEBEC60E2DB66ACB00FA295C /* NukeExtensions.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NukeExtensions.xcframework; path = Carthage/Build/NukeExtensions.xcframework; sourceTree = "<group>"; }; |
21 | 38 | /* End PBXFileReference section */ |
22 | 39 |
|
23 | 40 | /* Begin PBXFrameworksBuildPhase section */ |
24 | 41 | B08309CD241256530090FB75 /* Frameworks */ = { |
25 | 42 | isa = PBXFrameworksBuildPhase; |
26 | 43 | buildActionMask = 2147483647; |
27 | 44 | files = ( |
| 45 | + CEBEC60F2DB66ACB00FA295C /* NukeExtensions.xcframework in Frameworks */, |
28 | 46 | 7D013CDE265D5A2100454172 /* Nuke.xcframework in Frameworks */, |
29 | 47 | ); |
30 | 48 | runOnlyForDeploymentPostprocessing = 0; |
|
62 | 80 | B08309DB241256A70090FB75 /* Frameworks */ = { |
63 | 81 | isa = PBXGroup; |
64 | 82 | children = ( |
| 83 | + CEBEC60E2DB66ACB00FA295C /* NukeExtensions.xcframework */, |
65 | 84 | 7D013CDD265D5A2100454172 /* Nuke.xcframework */, |
66 | 85 | ); |
67 | 86 | name = Frameworks; |
|
89 | 108 | B08309CC241256530090FB75 /* Sources */, |
90 | 109 | B08309CD241256530090FB75 /* Frameworks */, |
91 | 110 | B08309CE241256530090FB75 /* Resources */, |
| 111 | + CEBEC6112DB66ACB00FA295C /* Embed Frameworks */, |
92 | 112 | ); |
93 | 113 | buildRules = ( |
94 | 114 | ); |
|
0 commit comments