Skip to content

Commit f2c9b32

Browse files
author
たつぞう
committed
docs: Kingfisher source change
1 parent cf8ca79 commit f2c9b32

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

EhPanda.xcodeproj/project.pbxproj

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
AB19224F26727A2500F48E60 /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = AB19224E26727A2500F48E60 /* Kingfisher */; };
1011
AB19D619266E5C6700BA752A /* TTProgressHUD in Frameworks */ = {isa = PBXBuildFile; productRef = AB19D618266E5C6700BA752A /* TTProgressHUD */; };
1112
AB324F66266EFF4200F34A12 /* Kanna in Frameworks */ = {isa = PBXBuildFile; productRef = AB324F65266EFF4200F34A12 /* Kanna */; };
1213
AB38A0CB25CA993D00764D64 /* ColorCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB38A0CA25CA993D00764D64 /* ColorCodable.swift */; };
@@ -23,7 +24,6 @@
2324
AB47FDB525BC859E0007765D /* Weird-ipad-pro@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AB47FDB225BC859E0007765D /* Weird-ipad-pro@2x.png */; };
2425
AB47FDB625BC859E0007765D /* Weird-ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = AB47FDB325BC859E0007765D /* Weird-ipad.png */; };
2526
AB7E6B3025D24FE00035CC68 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = AB7E6B3225D24FE00035CC68 /* InfoPlist.strings */; };
26-
AB84F47525CAF56D00DAF1EC /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = AB84F47425CAF56D00DAF1EC /* Kingfisher */; };
2727
ABA732D925A8018A00B3D9AB /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABA732D825A8018A00B3D9AB /* Extensions.swift */; };
2828
ABA732DF25A852D800B3D9AB /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABA732DE25A852D800B3D9AB /* Filter.swift */; };
2929
ABC1FAB6264152C800A9F352 /* StoreAccessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABC1FAB5264152C800A9F352 /* StoreAccessor.swift */; };
@@ -152,8 +152,8 @@
152152
isa = PBXFrameworksBuildPhase;
153153
buildActionMask = 2147483647;
154154
files = (
155+
AB19224F26727A2500F48E60 /* Kingfisher in Frameworks */,
155156
ABE0FA2F25D4CAEC00E52F18 /* SDWebImageSwiftUI in Frameworks */,
156-
AB84F47525CAF56D00DAF1EC /* Kingfisher in Frameworks */,
157157
AB324F66266EFF4200F34A12 /* Kanna in Frameworks */,
158158
AB19D619266E5C6700BA752A /* TTProgressHUD in Frameworks */,
159159
);
@@ -362,10 +362,10 @@
362362
);
363363
name = EhPanda;
364364
packageProductDependencies = (
365-
AB84F47425CAF56D00DAF1EC /* Kingfisher */,
366365
ABE0FA2E25D4CAEC00E52F18 /* SDWebImageSwiftUI */,
367366
AB19D618266E5C6700BA752A /* TTProgressHUD */,
368367
AB324F65266EFF4200F34A12 /* Kanna */,
368+
AB19224E26727A2500F48E60 /* Kingfisher */,
369369
);
370370
productName = EhPanda;
371371
productReference = ABC3C7542593696C00E0C11B /* EhPanda.app */;
@@ -398,10 +398,10 @@
398398
);
399399
mainGroup = ABC3C74B2593696C00E0C11B;
400400
packageReferences = (
401-
AB84F47325CAF56D00DAF1EC /* XCRemoteSwiftPackageReference "Kingfisher" */,
402401
ABE0FA2D25D4CAEC00E52F18 /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */,
403402
AB19D617266E5C6700BA752A /* XCRemoteSwiftPackageReference "TTProgressHUD" */,
404403
AB324F64266EFF4200F34A12 /* XCRemoteSwiftPackageReference "Kanna" */,
404+
AB19224D26727A2500F48E60 /* XCRemoteSwiftPackageReference "Kingfisher" */,
405405
);
406406
productRefGroup = ABC3C7552593696C00E0C11B /* Products */;
407407
projectDirPath = "";
@@ -737,6 +737,14 @@
737737
/* End XCConfigurationList section */
738738

739739
/* Begin XCRemoteSwiftPackageReference section */
740+
AB19224D26727A2500F48E60 /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
741+
isa = XCRemoteSwiftPackageReference;
742+
repositoryURL = "https://github.com/tatsuz0u/Kingfisher.git";
743+
requirement = {
744+
branch = "Remove-Accelerate";
745+
kind = branch;
746+
};
747+
};
740748
AB19D617266E5C6700BA752A /* XCRemoteSwiftPackageReference "TTProgressHUD" */ = {
741749
isa = XCRemoteSwiftPackageReference;
742750
repositoryURL = "https://github.com/tatsuz0u/TTProgressHUD.git";
@@ -753,14 +761,6 @@
753761
minimumVersion = 5.0.0;
754762
};
755763
};
756-
AB84F47325CAF56D00DAF1EC /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
757-
isa = XCRemoteSwiftPackageReference;
758-
repositoryURL = "https://github.com/onevcat/Kingfisher.git";
759-
requirement = {
760-
kind = upToNextMajorVersion;
761-
minimumVersion = 6.3.0;
762-
};
763-
};
764764
ABE0FA2D25D4CAEC00E52F18 /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */ = {
765765
isa = XCRemoteSwiftPackageReference;
766766
repositoryURL = "https://github.com/SDWebImage/SDWebImageSwiftUI.git";
@@ -772,6 +772,11 @@
772772
/* End XCRemoteSwiftPackageReference section */
773773

774774
/* Begin XCSwiftPackageProductDependency section */
775+
AB19224E26727A2500F48E60 /* Kingfisher */ = {
776+
isa = XCSwiftPackageProductDependency;
777+
package = AB19224D26727A2500F48E60 /* XCRemoteSwiftPackageReference "Kingfisher" */;
778+
productName = Kingfisher;
779+
};
775780
AB19D618266E5C6700BA752A /* TTProgressHUD */ = {
776781
isa = XCSwiftPackageProductDependency;
777782
package = AB19D617266E5C6700BA752A /* XCRemoteSwiftPackageReference "TTProgressHUD" */;
@@ -782,11 +787,6 @@
782787
package = AB324F64266EFF4200F34A12 /* XCRemoteSwiftPackageReference "Kanna" */;
783788
productName = Kanna;
784789
};
785-
AB84F47425CAF56D00DAF1EC /* Kingfisher */ = {
786-
isa = XCSwiftPackageProductDependency;
787-
package = AB84F47325CAF56D00DAF1EC /* XCRemoteSwiftPackageReference "Kingfisher" */;
788-
productName = Kingfisher;
789-
};
790790
ABE0FA2E25D4CAEC00E52F18 /* SDWebImageSwiftUI */ = {
791791
isa = XCSwiftPackageProductDependency;
792792
package = ABE0FA2D25D4CAEC00E52F18 /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */;

EhPanda.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)