aptabase-swift icon indicating copy to clipboard operation
aptabase-swift copied to clipboard

Fix device model identifier for Mac

Open manucheri opened this issue 2 months ago • 1 comments

uname returns x86_64 (or Apple Silicon equivalent) as the device name for Macs. Get the device name in another way for Mac devices. If it fails (it shouldn't AFAIK but still), fallback to the default way (which I guess can be represented as "unknown Mac" or similar).

manucheri avatar Apr 29 '24 16:04 manucheri