Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbertix authored Aug 31, 2021
1 parent 53bc4ac commit 670b2f5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# SwiftyInsta
# SwiftyInsta (legacy)

> Please notice **SwiftyInsta** is no longer actively maintained.<br />
> Refer to [#244](https://github.com/TheM4hd1/SwiftyInsta/issues/244) for more info.<br />
> Check out [**Swiftagram**](https://github.com/sbertix/Swiftagram) if you're looking for up-to-date alternatives.<br />
> Please notice **SwiftyInsta** may not be actively maintained at the moment of you reading this note.<br />
> Refer to [#244](https://github.com/TheM4hd1/SwiftyInsta/issues/244) for more info.
>
<br />

[![CI Status](https://img.shields.io/travis/TheM4hd1/SwiftyInsta/master.svg?style=flat)](https://travis-ci.org/TheM4hd1/SwiftyInsta)
Expand Down Expand Up @@ -85,7 +86,7 @@ self.credentials.code = /* the code */
And the `completionHandler` in the previous `authenticate(with: completionHandler:)` will automatically catch the response.


### `LoginWebViewController` (>= iOS 12 only)
### `LoginWebViewController`
```swift
let login = LoginWebViewController { controller, result in
controller.dismiss(animated: true, completion: nil)
Expand Down Expand Up @@ -150,8 +151,8 @@ _Pull requests_ and _issues_ are more than welcome.

<!-- Remove sourcer.io because of it being discontinued. -->
### Authors
- [Mahdi Makhdumi (**@TheM4hd1**)](https://github.com/them4hd1)
- [Stefano Bertagno (**@sbertix**)](https://github.com/sbertix)
- [Mahdi Makhdumi (**@TheM4hd1**)](https://github.com/them4hd1), `1.*` _maintainer_
- [Stefano Bertagno (**@sbertix**)](https://github.com/sbertix), `2.*` _maintainer_

> We're actively looking for maintainers.<br />
> Refer to [#244](https://github.com/TheM4hd1/SwiftyInsta/issues/244) for more info.
Expand Down

0 comments on commit 670b2f5

Please sign in to comment.