I\'m trying to modify the project.pbxproj file of Xcode project using sed shell command on Mac Terminal to replace a string. I want to replace the
project.pbxproj
sed
OSX requires the extension to be explicitly specified. The workaround is to set an empty string:
sed -i '' 's/com.example.71b94f2/com.example.14a32d1e/g' project.pbxproj