Method: FastlaneCore::ConfigItem#code_gen_default_value
- Defined in:
- fastlane_core/lib/fastlane_core/configuration/config_item.rb
#code_gen_default_value ⇒ Object
the value which is used during Swift code generation
if the default_value reads from ENV or a file, or from local credentials, we need
to provide a different default or it might be included in our autogenerated Swift
as a built-in default for the fastlane gem. This is because when we generate the
Swift API at deployment time, it fetches the default_value from the config_items
35 36 37 |
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 35 def code_gen_default_value @code_gen_default_value end |