Kris Kline
Kris Kline
Cocoapods is still pointing to 0.9.15 as the latest version. Can this pod be tagged at 1.0.3 and re-published to the cocoapods repo so it can be consumed? -Thanks!
SecKeyGeneratePair was deprecated with iOS 15 Upgraded to support building with Xcode 14 - with no warnings Updated minimum supported versions - * MacOS - 11.5 * iOS - 14.5...
iOS 15.0 deprecated SecKeyGeneratePair, so would appreciate updating to SecKeyCreateRandomKey to eliminate a warning. Pretty easy to change over - var privateKey: SecKey? var publicKey: SecKey? do { var error:...
Addresses the deprecation that has been there since iOS 13 Also added a project file to the repo to make future maintenance easier ## Description * Removing all the code...
Looks like Apple is considering MD2, MD4, M5 "cryptographically broken" `'CC_MD2_Final' was deprecated in iOS 13.0: This function is cryptographically broken and should not be used in security contexts. Clients...
Just seeing that v. 5.1.0 is tagged - but the cocoapod spec repo hasn't been updated with this new version. Also, getting a build warning about: The iOS Simulator deployment...
### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### New rule request Requesting another enhancement to "no_magic_numbers", where...
When running Xcode analyzer on our project (and directly on the libPhoneNumber-iOS project), seeing some warnings about passing nil to methods that are expecting it, or returning nil from methods...
* Address analyzer warnings related to passing nil to non-nil parameters * Fix build failure with 'ShortNumber' test target
### How frequently does the bug occur? Always ### Description When consuming Realm via Cocoapods with Xcode 15+, seeing a build warning about: Ignoring duplicate libraries: '-lc++' I believe this...