Sha256: 9559602b5221963bc5528c55650beaa39512e86d93bda4be89361ed57950052a
Contents?: true
Size: 347 Bytes
Versions: 3
Compression:
Stored size: 347 Bytes
Contents
require "claide" module Xcake class Command < CLAide::Command require "xcake/command/init" require "xcake/command/bake" self.abstract_command = true self.command = "xcake" self.version = VERSION self.description = "Create and maintain Xcode project files easily." self.plugin_prefixes = %w(claide xcake) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
xcake-0.5.2 | lib/xcake/command.rb |
xcake-0.5.1 | lib/xcake/command.rb |
xcake-0.5.0 | lib/xcake/command.rb |