From 31e9abd0464c34bf64b68dc195227e2a29f5cd62 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Thu, 7 Jun 2018 11:12:45 +0300 Subject: [PATCH] add extensions to Xcode proj --- library/templates/project.mustache | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/library/templates/project.mustache b/library/templates/project.mustache index f5797ef..64c0e98 100644 --- a/library/templates/project.mustache +++ b/library/templates/project.mustache @@ -32,6 +32,8 @@ targets: buildPhase: sources - path: Sources/Enums buildPhase: sources + - path: Sources/Extensions + buildPhase: sources - path: Sources/Functions buildPhase: sources - path: Sources/Protocols @@ -63,6 +65,8 @@ targets: buildPhase: sources - path: Sources/Enums buildPhase: sources + - path: Sources/Extensions + buildPhase: sources - path: Sources/Functions buildPhase: sources - path: Sources/Protocols @@ -93,6 +97,8 @@ targets: buildPhase: sources - path: Sources/Enums buildPhase: sources + - path: Sources/Extensions + buildPhase: sources - path: Sources/Functions buildPhase: sources - path: Sources/Protocols @@ -123,6 +129,8 @@ targets: buildPhase: sources - path: Sources/Enums buildPhase: sources + - path: Sources/Extensions + buildPhase: sources - path: Sources/Functions buildPhase: sources - path: Sources/Protocols