docs: Fully desupport the old iOS app.

This commit is contained in:
Tim Abbott 2017-03-07 16:48:27 -08:00
parent d9eb011da1
commit d681ef470d
2 changed files with 10 additions and 13 deletions

View File

@ -104,10 +104,10 @@ relevant list! Please report any security issues you discover to
zulip-security@googlegroups.com.
* **App codebases**. This repository is for the Zulip server and web
app (including most integrations); the [desktop][], [Android][], and
[iOS][] apps, are separate repositories, as are our [experimental
React Native iOS app][ios-exp] and [alpha Electron desktop
app][electron].
app (including most integrations); the
[React Native Mobile iOS app][ios-exp], [Android app][Android],
[new Electron desktop app][electron], and
[legacy QT-based desktop app][desktop] are all separate repositories.
* **Glue code**. We maintain a [Hubot adapter][hubot-adapter] and several
integrations ([Phabricator][phab], [Jenkins][], [Puppet][], [Redmine][],
@ -140,7 +140,6 @@ is valuable.
[gh-issues]: https://github.com/zulip/zulip/issues
[desktop]: https://github.com/zulip/zulip-desktop
[android]: https://github.com/zulip/zulip-android
[ios]: https://github.com/zulip/zulip-ios
[ios-exp]: https://github.com/zulip/zulip-mobile
[email-android]: https://groups.google.com/forum/#!forum/zulip-android
[email-ios]: https://groups.google.com/forum/#!forum/zulip-ios

View File

@ -24,14 +24,12 @@ bindings](https://github.com/zulip/zulip-node); and our [full-text
search PostgreSQL extension](https://github.com/zulip/tsearch_extras).
Our mobile clients are separate code repositories:
[Android](https://github.com/zulip/zulip-android), [iOS
(stable)](https://github.com/zulip/zulip-ios), and [our experimental
React Native iOS app](https://github.com/zulip/zulip-mobile). Our
[legacy desktop application (implemented in
QT/WebKit)](https://github.com/zulip/zulip-desktop) and our new, alpha
[cross-platform desktop app (implemented in
Electron)](https://github.com/zulip/zulip-electron) are also separate
repositories.
[Android](https://github.com/zulip/zulip-android) and
[React Native iOS app](https://github.com/zulip/zulip-mobile). Our
[legacy desktop application (implemented in QT/WebKit)](https://github.com/zulip/zulip-desktop)
and our new, alpha
[cross-platform desktop app (implemented in Electron)](https://github.com/zulip/zulip-electron)
are also separate repositories.
We use [Transifex](https://www.transifex.com/zulip/zulip/) to do
translations.