Code Monkey home page Code Monkey logo

carrierchanger's Introduction

CarrierChanger

Python script for changing the carrier name of the iOS Simulator.

In order to write to the system folders it's required to call this script with sudo.
So only use it if you know what you are doing. You are responsible for your own system.

Usage Examples:

###Change all the things Change the carrier name for all languages.

sudo python carrierChanger.py -c "My new carrier"

###Picking languages Changing the carrier name for english and german.

sudo python carrierChanger.py -c "My new carrier" -l en de

###Reset Reset all languages to their defaults. These are stored in defaultValues.json

sudo python carrierChanger.py -r

###Backup Create defaultsValues.json from your system settings. This can be useful with newer iOS releases.

sudo python carrierChanger.py -b

###Change the time This changes the system time of your Mac to 09:41 and restarts the simulator.

sudo python charrierChanger.py -tc

###Reset the time This resets the system time of your Mac by syncing with Apple's servers and restarts the simulator.

sudo python charrierChanger.py -ts

Todo

  • Enable restoring for a given set of languages only
  • Dynamically get the latest simulator version so it's not hard-coded

Credit

This is all based on a Stackoverflow answer by Felix Krause

carrierchanger's People

Contributors

flogehring avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.