Sha256: e54ae99dc238cbd3bbcdcc45baf7b37c22c2b0fe9aa95b0048dfc66eebbb0e9c
Contents?: true
Size: 368 Bytes
Versions: 20
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true module GoNative module Commands module IOS class ExtractExtensions < Base desc 'Extracts extension targets from a project' argument :path, required: false, desc: 'Path to the xcodeproj' def call(path:, **) Plugins::IOS::ExtractExtensions.call(path) end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems