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