match/lib/match/storage/interface.rb in fastlane-2.113.0.beta.20190106200016 vs match/lib/match/storage/interface.rb in fastlane-2.113.0.beta.20190107200010

- old
+ new

@@ -88,9 +88,16 @@ def skip_docs not_implemented(__method__) end + # Implement this for the `fastlane match init` command + # This method must return the content of the Matchfile + # that should be generated + def generate_matchfile_content(template: nil) + not_implemented(__method__) + end + # Call this method to reset any changes made locally to the files def clear_changes return unless @working_directory FileUtils.rm_rf(self.working_directory)