Releases: fraune/CBSafeKit
Releases · fraune/CBSafeKit
v1.1.0
- Changed: Safe instantiation of CBUUID to be done by func instead of extension
- Added: Func to safely instantiate CBMutableService
v1.0.1
Fix scoping issue (internal -> public)
v1.0.0
Initial Release.
There's not much to it — just import SwiftCBUUIDKit
and call myString.asCBUUID
to retrieve a value of type CBUUID?
.