mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
100 lines
2.2 KiB
Plaintext
100 lines
2.2 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>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeName</key>
|
|
<string>mpeg4Movie</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Default</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>public.mpeg-4</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Settings</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Default</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>public.json</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>net.yattee.app.watch</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>yattee</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<false/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
</dict>
|
|
<key>UTExportedTypeDeclarations</key>
|
|
<array>
|
|
<dict>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.json</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>Yattee Settings</string>
|
|
<key>UTTypeIcons</key>
|
|
<dict/>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>stream.yattee.app-settings</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<array>
|
|
<string>yatteesettings</string>
|
|
</array>
|
|
<key>public.mime-type</key>
|
|
<array/>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
<key>UTImportedTypeDeclarations</key>
|
|
<array>
|
|
<dict>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.json</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>Yattee Settings</string>
|
|
<key>UTTypeIcons</key>
|
|
<dict/>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>stream.yattee.app-settings</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<array>
|
|
<string>yatteesettings</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|