stephanheilner / UIDevice-DisplayName

Returns a friendly name for any iOS device.
MIT License
19 stars 13 forks source link

Remove dependence on web service calls. Always load from the bundled json. #18

Closed jesslemon closed 1 year ago

jesslemon commented 1 year ago

This PR removes the dependance on the CDN & just loads from the bundled json every time.

I am still experimenting with finding the list of M1/M2 Macs on the system. I will submit another PR later if I can find that.

If you would like to put the json in another location, I can add the network call back in & point to that location.