Sha256: 6b777dd1f9d974d0933ae07074531144085e4dd3fc4fb0e28db5185ab41ab8ba
Contents?: true
Size: 266 Bytes
Versions: 10
Compression:
Stored size: 266 Bytes
Contents
# frozen_string_literal: true module GoNative module Commands module IOS class EmbedScripts < Base desc 'Embeds target scripts in a project' def call(**) Plugins::IOS::EmbedScripts.call end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems