From 3e74cd64af58a19a5f67459d43600f2838156a12 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Tue, 21 Nov 2017 12:09:29 -0200 Subject: [PATCH] Sync profiles for iOS --- ios/fastlane/Fastfile | 2 ++ ios/fastlane/README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 3a2a79fe4..780a629ae 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -39,6 +39,7 @@ platform :ios do type: "appstore", git_url: "git@github.com:RocketChat/Rocket.Chat.ReactNative.FastLane.git" ) # more information: https://codesigning.guide + pem() gym(scheme: "RocketChatRN") # Build your app - more options available pilot @@ -66,6 +67,7 @@ platform :ios do type: "appstore", git_url: "git@github.com:RocketChat/Rocket.Chat.ReactNative.FastLane.git" ) # more information: https://codesigning.guide + pem() gym(scheme: "RocketChatRN") # Build your app - more options available # frameit end diff --git a/ios/fastlane/README.md b/ios/fastlane/README.md index ade625c4f..25c79d48b 100644 --- a/ios/fastlane/README.md +++ b/ios/fastlane/README.md @@ -12,9 +12,9 @@ xcode-select --install - + +
Homebrew -Installer Script -RubyGems +HomebrewInstaller ScriptRubyGems
macOS