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
This commit is contained in:
parent
c48197b280
commit
fe5e81203f
1 changed files with 4 additions and 0 deletions
4
crates/zed/resources/info/SupportedPlatforms.plist
Normal file
4
crates/zed/resources/info/SupportedPlatforms.plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
Loading…
Add table
Add a link
Reference in a new issue