Sha256: 3f3975701e939f31b64ca96bf336fa257d9811f72046e7352fb6f10cb642fc6b
Contents?: true
Size: 379 Bytes
Versions: 10
Compression:
Stored size: 379 Bytes
Contents
require 'rake' require 'ios_toolchain/config_bootstrapper' require 'ios_toolchain/project_analyzer' module IosToolchain class Tasks include Rake::DSL if defined? Rake::DSL def install_tasks tasks_path = File.expand_path('../tasks/**/*.rake', __FILE__) Dir.glob(tasks_path).each { |file| load file } end end end IosToolchain::Tasks.new.install_tasks
Version data entries
10 entries across 10 versions & 1 rubygems