An open API service indexing awesome lists of open source software.

https://github.com/shellbear/ipsw

Simple script to explore ipsw files and also make them
https://github.com/shellbear/ipsw

Last synced: 10 months ago
JSON representation

Simple script to explore ipsw files and also make them

Awesome Lists containing this project

README

          

# IPSW
By [ShellBear](https://github.com/ShellBear)

![Logo](http://cdn.osxdaily.com/wp-content/uploads/2015/09/ipsw-file-icon-288x300.jpg)

## Description
IPSW is a simple script to explore IPWS files and also make them ! This script will help you to make CFW of any IOS Version.

##Installation

Terminal Method:

```shell
curl https://raw.githubusercontent.com/ShellBear/ipsw/master/ipsw --output ipws --silent
```

Git Method:

```shell
git https://github.com/ShellBear/ipsw.git
```

## Usage

Make this script executable and execute it:

```shell
chmod +x ipsw
./ipsw
```

####Commands:

-e : Explore IPWS file

-m : Make IPWS file

-h : Display help

####Example:

./ipsw -e /Users/ShellBear/iPhone_4.7.ipws Explore choosen IPSW file

./ipsw -m /Users/ShellBear/iPhone_4.7/ Make IPSW file with choosen folder

## Versions

* 1.3 Fixed zip error

* 1.2 Minor update

* 1.1 Fixed error when Making ipsw file

* 1.0 : Original Version of the Script

## Author

* ShellBear (https://github.com/ShellBear/)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## License

This script is free of use but please mention me if you use it !