Skip to content

Commit

Permalink
Use swift-srp from remote source
Browse files Browse the repository at this point in the history
- Use from https://github.com/abiligiri/swift-srp, version 1.1.0
  This is based on latest from upstream with changes required
- Remove local copy of swift-srp
  • Loading branch information
abiligiri committed Oct 28, 2024
1 parent 9b107ec commit dc22b91
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 1,245 deletions.
10 changes: 1 addition & 9 deletions Xcodes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -819,7 +819,6 @@
E84E4F552B335094003F3959 /* XCRemoteSwiftPackageReference "swift-collections" */,
E83FDC422CBB649100679C6B /* XCRemoteSwiftPackageReference "Sparkle" */,
33027E282CA8BB5800CB387C /* XCRemoteSwiftPackageReference "LibFido2Swift" */,
15F5B8912CCF44B700705E2F /* XCLocalSwiftPackageReference "swift-srp-main" */,
);
productRefGroup = CAD2E79F2449574E00113D76 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1488,13 +1487,6 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
15F5B8912CCF44B700705E2F /* XCLocalSwiftPackageReference "swift-srp-main" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = "swift-srp-main";
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
33027E282CA8BB5800CB387C /* XCRemoteSwiftPackageReference "LibFido2Swift" */ = {
isa = XCRemoteSwiftPackageReference;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@
"version": "1.1.7"
}
},
{
"package": "swift-srp",
"repositoryURL": "https://github.com/abiligiri/swift-srp",
"state": {
"branch": null,
"revision": "ca452b0b557021ca8af305bbce504bcd13d32b15",
"version": "1.1.0"
}
},
{
"package": "SwiftSoup",
"repositoryURL": "https://github.com/scinfu/SwiftSoup",
Expand Down
2 changes: 1 addition & 1 deletion Xcodes/AppleAPI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["AppleAPI"]),
],
dependencies: [
.package(name: "swift-srp", path: "swift-srp-main")
.package(url: "https://github.com/abiligiri/swift-srp", from: "1.1.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
1 change: 0 additions & 1 deletion swift-srp-main/.github/FUNDING.yml

This file was deleted.

39 changes: 0 additions & 39 deletions swift-srp-main/.github/workflows/swift.yml

This file was deleted.

7 changes: 0 additions & 7 deletions swift-srp-main/.gitignore

This file was deleted.

201 changes: 0 additions & 201 deletions swift-srp-main/LICENSE

This file was deleted.

26 changes: 0 additions & 26 deletions swift-srp-main/Package.swift

This file was deleted.

Loading

0 comments on commit dc22b91

Please sign in to comment.