Unofficial Clone of Agora_andoid
This repository conatains clone of Agora_iOS by AOSSIE Organization.
ROADMAP
Make the app functionality and UI/UX similar to the Android app for Agora.
This project is written in Swift 5.0 and Xcode 11 is required for development.
Before you begin, you should already have the Xcode downloaded and set up correctly.
Steps to install Cocoapods (one time installation)
Run sudo gem install cocoapods to install the latest version of cocoapods. To install cocoapods from HomeBrew, brew install cocoapods.
Next, run pod setup for setting up cocoapods master repo.
You may include --verbose for more descriptive logs.
NOTE: This might take a while to setup depending on your network speed.
Download the Agora-iOS project source.
You can do this either by forking and cloning the repository (recommended if you plan on pushing changes) or by downloading it as a ZIP file and extracting it.
OR
$ git clone https://github.com/baquer/Agora-iOS.git
Navigate to the unzipped folder and run pod install.
Open Agora_iOS.xcworkspace from the folder.
Build the project (⌘+B) and check for any errors.
Run the app (⌘+R).and test it.
Login Feature Done next #