fix: fix export helper methode (#2)
This commit is contained in:
parent
87a5b0f809
commit
942f3afbf9
@ -57,7 +57,7 @@ module Fastlane
|
||||
end
|
||||
|
||||
# Parse credential file
|
||||
def parseIosCredentials(ios_directory)
|
||||
def self.parseIosCredentials(ios_directory)
|
||||
if File.exist?("#{ios_directory}/ios_crendentials.json")
|
||||
# Read file and decrypt it
|
||||
file = File.read("#{ios_directory}/ios_crendentials.json")
|
||||
|
Loading…
x
Reference in New Issue
Block a user