Sha256: f9b5fdd63584bae15071002fabbcb9cc0fb5c20b935e66592c5abc0b1215baea
Contents?: true
Size: 198 Bytes
Versions: 1
Compression:
Stored size: 198 Bytes
Contents
module ChocBomb module Tools module XCode def self.build(cb) sh "xcodebuild -configuration #{cb.build_type} -target #{cb.target} #{cb.build_options}" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chocbomb-0.0.3 | lib/chocbomb/tools/xcode.rb |