|
75 | 75 | 32C43E3322FD5DF400BE87F5 /* SDWebImageSwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32C43E3122FD5DE100BE87F5 /* SDWebImageSwiftUI.swift */; }; |
76 | 76 | 32C43E3422FD5DF400BE87F5 /* SDWebImageSwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32C43E3122FD5DE100BE87F5 /* SDWebImageSwiftUI.swift */; }; |
77 | 77 | 32C43E3522FD5DF400BE87F5 /* SDWebImageSwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32C43E3122FD5DE100BE87F5 /* SDWebImageSwiftUI.swift */; }; |
| 78 | + 32CBA78025E4D7D800C6A8DC /* ImagePlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32CBA77E25E4D7D800C6A8DC /* ImagePlayer.swift */; }; |
| 79 | + 32CBA78125E4D7D800C6A8DC /* ImagePlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32CBA77E25E4D7D800C6A8DC /* ImagePlayer.swift */; }; |
| 80 | + 32CBA78225E4D7D800C6A8DC /* ImagePlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32CBA77E25E4D7D800C6A8DC /* ImagePlayer.swift */; }; |
| 81 | + 32CBA78325E4D7D800C6A8DC /* ImagePlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32CBA77E25E4D7D800C6A8DC /* ImagePlayer.swift */; }; |
| 82 | + 32CBA78425E4D7D800C6A8DC /* SwiftUICompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32CBA77F25E4D7D800C6A8DC /* SwiftUICompatibility.swift */; }; |
| 83 | + 32CBA78525E4D7D800C6A8DC /* SwiftUICompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32CBA77F25E4D7D800C6A8DC /* SwiftUICompatibility.swift */; }; |
| 84 | + 32CBA78625E4D7D800C6A8DC /* SwiftUICompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32CBA77F25E4D7D800C6A8DC /* SwiftUICompatibility.swift */; }; |
| 85 | + 32CBA78725E4D7D800C6A8DC /* SwiftUICompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32CBA77F25E4D7D800C6A8DC /* SwiftUICompatibility.swift */; }; |
78 | 86 | 32D26A022446B546005905DA /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D26A012446B546005905DA /* Image.swift */; }; |
79 | 87 | 32D26A032446B546005905DA /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D26A012446B546005905DA /* Image.swift */; }; |
80 | 88 | 32D26A042446B546005905DA /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D26A012446B546005905DA /* Image.swift */; }; |
|
137 | 145 | 32C43E2922FD586200BE87F5 /* SDWebImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDWebImage.framework; path = Carthage/Build/tvOS/SDWebImage.framework; sourceTree = "<group>"; }; |
138 | 146 | 32C43E2D22FD586E00BE87F5 /* SDWebImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDWebImage.framework; path = Carthage/Build/watchOS/SDWebImage.framework; sourceTree = "<group>"; }; |
139 | 147 | 32C43E3122FD5DE100BE87F5 /* SDWebImageSwiftUI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDWebImageSwiftUI.swift; sourceTree = "<group>"; }; |
| 148 | + 32CBA77E25E4D7D800C6A8DC /* ImagePlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImagePlayer.swift; sourceTree = "<group>"; }; |
| 149 | + 32CBA77F25E4D7D800C6A8DC /* SwiftUICompatibility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftUICompatibility.swift; sourceTree = "<group>"; }; |
140 | 150 | 32D26A012446B546005905DA /* Image.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Image.swift; sourceTree = "<group>"; }; |
141 | 151 | 32ED4825242A13030053338E /* ImageManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageManagerTests.swift; sourceTree = "<group>"; }; |
142 | 152 | /* End PBXFileReference section */ |
|
279 | 289 | 32B933E323659A0700BB7CAD /* Transition */, |
280 | 290 | 326099472362E09E006EBB22 /* Indicator */, |
281 | 291 | 32C43DDC22FD54C600BE87F5 /* ImageManager.swift */, |
| 292 | + 32CBA77E25E4D7D800C6A8DC /* ImagePlayer.swift */, |
| 293 | + 32CBA77F25E4D7D800C6A8DC /* SwiftUICompatibility.swift */, |
282 | 294 | 32C43DDE22FD54C600BE87F5 /* WebImage.swift */, |
283 | 295 | 32C43DDF22FD54C600BE87F5 /* AnimatedImage.swift */, |
284 | 296 | 32C43E3122FD5DE100BE87F5 /* SDWebImageSwiftUI.swift */, |
|
696 | 708 | buildActionMask = 2147483647; |
697 | 709 | files = ( |
698 | 710 | 32B933E523659A1900BB7CAD /* Transition.swift in Sources */, |
| 711 | + 32CBA78025E4D7D800C6A8DC /* ImagePlayer.swift in Sources */, |
| 712 | + 32CBA78425E4D7D800C6A8DC /* SwiftUICompatibility.swift in Sources */, |
699 | 713 | 32C43E1722FD583700BE87F5 /* WebImage.swift in Sources */, |
700 | 714 | 326B848C236335400011BDFB /* ProgressIndicator.swift in Sources */, |
701 | 715 | 326B84822363350C0011BDFB /* Indicator.swift in Sources */, |
|
713 | 727 | buildActionMask = 2147483647; |
714 | 728 | files = ( |
715 | 729 | 32B933E623659A1900BB7CAD /* Transition.swift in Sources */, |
| 730 | + 32CBA78125E4D7D800C6A8DC /* ImagePlayer.swift in Sources */, |
| 731 | + 32CBA78525E4D7D800C6A8DC /* SwiftUICompatibility.swift in Sources */, |
716 | 732 | 32C43E1A22FD583700BE87F5 /* WebImage.swift in Sources */, |
717 | 733 | 326B848D236335400011BDFB /* ProgressIndicator.swift in Sources */, |
718 | 734 | 326B84832363350C0011BDFB /* Indicator.swift in Sources */, |
|
730 | 746 | buildActionMask = 2147483647; |
731 | 747 | files = ( |
732 | 748 | 32B933E723659A1900BB7CAD /* Transition.swift in Sources */, |
| 749 | + 32CBA78225E4D7D800C6A8DC /* ImagePlayer.swift in Sources */, |
| 750 | + 32CBA78625E4D7D800C6A8DC /* SwiftUICompatibility.swift in Sources */, |
733 | 751 | 32C43E1D22FD583800BE87F5 /* WebImage.swift in Sources */, |
734 | 752 | 326B848E236335400011BDFB /* ProgressIndicator.swift in Sources */, |
735 | 753 | 326B84842363350C0011BDFB /* Indicator.swift in Sources */, |
|
747 | 765 | buildActionMask = 2147483647; |
748 | 766 | files = ( |
749 | 767 | 32B933E823659A1900BB7CAD /* Transition.swift in Sources */, |
| 768 | + 32CBA78325E4D7D800C6A8DC /* ImagePlayer.swift in Sources */, |
| 769 | + 32CBA78725E4D7D800C6A8DC /* SwiftUICompatibility.swift in Sources */, |
750 | 770 | 32C43E2022FD583800BE87F5 /* WebImage.swift in Sources */, |
751 | 771 | 326B848F236335400011BDFB /* ProgressIndicator.swift in Sources */, |
752 | 772 | 326B84852363350C0011BDFB /* Indicator.swift in Sources */, |
|
0 commit comments