Skip to main content

sharedlibtype

Specifies the shared library type for Apple targets.

sharedlibtype ("value")

Parameters

value is one of:

ValueDescription
OSXBundleShared library is an OSX Bundle
OSXFrameworkShared library is an OSX Framework
XCTestShared library is an XCode test

Applies To

Project configurations.

Availability

Premake 5.0.0-alpha12 or later.

Examples

sharedlibtype "OSXBundle"