Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Mar 7, 2024
1 parent 602098f commit 0066e91
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ios/KdbxSwift/Sources/KdbxSwift/util/Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ extension UUID {
self.init(uuidString: nsuuid.uuidString)
}

internal func base64EncodedString() -> String {
public func base64EncodedString() -> String {
var bytes = [UInt8](repeating: 0, count: 16)
(self as NSUUID).getBytes(&bytes)
return Data(bytes).base64EncodedString()
Expand Down
4 changes: 2 additions & 2 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1181,8 +1181,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Dashlane/SwiftDomainParser.git";
requirement = {
kind = exactVersion;
version = 1.1.0;
kind = revision;
revision = 03bc756e7798e2510c4b60a069529e6714b40b4a;
};
};
8BB2225928F6F27A00693094 /* XCRemoteSwiftPackageReference "PunycodeSwift" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Dashlane/SwiftDomainParser.git",
"state" : {
"revision" : "ac1df3211011ad44c20457412eeb45beb318f847",
"version" : "1.1.0"
"revision" : "03bc756e7798e2510c4b60a069529e6714b40b4a"
}
}
],
Expand Down
3 changes: 1 addition & 2 deletions ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Dashlane/SwiftDomainParser.git",
"state" : {
"revision" : "ac1df3211011ad44c20457412eeb45beb318f847",
"version" : "1.1.0"
"revision" : "03bc756e7798e2510c4b60a069529e6714b40b4a"
}
}
],
Expand Down

0 comments on commit 0066e91

Please sign in to comment.