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
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}}