Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (22 loc) · 951 Bytes

README.rdoc

File metadata and controls

43 lines (22 loc) · 951 Bytes

twitter-text-objc

Objective-C port of the twitter-text handling libraries.

This library supports OS X 10.7+ and iOS 4+, both ARC and non-ARC environments.

Set up Xcode

Make sure Xcode 4.3+ is already installed. Install the Command Line Tools in Xcode.

Preferences -> Downloads -> Command Line Tools

Run the following command, so that we can use xcodebuild:

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

Tests

To run the Conformance test suite, simply run rake:

rake

Once you ran rake, you can run the tests in Xcode. Open testproject/TwitterText.xcodeproj with Xcode and hit Cmd+U.

Issues

Have a bug? Please create an issue here on GitHub!

github.com/twitter/twitter-text-objc/issues

To Do

  • Cashtags support ($AAPL)

Authors

  • Satoshi Nakagawa

License

Copyright 2012 Twitter, Inc.

Licensed under the Apache License, Version 2.0: www.apache.org/licenses/LICENSE-2.0