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