Sha256: 7e93dcd7a966afe0a123d8c4b6386cfdc52410d2bb2529fe54b19161622022e0
Contents?: true
Size: 383 Bytes
Versions: 16
Compression:
Stored size: 383 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
16 entries across 16 versions & 1 rubygems