mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-18 19:07:16 +00:00
24 lines
617 B
Plaintext
24 lines
617 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>fieldList</key>
|
||
|
<array>
|
||
|
<dict>
|
||
|
<key>defaultValue</key>
|
||
|
<integer>5</integer>
|
||
|
<key>description</key>
|
||
|
<string>This is a custom description specified in the template.</string>
|
||
|
<key>label</key>
|
||
|
<string>Sample Field Test</string>
|
||
|
<key>type</key>
|
||
|
<string>Sample</string>
|
||
|
</dict>
|
||
|
</array>
|
||
|
<key>templateType</key>
|
||
|
<string>fieldList</string>
|
||
|
<key>templateVersion</key>
|
||
|
<integer>1</integer>
|
||
|
</dict>
|
||
|
</plist>
|