Class: MxxRu::Cpp::MacOSBundleTargetType

Inherits:
TargetType
  • Object
show all
Defined in:
lib/mxx_ru/cpp/target.rb

Overview

Target type is MacOS bundle (.bundle is a kind of dll on MacOS).

Since v.1.4.10

Constant Summary collapse

TYPE =
"macos_bundle"

Instance Method Summary collapse

Instance Method Details

#nameObject



402
403
404
# File 'lib/mxx_ru/cpp/target.rb', line 402

def name
  return TYPE
end