I have followed answer by KrauseFx and Anson here, but the only simulator changed is iOS 10 simulator, not 8.x and 9.x.
How to change Carrier
text in both 8.x and 9.x simulator?
I have followed answer by KrauseFx and Anson here, but the only simulator changed is iOS 10 simulator, not 8.x and 9.x.
How to change Carrier
text in both 8.x and 9.x simulator?
You can change this by editing this file:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk/System/Library/CoreServices/SpringBoard.app/French.lproj/SpringBoard.strings As the path suggests, I'm French. Switch to whichever localization you choose.
Inside this strings file (editable with XCode if it's a binary plist), you'll find a SIMULATOR_CARRIER_STRING key. Change its value, fire up your simulator, and there you go.