class MxxRu::Cpp::MacOSBundleTarget

MacOS bundle is a target type.

Public Class Methods

new( a_prj_alias, &block ) click to toggle source
Calls superclass method MxxRu::Cpp::LibOrDllTarget::new
# File lib/mxx_ru/cpp/target.rb, line 1518
def initialize( a_prj_alias, &block )
  super( a_prj_alias, a_prj_alias )

  as_macos_bundle

  instance_eval( &block ) if block
end