·
0 commits
to 7de784b63a120def1655e0223efdd42809b442c3
since this release
- BraintreeDataCollector
- Fix bug with revoked Magnes certificate (fixes #1857) - Error: The signature of "PPRiskMagnes.xcframework" cannot be validated and may have been compromised. Validation Error: The signing certificate has been revoked (CSSMERR_TP_CERT_REVOKED)
- Migrate PPRiskMagnes from a locally vendored xcframework to a remotely hosted binary artifact at https://github.com/paypal/paypal-risk-ios (v5.6.0)
- This version of the PPRiskMagnes framework is dynamic (previously static) to support package managers
- SPM: Package.swift now depends on the
paypal-risk-iospackage and references itsPayPalRiskproduct -- no consumer action required - CocoaPods: DataCollector subspec now depends on the
PayPalRiskpod instead of vendoring the xcframework locally- If your Podfile uses
use_frameworks! :linkage => :static(or omitsuse_frameworks!entirely), note that PPRiskMagnes is now a dynamic framework and will be embedded in your app
- If your Podfile uses
- Carthage: Cartfile now references the JSON manifest from the paypal-risk-ios repository instead of a local xcframework
- Run
carthage update --use-xcframeworksafter upgrading - Action required: Because PPRiskMagnes is now dynamic, add
PPRiskMagnes.xcframeworkto your target's "Embed Frameworks" build phase (copy-frameworks Input Files) -- this was not required when the framework was static
- Run
- No source code changes required --
import PPRiskMagnesremains unchanged