require 'rbuild-bundle' build_bundle(:bundle_name => 'RubyOpenAL.app', :resources_directory => 'Resources') build(:targets => ['RubyOpenAL.app/Contents/MacOS/RubyOpenAL'], :dependencies => ['../RubyGameCommon/RubyGameCommon'], :command => 'cp ../RubyGameCommon/RubyGameCommon RubyOpenAL.app/Contents/MacOS/RubyOpenAL', :message => 'Copying RubyGameCommon Executable') build(:targets => ['RubyOpenAL.app/Contents/Frameworks/OpenAL.framework'], :dependencies => ['../RubyGameCommon/External/openal/macosx/build/OpenAL.framework'], :command => 'cp -r ../RubyGameCommon/External/openal/macosx/build/OpenAL.framework RubyOpenAL.app/Contents/Frameworks/', :message => 'Copying OpenAL Framework')