From a2bf91c1573ebb8ee2f6b3cadf3f0d2c9eb3d29e Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Fri, 1 Feb 2019 18:07:49 +0100 Subject: [PATCH] Remove tabs --- Docs/ProjectSpec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index b0b41cf4..e43f0e9c 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -498,8 +498,8 @@ targets: - filePattern: "*.txt" name: My Build Rule compilerSpec: com.apple.xcode.tools.swift.compiler - outputFiles: - - $(SRCROOT)/Generated.swift + outputFiles: + - $(SRCROOT)/Generated.swift ``` ### Target Scheme