| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|---|
| 3 |
<plist version="1.0"> |
|---|
| 4 |
<dict> |
|---|
| 5 |
<key>CFBundleDevelopmentRegion</key> |
|---|
| 6 |
<string>English</string> |
|---|
| 7 |
<key>CFBundleDocumentTypes</key> |
|---|
| 8 |
<array> |
|---|
| 9 |
<dict> |
|---|
| 10 |
<key>CFBundleTypeName</key> |
|---|
| 11 |
<string>MyDocumentType</string> |
|---|
| 12 |
<key>CFBundleTypeRole</key> |
|---|
| 13 |
<string>Editor</string> |
|---|
| 14 |
<key>LSTypeIsPackage</key> |
|---|
| 15 |
<false/> |
|---|
| 16 |
<key>NSPersistentStoreTypeKey</key> |
|---|
| 17 |
<string>XML</string> |
|---|
| 18 |
</dict> |
|---|
| 19 |
</array> |
|---|
| 20 |
<key>CFBundleExecutable</key> |
|---|
| 21 |
<string>${EXECUTABLE_NAME}</string> |
|---|
| 22 |
<key>CFBundleIconFile</key> |
|---|
| 23 |
<string>Perian_icon</string> |
|---|
| 24 |
<key>NSPrefPaneIconFile</key> |
|---|
| 25 |
<string>Perian_icon</string> |
|---|
| 26 |
<key>CFBundleIdentifier</key> |
|---|
| 27 |
<string>org.perian.PerianPane</string> |
|---|
| 28 |
<key>CFBundleInfoDictionaryVersion</key> |
|---|
| 29 |
<string>6.0</string> |
|---|
| 30 |
<key>CFBundlePackageType</key> |
|---|
| 31 |
<string>BNDL</string> |
|---|
| 32 |
<key>CFBundleSignature</key> |
|---|
| 33 |
<string>????</string> |
|---|
| 34 |
<key>CFBundleVersion</key> |
|---|
| 35 |
<string>1.1.2</string> |
|---|
| 36 |
<key>CFBundleGetInfoString</key> |
|---|
| 37 |
<string>1.1.2 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string> |
|---|
| 38 |
<key>CFBundleName</key> |
|---|
| 39 |
<string>Perian</string> |
|---|
| 40 |
<key>NSMainNibFile</key> |
|---|
| 41 |
<string>PerianPrefPane</string> |
|---|
| 42 |
<key>NSPrincipalClass</key> |
|---|
| 43 |
<string>CPFPerianPrefPaneController</string> |
|---|
| 44 |
</dict> |
|---|
| 45 |
</plist> |
|---|