https://github.com/uri/storytime_ios
Story Time for iOS!
https://github.com/uri/storytime_ios
Last synced: 9 months ago
JSON representation
Story Time for iOS!
- Host: GitHub
- URL: https://github.com/uri/storytime_ios
- Owner: uri
- Created: 2012-12-07T01:01:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-07T02:24:32.000Z (over 13 years ago)
- Last Synced: 2025-05-07T06:08:36.233Z (about 1 year ago)
- Language: Objective-C
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StoryTime iOS
=============
This is the client for `http://storytimeuri.herokuapp.com/`
To run and open the project you **must** open the workspace *not* the project file.
To change the app to use localhost instead of the live server change
#define WEBSITE @"http://storytimeuri.herokuapp.com/"
to
#define WEBSITE @"http://localhost:3000/"
in `storytime_ios-Prefix.pch`