Use cordova repository to get certificates

This commit is contained in:
Rodrigo Nascimento 2018-03-15 11:47:18 -03:00
parent e5a0707759
commit 337488463c
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
2 changed files with 11 additions and 4 deletions

View File

@ -36,8 +36,7 @@ platform :ios do
desc "This will also make sure the profile is up to date"
lane :beta do
match(
type: "appstore",
git_url: "git@github.com:RocketChat/Rocket.Chat.ReactNative.FastLane.git"
type: "appstore"
) # more information: https://codesigning.guide
pem()
gym(scheme: "RocketChatRN") # Build your app - more options available
@ -52,8 +51,7 @@ platform :ios do
# match(type: "appstore")
# snapshot
match(
type: "appstore",
git_url: "git@github.com:RocketChat/Rocket.Chat.ReactNative.FastLane.git"
type: "appstore"
) # more information: https://codesigning.guide
pem()
gym(scheme: "RocketChatRN") # Build your app - more options available

9
ios/fastlane/Matchfile Normal file
View File

@ -0,0 +1,9 @@
git_url("https://github.com/RocketChat/Rocket.Chat.Cordova.Fastlane")
type("development") # The default type, can be: appstore, adhoc, enterprise or development
# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"])
# username("user@fastlane.tools") # Your Apple Developer Portal username
# For all available options run `fastlane match --help`
# Remove the # in the beginning of the line to enable the other options