Sha256: 301f96d9cc6afe333bb77b517a9b7806ddac8a67fd72b44d39d2249270868aac
Contents?: true
Size: 287 Bytes
Versions: 20
Compression:
Stored size: 287 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
20 entries across 20 versions & 1 rubygems