XCodeProjectRenamer

Use this gem to deep rename any XCode project.

Install

gem install xcode-project-renamer

Usage

  1. Navigate into you project, right where you *.xcodeproj file is located
  2. xcode-project-renamer oldname newname

Example

You are having a project called FaceTime.

  1. Navigate to where the FaceTime directory and the FaceTime.xcodeproj is located.
  2. xcode-project-renamer FaceTime Messages