|
Revision 3041, 0.8 kB
(checked in by timothy, 3 years ago)
|
First step in switching from cc.javelin.colloquy to info.colloquy. I have renamed the bundle identifiers and file UTIs. On launch Colloquy will check and move your old preferences file the first time.
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<schema version="1.0" xmlns="http://www.apple.com/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.apple.com/metadata file:///System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Resources/MetadataSchema.xsd"> |
|---|
| 3 |
<note>Schema for additional attributes supplied by the Colloquy importer.</note> |
|---|
| 4 |
<types> |
|---|
| 5 |
<type name="info.colloquy.transcript"> |
|---|
| 6 |
<allattrs> |
|---|
| 7 |
kMDItemTitle |
|---|
| 8 |
kMDItemCreator |
|---|
| 9 |
kMDItemKind |
|---|
| 10 |
kMDItemWhereFroms |
|---|
| 11 |
kMDItemContributors |
|---|
| 12 |
kMDItemCoverage |
|---|
| 13 |
kMDItemDurationSeconds |
|---|
| 14 |
kMDItemLastUsedDate |
|---|
| 15 |
</allattrs> |
|---|
| 16 |
<displayattrs> |
|---|
| 17 |
kMDItemTitle |
|---|
| 18 |
kMDItemCoverage |
|---|
| 19 |
kMDItemDurationSeconds |
|---|
| 20 |
kMDItemWhereFroms |
|---|
| 21 |
</displayattrs> |
|---|
| 22 |
</type> |
|---|
| 23 |
</types> |
|---|
| 24 |
</schema> |
|---|