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:
versecafe 2025-08-25 03:55:56 -07:00 committed by GitHub
parent c48197b280
commit fe5e81203f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>