swiftformat .

This commit is contained in:
Oliver Atkinson 2019-07-03 21:27:38 +01:00
parent d8ce237bed
commit 8f2ebf973c
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ public class Target: Codable {
/// Bundle identifier.
public let bundleId: String
/// The name of the product output by this target.
/// passing nil in the initialiser will default
/// this value to the name of the target.

View File

@ -174,7 +174,7 @@ final class ConfigGenerator: ConfigGenerating {
if target.product == .staticFramework {
settings["MACH_O_TYPE"] = "staticlib"
}
settings["PRODUCT_NAME"] = target.productName
if target.product.testsBundle {

View File

@ -2,4 +2,4 @@ import Foundation
import TuistEnvKit
var registry = CommandRegistry()
registry.run()
registry.run()