Method: FastlaneCore::ConfigItem#code_gen_sensitive

Defined in:
fastlane_core/lib/fastlane_core/configuration/config_item.rb

#code_gen_sensitiveObject

Boolean

Set if the default value should never be used during code generation for Swift

We generate the Swift API at deployment time, and if there is a value that should never be
included in the Fastlane.swift or other autogenerated classes, we need to strip it out.
This includes things like API keys that could be read from ENV[]


65
66
67
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 65

def code_gen_sensitive
  @code_gen_sensitive
end