Class: Fastlane::Helper::ApkgoHelper
- Inherits:
-
Object
- Object
- Fastlane::Helper::ApkgoHelper
- Defined in:
- lib/fastlane/plugin/apkgo/helper/apkgo_helper.rb
Class Method Summary collapse
-
.sha256(path) ⇒ Object
show_env logs the resolved configuration (without the key) so failing CI runs are debuggable.
Class Method Details
.sha256(path) ⇒ Object
show_env logs the resolved configuration (without the key) so failing CI runs are debuggable.
167 168 169 |
# File 'lib/fastlane/plugin/apkgo/helper/apkgo_helper.rb', line 167 def self.sha256(path) Digest::SHA256.file(path).hexdigest end |