From 5acb29e6e37efd860e115c098b09117199945028 Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 29 Apr 2026 17:09:05 -0700 Subject: [PATCH] update bundle id for mobile --- js/mobile/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mobile/app.config.ts b/js/mobile/app.config.ts index 5f48413..6d7b634 100644 --- a/js/mobile/app.config.ts +++ b/js/mobile/app.config.ts @@ -18,7 +18,7 @@ const config: ExpoConfig = { }, ios: { supportsTablet: true, - bundleIdentifier: "com.llink.flowy", + bundleIdentifier: "ai.flowylabs.llink", infoPlist: { ITSAppUsesNonExemptEncryption: false, },