From 203e7535c013a913b1d01ce9f83f0f174fd54d09 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Mon, 4 Nov 2024 15:22:55 +0530 Subject: [PATCH] chore: specify lsminimumsystemversion to avoid app store warnings --- app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.json b/app.json index 00bc7bd..9a9f00a 100644 --- a/app.json +++ b/app.json @@ -46,6 +46,9 @@ "bundleIdentifier": "com.getalby.mobile", "config": { "usesNonExemptEncryption": false + }, + "infoPlist": { + "LSMinimumSystemVersion": "12.0" } }, "android": {