Closed danilobecke closed 9 months ago
Ping @mooseriskified 😇 Perhaps this could be merged in before the next lib release which looks like it's just around the corner? 🙏
Ping @mooseriskified
@rogerluan Thank you - ill add it this week
Sorry I just noticed this PR after I opened a similar one here: https://github.com/Riskified/ios_sdk/pull/14 I just would suggest to lower the minimum iOS target to 9.0 if you don't see any problem with that.
Well, the framework is built with 9.0
deployment, but the xcframework
bundle only contains arm64
slice for iOS devices 🤔 so it will only work on 64-bit ones. Keeping that in mind, I'd better update the whole framework to 11.0
deployment target which effectively dropped armv7
architecture for good.
Is there any update on adding support for SPM? We would really love to use it via SPM rather than Cocoapods or manual integration
Ping @mooseriskified
Has there been any progress on adding SPM support?