With this setup: <img width="325" height="102" alt="Image" src="https://github.com/user-attachments/assets/62f081c9-b66c-4b9a-b6ff-150e41b18ab0" /> Calling when app is running on a mac: ``` print(Device.current.systemName ?? "OS") print(Device.current) ``` Returns these: ``` iPadOS iPad Pro (12.9-inch) (3rd generation) ``` Expected to be `nil` or `unknown` at worst case.
With this setup:

Calling when app is running on a mac:
Returns these:
Expected to be
nilorunknownat worst case.