adamzarn / AZVideoPlayer

An alternative to SwiftUI's VideoPlayer that includes an overlay button that will transition the player to be presented full screen.
26 stars 5 forks source link

Please create a stable (i.e. tagged) release #7

Closed p4checo closed 10 months ago

p4checo commented 10 months ago

Hi!

Thanks for your work on this! 🙏🏼 Could you please create a (tagged) release for this project? Otherwise SPM considers this dependency as unstable when we are pointing to a branch (i.e. main) from another package that is used as a stable dependency.

e.g.

Cheers! 🍻

adamzarn commented 10 months ago

Hi!

Thanks for your work on this! 🙏🏼 Could you please create a (tagged) release for this project? Otherwise SPM considers this dependency as unstable when we are pointing to a branch (i.e. main) from another package that is used as a stable dependency.

e.g.

  • FooApp -> AZVideoPlayer (main) ✅
  • FooApp -> FooSDK(1.0.0) -> AZVideoPlayer (main) 💥

Cheers! 🍻

I just created release 1.0.0 from the latest commit on main. Let me know if that resolves your issue.

p4checo commented 10 months ago

Issue sorted! Thank you very much! 🙏🏼