Sync profiles for iOS
This commit is contained in:
parent
62e49d039c
commit
3e74cd64af
|
@ -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
|
||||
|
|
|
@ -12,9 +12,9 @@ xcode-select --install
|
|||
|
||||
<table width="100%" >
|
||||
<tr>
|
||||
<th width="33%"><a href="http://brew.sh">Homebrew</a></td>
|
||||
<th width="33%">Installer Script</td>
|
||||
<th width="33%">RubyGems</td>
|
||||
<th width="33%"><a href="http://brew.sh">Homebrew</a></th>
|
||||
<th width="33%">Installer Script</th>
|
||||
<th width="33%">RubyGems</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="33%" align="center">macOS</td>
|
||||
|
|
Loading…
Reference in New Issue