match/lib/match/storage/git_storage.rb in fastlane-2.113.0.beta.20190106200016 vs match/lib/match/storage/git_storage.rb in fastlane-2.113.0.beta.20190107200010
- old
+ new
@@ -123,9 +123,16 @@
"and platform",
self.platform
].join(" ")
end
+ def generate_matchfile_content
+ UI.important("Please create a new, private git repository to store the certificates and profiles there")
+ url = UI.input("URL of the Git Repo: ")
+
+ return "git_url(\"#{url}\")"
+ end
+
private
# Create and checkout an specific branch in the git repo
def checkout_branch
return unless self.working_directory