| Rename XCode Project |
|
|
http://encodable.com/tech/blog/2009/05/16/How_To_Rename_An_Xcode_Project Need to use the below command (-i command is slightly different): find . -type f -exec sed -i "" 's/OldName/NewName/g' "{}" \; Worked for PickyEater just great! Old: The app below looks like it was last updated for XC 2.1, not sure if it will work on 3.x. This app will allow you to quickly rename an XCode project: |
