Apple2BuildPipeline/pkg/Templates/File Templates/Apple II/C File.xctemplate/TemplateInfo.plist

54 lines
1.3 KiB
Plaintext

<?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>AllowedTypes</key>
<array>
<string>public.c-source</string>
</array>
<key>DefaultCompletionName</key>
<string>File</string>
<key>Description</key>
<string>An empty C file.</string>
<key>Kind</key>
<string>Xcode.IDEKit.TextSubstitutionFileTemplateKind</string>
<key>MainTemplateFile</key>
<string>___FILEBASENAME___.c</string>
<key>Options</key>
<array>
<dict>
<key>Description</key>
<string>The name of the file to create</string>
<key>Identifier</key>
<string>productName</string>
<key>Name</key>
<string>Name:</string>
<key>NotPersisted</key>
<true/>
<key>Required</key>
<true/>
<key>Type</key>
<string>text</string>
</dict>
<dict>
<key>Default</key>
<string>true</string>
<key>Description</key>
<string>Whether to create a header file with the same name</string>
<key>Identifier</key>
<string>WithHeader</string>
<key>Name</key>
<string>Also create a header file</string>
<key>NotPersisted</key>
<true/>
<key>Type</key>
<string>checkbox</string>
</dict>
</array>
<key>SortOrder</key>
<string>2</string>
<key>Summary</key>
<string>An empty C file.</string>
</dict>
</plist>