Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Sources/XcodeTemplateGeneratorLibrary/XcodeTemplates.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ public final class XcodeTemplates {
if config.includedTemplates.contains("NodeWithoutView") {
templates.append(NodeWithoutViewTemplate(config: config))
}
if config.includedTemplates.contains("Worker") {
templates.append(WorkerTemplate(config: config))
}
if config.includedTemplates.contains("PluginListNode") {
templates.append(PluginListNodeTemplate(config: config))
}
Expand All @@ -44,6 +41,9 @@ public final class XcodeTemplates {
if config.includedTemplates.contains("Plugin") {
templates.append(PluginTemplate(config: config))
}
if config.includedTemplates.contains("Worker") {
templates.append(WorkerTemplate(config: config))
}
self.templates = templates
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
▿ (2 elements)
- from: ".bundle/Icons/Tinder@2x.png"
- to: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Node (without view).xctemplate/TemplateIcon@2x.png"
▿ (2 elements)
- from: ".bundle/Icons/Tinder.png"
- to: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate/TemplateIcon.png"
▿ (2 elements)
- from: ".bundle/Icons/Tinder@2x.png"
- to: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate/TemplateIcon@2x.png"
▿ (2 elements)
- from: ".bundle/Icons/Tinder.png"
- to: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Plugin List (for Node).xctemplate/TemplateIcon.png"
Expand All @@ -59,3 +53,9 @@
▿ (2 elements)
- from: ".bundle/Icons/Tinder@2x.png"
- to: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Plugin.xctemplate/TemplateIcon@2x.png"
▿ (2 elements)
- from: ".bundle/Icons/Tinder.png"
- to: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate/TemplateIcon.png"
▿ (2 elements)
- from: ".bundle/Icons/Tinder@2x.png"
- to: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate/TemplateIcon@2x.png"
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Node (without view state).xctemplate"
- "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/ Node (without view state).xctemplate"
- "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Node (without view).xctemplate"
- "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate"
- "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Plugin List (for Node).xctemplate"
- "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Plugin Map (for Node).xctemplate"
- "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Plugin (for Node).xctemplate"
- "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Plugin.xctemplate"
- "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate"
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
▿ (2 elements)
- path: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Node (without view).xctemplate"
- createIntermediates: true
▿ (2 elements)
- path: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate"
- createIntermediates: true
▿ (2 elements)
- path: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Plugin List (for Node).xctemplate"
- createIntermediates: true
Expand All @@ -29,3 +26,6 @@
▿ (2 elements)
- path: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Plugin.xctemplate"
- createIntermediates: true
▿ (2 elements)
- path: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate"
- createIntermediates: true
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@
▿ (2 elements)
- .0: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Node (without view).xctemplate/TemplateInfo.plist"
- .1: true
▿ (2 elements)
- .0: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate/___FILEBASENAME___Worker.swift"
- .1: true
▿ (2 elements)
- .0: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate/TemplateInfo.plist"
- .1: true
▿ (2 elements)
- .0: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Plugin List (for Node).xctemplate/___FILEBASENAME___PluginList.swift"
- .1: true
Expand All @@ -131,3 +125,9 @@
▿ (2 elements)
- .0: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Plugin.xctemplate/TemplateInfo.plist"
- .1: true
▿ (2 elements)
- .0: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate/___FILEBASENAME___Worker.swift"
- .1: true
▿ (2 elements)
- .0: "/Developer/Xcode/Templates/File Templates/Tinder Nodes Architecture Framework (identifier)/Worker.xctemplate/TemplateInfo.plist"
- .1: true
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
▿ (2 elements)
- from: ".bundle/Icons/Tinder@2x.png"
- to: "/Node (without view).xctemplate/TemplateIcon@2x.png"
▿ (2 elements)
- from: ".bundle/Icons/Tinder.png"
- to: "/Worker.xctemplate/TemplateIcon.png"
▿ (2 elements)
- from: ".bundle/Icons/Tinder@2x.png"
- to: "/Worker.xctemplate/TemplateIcon@2x.png"
▿ (2 elements)
- from: ".bundle/Icons/Tinder.png"
- to: "/Plugin List (for Node).xctemplate/TemplateIcon.png"
Expand All @@ -59,3 +53,9 @@
▿ (2 elements)
- from: ".bundle/Icons/Tinder@2x.png"
- to: "/Plugin.xctemplate/TemplateIcon@2x.png"
▿ (2 elements)
- from: ".bundle/Icons/Tinder.png"
- to: "/Worker.xctemplate/TemplateIcon.png"
▿ (2 elements)
- from: ".bundle/Icons/Tinder@2x.png"
- to: "/Worker.xctemplate/TemplateIcon@2x.png"
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
- "/Node (without view state).xctemplate"
- "/ Node (without view state).xctemplate"
- "/Node (without view).xctemplate"
- "/Worker.xctemplate"
- "/Plugin List (for Node).xctemplate"
- "/Plugin Map (for Node).xctemplate"
- "/Plugin (for Node).xctemplate"
- "/Plugin.xctemplate"
- "/Worker.xctemplate"
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
▿ (2 elements)
- path: "/Node (without view).xctemplate"
- createIntermediates: true
▿ (2 elements)
- path: "/Worker.xctemplate"
- createIntermediates: true
▿ (2 elements)
- path: "/Plugin List (for Node).xctemplate"
- createIntermediates: true
Expand All @@ -29,3 +26,6 @@
▿ (2 elements)
- path: "/Plugin.xctemplate"
- createIntermediates: true
▿ (2 elements)
- path: "/Worker.xctemplate"
- createIntermediates: true
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@
▿ (2 elements)
- .0: "/Node (without view).xctemplate/TemplateInfo.plist"
- .1: true
▿ (2 elements)
- .0: "/Worker.xctemplate/___FILEBASENAME___Worker.swift"
- .1: true
▿ (2 elements)
- .0: "/Worker.xctemplate/TemplateInfo.plist"
- .1: true
▿ (2 elements)
- .0: "/Plugin List (for Node).xctemplate/___FILEBASENAME___PluginList.swift"
- .1: true
Expand All @@ -131,3 +125,9 @@
▿ (2 elements)
- .0: "/Plugin.xctemplate/TemplateInfo.plist"
- .1: true
▿ (2 elements)
- .0: "/Worker.xctemplate/___FILEBASENAME___Worker.swift"
- .1: true
▿ (2 elements)
- .0: "/Worker.xctemplate/TemplateInfo.plist"
- .1: true