From a5eb8fa3acef55fd9873b8219ea89819f4562c5a Mon Sep 17 00:00:00 2001 From: xiaoweii Date: Mon, 20 Jan 2025 11:22:14 +0800 Subject: [PATCH] feat: revert bundle id --- react-native/ios/SwiftChat.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native/ios/SwiftChat.xcodeproj/project.pbxproj b/react-native/ios/SwiftChat.xcodeproj/project.pbxproj index f195fe6..4c7230d 100644 --- a/react-native/ios/SwiftChat.xcodeproj/project.pbxproj +++ b/react-native/ios/SwiftChat.xcodeproj/project.pbxproj @@ -503,7 +503,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = com.carlwe.swiftchat; + PRODUCT_BUNDLE_IDENTIFIER = com.aws.swiftchat; PRODUCT_NAME = SwiftChat; PROVISIONING_PROFILE_SPECIFIER = ""; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -543,7 +543,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = com.carlwe.swiftchat; + PRODUCT_BUNDLE_IDENTIFIER = com.aws.swiftchat; PRODUCT_NAME = SwiftChat; PROVISIONING_PROFILE_SPECIFIER = ""; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";