Skip to content

Commit

Permalink
build: removed some package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KuramaSyu committed Dec 14, 2024
1 parent 56ebbbc commit 8f7e674
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 1 deletion.
59 changes: 59 additions & 0 deletions DailyPic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
objects = {

/* Begin PBXBuildFile section */
761106BE2D0B903D00EB6966 /* SDWebImage in Frameworks */ = {isa = PBXBuildFile; productRef = 761106BD2D0B903D00EB6966 /* SDWebImage */; };
761106C02D0B903D00EB6966 /* SDWebImageMapKit in Frameworks */ = {isa = PBXBuildFile; productRef = 761106BF2D0B903D00EB6966 /* SDWebImageMapKit */; };
761106C32D0B918000EB6966 /* SDWebImageSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 761106C22D0B918000EB6966 /* SDWebImageSwiftUI */; };
761106C62D0B9E1400EB6966 /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 761106C52D0B9E1400EB6966 /* Kingfisher */; };
76BA49D82CF218A400FE8168 /* LaunchAtLogin in Frameworks */ = {isa = PBXBuildFile; productRef = 76BA49D72CF218A400FE8168 /* LaunchAtLogin */; };
/* End PBXBuildFile section */

Expand All @@ -33,7 +37,11 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
761106C32D0B918000EB6966 /* SDWebImageSwiftUI in Frameworks */,
761106BE2D0B903D00EB6966 /* SDWebImage in Frameworks */,
761106C02D0B903D00EB6966 /* SDWebImageMapKit in Frameworks */,
76BA49D82CF218A400FE8168 /* LaunchAtLogin in Frameworks */,
761106C62D0B9E1400EB6966 /* Kingfisher in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -80,6 +88,10 @@
name = DailyPic;
packageProductDependencies = (
76BA49D72CF218A400FE8168 /* LaunchAtLogin */,
761106BD2D0B903D00EB6966 /* SDWebImage */,
761106BF2D0B903D00EB6966 /* SDWebImageMapKit */,
761106C22D0B918000EB6966 /* SDWebImageSwiftUI */,
761106C52D0B9E1400EB6966 /* Kingfisher */,
);
productName = DailyPic;
productReference = 7655A3182CEA662A00312885 /* DailyPic.app */;
Expand Down Expand Up @@ -111,6 +123,9 @@
minimizedProjectReferenceProxies = 1;
packageReferences = (
76BA49D62CF218A400FE8168 /* XCRemoteSwiftPackageReference "LaunchAtLogin-Modern" */,
761106BC2D0B903D00EB6966 /* XCRemoteSwiftPackageReference "SDWebImage" */,
761106C12D0B918000EB6966 /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */,
761106C42D0B9E1400EB6966 /* XCRemoteSwiftPackageReference "Kingfisher" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 7655A3192CEA662A00312885 /* Products */;
Expand Down Expand Up @@ -339,6 +354,30 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
761106BC2D0B903D00EB6966 /* XCRemoteSwiftPackageReference "SDWebImage" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImage.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.20.0;
};
};
761106C12D0B918000EB6966 /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImageSwiftUI";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 3.1.3;
};
};
761106C42D0B9E1400EB6966 /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/onevcat/Kingfisher.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 8.1.2;
};
};
76BA49D62CF218A400FE8168 /* XCRemoteSwiftPackageReference "LaunchAtLogin-Modern" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/sindresorhus/LaunchAtLogin-Modern";
Expand All @@ -350,6 +389,26 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
761106BD2D0B903D00EB6966 /* SDWebImage */ = {
isa = XCSwiftPackageProductDependency;
package = 761106BC2D0B903D00EB6966 /* XCRemoteSwiftPackageReference "SDWebImage" */;
productName = SDWebImage;
};
761106BF2D0B903D00EB6966 /* SDWebImageMapKit */ = {
isa = XCSwiftPackageProductDependency;
package = 761106BC2D0B903D00EB6966 /* XCRemoteSwiftPackageReference "SDWebImage" */;
productName = SDWebImageMapKit;
};
761106C22D0B918000EB6966 /* SDWebImageSwiftUI */ = {
isa = XCSwiftPackageProductDependency;
package = 761106C12D0B918000EB6966 /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */;
productName = SDWebImageSwiftUI;
};
761106C52D0B9E1400EB6966 /* Kingfisher */ = {
isa = XCSwiftPackageProductDependency;
package = 761106C42D0B9E1400EB6966 /* XCRemoteSwiftPackageReference "Kingfisher" */;
productName = Kingfisher;
};
76BA49D72CF218A400FE8168 /* LaunchAtLogin */ = {
isa = XCSwiftPackageProductDependency;
package = 76BA49D62CF218A400FE8168 /* XCRemoteSwiftPackageReference "LaunchAtLogin-Modern" */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"originHash" : "aae61040c30e63b9cf0f5455365680cfeabef0aac829c0941d4d6f6180010fc9",
"originHash" : "cc1466e9d116c62ab9f4f41704495fa3f7a8031c39ba2e57875d20a628e0a1b2",
"pins" : [
{
"identity" : "kingfisher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Kingfisher.git",
"state" : {
"revision" : "623e1595526a2034dc49eda264a4d174e90dac64",
"version" : "8.1.2"
}
},
{
"identity" : "launchatlogin-modern",
"kind" : "remoteSourceControl",
Expand All @@ -9,6 +18,24 @@
"branch" : "main",
"revision" : "a04ec1c363be3627734f6dad757d82f5d4fa8fcc"
}
},
{
"identity" : "sdwebimage",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"state" : {
"revision" : "10d06f6a33bafae8c164fbfd1f03391f6d4692b3",
"version" : "5.20.0"
}
},
{
"identity" : "sdwebimageswiftui",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImageSwiftUI",
"state" : {
"revision" : "451c6dfd5ecec2cf626d1d9ca81c2d4a60355172",
"version" : "3.1.3"
}
}
],
"version" : 3
Expand Down
Binary file not shown.

0 comments on commit 8f7e674

Please sign in to comment.