|
59 | 59 | 32D5D1722A445BF00098BDFC /* DetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 326B0D702345C01900D28269 /* DetailView.swift */; }; |
60 | 60 | 32D5D1732A445BF00098BDFC /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 320CDC2F22FADB44007CF858 /* ContentView.swift */; }; |
61 | 61 | 32D5D1762A445C8F0098BDFC /* SDWebImageSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 32D5D1752A445C8F0098BDFC /* SDWebImageSwiftUI */; }; |
| 62 | + 32DAC2392AA3784800A085AE /* ViewInspector in Frameworks */ = {isa = PBXBuildFile; productRef = 32DAC2382AA3784800A085AE /* ViewInspector */; }; |
| 63 | + 32DAC23B2AA3784D00A085AE /* ViewInspector in Frameworks */ = {isa = PBXBuildFile; productRef = 32DAC23A2AA3784D00A085AE /* ViewInspector */; }; |
| 64 | + 32DAC23D2AA3785100A085AE /* ViewInspector in Frameworks */ = {isa = PBXBuildFile; productRef = 32DAC23C2AA3785100A085AE /* ViewInspector */; }; |
62 | 65 | 32E5290C2348A0C700EA46FF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32E5290B2348A0C700EA46FF /* AppDelegate.swift */; }; |
63 | 66 | 32E529102348A0C900EA46FF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32E5290F2348A0C900EA46FF /* Assets.xcassets */; }; |
64 | 67 | 32E529132348A0C900EA46FF /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32E529122348A0C900EA46FF /* Preview Assets.xcassets */; }; |
|
218 | 221 | isa = PBXFrameworksBuildPhase; |
219 | 222 | buildActionMask = 2147483647; |
220 | 223 | files = ( |
| 224 | + 32DAC2392AA3784800A085AE /* ViewInspector in Frameworks */, |
221 | 225 | ); |
222 | 226 | runOnlyForDeploymentPostprocessing = 0; |
223 | 227 | }; |
224 | 228 | 322E0DFF28D331F00003A55F /* Frameworks */ = { |
225 | 229 | isa = PBXFrameworksBuildPhase; |
226 | 230 | buildActionMask = 2147483647; |
227 | 231 | files = ( |
| 232 | + 32DAC23B2AA3784D00A085AE /* ViewInspector in Frameworks */, |
228 | 233 | ); |
229 | 234 | runOnlyForDeploymentPostprocessing = 0; |
230 | 235 | }; |
231 | 236 | 322E0E0C28D332050003A55F /* Frameworks */ = { |
232 | 237 | isa = PBXFrameworksBuildPhase; |
233 | 238 | buildActionMask = 2147483647; |
234 | 239 | files = ( |
| 240 | + 32DAC23D2AA3785100A085AE /* ViewInspector in Frameworks */, |
235 | 241 | ); |
236 | 242 | runOnlyForDeploymentPostprocessing = 0; |
237 | 243 | }; |
|
522 | 528 | ); |
523 | 529 | name = SDWebImageSwiftUITests; |
524 | 530 | packageProductDependencies = ( |
| 531 | + 32DAC2382AA3784800A085AE /* ViewInspector */, |
525 | 532 | ); |
526 | 533 | productName = SDWebImageSwiftUITests; |
527 | 534 | productReference = 322E0DE628D3318B0003A55F /* SDWebImageSwiftUITests.xctest */; |
|
543 | 550 | ); |
544 | 551 | name = "SDWebImageSwiftUITests macOS"; |
545 | 552 | packageProductDependencies = ( |
| 553 | + 32DAC23A2AA3784D00A085AE /* ViewInspector */, |
546 | 554 | ); |
547 | 555 | productName = "SDWebImageSwiftUITests macOS"; |
548 | 556 | productReference = 322E0E0228D331F00003A55F /* SDWebImageSwiftUITests macOS.xctest */; |
|
564 | 572 | ); |
565 | 573 | name = "SDWebImageSwiftUITests tvOS"; |
566 | 574 | packageProductDependencies = ( |
| 575 | + 32DAC23C2AA3785100A085AE /* ViewInspector */, |
567 | 576 | ); |
568 | 577 | productName = "SDWebImageSwiftUITests tvOS"; |
569 | 578 | productReference = 322E0E0F28D332050003A55F /* SDWebImageSwiftUITests tvOS.xctest */; |
|
771 | 780 | 32ABE4D72AA3753300331406 /* XCRemoteSwiftPackageReference "SDWebImageWebPCoder" */, |
772 | 781 | 32ABE4DA2AA3755D00331406 /* XCRemoteSwiftPackageReference "SDWebImageSVGCoder" */, |
773 | 782 | 32ABE4DD2AA3756A00331406 /* XCRemoteSwiftPackageReference "SDWebImagePDFCoder" */, |
| 783 | + 32B13EB12AA377F600BE9B5B /* XCRemoteSwiftPackageReference "ViewInspector" */, |
774 | 784 | ); |
775 | 785 | productRefGroup = 607FACD11AFB9204008FA782 /* Products */; |
776 | 786 | projectDirPath = ""; |
|
1926 | 1936 | minimumVersion = 1.0.0; |
1927 | 1937 | }; |
1928 | 1938 | }; |
| 1939 | + 32B13EB12AA377F600BE9B5B /* XCRemoteSwiftPackageReference "ViewInspector" */ = { |
| 1940 | + isa = XCRemoteSwiftPackageReference; |
| 1941 | + repositoryURL = "https://github.com/nalexn/ViewInspector.git"; |
| 1942 | + requirement = { |
| 1943 | + kind = exactVersion; |
| 1944 | + version = 0.9.2; |
| 1945 | + }; |
| 1946 | + }; |
1929 | 1947 | 32DCFE8D28D333B0001A17BF /* XCRemoteSwiftPackageReference "ViewInspector" */ = { |
1930 | 1948 | isa = XCRemoteSwiftPackageReference; |
1931 | 1949 | repositoryURL = "https://github.com/nalexn/ViewInspector.git"; |
|
2062 | 2080 | isa = XCSwiftPackageProductDependency; |
2063 | 2081 | productName = SDWebImageSwiftUI; |
2064 | 2082 | }; |
| 2083 | + 32DAC2382AA3784800A085AE /* ViewInspector */ = { |
| 2084 | + isa = XCSwiftPackageProductDependency; |
| 2085 | + package = 32B13EB12AA377F600BE9B5B /* XCRemoteSwiftPackageReference "ViewInspector" */; |
| 2086 | + productName = ViewInspector; |
| 2087 | + }; |
| 2088 | + 32DAC23A2AA3784D00A085AE /* ViewInspector */ = { |
| 2089 | + isa = XCSwiftPackageProductDependency; |
| 2090 | + package = 32B13EB12AA377F600BE9B5B /* XCRemoteSwiftPackageReference "ViewInspector" */; |
| 2091 | + productName = ViewInspector; |
| 2092 | + }; |
| 2093 | + 32DAC23C2AA3785100A085AE /* ViewInspector */ = { |
| 2094 | + isa = XCSwiftPackageProductDependency; |
| 2095 | + package = 32B13EB12AA377F600BE9B5B /* XCRemoteSwiftPackageReference "ViewInspector" */; |
| 2096 | + productName = ViewInspector; |
| 2097 | + }; |
2065 | 2098 | 32DCFE9628D333F1001A17BF /* ViewInspector */ = { |
2066 | 2099 | isa = XCSwiftPackageProductDependency; |
2067 | 2100 | package = 32DCFE8D28D333B0001A17BF /* XCRemoteSwiftPackageReference "ViewInspector" */; |
|
0 commit comments