Skip to content

An app allows you to send expirable and self-destructable messages.

License

Notifications You must be signed in to change notification settings

243698334/TicText

Repository files navigation

TicText

icon title

CS 428 Spring 2015 Course Project

iOS Setup

TicText requires Xcode 6 and iOS 7.

Setting up your Xcode project

  1. Install all project dependencies from CocoaPods by running this script:
cd TicText-iOS
pod install
  1. Open the Xcode workspace at TicText-iOS/TicText.xcworkspace.

  2. Create your TicText App on Parse.

  3. Copy your new app's application id and client key into AppDelegate.m:

[Parse setApplicationId:@"APPLICATION_ID" clientKey:@"CLIENT_KEY"];

Finally, select the TicText target and go to Build Phases. Under Upload Symbol Files, update line 3 to point to your Cloud Code folder, if any. If you're not using Cloud Code, feel free to remove the Upload Symbol Files section.

Configuring TicText's Facebook integration

  1. Set up a Facebook app at http://developers.facebook.com/apps

  2. Set up a URL scheme for fbFACEBOOK_APP_ID, where FACEBOOK_APP_ID is your Facebook app's id.

  3. Add your Facebook app id to Info.plist in the FacebookAppID key.

Cloud Code

Add your Parse app id and master key to TicText-iOS/CloudCode/config/global.json, then type parse deploy from the command line at TicText-cloud. See the Cloud Code Guide for more information about the parse CLI.

About

An app allows you to send expirable and self-destructable messages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published