본문 바로가기

개발76

Xcode 단축키 Leopard 용 http://cocoasamurai.blogspot.com/2008/02/complete-xcode-keyboard-shortcut-list.html Snow Leopard용 http://cocoasamurai.blogspot.com/2009/08/xcode-shortcuts-updated-for-xcode-32-on.html\ 2010. 8. 21.
보다 쉬운 Xcode Project Rename 방법 보다 간편한 방법 1. 프로젝트 디렉토리 copy & rename 2. rename한 디렉토리의 *.xcodeproj를 더블 클릭하여 프로젝트 open 3. Project->Rename 명령을 이용하여 프로젝트 이름 변경 무척 쉬운 방법이나 AppDelegate 소스 파일이나 기타 여러 파일들의 이름이 바뀌지 않으므로, 완벽하게 모든 파일을 바꾸고자 할 경우에는 이전의 방법(http://belitino.tistory.com/entry/Xcode에서-Project-Rename-방법) 사용 2010. 8. 19.
Xcode에서 Project Rename 방법 Object C로 프로그래밍을 하다보면 이전에 했던 project를 조금 고쳐서 새로운 project를 만드는 경우가 많은데 이때 어떻게 해야 하는지를 정리한 내용임. 원본 출처: http://aplus.rs/cocoa/how-to-rename-project-in-xcode-3x/ Since no option, we go with manual work. Copy/rename the folder into new name Get inside the new folder and rename the .pch and .xcodeproj files Delete the build folder Open .xcodeproj file in text editor, like TextMate or TextWrangler. Tha.. 2010. 8. 12.
XCode 에서 block을 comment 처리하기 출처: http://forums.macosxhints.com/showthread.php?t=82572 블럭 선택 후 Edit->Insert Text Macro->C->Comment Selection 2010. 7. 9.