Skip to content

Commit

Permalink
♻️ Refactor ViewModel templates
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Sep 10, 2019
1 parent 342f239 commit d877db8
Show file tree
Hide file tree
Showing 44 changed files with 146 additions and 418 deletions.
69 changes: 0 additions & 69 deletions PublicViewController.xctemplate/TemplateInfo.plist

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions PublicViewController.xctemplate/ViewController+Emittable.swift

This file was deleted.

43 changes: 0 additions & 43 deletions PublicViewController.xctemplate/ViewController+Injectable.swift

This file was deleted.

50 changes: 0 additions & 50 deletions PublicViewController.xctemplate/ViewController+Interactable.swift

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions PublicViewController.xctemplate/ViewController.swift

This file was deleted.

Empty file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xcode File Templates

Some quick templates for [Mew](https://github.com/mercari/Mew) in Xcode.
Some quick templates for [Mew](https://github.com/yenom/Mew) in Xcode.
MicroViewControllers are awesome!

## Installation
Expand Down
29 changes: 10 additions & 19 deletions ViewController.xctemplate/TemplateInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,16 @@
<string>ViewController with ViewModel</string>
</array>
</dict>
<dict>
<key>Identifier</key>
<string>ViewController Type</string>
<key>Required</key>
<true/>
<key>Name</key>
<string>ViewController Type:</string>
<key>Type</key>
<string>popup</string>
<key>Default</key>
<string>-Instantiatable</string>
<key>Values</key>
<array>
<string>-Instantiatable</string>
<string>-Instantiatable Injectable</string>
<string>-Instantiatable Emittable</string>
<string>-Instantiatable Interactable</string>
</array>
</dict>
<dict>
<key>Identifier</key>
<string>+ViewModel</string>
<key>Name</key>
<string>Also create a ViewModel file</string>
<key>Description</key>
<string>Whether to create a ViewModel file</string>
<key>Type</key>
<string>checkbox</string>
</dict>
</array>
</dict>
</plist>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions ViewController.xctemplate/ViewController+Emittable.swift

This file was deleted.

Loading

0 comments on commit d877db8

Please sign in to comment.