Skip to content

Commit ee518ec

Browse files
chore: update mendix-native dependency to use branch moo/MOO-2265-update-deprecated-apis
1 parent 97af9af commit ee518ec

3 files changed

Lines changed: 5 additions & 20 deletions

File tree

ios/nativeTemplate.xcodeproj/project.pbxproj

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
/* Begin PBXFileSystemSynchronizedRootGroup section */
9494
9E9B12FB2EAB8C9300714B41 /* Extensions */ = {
9595
isa = PBXFileSystemSynchronizedRootGroup;
96+
exceptions = (
97+
);
9698
path = Extensions;
9799
sourceTree = "<group>";
98100
};
@@ -394,14 +396,10 @@
394396
inputFileListPaths = (
395397
"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-frameworks-${CONFIGURATION}-input-files.xcfilelist",
396398
);
397-
inputPaths = (
398-
);
399399
name = "[CP] Embed Pods Frameworks";
400400
outputFileListPaths = (
401401
"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-frameworks-${CONFIGURATION}-output-files.xcfilelist",
402402
);
403-
outputPaths = (
404-
);
405403
runOnlyForDeploymentPostprocessing = 0;
406404
shellPath = /bin/sh;
407405
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-frameworks.sh\"\n";
@@ -415,14 +413,10 @@
415413
inputFileListPaths = (
416414
"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks-${CONFIGURATION}-input-files.xcfilelist",
417415
);
418-
inputPaths = (
419-
);
420416
name = "[CP] Embed Pods Frameworks";
421417
outputFileListPaths = (
422418
"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks-${CONFIGURATION}-output-files.xcfilelist",
423419
);
424-
outputPaths = (
425-
);
426420
runOnlyForDeploymentPostprocessing = 0;
427421
shellPath = /bin/sh;
428422
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks.sh\"\n";
@@ -458,14 +452,10 @@
458452
inputFileListPaths = (
459453
"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-resources-${CONFIGURATION}-input-files.xcfilelist",
460454
);
461-
inputPaths = (
462-
);
463455
name = "[CP] Copy Pods Resources";
464456
outputFileListPaths = (
465457
"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-resources-${CONFIGURATION}-output-files.xcfilelist",
466458
);
467-
outputPaths = (
468-
);
469459
runOnlyForDeploymentPostprocessing = 0;
470460
shellPath = /bin/sh;
471461
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-resources.sh\"\n";
@@ -501,14 +491,10 @@
501491
inputFileListPaths = (
502492
"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-resources-${CONFIGURATION}-input-files.xcfilelist",
503493
);
504-
inputPaths = (
505-
);
506494
name = "[CP] Copy Pods Resources";
507495
outputFileListPaths = (
508496
"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-resources-${CONFIGURATION}-output-files.xcfilelist",
509497
);
510-
outputPaths = (
511-
);
512498
runOnlyForDeploymentPostprocessing = 0;
513499
shellPath = /bin/sh;
514500
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-resources.sh\"\n";

package-lock.json

Lines changed: 2 additions & 3 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.1/mendix-native-v0.5.1.tgz",
13+
"mendix-native": "github:mendix/mendix-native#moo/MOO-2265-update-deprecated-apis",
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)