[CHORE] Switch Apple account on Fastlane (#1810)
This commit is contained in:
parent
b67d1dd73d
commit
c360c2ca86
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
||||
<table width="100%" >
|
||||
<tr>
|
||||
<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>
|
||||
<td width="33%" align="center">macOS</td>
|
||||
<td width="33%" align="center">macOS or Linux with Ruby 2.0.0 or above</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="33%"><code>brew cask install fastlane</code></td>
|
||||
<td width="33%"><a href="https://download.fastlane.tools">Download the zip file</a>. Then double click on the <code>install</code> script (or run it in a terminal window).</td>
|
||||
<td width="33%"><code>sudo gem install fastlane -NV</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
Install _fastlane_ using
|
||||
```
|
||||
[sudo] gem install fastlane -NV
|
||||
```
|
||||
or alternatively using `brew cask install fastlane`
|
||||
|
||||
# Available Actions
|
||||
## iOS
|
||||
|
@ -40,8 +26,6 @@ Runs all the tests
|
|||
fastlane ios beta
|
||||
```
|
||||
Submit a new Beta Build to Apple TestFlight
|
||||
|
||||
This will also make sure the profile is up to date
|
||||
### ios release
|
||||
```
|
||||
fastlane ios release
|
||||
|
|
|
@ -5,27 +5,12 @@
|
|||
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="0: Verifying required fastlane version" time="0.002207">
|
||||
<testcase classname="fastlane.lanes" name="0: Verifying fastlane version" time="0.003098">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.002098">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="2: create_keychain" time="0.106586">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="3: xcodebuild" time="170.328674">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="4: delete_keychain" time="0.060332">
|
||||
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.00195">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
|
Loading…
Reference in New Issue