Last active
July 11, 2018 18:58
-
-
Save vialyx/bbe2373f66eb3a42ab6ff3d4ed1719db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!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>Module:</string> | |
<key>Description</key> | |
<string>The name of the MVC Module</string> | |
<key>Type</key> | |
<string>text</string> | |
<key>Default</key> | |
<string>MVCModule</string> | |
</dict> | |
<dict> | |
<key>Identifier</key> | |
<string>viewType</string> | |
<key>Required</key> | |
<true/> | |
<key>Name</key> | |
<string>Type:</string> | |
<key>Description</key> | |
<string>The type of Module to use</string> | |
<key>Type</key> | |
<string>popup</string> | |
<key>Default</key> | |
<string>Fullcode</string> | |
<key>Values</key> | |
<array> | |
<string>Fullcode</string> | |
</array> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment