Skip to content

Commit

Permalink
Minor changes (tabs -> spaces, better naming strategy)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetienne committed Sep 14, 2017
1 parent 2c6bf00 commit 8ed523c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
24 changes: 12 additions & 12 deletions Basic Template.xctemplate/TemplateInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kind</key>
<string>Xcode.IDEKit.TextSubstitutionFileTemplateKind</string>
<key>DefaultCompletionName</key>
<string>Basic</string>
<key>AllowedTypes</key>
<array>
<string>public.swift-source</string>
<key>Kind</key>
<string>Xcode.IDEKit.TextSubstitutionFileTemplateKind</string>
<key>DefaultCompletionName</key>
<string>Basic</string>
<key>AllowedTypes</key>
<array>
<string>public.swift-source</string>
<string>public.c-header</string>
</array>
<key>Platforms</key>
<array>
<string>com.apple.platform.iphoneos</string>
</array>
</array>
<key>Platforms</key>
<array>
<string>com.apple.platform.iphoneos</string>
</array>
</dict>
</plist>
46 changes: 23 additions & 23 deletions View, Model & ViewModel.xctemplate/TemplateInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kind</key>
<string>Xcode.IDEKit.TextSubstitutionFileTemplateKind</string>
<key>Platforms</key>
<array>
<string>com.apple.platform.iphoneos</string>
</array>
<key>Options</key>
<array>
<dict>
<key>Identifier</key>
<string>productName</string>
<key>Required</key>
<true/>
<key>Name</key>
<string>View:</string>
<key>Description</key>
<string>The name of the View and ViewModel to create</string>
<key>Type</key>
<string>text</string>
<key>Default</key>
<string>MyView</string>
</dict>
<key>Kind</key>
<string>Xcode.IDEKit.TextSubstitutionFileTemplateKind</string>
<key>Platforms</key>
<array>
<string>com.apple.platform.iphoneos</string>
</array>
<key>Options</key>
<array>
<dict>
<key>Identifier</key>
<string>productName</string>
<key>Required</key>
<true/>
<key>Name</key>
<string>Model:</string>
<key>Description</key>
<string>The name of the Model, View and ViewModel to create</string>
<key>Type</key>
<string>text</string>
<key>Default</key>
<string>MyModel</string>
</dict>
<dict>
<key>Identifier</key>
<string>viewType</string>
Expand Down Expand Up @@ -61,6 +61,6 @@
</array>
</dict>
</dict>
</array>
</array>
</dict>
</plist>

0 comments on commit 8ed523c

Please sign in to comment.