Skip to content

[OFF-743] update op-sqlite and mendix/native #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ios/DeveloperApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<key>NSPhotoLibraryUsageDescription</key>
<string>To use that feature the app needs access to your photo library.</string>
<key>Native Binary Version</key>
<integer>11</integer>
<integer>12</integer>
<key>NativeOTAEnabled</key>
<true/>
<key>ReferenceGuideUrl</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ PODS:
- nanopb/encode (= 2.30909.1)
- nanopb/decode (2.30909.1)
- nanopb/encode (2.30909.1)
- op-sqlite (9.2.7):
- op-sqlite (12.0.2):
- OpenSSL-Universal
- React
- React-callinvoker
Expand Down Expand Up @@ -2496,7 +2496,7 @@ SPEC CHECKSUMS:
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
MultiplatformBleAdapter: 5a6a897b006764392f9cef785e4360f54fb9477d
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
op-sqlite: 619906dc2ed9c1fcc33ff455eb52fa10bda5e70c
op-sqlite: 137cd6d3df9b86e147fb7e2f70c8d6f97bd0941b
OpenSSL-Universal: d776ce24dab24323e6995dfb17c64d598885d05c
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
QRCodeReader.swift: 373a389fe9a22d513c879a32a6f647c58f4ef572
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@babylonjs/loaders": "6.8.1",
"@babylonjs/react-native": "1.6.3",
"@babylonjs/react-native-iosandroid-0-71": "1.6.3",
"@mendix/native": "10.0.0",
"@op-engineering/op-sqlite": "9.2.7",
"@mendix/native": "10.1.1",
"@op-engineering/op-sqlite": "12.0.2",
"@gorhom/bottom-sheet": "^5.1.1",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-community/datetimepicker": "8.2.0",
Expand Down
Loading