Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ben-G/Meet
[⚠️ DEPRECATED] An iOS Application Built with Swift Flow
https://github.com/Ben-G/Meet
Last synced: 3 months ago
JSON representation
[⚠️ DEPRECATED] An iOS Application Built with Swift Flow
- Host: GitHub
- URL: https://github.com/Ben-G/Meet
- Owner: Ben-G
- Created: 2015-11-11T18:01:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T05:05:33.000Z (about 9 years ago)
- Last Synced: 2024-11-02T02:10:15.829Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 8.89 MB
- Stars: 71
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - Ben-G/Meet - [⚠️ DEPRECATED] An iOS Application Built with Swift Flow (Swift)
README
# About this Project
This is a project being built as a proof of concept for the [Swift Flow framework](https://github.com/Swift-Flow/Swift-Flow).
This demo still runs on 0.2 and will soon be updated to the latest release of ReSwift (Swift Flow has been renamed to ReSwift).
#Demo
This project demonstrates some of the capabilites of the Swift Flow framework, including recording and replaying of application state:
![](Readme/timetravel.gif)
##Setup
###Carthage
To install the dependencies run:
```
carthage update --no-use-binaries --platform iOS
```This project currently doesn't use Carthage binaries [due to this issue with them](https://github.com/Carthage/Carthage/issues/924).
###Twitter AuthenticationIf you want to run this app you will need to create an app on [apps.twitter.com](https://apps.twitter.com) since this application requires to authenticate with Twitter.
Once you have created an app you need to create a `.plist` file called `TwitterKeys.plist` and add it to the project.
Finally, you need to fill the plist with the `consumer_key` and `consumer_secret` provided by twitter:
![image](Readme/twitter_key_setup.png)