From 488be944bc4787b786833ec543f08dd1c985096a Mon Sep 17 00:00:00 2001 From: Selim Ustel Date: Tue, 7 May 2024 14:59:43 +0200 Subject: [PATCH 1/2] change scheme value to 'app' and make available for only iOS --- package-lock.json | 4 ++-- package.json | 2 +- src/config.xml.mustache | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1cfcb78..7f783d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mendix/mendix-hybrid-app-base", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mendix/mendix-hybrid-app-base", - "version": "8.0.0", + "version": "8.0.1", "license": "Apache-2.0", "dependencies": { "@babel/core": "^7.21.4", diff --git a/package.json b/package.json index b758ff8..aa3028c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mendix/mendix-hybrid-app-base", - "version": "8.0.0", + "version": "8.0.1", "description": "Mendix PhoneGap Build base package", "scripts": { "appbase": "node ./node_modules/webpack/bin/webpack --config ./webpack.config.appbase.js", diff --git a/src/config.xml.mustache b/src/config.xml.mustache index 304a892..a690246 100644 --- a/src/config.xml.mustache +++ b/src/config.xml.mustache @@ -117,10 +117,11 @@ - - + + + {{#iosImages}} <{{{tag}}} src="{{{filename}}}" width="{{{width}}}" height="{{{height}}}" /> {{/iosImages}} From 7cf3a744ff1d041e83e8e990a86410f1a355da95 Mon Sep 17 00:00:00 2001 From: Selim Ustel Date: Tue, 7 May 2024 15:17:39 +0200 Subject: [PATCH 2/2] README update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6de3fa8..cd7f11b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ This project can be used to create a templated Phonegap Build package, as used w - Linux, BSD, etc: install using the available package manager, e.g. on Debian: `sudo apt-get install node` - To customize the runtime behavior, include the following configuration: Set [com.mendix.core.SameSiteCookies](https://docs.mendix.com/refguide/custom-settings/#commendixcoreSameSiteCookies) to `None` in Studio Pro. - Deploy and test the application using HTTPS. +- The scheme configuration in `config.xml` should not be changed to any value other than `app` for iOS. ### Build