You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to new SHA256() API in the core (#27)
* Update to new SHA256() API in the core
* Move to Xcode 11.4 to get MacOS 10.15 (which should have CryptoKit)
Add a path argument to log messages (#21)
- When specified the log messages match those typically output by compilers
- This means that Xcode will properly parse them and you'll see them in the issues
pane on the left, and clicking them will take you to the right file, etc.