match/lib/match/encryption/interface.rb in fastlane_hotfix-2.165.1 vs match/lib/match/encryption/interface.rb in fastlane_hotfix-2.187.0

- old
+ new

@@ -1,10 +1,10 @@ module Match module Encryption class Interface # Call this method to trigger the actual # encryption - def encrypt_files + def encrypt_files(password: nil) not_implemented(__method__) end # Call this method to trigger the actual # decryption