From 8a9c27acf1b380377f33fc9497b35a76570d62d6 Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Wed, 1 Jul 2026 15:24:41 +0200 Subject: [PATCH 1/3] chore: release make-it-native v11.12 --- android/app/build.gradle | 4 ++-- ios/Podfile.lock | 2 +- ios/developerapp.xcodeproj/project.pbxproj | 12 ++++++------ package.json | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5dcc331..c2d1fd0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -46,8 +46,8 @@ android { applicationId "com.mendix.developerapp.mx10" minSdkVersion rootProject.minSdkVersion targetSdkVersion rootProject.targetSdkVersion - versionCode 623 - versionName "11.11.0" + versionCode 624 + versionName "11.12.0" missingDimensionStrategy "react-native-camera", "general" testBuildType System.getProperty("testBuildType", "debug") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 1cedc3b..9ea178c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -3461,6 +3461,6 @@ SPEC CHECKSUMS: VisionCamera: 7187b3dac1ff3071234ead959ce311875748e14f Yoga: c0b3f2c7e8d3e327e450223a2414ca3fa296b9a2 -PODFILE CHECKSUM: 82c9cfbd7db4666e2b937d7c62e7ff7cd5466d02 +PODFILE CHECKSUM: 3ac57498e7a5b50e63c45224f2a40431ea916f8c COCOAPODS: 1.16.2 diff --git a/ios/developerapp.xcodeproj/project.pbxproj b/ios/developerapp.xcodeproj/project.pbxproj index f2f36a6..954bede 100644 --- a/ios/developerapp.xcodeproj/project.pbxproj +++ b/ios/developerapp.xcodeproj/project.pbxproj @@ -710,7 +710,7 @@ CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 623; + CURRENT_PROJECT_VERSION = 624; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = BC32QNM6AD; ENABLE_BITCODE = NO; @@ -744,7 +744,7 @@ "$(inherited)", "$(PROJECT_DIR)", ); - MARKETING_VERSION = 11.11.0; + MARKETING_VERSION = 11.12.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -773,7 +773,7 @@ CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 623; + CURRENT_PROJECT_VERSION = 624; DEVELOPMENT_TEAM = BC32QNM6AD; ENABLE_BITCODE = NO; ENABLE_NS_ASSERTIONS = YES; @@ -806,7 +806,7 @@ "$(inherited)", "$(PROJECT_DIR)", ); - MARKETING_VERSION = 11.11.0; + MARKETING_VERSION = 11.12.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1051,7 +1051,7 @@ CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 623; + CURRENT_PROJECT_VERSION = 624; DEVELOPMENT_TEAM = BC32QNM6AD; ENABLE_BITCODE = NO; ENABLE_NS_ASSERTIONS = YES; @@ -1089,7 +1089,7 @@ "$(inherited)", "$(PROJECT_DIR)", ); - MARKETING_VERSION = 11.11.0; + MARKETING_VERSION = 11.12.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/package.json b/package.json index 6ab0b95..d215070 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "license": "Apache-2.0", "store-versions": { - "google-play": "11.11.0", - "apple-store": "11.11.0" + "google-play": "11.12.0", + "apple-store": "11.12.0" }, "private": true, "scripts": { From d70fabb459ef3ae0ee9ebbf9c6e1d613bdcedd17 Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Thu, 2 Jul 2026 13:18:52 +0200 Subject: [PATCH 2/3] fix: google policy issue with media permissions --- android/app/src/main/AndroidManifest.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e136e20..7de895d 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -37,10 +37,16 @@ - - - + + + From 046b37e84c3c1ebb3d0d8eefbc7bac0f5f005656 Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Thu, 2 Jul 2026 13:33:42 +0200 Subject: [PATCH 3/3] Revert "fix: google policy issue with media permissions" This reverts commit d70fabb459ef3ae0ee9ebbf9c6e1d613bdcedd17. --- android/app/src/main/AndroidManifest.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7de895d..e136e20 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -37,16 +37,10 @@ + - - - + +