Skip to content

Commit 64b1061

Browse files
committed
[trello.com/c/Y5q62UTf]: migrate personal fork to adamant account
1 parent e2965da commit 64b1061

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Adamant.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4835,10 +4835,10 @@
48354835
};
48364836
AA8FFFC82D4E6435001D8576 /* XCRemoteSwiftPackageReference "CryptoSwift" */ = {
48374837
isa = XCRemoteSwiftPackageReference;
4838-
repositoryURL = "https://github.com/ChrisBenua/CryptoSwift";
4838+
repositoryURL = "https://github.com/Adamant-im/CryptoSwift.git";
48394839
requirement = {
48404840
kind = revision;
4841-
revision = f0ea2cac7983c4a808cade78743b391726ecc0ea;
4841+
revision = ae1cc15340ddf0f607981f9118fe80d7fd7cd2b5;
48424842
};
48434843
};
48444844
/* End XCRemoteSwiftPackageReference section */

Adamant.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

CommonKit/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(
22-
url: "https://github.com/ChrisBenua/CryptoSwift.git",
22+
url: "https://github.com/Adamant-im/CryptoSwift.git",
2323
.upToNextMinor(from: "1.5.0")
2424
),
2525
.package(

LiskKit/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(name: "Sodium", url: "https://github.com/jedisct1/swift-sodium.git", from: "0.9.1"),
19-
.package(url: "https://github.com/ChrisBenua/CryptoSwift.git", from: "1.3.0"),
19+
.package(url: "https://github.com/Adamant-im/CryptoSwift.git", from: "1.3.0"),
2020
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.6.0")
2121
],
2222
targets: [

0 commit comments

Comments
 (0)