Sha256: d2ef27cc64c41f54928a617eb129c858569933056e02d970d6c080b648c318c5
Contents?: true
Size: 239 Bytes
Versions: 19
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true module GoNative module Commands module IOS class Version < Base desc 'Rename an iOS project' def call Plugins::IOS::Version.call end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems