Mastodon.swift icon indicating copy to clipboard operation
Mastodon.swift copied to clipboard

Please tag a new version

Open bensyverson opened this issue 3 years ago • 0 comments

Hi there—there have been a number of changes since the last tagged version, which means projects which depend on Mastodon.swift via .upToNextMajor() are drifting out of date.

Separately, there is unfortunately a purple Swift concurrency warning in the most recent tagged version of OAuthSwift, in OAuthSwift/Sources/Handler/OAuthSwiftOpenURLExternally.swift:

UIApplication.open(_:options:completionHandler:) must be used from main thread only

This issue has already been fixed in the main branch of OAuthSwift, but again, they have not tagged a new version, so Mastodon.swift is stuck with the error. Would you consider switching the OAuthSwift dependency to .branch("main")? Otherwise people will need to fork the repo just to make this one-line change.

Thanks! Really appreciate your work on Mastodon.swift—it's making it possible to add a social element to my app without reinventing the wheel.

bensyverson avatar Feb 27 '23 17:02 bensyverson