Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chamathpali authored May 24, 2017
1 parent f956cb8 commit 52dbfc9
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,38 @@
This project is using Swift.

A WebView based iOS mobile application which will embed your flarum forum inside an application.

## How to setup
1) Clone the repo

2) Open the project in XCode - Wait till all the processes complete

3) In the ViewController.swift -

```swift
let u2 = URL(string: "https://discuss.flarum.org");
```
Edit the url to yours.

4) Do any changes to the code - Change colors, Package names, Add splash screens

5) Good to go :)

## Known Issues
* Facebook login inside app is not working
* Test Image Upload

## Screenshots

![Home](https://raw.githubusercontent.com/SurfEdge/flarum-mobile-android/master/screenshots/scr_home.png)
![Inside](https://raw.githubusercontent.com/SurfEdge/flarum-mobile-android/master/screenshots/scr_inside.png)

## Working App in App Store
[GuruPaara](https://itunes.apple.com/us/app/gurupaara/id1216158984?mt=8)

## Links

[Flarum Home page](http://flarum.org/)

[Flarum Community](https://discuss.flarum.org/)

0 comments on commit 52dbfc9

Please sign in to comment.