Switch to using new version of cargo bundle with more capabilities
This commit is contained in:
parent
b365e48ff0
commit
8ad7eb7598
4 changed files with 35 additions and 12 deletions
62
crates/zed/resources/info/DocumentTypes.plist
Normal file
62
crates/zed/resources/info/DocumentTypes.plist
Normal file
|
@ -0,0 +1,62 @@
|
|||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>Document</string>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>LSHandlerRank</key>
|
||||
<string>Alternate</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
<array>
|
||||
<string>public.text</string>
|
||||
<string>public.plain-text</string>
|
||||
<string>public.utf8-plain-text</string>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>Document</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>Zed Text Document</string>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>****</string>
|
||||
</array>
|
||||
<key>LSHandlerRank</key>
|
||||
<string>Default</string>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>Gemfile</string>
|
||||
<string>c</string>
|
||||
<string>c++</string>
|
||||
<string>cc</string>
|
||||
<string>cpp</string>
|
||||
<string>css</string>
|
||||
<string>erb</string>
|
||||
<string>ex</string>
|
||||
<string>exs</string>
|
||||
<string>go</string>
|
||||
<string>h</string>
|
||||
<string>h++</string>
|
||||
<string>hh</string>
|
||||
<string>hpp</string>
|
||||
<string>html</string>
|
||||
<string>js</string>
|
||||
<string>json</string>
|
||||
<string>jsx</string>
|
||||
<string>md</string>
|
||||
<string>py</string>
|
||||
<string>rb</string>
|
||||
<string>rkt</string>
|
||||
<string>rs</string>
|
||||
<string>scm</string>
|
||||
<string>toml</string>
|
||||
<string>ts</string>
|
||||
<string>tsx</string>
|
||||
<string>txt</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
24
crates/zed/resources/info/Permissions.plist
Normal file
24
crates/zed/resources/info/Permissions.plist
Normal file
|
@ -0,0 +1,24 @@
|
|||
<key>NSSystemAdministrationUsageDescription</key>
|
||||
<string>The operation being performed by a program in Zed requires elevated permission.</string>
|
||||
<key>NSAppleEventsUsageDescription</key>
|
||||
<string>An application in Zed wants to use AppleScript.</string>
|
||||
<key>NSBluetoothAlwaysUsageDescription</key>
|
||||
<string>An application in Zed wants to use Bluetooth.</string>
|
||||
<key>NSCalendarsUsageDescription</key>
|
||||
<string>An application in Zed wants to use Calendar data.</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>An application in Zed wants to use the camera.</string>
|
||||
<key>NSContactsUsageDescription</key>
|
||||
<string>An application in Zed wants to use your contacts.</string>
|
||||
<key>NSLocationAlwaysUsageDescription</key>
|
||||
<string>An application in Zed wants to use your location information, even in the background.</string>
|
||||
<key>NSLocationUsageDescription</key>
|
||||
<string>An application in Zed wants to use your location information.</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string>An application in Zed wants to use your location information while active.</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>An application in Zed wants to use your microphone.</string>
|
||||
<key>NSSpeechRecognitionUsageDescription</key>
|
||||
<string>An application in Zed wants to use speech recognition.</string>
|
||||
<key>NSRemindersUsageDescription</key>
|
||||
<string>An application in Zed wants to use your reminders.</string>
|
Loading…
Add table
Add a link
Reference in a new issue