Closed adamjcampbell closed 5 years ago
@adamjcampbell that's quick π thanks for the PR
hey @onmyway133 thanks for the merge π, you may already be on it but you also must push a tag titled 2.1.1
to master for this to function correctly and be picked up by SPM
@adamjcampbell Hi, can you check https://github.com/onmyway133/Arcane/releases/tag/2.1.1 ?
@onmyway133 can confirm that SPM support works on master
and Xcode 11 beta π
@adamjcampbell awesome π
Adds version 5.1
Package.swift
in order to importArcane
into Xcode 11 beta Apple have also released CryptoKitHowever it does not support
HMAC.SHA1
which is why I currently rely onArcane
What Arcane SPM integration looks like in Xcode:
Running tests via
swift test
now works (tests still work and pass in Xcode):Testing
carthage update
on branch:Testing
pod install
on branch: