Skip to content

Commit

Permalink
Remove SDWebImage package.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed May 21, 2024
1 parent e06d205 commit c87054d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
17 changes: 0 additions & 17 deletions TikTok Reporter/TikTok Reporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
A98946322B56D0CA002F3AE6 /* AttributedString+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98946312B56D0CA002F3AE6 /* AttributedString+Extension.swift */; };
A989DAAE2BCE842000AC8062 /* SignedURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A989DAAD2BCE842000AC8062 /* SignedURL.swift */; };
A989DAAF2BCE842900AC8062 /* SignedURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A989DAAD2BCE842000AC8062 /* SignedURL.swift */; };
DA3EACE42BF6D67400618D36 /* SDWebImage in Frameworks */ = {isa = PBXBuildFile; productRef = DA3EACE32BF6D67400618D36 /* SDWebImage */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -342,7 +341,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DA3EACE42BF6D67400618D36 /* SDWebImage in Frameworks */,
684E2F2C2B1F2636006A05C8 /* Glean in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -1008,7 +1006,6 @@
name = "TikTok Reporter";
packageProductDependencies = (
684E2F2B2B1F2636006A05C8 /* Glean */,
DA3EACE32BF6D67400618D36 /* SDWebImage */,
);
productName = "TikTok Reporter";
productReference = 68CBF9652AEB9F2F006D03FC /* FYP Reporter.app */;
Expand Down Expand Up @@ -1115,7 +1112,6 @@
mainGroup = 68CBF95C2AEB9F2F006D03FC;
packageReferences = (
684E2F2A2B1F2636006A05C8 /* XCRemoteSwiftPackageReference "glean-swift" */,
DA3EACE22BF6D67400618D36 /* XCRemoteSwiftPackageReference "SDWebImage" */,
);
productRefGroup = 68CBF9662AEB9F2F006D03FC /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -2003,14 +1999,6 @@
minimumVersion = 56.0.0;
};
};
DA3EACE22BF6D67400618D36 /* XCRemoteSwiftPackageReference "SDWebImage" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImage.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.19.2;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand All @@ -2024,11 +2012,6 @@
package = 684E2F2A2B1F2636006A05C8 /* XCRemoteSwiftPackageReference "glean-swift" */;
productName = Glean;
};
DA3EACE32BF6D67400618D36 /* SDWebImage */ = {
isa = XCSwiftPackageProductDependency;
package = DA3EACE22BF6D67400618D36 /* XCRemoteSwiftPackageReference "SDWebImage" */;
productName = SDWebImage;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 68CBF95D2AEB9F2F006D03FC /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "94dc6b186acfc4720adc0bbb95f712b86bc82988e2b0c0a85e65eb1ae9a4af4c",
"pins" : [
{
"identity" : "glean-swift",
Expand All @@ -8,15 +9,6 @@
"revision" : "aa9172bfe715a9f918dd95bf49d8f1b2363500a0",
"version" : "56.0.0"
}
},
{
"identity" : "sdwebimage",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"state" : {
"revision" : "5642d1ffe3dbe628592443bd14154e31929727b4",
"version" : "5.19.2"
}
}
],
"version" : 3
Expand Down

0 comments on commit c87054d

Please sign in to comment.