Skip to content

Commit

Permalink
Re-add SDWebImage package.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed May 21, 2024
1 parent 2b0751a commit 0c34453
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions TikTok Reporter/TikTok Reporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
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 */; };
DA77C52F2BFD3F43005543EA /* SDWebImage in Frameworks */ = {isa = PBXBuildFile; productRef = DA77C52E2BFD3F43005543EA /* SDWebImage */; };
/* End PBXBuildFile section */

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

/* Begin XCSwiftPackageProductDependency section */
Expand All @@ -2012,6 +2024,11 @@
package = 684E2F2A2B1F2636006A05C8 /* XCRemoteSwiftPackageReference "glean-swift" */;
productName = Glean;
};
DA77C52E2BFD3F43005543EA /* SDWebImage */ = {
isa = XCSwiftPackageProductDependency;
package = DA77C52D2BFD3F43005543EA /* XCRemoteSwiftPackageReference "SDWebImage" */;
productName = SDWebImage;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 68CBF95D2AEB9F2F006D03FC /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"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" : 2
Expand Down

0 comments on commit 0c34453

Please sign in to comment.