Jesulonimi21 / Swift-Algorand-Sdk

A Swift Sdk for interacting with the Algorand Blockchain
MIT License
19 stars 13 forks source link

Useless import of CryptoKit #15

Closed stefanomondino closed 2 years ago

stefanomondino commented 2 years ago

There's a single import (apparently useless) of CryptoKit, which is compatible only from iOS 13.0, while SPM (Package.swift) guarantees compatibility starting from iOS 10.0 (same thing applies to tvOS, macOS and watchOS).

This is already fixed in PR #10 and #12

https://github.com/Jesulonimi21/Swift-Algorand-Sdk/blob/1d3a6a9ed888de09ef6d96b292ccf2ab42a98c2d/Sources/swift-algorand-sdk/Account.swift#L8

stefanomondino commented 2 years ago

@Jesulonimi21 this should be ok now, isn't it?