Skip to content

Commit

Permalink
Update readme copyright and company name
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Aug 30, 2023
1 parent dd75c0e commit 69ec24c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Turbo Native for iOS

**Note:** The Hotwire frameworks are presented in beta form. We're using them all in production with HEY, but expect that significant changes might be made in response to early feedback.

---------

**Build high-fidelity hybrid apps with native navigation and a single shared web view.** Turbo Native for iOS provides the tooling to wrap your [Turbo 7](https://github.com/hotwired/turbo)-enabled web app in a native iOS shell. It manages a single WKWebView instance across multiple view controllers, giving you native navigation UI with all the client-side performance benefits of Turbo.

## Features
Expand Down Expand Up @@ -41,13 +37,13 @@ The best way to get started with Turbo iOS to try out the demo app first to get
## Contributing

Turbo iOS is open-source software, freely distributable under the terms of an [MIT-style license](LICENSE). The [source code is hosted on GitHub](https://github.com/hotwired/turbo-ios).
Development is sponsored by [Basecamp](https://basecamp.com/).
Development is sponsored by [37signals](https://37signals.com/).

We welcome contributions in the form of bug reports, pull requests, or thoughtful discussions in the [GitHub issue tracker](https://github.com/hotwired/turbo-ios/issues).

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

---

© 2020 Basecamp, LLC
© 2023 37signals LLC

3 comments on commit 69ec24c

@doylembbaxter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @jayohms ~ I noticed the removal the explanatory note that the Hotwire frameworks are presented in beta. Does that mean "significant changes" are no longer expected?

We've been planning a rewrite of our hybrid iOS/Android apps onto Hotwire starting mid-December.

@jayohms
Copy link
Collaborator Author

@jayohms jayohms commented on 69ec24c Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@doylembbaxter That's correct. We don't have any plans for significant changes in the near future — and in reality the APIs have been stable for quite awhile. We'll follow semantic versioning when major or breaking changes do come up.

@doylembbaxter
Copy link

@doylembbaxter doylembbaxter commented on 69ec24c Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, great to know @jayohms -- thank you much!

Please sign in to comment.