Skip to main content

targetbundleextension

Specifies the bundle extension for the MacOSX bundle.

targetbundleextension ("ext")

By default, the project will use the MacOSX's normal naming conventions: .bundle for OSX Bundles, .framework for OSX Framework, and so on. The targetbundleextension function allows you to change this default.

Parameters

ext is the new bundle extension, including the leading dot.

Applies To

Project configurations.

Availability

Premake 5.0 beta 7 or later.

Examples

targetbundleextension ".zmf"

See Also