match/lib/match/storage/interface.rb in fastlane-2.148.1 vs match/lib/match/storage/interface.rb in fastlane-2.149.0
- old
+ new
@@ -94,9 +94,13 @@
def skip_docs
not_implemented(__method__)
end
+ def list_files(file_name: "", file_ext: "")
+ 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__)