devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.4k stars 425 forks source link

Broken #344

Open tazmancoder opened 1 year ago

tazmancoder commented 1 year ago

I have a project I use this library in. My SPM says version 4.6.1, everything is working fine. However, I am working on a new project was used SPM to add the dependency and the version says 4.2.0 yet you README says version 5.0.0 is the latest release. I think something is broken with the SPM.

In my older project where the package version reads 4.6.1. When I click on the dependency it reads the following

Current version 4.6.1.

See our detailed changelog for the latest features, improvements and bug fixes.

In my new project where the package version reads version 4.2.0 after adding the package

Current version 4.1.0

See our detailed changelog for the latest features, improvements and bug fixes.

Zandor300 commented 1 year ago

@tazmancoder When we released version 4.2.0, we forgot to update the readme.

https://github.com/devicekit/DeviceKit/blob/4.2.0/README.md#current-version-410

You should be able to upgrade to 4.9.0 or 5.0.0 with SPM.

tazmancoder commented 1 year ago

Thanks for getting back to me. The issue is when I use SPM to install DeviceKit in a new project it installs version 4.2.0. If I read the left side bar of Xcode where it lists the installed package it’s version reads as 4.2.0-Mark/*Mark PerrymanApple (MAC) Enthusiast(435) 882-1008On Dec 15, 2022, at 15:11, Zandor Smith @.***> wrote: @tazmancoder When we released version 4.2.0, we forgot to update the readme. https://github.com/devicekit/DeviceKit/blob/4.2.0/README.md#current-version-410 You should be able to upgrade to 4.9.0 or 5.0.0 with SPM.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>