Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1014 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 1014 Bytes

About this Project

This is an experimental project, the main goal was to create an App that heavily relies on value types instead of reference types. This project is used as proof for the overall architecture discussed in this talk: Safer Swift Code with Value Types.

##Installation

###Dependencies

To run this project you need to have Carthage installed.

Checkout the GitHub repository, then run:

carthage update

###Twitter Authentication

If you want to run this app you will need to create an app on 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