ZIm/crates/zed/resources/info/SupportedPlatforms.plist
versecafe fe5e81203f
Fix macOS arch reporting from arch_ios to arch_arm (#36217)
```xml 
<key>arch_kind</key> 
<string>arch_arm</string> 
```

Closes #36037

Release Notes:

- N/A
2025-08-25 13:55:56 +03:00

4 lines
83 B
Text

<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>