diff --git a/CHANGELOG.md b/CHANGELOG.md index 6798364c..b3405cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -- We fixed an issue that could cause apps to restart repeatedly after an OTA update. +- We fixed an issue that could cause apps to restart repeatedly after an OTA update on iOS. + +## [17.3.0] - 2026-06-03 + +- We fixed an issue that could cause apps to restart repeatedly after an OTA update on Android. ## [17.2.1] - 2026-05-12 diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 6f5a404a..f408c0f9 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -26,7 +26,7 @@ PODS: - libwebp/sharpyuv (1.5.0) - libwebp/webp (1.5.0): - libwebp/sharpyuv - - MendixNative (0.3.1): + - MendixNative (0.3.4): - DoubleConversion - glog - hermes-engine @@ -2548,7 +2548,7 @@ SPEC CHECKSUMS: libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7 libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8 - MendixNative: 358ef00fc883a39da69680c6c2a09ecf85a0b887 + MendixNative: 0a3caf6245eb2932bf109c2e7af213c8ff959679 op-sqlite: 12554de3e1a0cb86cbad3cf1f0c50450f57d3855 OpenSSL-Universal: 6082b0bf950e5636fe0d78def171184e2b3899c2 RCT-Folly: 46b84c7990d4a373ccef77134c23c763ba5cf3a0 diff --git a/ios/nativeTemplate.xcodeproj/project.pbxproj b/ios/nativeTemplate.xcodeproj/project.pbxproj index 809f6290..b1d2bd4a 100644 --- a/ios/nativeTemplate.xcodeproj/project.pbxproj +++ b/ios/nativeTemplate.xcodeproj/project.pbxproj @@ -743,7 +743,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)"; PRODUCT_NAME = "$(PRODUCT_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline 2026"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_INCLUDE_PATHS = "$(inherited)"; SWIFT_OBJC_BRIDGING_HEADER = "nativeTemplate-Bridging-Header.h"; @@ -792,7 +792,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)"; PRODUCT_NAME = "$(PRODUCT_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline 2026"; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_INCLUDE_PATHS = "$(inherited)"; SWIFT_OBJC_BRIDGING_HEADER = "nativeTemplate-Bridging-Header.h"; @@ -986,7 +986,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)"; PRODUCT_NAME = "$(PRODUCT_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline 2026"; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_INCLUDE_PATHS = "$(inherited)"; SWIFT_OBJC_BRIDGING_HEADER = "nativeTemplate-Bridging-Header.h"; diff --git a/package-lock.json b/package-lock.json index fc2236b2..2e478cfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@react-native-picker/picker": "2.11.0", "@react-navigation/native": "7.0.14", "@shopify/flash-list": "2.2.2", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.3/mendix-native-v0.3.3.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.4/mendix-native-v0.3.4.tgz", "react-native": "0.78.2", "react-native-blob-util": "0.21.3", "react-native-bootsplash": "6.3.10", @@ -6477,9 +6477,9 @@ "license": "MIT" }, "node_modules/mendix-native": { - "version": "0.3.3", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.3.3/mendix-native-v0.3.3.tgz", - "integrity": "sha512-CfOYPCnLIuL1K4tM670rrK5wRx7YS5DJOj1EsK1l2kZGav397eNHeKeazFLXp9oZTBH2DkAXS+Z6iRlGd7aOJA==", + "version": "0.3.4", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.3.4/mendix-native-v0.3.4.tgz", + "integrity": "sha512-vzac18InM/6RhjVEZi+0geN2qlv6xJSeIOrOSvDGiZRr4jbtDUUKhFwl4z2pj8+MKKgAgz6Atcs/xL9Cn7zAEg==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index 7e27656c..75835271 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.11.1", "@gorhom/bottom-sheet": "5.1.1", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.3/mendix-native-v0.3.3.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.4/mendix-native-v0.3.4.tgz", "@op-engineering/op-sqlite": "15.0.7", "@shopify/flash-list": "2.2.2", "@react-native-async-storage/async-storage": "2.0.0",