README.md in sigh-0.0.1 vs README.md in sigh-0.1.0
- old
+ new
@@ -1,19 +1,20 @@
<p align="center">
<a href="https://github.com/KrauseFx/deliver">Deliver</a> •
<a href="https://github.com/KrauseFx/snapshot">Snapshot</a> •
<a href="https://github.com/KrauseFx/frameit">FrameIt</a> •
<a href="https://github.com/KrauseFx/PEM">PEM</a> •
-<b>sigh</b>
+<b>Sigh</b>
</p>
+
-------
<p align="center">
<img src="assets/sigh.png">
</p>
-sigh - Create and maintain provisioning profiles
+Sigh - Create and maintain provisioning profiles
============
[![Twitter: @KauseFx](https://img.shields.io/badge/contact-@KrauseFx-blue.svg?style=flat)](https://twitter.com/KrauseFx)
[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/KrauseFx/sigh/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/sigh.svg?style=flat)](http://rubygems.org/gems/sigh)
@@ -37,14 +38,14 @@
-------
# Features
-- **Download** the latest provisining profile for your app
-- **Renew** a provisining profile, when it has expired
-- **Create** a new App Store provisioning profile, if it doesn't exist yet
-- Support for both **App Store** and **Ad Hoc** profiles
+- **Download** the latest provisioning profile for your app
+- **Renew** a provisioning profile, when it has expired
+- **Create** a new provisioning profile, if it doesn't exist already
+- Support for both **App Store**, **Ad Hoc** and **Development** profiles
Check out this gif:
![assets/sighRecording.gif](assets/sighRecording.gif)
@@ -59,14 +60,20 @@
# Usage
sigh
Yes, that's the whole command!
-You can pass parameters like this:
+```sigh``` will create, repair and download profiles for the App Store by default.
+You can pass your bundle identifier and username like this:
+
sigh -a at.felixkrause.app -u username
-If you want to generate an Ad Ho profile instead:
+If you want to generate an **Ad Hoc** profile instead of an App Store profile:
+
+ sigh --adhoc
+
+If you want to generate an **Development** profile:
sigh --development
By default, ```sigh``` will install the downloaded profile on your machine. If you just want to generate the profile and skip the installation, use the following flag: