From 380bd5202909851672c095379df439058007e26f Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 20 Jun 2023 15:56:40 -0300 Subject: [PATCH] Change default app identifier on AppFile --- ios/fastlane/Appfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/fastlane/Appfile b/ios/fastlane/Appfile index 8623a4092..b00f450ae 100644 --- a/ios/fastlane/Appfile +++ b/ios/fastlane/Appfile @@ -1,4 +1,4 @@ -app_identifier "chat.rocket.reactnative" # The bundle identifier of your app +app_identifier "chat.rocket.ios" # The bundle identifier of your app apple_id "diegolmello@gmail.com" # Your Apple email address team_id "S6UPZG7ZR3" # Developer Portal Team ID