From b6645bda80a2ba48a1df4a56cc4113455f1c9602 Mon Sep 17 00:00:00 2001 From: Esteban Mino Date: Mon, 20 Jul 2020 17:31:32 -0400 Subject: [PATCH] update apple id --- ios/fastlane/Appfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/fastlane/Appfile b/ios/fastlane/Appfile index 27f7cd19257..c24671b0a8f 100644 --- a/ios/fastlane/Appfile +++ b/ios/fastlane/Appfile @@ -3,4 +3,4 @@ # https://docs.fastlane.tools/advanced/#appfile app_identifier("io.metamask.MetaMask") # The bundle identifier of your app -apple_id("mobile@metamask.io") # Your Apple email address +apple_id("mobile.admin@metamask.io") # Your Apple email address