From 47443cc46e9bcece2a4b812b29fe00587a22a48a Mon Sep 17 00:00:00 2001 From: Sergei Date: Wed, 24 Dec 2025 17:36:04 -0800 Subject: [PATCH] Fix bundle ID to com.wellnuo.BluetoothScanner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index a2cb7b0..b067ba6 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ "newArchEnabled": true, "ios": { "supportsTablet": true, - "bundleIdentifier": "com.wellnuo.app", + "bundleIdentifier": "com.wellnuo.BluetoothScanner", "infoPlist": { "ITSAppUsesNonExemptEncryption": false }