dankinsoid / TuistBuildSettings

Build settings variables and methods for tuist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuildSettings

Build settings variables and methods for tuist.

Parsed from Build Settings 30/06/2022

Example

import ProjectDescription
import BuildSettings

let settings: SettingsDictionary = [
    .otherLinkerFlags("-lz").sdk(.iOSSimulator),
    .injection,
    .unusedFunctions(true),
    .enableTestability,
    .bundleLoader(inherit: .testHost)
]

About

Build settings variables and methods for tuist


Languages

Language:Swift 100.0%