From ee518ecbaade2e48caefb64e5309d68d07f7bf87 Mon Sep 17 00:00:00 2001 From: Yogendra Shelke <25844542+YogendraShelke@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:42:35 +0530 Subject: [PATCH] chore: update mendix-native dependency to use branch moo/MOO-2265-update-deprecated-apis --- ios/nativeTemplate.xcodeproj/project.pbxproj | 18 ++---------------- package-lock.json | 5 ++--- package.json | 2 +- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/ios/nativeTemplate.xcodeproj/project.pbxproj b/ios/nativeTemplate.xcodeproj/project.pbxproj index 1773f37c..62d7df73 100644 --- a/ios/nativeTemplate.xcodeproj/project.pbxproj +++ b/ios/nativeTemplate.xcodeproj/project.pbxproj @@ -93,6 +93,8 @@ /* Begin PBXFileSystemSynchronizedRootGroup section */ 9E9B12FB2EAB8C9300714B41 /* Extensions */ = { isa = PBXFileSystemSynchronizedRootGroup; + exceptions = ( + ); path = Extensions; sourceTree = ""; }; @@ -394,14 +396,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-frameworks.sh\"\n"; @@ -415,14 +413,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks.sh\"\n"; @@ -458,14 +452,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-resources-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-resources-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-resources.sh\"\n"; @@ -501,14 +491,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-resources-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-resources-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-resources.sh\"\n"; diff --git a/package-lock.json b/package-lock.json index 5f1c43de..43414d3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@react-native-vector-icons/material-icons": "12.4.1", "@react-navigation/native": "7.2.4", "@shopify/flash-list": "2.3.1", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", + "mendix-native": "github:mendix/mendix-native#moo/MOO-2265-update-deprecated-apis", "react-native": "0.84.1", "react-native-blob-util": "0.24.7", "react-native-bootsplash": "6.3.12", @@ -6283,8 +6283,7 @@ }, "node_modules/mendix-native": { "version": "0.5.1", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", - "integrity": "sha512-0La6Ux9XkOR3iYOSfI6RU2t1lT312LlxEbG/OCqtkA+ii1l31bNhMzIUanOCpD+OKXkyVwVDadVbSJ/Dmo949w==", + "resolved": "git+ssh://git@github.com/mendix/mendix-native.git#bdfe6e0dd31d9cc0d44c8f314630868c7e4d4791", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index 2aa37c06..2570e600 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.13.0", "@gorhom/bottom-sheet": "5.2.14", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", + "mendix-native": "github:mendix/mendix-native#moo/MOO-2265-update-deprecated-apis", "@op-engineering/op-sqlite": "15.2.5", "@shopify/flash-list": "2.3.1", "@react-native-async-storage/async-storage": "2.2.0",