The default string for the carrier when using the iPhone Simulator is “Carrier”. That’s just too boring, especially if you want to use the simulator to grab some screenshots and you want more authenticity. Luckily, there’s a way to change it!
The following command line will do it:
defaults write “~/Library/Application Support/iPhone Simulator/User/Library/Preferences/com.apple.springboard” SBFakeCarrier “AT&T”
(Of course, it goes all on one line)
That will change the carrier string to display AT&T, the carrier for the US.
If you have the excellent PlistEdit Pro, the simulator’s springboard plist file is located at ~/Library/Application Support/iPhone Simulator/User/Library/Preferences/com.apple.springboard. Just add the SBFakeCarrier entry if it doesn’t already exist and set the value as a string to whatever you want displayed.
