mirror of https://github.com/zulip/zulip.git
docs: Fully desupport the old iOS app.
This commit is contained in:
parent
d9eb011da1
commit
d681ef470d
|
@ -104,10 +104,10 @@ relevant list! Please report any security issues you discover to
|
||||||
zulip-security@googlegroups.com.
|
zulip-security@googlegroups.com.
|
||||||
|
|
||||||
* **App codebases**. This repository is for the Zulip server and web
|
* **App codebases**. This repository is for the Zulip server and web
|
||||||
app (including most integrations); the [desktop][], [Android][], and
|
app (including most integrations); the
|
||||||
[iOS][] apps, are separate repositories, as are our [experimental
|
[React Native Mobile iOS app][ios-exp], [Android app][Android],
|
||||||
React Native iOS app][ios-exp] and [alpha Electron desktop
|
[new Electron desktop app][electron], and
|
||||||
app][electron].
|
[legacy QT-based desktop app][desktop] are all separate repositories.
|
||||||
|
|
||||||
* **Glue code**. We maintain a [Hubot adapter][hubot-adapter] and several
|
* **Glue code**. We maintain a [Hubot adapter][hubot-adapter] and several
|
||||||
integrations ([Phabricator][phab], [Jenkins][], [Puppet][], [Redmine][],
|
integrations ([Phabricator][phab], [Jenkins][], [Puppet][], [Redmine][],
|
||||||
|
@ -140,7 +140,6 @@ is valuable.
|
||||||
[gh-issues]: https://github.com/zulip/zulip/issues
|
[gh-issues]: https://github.com/zulip/zulip/issues
|
||||||
[desktop]: https://github.com/zulip/zulip-desktop
|
[desktop]: https://github.com/zulip/zulip-desktop
|
||||||
[android]: https://github.com/zulip/zulip-android
|
[android]: https://github.com/zulip/zulip-android
|
||||||
[ios]: https://github.com/zulip/zulip-ios
|
|
||||||
[ios-exp]: https://github.com/zulip/zulip-mobile
|
[ios-exp]: https://github.com/zulip/zulip-mobile
|
||||||
[email-android]: https://groups.google.com/forum/#!forum/zulip-android
|
[email-android]: https://groups.google.com/forum/#!forum/zulip-android
|
||||||
[email-ios]: https://groups.google.com/forum/#!forum/zulip-ios
|
[email-ios]: https://groups.google.com/forum/#!forum/zulip-ios
|
||||||
|
|
|
@ -24,14 +24,12 @@ bindings](https://github.com/zulip/zulip-node); and our [full-text
|
||||||
search PostgreSQL extension](https://github.com/zulip/tsearch_extras).
|
search PostgreSQL extension](https://github.com/zulip/tsearch_extras).
|
||||||
|
|
||||||
Our mobile clients are separate code repositories:
|
Our mobile clients are separate code repositories:
|
||||||
[Android](https://github.com/zulip/zulip-android), [iOS
|
[Android](https://github.com/zulip/zulip-android) and
|
||||||
(stable)](https://github.com/zulip/zulip-ios), and [our experimental
|
[React Native iOS app](https://github.com/zulip/zulip-mobile). Our
|
||||||
React Native iOS app](https://github.com/zulip/zulip-mobile). Our
|
[legacy desktop application (implemented in QT/WebKit)](https://github.com/zulip/zulip-desktop)
|
||||||
[legacy desktop application (implemented in
|
and our new, alpha
|
||||||
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)
|
||||||
[cross-platform desktop app (implemented in
|
are also separate repositories.
|
||||||
Electron)](https://github.com/zulip/zulip-electron) are also separate
|
|
||||||
repositories.
|
|
||||||
|
|
||||||
We use [Transifex](https://www.transifex.com/zulip/zulip/) to do
|
We use [Transifex](https://www.transifex.com/zulip/zulip/) to do
|
||||||
translations.
|
translations.
|
||||||
|
|
Loading…
Reference in New Issue