OP-Engineering / op-sqlite

Fastest SQLite library for react-native by @ospfranco
MIT License
603 stars 40 forks source link

fix expo build for cr sql #114

Closed Volland closed 5 months ago

Volland commented 5 months ago

Currently there’s an issue submitting an app to the Apple App Store due to a missing version definitions in the cr-sqlite plist files. For reference, expo-sqlite have experienced the same (see commit https://github.com/expo/expo/commit/de2a96986b29ebc8c71e291a12121e00290e9986) This PR adds the missing version definitions and allows the app to be submitted to App Store without Apple rejecting the binary.

ospfranco commented 5 months ago

Oh cool, good to know! Thanks a lot!

Did you manually edit the files or is there a way to generate this entries when creating the xcframework?