From 7e7c8b9113f541d530c5883dea1f52b2957c0859 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 21 Sep 2023 19:03:12 +0200 Subject: [PATCH] fix(cli): force latest native-run version for iOS 17 support (#6926) --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index e6db65f283..c1059a8772 100644 --- a/cli/package.json +++ b/cli/package.json @@ -52,7 +52,7 @@ "debug": "^4.3.4", "env-paths": "^2.2.0", "kleur": "^4.1.4", - "native-run": "^1.7.2", + "native-run": "^1.7.3", "open": "^8.4.0", "plist": "^3.0.5", "prompts": "^2.4.2",