Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
42 stars 12 forks source link

Update UIDeviceIdentifier to 1.1.4 #72

Closed jkmassel closed 5 years ago

jkmassel commented 5 years ago

This update is simple enough – the dependency UIDeviceIdentifier exposes an object called UIDeviceHardware with one method – platformString.

The changes to the underlying dependency merely adds different return values for the string.

~All of the tests pass locally, but having them pass in CI is waiting on #74~