mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-15 12:25:31 +08:00
71 lines
1.8 KiB
Text
71 lines
1.8 KiB
Text
<?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>CFBundleName</key>
|
|
<string>Livebook</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>dev.livebook.Livebook</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(app_version)</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>AppIcon</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>Livebook</string>
|
|
<key>LSUIElement</key>
|
|
<true/>
|
|
<key>LSRequiresNativeExecution</key>
|
|
<true/>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>Livebook</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>livebook</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeName</key>
|
|
<string>LiveMarkdown</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>dev.livebook.livemarkdown</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>UTExportedTypeDeclarations</key>
|
|
<array>
|
|
<dict>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.data</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>Livebook</string>
|
|
<key>UTTypeIcons</key>
|
|
<dict>
|
|
<key>UTTypeIconBadgeName</key>
|
|
<string>Icon</string>
|
|
<key>UTTypeIconText</key>
|
|
<string>Livebook</string>
|
|
</dict>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>dev.livebook.livemarkdown</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<array>
|
|
<string>livemd</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|