diff --git a/ios/fastlane/Appfile b/ios/fastlane/Appfile index 51be0af19..8623a4092 100644 --- a/ios/fastlane/Appfile +++ b/ios/fastlane/Appfile @@ -1,5 +1,5 @@ app_identifier "chat.rocket.reactnative" # The bundle identifier of your app -apple_id "rodrigo.nascimento@rocket.chat" # Your Apple email address +apple_id "diegolmello@gmail.com" # Your Apple email address team_id "S6UPZG7ZR3" # Developer Portal Team ID itc_team_id "118376632" diff --git a/ios/fastlane/README.md b/ios/fastlane/README.md index 737b41e33..76b35fcb5 100644 --- a/ios/fastlane/README.md +++ b/ios/fastlane/README.md @@ -8,25 +8,11 @@ Make sure you have the latest version of the Xcode command line tools installed: xcode-select --install ``` -## Choose your installation method: - -
Homebrew | -Installer Script | -RubyGems | -
---|---|---|
macOS | -macOS | -macOS or Linux with Ruby 2.0.0 or above | -
brew cask install fastlane |
-Download the zip file. Then double click on the install script (or run it in a terminal window). |
-sudo gem install fastlane -NV |
-