diff --git a/xcode/fastlane/touchlane/lib/touchlane/features.rb b/xcode/fastlane/touchlane/lib/touchlane/features.rb index 838eb0e..cadfb0f 100644 --- a/xcode/fastlane/touchlane/lib/touchlane/features.rb +++ b/xcode/fastlane/touchlane/lib/touchlane/features.rb @@ -13,7 +13,7 @@ module Touchlane raise "Unexpected features: " + features_diff.join(', ') end - # Generate FeatureToggle extension hash from feature names + # Generate enabled features extension from feature names enabled_features_extension_template = Templates::FeatureTemplates.enabled_features_extension utils = Managers::TemplateManager.new(builder_features_list) diff --git a/xcode/templates/templates/features_templates.rb b/xcode/templates/templates/features_templates.rb index ee049cf..69eeeaf 100755 --- a/xcode/templates/templates/features_templates.rb +++ b/xcode/templates/templates/features_templates.rb @@ -3,7 +3,7 @@ module Templates def self.features_enum " -//MARK: - Generated feature toggles +// MARK: - Generated feature toggles public enum Feature: String, Codable, RawRepresentable, CaseIterable { <% for @item in @items %>