Skip to content

Commit e9deaf6

Browse files
Merge branch 'master' into changelog-update-19.1.0
2 parents c6e1f93 + 2c4b575 commit e9deaf6

3 files changed

Lines changed: 42 additions & 17 deletions

File tree

.mx/releases_list.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v19.1.0",
1212
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v19.1.0"
1313
},
14+
{
15+
"id": 333640704,
16+
"tag_name": "v17.3.0",
17+
"name": "Release 17.3.0",
18+
"draft": false,
19+
"prerelease": false,
20+
"body": "* We fixed an issue that could cause apps to restart repeatedly after an OTA update.",
21+
"created_at": "2026-06-03T10:33:22Z",
22+
"published_at": "2026-06-03T11:37:41Z",
23+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v17.3.0",
24+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v17.3.0"
25+
},
1426
{
1527
"id": 320955420,
1628
"tag_name": "v19.0.5",
@@ -1186,17 +1198,5 @@
11861198
"published_at": "2024-05-15T16:09:40Z",
11871199
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v8.0.7",
11881200
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v8.0.7"
1189-
},
1190-
{
1191-
"id": 155720122,
1192-
"tag_name": "v8.1.3",
1193-
"name": "Release 8.1.3",
1194-
"draft": false,
1195-
"prerelease": false,
1196-
"body": "- We have upgraded @mendix/native to the latest stable version\r\n- We have added support for Hermes(Available from Studio Pro 10.11)",
1197-
"created_at": "2024-05-14T15:11:30Z",
1198-
"published_at": "2024-05-14T15:14:38Z",
1199-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v8.1.3",
1200-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v8.1.3"
12011201
}
12021202
]

docs/version-compatibility/native_template_versions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
">=11.11.0": {
3+
"max": "19.*.*",
4+
"min": "19.1.0",
5+
"androidSdk": {
6+
"min": "29",
7+
"compile": "36",
8+
"target": "36"
9+
},
10+
"gradle": null,
11+
"iosMinSdk": "15.5"
12+
},
213
">=11.10.0": {
314
"max": "19.*.*",
415
"min": "19.0.0",

ios/nativeTemplate.xcodeproj/project.pbxproj

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@
9393
/* Begin PBXFileSystemSynchronizedRootGroup section */
9494
9E9B12FB2EAB8C9300714B41 /* Extensions */ = {
9595
isa = PBXFileSystemSynchronizedRootGroup;
96-
exceptions = (
97-
);
9896
path = Extensions;
9997
sourceTree = "<group>";
10098
};
@@ -396,10 +394,14 @@
396394
inputFileListPaths = (
397395
"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-frameworks-${CONFIGURATION}-input-files.xcfilelist",
398396
);
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+
);
403405
runOnlyForDeploymentPostprocessing = 0;
404406
shellPath = /bin/sh;
405407
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-frameworks.sh\"\n";
@@ -413,10 +415,14 @@
413415
inputFileListPaths = (
414416
"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks-${CONFIGURATION}-input-files.xcfilelist",
415417
);
418+
inputPaths = (
419+
);
416420
name = "[CP] Embed Pods Frameworks";
417421
outputFileListPaths = (
418422
"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks-${CONFIGURATION}-output-files.xcfilelist",
419423
);
424+
outputPaths = (
425+
);
420426
runOnlyForDeploymentPostprocessing = 0;
421427
shellPath = /bin/sh;
422428
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks.sh\"\n";
@@ -452,10 +458,14 @@
452458
inputFileListPaths = (
453459
"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-resources-${CONFIGURATION}-input-files.xcfilelist",
454460
);
461+
inputPaths = (
462+
);
455463
name = "[CP] Copy Pods Resources";
456464
outputFileListPaths = (
457465
"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-resources-${CONFIGURATION}-output-files.xcfilelist",
458466
);
467+
outputPaths = (
468+
);
459469
runOnlyForDeploymentPostprocessing = 0;
460470
shellPath = /bin/sh;
461471
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-resources.sh\"\n";
@@ -491,10 +501,14 @@
491501
inputFileListPaths = (
492502
"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-resources-${CONFIGURATION}-input-files.xcfilelist",
493503
);
504+
inputPaths = (
505+
);
494506
name = "[CP] Copy Pods Resources";
495507
outputFileListPaths = (
496508
"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-resources-${CONFIGURATION}-output-files.xcfilelist",
497509
);
510+
outputPaths = (
511+
);
498512
runOnlyForDeploymentPostprocessing = 0;
499513
shellPath = /bin/sh;
500514
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate-resources.sh\"\n";
@@ -739,7 +753,7 @@
739753
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
740754
PRODUCT_NAME = "$(PRODUCT_NAME)";
741755
PROVISIONING_PROFILE_SPECIFIER = "";
742-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline";
756+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline 2026";
743757
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
744758
SWIFT_INCLUDE_PATHS = "$(inherited)";
745759
SWIFT_OBJC_BRIDGING_HEADER = "nativeTemplate-Bridging-Header.h";
@@ -788,7 +802,7 @@
788802
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
789803
PRODUCT_NAME = "$(PRODUCT_NAME)";
790804
PROVISIONING_PROFILE_SPECIFIER = "";
791-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline";
805+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline 2026";
792806
SWIFT_COMPILATION_MODE = wholemodule;
793807
SWIFT_INCLUDE_PATHS = "$(inherited)";
794808
SWIFT_OBJC_BRIDGING_HEADER = "nativeTemplate-Bridging-Header.h";
@@ -987,7 +1001,7 @@
9871001
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
9881002
PRODUCT_NAME = "$(PRODUCT_NAME)";
9891003
PROVISIONING_PROFILE_SPECIFIER = "";
990-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline";
1004+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Native Template iOS Pipeline 2026";
9911005
SWIFT_COMPILATION_MODE = wholemodule;
9921006
SWIFT_INCLUDE_PATHS = "$(inherited)";
9931007
SWIFT_OBJC_BRIDGING_HEADER = "nativeTemplate-Bridging-Header.h";

0 commit comments

Comments
 (0)