| a87dd437 | 07-Mar-2023 |
Will Schurman <[email protected]> |
[exupdates][ios] Convert EXUpdatesCrypto to swift (#21524)
# Why
This converts EXUpdatesCrypto to swift
# How
This actually simplifies it a lot as well now that we are on iOS > 10.
Prior t
[exupdates][ios] Convert EXUpdatesCrypto to swift (#21524)
# Why
This converts EXUpdatesCrypto to swift
# How
This actually simplifies it a lot as well now that we are on iOS > 10.
Prior to ios10, a key had to be in the keychain to check it. Now, one
can call `SecKeyCreateWithData` without inserting it into the system
keychain.
# Test Plan
Tests pass.
This one I really need to get expo go to build, but it is failing
consistently compiling for unrelated reasons.
# Checklist
<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->
- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).
show more ...
|