Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Apr 29, 2012
1 parent 0f8bbcc commit 03c9fc8
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
@@ -1,21 +1,21 @@
### Steps to deplay (iOS)

1. Build Xcode project, and open it.
2. Go to "Summary" tab.
2. Set a version number.
3. Add Twitter.framework to "Linked Frameworks and Libraries".
4. Go to "Info" tab.
5. Create "Localizations" setting and add "Japanese".
6. Open AppController.mm
7. Comment out this code block.
- Build Xcode project, and open it.
- Go to "Summary" tab.
- Set a version number.
- Add Twitter.framework to "Linked Frameworks and Libraries".
- Go to "Info" tab.
- Create "Localizations" setting and add "Japanese".
- Open AppController.mm
- Comment out this code block.

/*
[_displayLink setPaused: YES];
while (CFRunLoopRunInMode(kCFRunLoopDefaultMode, kInputProcessingTime, TRUE) == kCFRunLoopRunHandledSource)
;
[_displayLink setPaused: NO];
*/
```objective-c
/*
[_displayLink setPaused: YES];
while (CFRunLoopRunInMode(kCFRunLoopDefaultMode, kInputProcessingTime, TRUE) == kCFRunLoopRunHandledSource)
;
[_displayLink setPaused: NO];
*/
```

8. Ship it!
- Ship it!

0 comments on commit 03c9fc8

Please sign in to comment.