Sha256: 7e47038afd556b7051279dafa3b761d3337b94b1db668f5935bd0f8837acd4b8
Contents?: true
Size: 477 Bytes
Versions: 8
Compression:
Stored size: 477 Bytes
Contents
require 'xcodeproj' require 'xcres/logger' require 'xcres/command/command' require 'xcres/command/build_command' require 'xcres/command/install_command' require 'xcres/command/version_command' class XCRes::MainCommand < XCRes::Command subcommand 'build', 'Build the resources index files', XCRes::BuildCommand subcommand 'install', 'Install a build phase into the project', XCRes::InstallCommand subcommand 'version', 'Show the gem version', XCRes::VersionCommand end
Version data entries
8 entries across 8 versions & 1 rubygems