Sha256: 59736ce54d55d18b32075665d4c85b49f2d90b7e2c6cd1dc01704b5567a46173
Contents?: true
Size: 294 Bytes
Versions: 14
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true module GoNative module Commands module IOS class EmbedExtensions < Base desc 'Embeds all extensions from plugins to the project' def call(**) Plugins::IOS::EmbedExtensions.call end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems