Skip to content
Snippets Groups Projects
Unverified Commit 33748846 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Use cordova repository to get certificates

parent e5a07077
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,7 @@ platform :ios do ...@@ -36,8 +36,7 @@ platform :ios do
desc "This will also make sure the profile is up to date" desc "This will also make sure the profile is up to date"
lane :beta do lane :beta do
match( match(
type: "appstore", type: "appstore"
git_url: "git@github.com:RocketChat/Rocket.Chat.ReactNative.FastLane.git"
) # more information: https://codesigning.guide ) # more information: https://codesigning.guide
pem() pem()
gym(scheme: "RocketChatRN") # Build your app - more options available gym(scheme: "RocketChatRN") # Build your app - more options available
...@@ -52,8 +51,7 @@ platform :ios do ...@@ -52,8 +51,7 @@ platform :ios do
# match(type: "appstore") # match(type: "appstore")
# snapshot # snapshot
match( match(
type: "appstore", type: "appstore"
git_url: "git@github.com:RocketChat/Rocket.Chat.ReactNative.FastLane.git"
) # more information: https://codesigning.guide ) # more information: https://codesigning.guide
pem() pem()
gym(scheme: "RocketChatRN") # Build your app - more options available gym(scheme: "RocketChatRN") # Build your app - more options available
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment