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 13:55:56 +03:00
committed by GitHub
parent c48197b280
commit fe5e81203f
@@ -0,0 +1,4 @@
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>