Skip to content

keijiro/yamada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to deplay (iOS)

  • 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];
*/
  • Ship it!