Seansy is an iOS app that displays showtimes for movies in Kazakhstan cinemas.
The older feature-complete variant of Seansy iOS app is written in Objective-C using the MVC architecture. It's built with ReactiveCocoa and AFNetworking.
The newer feature-incomplete variant of Seansy iOS app is written in Swift 2 using the VIPER architecture. It's built with RxSwift, Alamofire, Moya, Dip, Stevia, Unbox, and Compass.
The Seansy backend is not currently open source.
- Clone the repo:
$ git clone https://github.com/yenbekbay/seansy
$ cd seansy
- Install iOS app dependencies from CocoaPods:
$ (cd ios-objc && bundle install && pod install)
- Configure the secret values for the iOS app:
$ cp ios-objc/Seansy/Secrets-Example.h ios-objc/Seansy/Secrets.h
$ open ios-objc/Seansy/Secrets.h
# Paste your values
- Open the Xcode workspace at
ios-objc/Seansy.xcworkspace
and run the app.
- Install iOS app dependencies from CocoaPods:
$ (cd ios-swift && bundle install && brew install carthage && pod install && carthage update)
- Configure the secret values for the iOS app:
$ cp ios-swift/Seansy/Secrets-Example.h ios-swift/Seansy/Secrets.h
$ open ios-swift/Seansy/Secrets.h
# Paste your values
- Open the Xcode workspace at
ios-swift/Seansy.xcworkspace
and run the app.
GNU GPLv3 License © Ayan Yenbekbay