Skip to content

Commit 8421a3d

Browse files
Merge pull request #1253 from mendix/moo/fix-ota-loop-ios-11.6
Fixed an issue that could cause apps to restart repeatedly after an OTA update on iOS
2 parents 55d404a + 020be95 commit 8421a3d

5 files changed

Lines changed: 15 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ 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 apps to restart repeatedly after an OTA update.
9+
- We fixed an issue that could cause apps to restart repeatedly after an OTA update on iOS.
10+
11+
## [17.3.0] - 2026-06-03
12+
13+
- We fixed an issue that could cause apps to restart repeatedly after an OTA update on Android.
1014

1115
## [17.2.1] - 2026-05-12
1216

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.3.1):
29+
- MendixNative (0.3.4):
3030
- DoubleConversion
3131
- glog
3232
- hermes-engine
@@ -2548,7 +2548,7 @@ SPEC CHECKSUMS:
25482548
libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7
25492549
libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f
25502550
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
2551-
MendixNative: 358ef00fc883a39da69680c6c2a09ecf85a0b887
2551+
MendixNative: 0a3caf6245eb2932bf109c2e7af213c8ff959679
25522552
op-sqlite: 12554de3e1a0cb86cbad3cf1f0c50450f57d3855
25532553
OpenSSL-Universal: 6082b0bf950e5636fe0d78def171184e2b3899c2
25542554
RCT-Folly: 46b84c7990d4a373ccef77134c23c763ba5cf3a0

ios/nativeTemplate.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
744744
PRODUCT_NAME = "$(PRODUCT_NAME)";
745745
PROVISIONING_PROFILE_SPECIFIER = "";
746-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline";
746+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline 2026";
747747
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
748748
SWIFT_INCLUDE_PATHS = "$(inherited)";
749749
SWIFT_OBJC_BRIDGING_HEADER = "nativeTemplate-Bridging-Header.h";
@@ -792,7 +792,7 @@
792792
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
793793
PRODUCT_NAME = "$(PRODUCT_NAME)";
794794
PROVISIONING_PROFILE_SPECIFIER = "";
795-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline";
795+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline 2026";
796796
SWIFT_COMPILATION_MODE = wholemodule;
797797
SWIFT_INCLUDE_PATHS = "$(inherited)";
798798
SWIFT_OBJC_BRIDGING_HEADER = "nativeTemplate-Bridging-Header.h";
@@ -986,7 +986,7 @@
986986
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
987987
PRODUCT_NAME = "$(PRODUCT_NAME)";
988988
PROVISIONING_PROFILE_SPECIFIER = "";
989-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline";
989+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline 2026";
990990
SWIFT_COMPILATION_MODE = wholemodule;
991991
SWIFT_INCLUDE_PATHS = "$(inherited)";
992992
SWIFT_OBJC_BRIDGING_HEADER = "nativeTemplate-Bridging-Header.h";

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.11.1",
1212
"@gorhom/bottom-sheet": "5.1.1",
13-
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.3/mendix-native-v0.3.3.tgz",
13+
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.4/mendix-native-v0.3.4.tgz",
1414
"@op-engineering/op-sqlite": "15.0.7",
1515
"@shopify/flash-list": "2.2.2",
1616
"@react-native-async-storage/async-storage": "2.0.0",

0 commit comments

Comments
 (0)