Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Add dependency SDWebImageSwiftUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudarshan Sreeram committed Nov 15, 2020
1 parent 30eaf0c commit 098226d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Victus.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
656FF2E325614E570083452F /* VictusUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656FF2E225614E570083452F /* VictusUITests.swift */; };
656FF2F8256152A40083452F /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 656FF2F7256152A40083452F /* Alamofire */; };
656FF2FE256155D50083452F /* SwiftyJSON in Frameworks */ = {isa = PBXBuildFile; productRef = 656FF2FD256155D50083452F /* SwiftyJSON */; };
656FF3042561565D0083452F /* SDWebImageSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 656FF3032561565D0083452F /* SDWebImageSwiftUI */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -54,6 +55,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
656FF3042561565D0083452F /* SDWebImageSwiftUI in Frameworks */,
656FF2FE256155D50083452F /* SwiftyJSON in Frameworks */,
656FF2F8256152A40083452F /* Alamofire in Frameworks */,
);
Expand Down Expand Up @@ -153,6 +155,7 @@
packageProductDependencies = (
656FF2F7256152A40083452F /* Alamofire */,
656FF2FD256155D50083452F /* SwiftyJSON */,
656FF3032561565D0083452F /* SDWebImageSwiftUI */,
);
productName = Victus;
productReference = 656FF2C225614E550083452F /* Victus.app */;
Expand Down Expand Up @@ -228,6 +231,7 @@
packageReferences = (
656FF2F6256152A40083452F /* XCRemoteSwiftPackageReference "Alamofire" */,
656FF2FC256155D50083452F /* XCRemoteSwiftPackageReference "SwiftyJSON" */,
656FF3022561565D0083452F /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */,
);
productRefGroup = 656FF2C325614E550083452F /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -610,6 +614,14 @@
minimumVersion = 5.0.0;
};
};
656FF3022561565D0083452F /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImageSwiftUI";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.5.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand All @@ -623,6 +635,11 @@
package = 656FF2FC256155D50083452F /* XCRemoteSwiftPackageReference "SwiftyJSON" */;
productName = SwiftyJSON;
};
656FF3032561565D0083452F /* SDWebImageSwiftUI */ = {
isa = XCSwiftPackageProductDependency;
package = 656FF3022561565D0083452F /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */;
productName = SDWebImageSwiftUI;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 656FF2BA25614E550083452F /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@
"version": "5.4.0"
}
},
{
"package": "SDWebImage",
"repositoryURL": "https://github.com/SDWebImage/SDWebImage.git",
"state": {
"branch": null,
"revision": "2c8ed9a2f3ad537dbe9e58e2ec18be361da112aa",
"version": "5.9.5"
}
},
{
"package": "SDWebImageSwiftUI",
"repositoryURL": "https://github.com/SDWebImage/SDWebImageSwiftUI",
"state": {
"branch": null,
"revision": "4c7f169e39bc35d6b80d42b8eb8301bee9cd0907",
"version": "1.5.0"
}
},
{
"package": "SwiftyJSON",
"repositoryURL": "https://github.com/SwiftyJSON/SwiftyJSON",
Expand Down

0 comments on commit 098226d

Please sign in to comment.