From 7983a6afad30ba883650c922e7954dee36ea15a7 Mon Sep 17 00:00:00 2001 From: Lior Agnin Date: Sun, 18 May 2025 16:42:25 +0300 Subject: [PATCH] Update iOS bundle identifier in app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 59d5209c2..3e8b476a7 100644 --- a/app.json +++ b/app.json @@ -11,7 +11,7 @@ "owner": "fuseio", "ios": { "supportsTablet": true, - "bundleIdentifier": "com.flash.ios", + "bundleIdentifier": "cash.rocksolid.ios", "infoPlist": { "ITSAppUsesNonExemptEncryption": false },