Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/objective-c-iphone-tmbundle
TextMate bundle for Objective-C and iPhone SDK
https://github.com/drnic/objective-c-iphone-tmbundle
Last synced: 5 days ago
JSON representation
TextMate bundle for Objective-C and iPhone SDK
- Host: GitHub
- URL: https://github.com/drnic/objective-c-iphone-tmbundle
- Owner: drnic
- Created: 2008-08-31T11:27:30.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-08-31T11:38:26.000Z (about 16 years ago)
- Last Synced: 2024-11-01T04:27:57.667Z (12 days ago)
- Language: Ruby
- Homepage:
- Size: 99.6 KB
- Stars: 50
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# TextMate bundle for Objective-C (iPhone)
There already exists a huge bundle for Objective-C and another for developing outside of Xcode. But the Objective-C bundle is also the Cocoa bundle. With the iPhone SDK, it has a different suite of classes, protocols etc.
Ultimately this bundle will provide access to the iPhone SDK classes and protocols. Its in its infancy, and since the NDA hasn't been lifted you shouldn't be reading this I guess.
## Features
* Protocol method stubs - never need remember what methods are required for your class to be a delegate of UITableView again, just select UITableViewDelegate and it spews out all the required and optional methods as ready-to-use stubs. (⌃⌥⌘P)
## Installation
To install via Git:
cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/drnic/objective-c-iphone-tmbundle.git "Objective-C iPhone.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'Source can be viewed or forked via GitHub: [http://github.com/drnic/objective-c-iphone-tmbundle/tree/master](http://github.com/drnic/objective-c-iphone-tmbundle/tree/master)