Add comment
This commit is contained in:
parent
e7574decbc
commit
4564ffbd99
|
|
@ -38,6 +38,7 @@ if build_settings_features_list.nil? or build_settings_features_list.empty?
|
||||||
raise "There are no features in " + build_settings_file_path
|
raise "There are no features in " + build_settings_file_path
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Generate enum Feature Toggles
|
||||||
utils = FeatureUtils.new(build_settings_features_list)
|
utils = FeatureUtils.new(build_settings_features_list)
|
||||||
rendered_enum = utils.render(features_enum_template).strip
|
rendered_enum = utils.render(features_enum_template).strip
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue