Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camv 528 port key manager to sprucekit sdk swift #15

Merged
merged 5 commits into from
Jun 7, 2024

Conversation

jszersze
Copy link
Contributor

@jszersze jszersze commented Jun 6, 2024

Implements the KeyManager for generating secret keys in the Secure Enclave.

project.yml Outdated
@@ -4,7 +4,7 @@ options:
packages:
SpruceIDWalletSdkRs:
url: https://github.com/spruceid/wallet-sdk-rs
from: 0.0.4
from: 0.0.25
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this change is needed. If this is from as in ^0.0.4 then probably not.

@@ -57,6 +57,7 @@ extension UIScreen {
static let screenSize = UIScreen.main.bounds.size
}

@available(iOS 14.0, *)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to add this, otherwise I had trouble building.

Package.swift Outdated
@@ -6,7 +6,8 @@ import PackageDescription
let package = Package(
name: "SpruceIDWalletSdk",
platforms: [
.iOS(.v14)
.iOS(.v13),
.macOS(.v10_15)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rust would need to produce an artifact for macOS, perhaps this should be removed until it does.

@jszersze jszersze merged commit 5384e16 into main Jun 7, 2024
1 check passed
@jszersze jszersze deleted the camv-528-port-key-manager-to-sprucekit-sdk-swift branch June 7, 2024 22:57
@sbihel sbihel mentioned this pull request Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants