Package.getBuildSettings

Retrieves a build settings template.

If no config is given, this returns the build settings declared at the root level of the package recipe. Otherwise returns the settings declared within the given configuration (excluding those at the root level).

Note that this is a shortcut to accessing this.recipe.buildSettings or this.recipe.configurations[].buildSettings.

  1. const(BuildSettingsTemplate) getBuildSettings(string config)
    class Package
    const
    const(BuildSettingsTemplate)
    getBuildSettings
    (
    string config = null
    )
  2. BuildSettings getBuildSettings(BuildPlatform platform, string config)

Meta