I'm trying to rename an XCode5 project that has an attached CocoaPods (Pods project).
(I've attached the CocoaPods using the following tutorial: http://www.raywenderlich.com/12139/introduction-to-cocoapods)
I've tried the standard renaming technique: https://stackoverflow.com/a/19442868/173623
But it breaks the build, since the rename only takes place for App project.
How can I accomplish this task?
Thank you.