etcdmanager icon indicating copy to clipboard operation
etcdmanager copied to clipboard

Changing these property types from `NSString` (which it *should* be) to `id` doesn't really seem to address the underlying issue, which is that when parsing certificates the `machineName` and `machineIdentifier` keys might be "null" (from what I understand). Plus, this makes working with this library from Swift much more frustrating due to type erasure.

Open welwel412 opened this issue 2 years ago • 0 comments

Changing these property types from NSString (which it should be) to id doesn't really seem to address the underlying issue, which is that when parsing certificates the machineName and machineIdentifier keys might be "null" (from what I understand). Plus, this makes working with this library from Swift much more frustrating due to type erasure.

Originally posted by @rileytestut in https://github.com/rileytestut/AltSign/pull/11#discussion_r480365653

welwel412 avatar Feb 02 '22 17:02 welwel412