From 8c4abf1eb5fb21f4f1337219ab241c3c623b2b1a Mon Sep 17 00:00:00 2001 From: xianyi Date: Mon, 12 Jan 2026 16:15:59 +0800 Subject: [PATCH 1/2] Update expo-dev-client version in package.json to use a tilde for more flexible versioning --- app.json | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 47fa4ae..b5482ac 100644 --- a/app.json +++ b/app.json @@ -9,7 +9,8 @@ "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { - "supportsTablet": true + "supportsTablet": true, + "bundleIdentifier": "com.physical" }, "android": { "adaptiveIcon": { diff --git a/package.json b/package.json index f0cc777..964b09b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "expo": "~54.0.31", "expo-blur": "^15.0.8", "expo-constants": "~18.0.13", - "expo-dev-client": "^6.0.20", + "expo-dev-client": "~6.0.20", "expo-file-system": "^19.0.21", "expo-font": "~14.0.10", "expo-haptics": "~15.0.8", @@ -58,4 +58,4 @@ "typescript": "~5.9.2" }, "private": true -} \ No newline at end of file +} From c31249ada31786e55c5d5ea24c24c6a99b2cd358 Mon Sep 17 00:00:00 2001 From: xianyi Date: Mon, 12 Jan 2026 17:55:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0app.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index b5482ac..03bbce9 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,11 @@ "newArchEnabled": true, "ios": { "supportsTablet": true, - "bundleIdentifier": "com.physical" + "bundleIdentifier": "physical", + "infoPlist": { + "ITSAppUsesNonExemptEncryption": false + }, + "simulator": true }, "android": { "adaptiveIcon": {