https://github.com/zulip/zulip-ios-legacy
Zulip legacy iOS app
https://github.com/zulip/zulip-ios-legacy
Last synced: 11 days ago
JSON representation
Zulip legacy iOS app
- Host: GitHub
- URL: https://github.com/zulip/zulip-ios-legacy
- Owner: zulip
- License: apache-2.0
- Archived: true
- Created: 2015-09-25T16:39:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T00:43:18.000Z (about 8 years ago)
- Last Synced: 2024-12-22T14:02:49.089Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 14.4 MB
- Stars: 680
- Watchers: 53
- Forks: 200
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the legacy Zulip iOS app; it is no longer in the app store and
is no longer developed. You probably are looking for the
[Zulip React Native app](https://github.com/zulip/zulip-mobile), which
is actively developed.This project remains primarily for historical interest.
----------
The following steps are needed to build and run this project:
```
git submodule init
git submodule --recursive update
pod installopen Zulip.xcworkspace
```