From 942f3afbf98830d9865cbe97964bb7e97ef58593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 26 Apr 2023 17:16:03 +0200 Subject: [PATCH] fix: fix export helper methode (#2) --- .../lib/fastlane/plugin/ios_cd/helper/ios_cd_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/helper/ios_cd_helper.rb b/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/helper/ios_cd_helper.rb index 4ac0a7e..8280439 100644 --- a/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/helper/ios_cd_helper.rb +++ b/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/helper/ios_cd_helper.rb @@ -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")