crates/zed/resources/info/SupportedPlatforms.plist 🔗
@@ -0,0 +1,4 @@
+<key>CFBundleSupportedPlatforms</key>
+<array>
+ <string>MacOSX</string>
+</array>
versecafe created
```xml
<key>arch_kind</key>
<string>arch_arm</string>
```
Closes #36037
Release Notes:
- N/A
crates/zed/resources/info/SupportedPlatforms.plist | 4 ++++
1 file changed, 4 insertions(+)
@@ -0,0 +1,4 @@
+<key>CFBundleSupportedPlatforms</key>
+<array>
+ <string>MacOSX</string>
+</array>