fix: crendential typo in ios helper #8
@ -32,9 +32,9 @@ module Fastlane
|
|||||||
|
|
||||||
# Parse credential file
|
# Parse credential file
|
||||||
def self.parseIosCredentials(ios_directory)
|
def self.parseIosCredentials(ios_directory)
|
||||||
if File.exist?("#{ios_directory}/ios_crendentials.json")
|
if File.exist?("#{ios_directory}/ios_credentials.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_credentials.json")
|
||||||
JSON.parse(file)
|
JSON.parse(file)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user