secure_pinning_apple 0.0.2
secure_pinning_apple: ^0.0.2 copied to clipboard
iOS and macOS native probe-engine implementation for secure_pinning, in one shared package built on Security.framework.
0.0.2 #
SecurePinningPlugin.swift: a real, working iOS/macOS implementation of the nativeSecurePinning.check()probe API — the previous release had only the Pigeon-generated message codec and no buildable Xcode/SPM project. Built onURLSession/Security.framework/CryptoKit only, no third-party dependencies.- Restructured to Flutter's shared-Darwin-source layout
(
darwin/secure_pinning_apple/,sharedDarwinSource: true) and added Swift Package Manager support (Package.swift) alongside the existing CocoaPods podspec. - iOS deployment target raised to 16.0 (macOS unchanged at 12.0).
0.0.1 #
- Initial release.
- Pigeon-generated platform channel schema for
secure_pinning's nativeSecurePinning.check()probe API.