Lockbox icon indicating copy to clipboard operation
Lockbox copied to clipboard

iOS 12 Deprecation

Open apple-ihack-geek opened this issue 9 months ago • 3 comments

Lockbox/Lockbox.m:199:58 'initForWritingWithMutableData:' is deprecated: first deprecated in iOS 12.0 - Use -initRequiringSecureCoding: instead Lockbox/Lockbox.m:214:68 'initForReadingWithData:' is deprecated: first deprecated in iOS 12.0 - Use -initForReadingFromData:error: instead

I'll probably end up fixing this myself anyway, but if someone beats me to it, all the better.

apple-ihack-geek avatar May 22 '24 19:05 apple-ihack-geek