Skip to content

Commit 89b1b69

Browse files
Merge pull request #1254 from mendix/moo/fix-ota-loop-ios
[MOO-2374] Fix iOS OTA loop
2 parents bf4e66e + 1dc1f11 commit 89b1b69

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
- We fixed an issue that could cause iOS apps to restart repeatedly after an OTA update.
10+
911
## [19.1.0] - 2026-06-03
1012

1113
- We updated the react-native to v0.84.1

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PODS:
2626
- libwebp/sharpyuv (1.5.0)
2727
- libwebp/webp (1.5.0):
2828
- libwebp/sharpyuv
29-
- MendixNative (0.5.0):
29+
- MendixNative (0.5.1):
3030
- boost
3131
- DoubleConversion
3232
- fast_float
@@ -3742,7 +3742,7 @@ SPEC CHECKSUMS:
37423742
libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7
37433743
libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f
37443744
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
3745-
MendixNative: 2499d1796c68bc9bfc3ebecc5bf91b0a28c13ef1
3745+
MendixNative: ccdf5357fa15ee34fcf7a680ea9f6b5d2595c0ff
37463746
op-sqlite: 64000c0da2357c4d73faf4d23ff34dd1ddb332d4
37473747
OpenSSL-Universal: 9110d21982bb7e8b22a962b6db56a8aa805afde7
37483748
RCT-Folly: 36c4f904fb6cd0219dcb76b94e9502d2a72fab0b

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@d11/react-native-fast-image": "8.13.0",
1212
"@gorhom/bottom-sheet": "5.2.14",
13-
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.0/mendix-native-v0.5.0.tgz",
13+
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz",
1414
"@op-engineering/op-sqlite": "15.2.5",
1515
"@shopify/flash-list": "2.3.1",
1616
"@react-native-async-storage/async-storage": "2.2.0",

0 commit comments

Comments
 (0)