From 417ddaafba539419908b71be87a9ee68e0dad4ce Mon Sep 17 00:00:00 2001 From: Vlad Date: Sun, 27 Dec 2020 22:22:52 +0300 Subject: [PATCH] Update naming --- xcode/templates/templates/features_templates.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcode/templates/templates/features_templates.rb b/xcode/templates/templates/features_templates.rb index ba579ab..9c7cb44 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: - Feature toggles +//MARK: - Generated feature toggles public enum Feature: String, Codable, RawRepresentable, CaseIterable { <% for @item in @items %> @@ -15,7 +15,7 @@ public enum Feature: String, Codable, RawRepresentable, CaseIterable { def self.enabled_features_extension " -// MARK: - Enabled features +// MARK: - Generated enabled features public extension Feature {