Automattic / Automattic-Tracks-iOS

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

Update `UIDeviceIdentifiers` dependency to version 2.0.0 #193

Closed mokagio closed 2 years ago

mokagio commented 2 years ago

The major version breaking change is due to the library explicitly supporting iOS 9.0 and above, thus dropping support for all prior versions. That doesn't affect us, of course, because we are targeting way above 9.0 already.

See https://github.com/squarefrog/UIDeviceIdentifier/issues/47#issuecomment-998592243

I think we ought to upgrade to 2.0.0 to avoid pod update not fetching newest versions because it would stop to the latest 1.x release of the library.

Testing Details

There are only new methods and new devices between 2.0.0 and the previous version, 1.1.4: https://github.com/squarefrog/UIDeviceIdentifier/compare/1.1.4...2.0.0 If CI is green, we can merge this.