Commit 8e697ee2 authored by Marius Rackwitz's avatar Marius Rackwitz

[Rakefile] Use Bundler to require xcodeproj

parent bc722a14
......@@ -221,7 +221,7 @@ begin
desc "Build all examples"
task :build do
require 'xcodeproj'
Bundler.require 'xcodeproj', :development
Dir['examples/*'].each do |dir|
Dir.chdir(dir) do
puts "Example: #{dir}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment