lib/gonative/commands/ios/embed_extensions.rb in gonative-cli-0.8.1 vs lib/gonative/commands/ios/embed_extensions.rb in gonative-cli-0.9.0

- old
+ new

@@ -2,10 +2,10 @@ module GoNative module Commands module IOS class EmbedExtensions < Base - desc 'Extracts extension targets from a project' + desc 'Embeds all extensions from plugins to the project' def call(**) Plugins::IOS::EmbedExtensions.call end end \ No newline at end of file