From 6bf3b7268adcca1888265e1f7fe382cc2cfbc4be Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Thu, 8 Jan 2026 12:31:26 +0000 Subject: [PATCH] fix(cli): Support wireless iOS devices in `cap run` Via native-run 2.0.3: https://github.com/ionic-team/native-run/pull/398 --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index d5558a3ca..352731522 100644 --- a/cli/package.json +++ b/cli/package.json @@ -52,7 +52,7 @@ "env-paths": "^2.2.0", "fs-extra": "^11.2.0", "kleur": "^4.1.5", - "native-run": "^2.0.2", + "native-run": "^2.0.3", "open": "^8.4.0", "plist": "^3.1.0", "prompts": "^2.4.2",