commit 424fb5534301b65351522934b01feb8702bbcfb0
parent 901931443f1de979122cfa2f6d93d44c46e8bc7a
Author: Darrell <zh0521@gmail.com>
Date: Fri, 6 Jan 2023 10:18:32 +0900
remove unused packages
Shimmer package was added to package dependencies in #56 but Shimmer.swift in Components was used instead.
Diffstat:
2 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj
@@ -754,7 +754,6 @@
4CE6DF1027F7A2B300C66700 /* XCRemoteSwiftPackageReference "Starscream" */,
4C64987F286E0EE300EAE2B3 /* XCRemoteSwiftPackageReference "secp256k1" */,
4C06670228FC7EC500038D2A /* XCRemoteSwiftPackageReference "Kingfisher" */,
- 3169CAE9294FCABA00EE4006 /* XCRemoteSwiftPackageReference "Shimmer" */,
6C7DE41D2955169800E66263 /* XCRemoteSwiftPackageReference "Vault" */,
);
productRefGroup = 4CE6DEE427F7A08100C66700 /* Products */;
@@ -1294,14 +1293,6 @@
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
- 3169CAE9294FCABA00EE4006 /* XCRemoteSwiftPackageReference "Shimmer" */ = {
- isa = XCRemoteSwiftPackageReference;
- repositoryURL = "https://github.com/joshuajhomann/Shimmer";
- requirement = {
- branch = master;
- kind = branch;
- };
- };
4C06670228FC7EC500038D2A /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/onevcat/Kingfisher";
diff --git a/damus.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/damus.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -18,15 +18,6 @@
}
},
{
- "identity" : "shimmer",
- "kind" : "remoteSourceControl",
- "location" : "https://github.com/joshuajhomann/Shimmer",
- "state" : {
- "branch" : "master",
- "revision" : "2fde687b3f1d9c5409c53da095d3686361e41343"
- }
- },
- {
"identity" : "starscream",
"kind" : "remoteSourceControl",
"location" : "https://github.com/daltoniam/Starscream",