Skip to content

Commit dc22b91

Browse files
committed
Use swift-srp from remote source
- 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
1 parent 9b107ec commit dc22b91

19 files changed

Lines changed: 11 additions & 1245 deletions

File tree

Xcodes.xcodeproj/project.pbxproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 60;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -819,7 +819,6 @@
819819
E84E4F552B335094003F3959 /* XCRemoteSwiftPackageReference "swift-collections" */,
820820
E83FDC422CBB649100679C6B /* XCRemoteSwiftPackageReference "Sparkle" */,
821821
33027E282CA8BB5800CB387C /* XCRemoteSwiftPackageReference "LibFido2Swift" */,
822-
15F5B8912CCF44B700705E2F /* XCLocalSwiftPackageReference "swift-srp-main" */,
823822
);
824823
productRefGroup = CAD2E79F2449574E00113D76 /* Products */;
825824
projectDirPath = "";
@@ -1488,13 +1487,6 @@
14881487
};
14891488
/* End XCConfigurationList section */
14901489

1491-
/* Begin XCLocalSwiftPackageReference section */
1492-
15F5B8912CCF44B700705E2F /* XCLocalSwiftPackageReference "swift-srp-main" */ = {
1493-
isa = XCLocalSwiftPackageReference;
1494-
relativePath = "swift-srp-main";
1495-
};
1496-
/* End XCLocalSwiftPackageReference section */
1497-
14981490
/* Begin XCRemoteSwiftPackageReference section */
14991491
33027E282CA8BB5800CB387C /* XCRemoteSwiftPackageReference "LibFido2Swift" */ = {
15001492
isa = XCRemoteSwiftPackageReference;

Xcodes.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Xcodes/AppleAPI/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["AppleAPI"]),
1414
],
1515
dependencies: [
16-
.package(name: "swift-srp", path: "swift-srp-main")
16+
.package(url: "https://github.com/abiligiri/swift-srp", from: "1.1.0")
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

swift-srp-main/.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

swift-srp-main/.github/workflows/swift.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

swift-srp-main/.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

swift-srp-main/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

swift-srp-main/Package.swift

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)