Sha256: de8d6652e6928c0c69cc126633b5002e9d8d4502b80198011ef52d9632860592

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

# Wrapp

Wrap an App... in a disk image (DMG).

[![Gem Version](https://badge.fury.io/rb/wrapp.png)](http://badge.fury.io/rb/wrapp)

## Prologue

Say you wanna put your nice Mac OS X application in a handy disk image
(DMG) for distribution.
Why not use *wrapp* for this?
It is even shorter to type then `hdiutil` ;-)

**NOTE: This runs on Mac OS X only!**


## Installation

Add this line to your application's Gemfile:

    gem 'wrapp'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install wrapp


## Usage

Try `wrapp --help`!

Some examples...

Wrap the *Chunky Bacon* App:

```
wrapp /Applications/Chunky\ Bacon.app
```

Wrap the *Chunky Bacon* App and include the parent directory with all
the content (some stuff like *TeamViewer* or *FileMaker* reside in
sub-directories of `/Applications` rather then the top-level itself):

```
wrapp --include-parent-dir /Applications/why/Chunky Bacon.app
```

The commands create a DMG like `chunky_bacon_1.2.3.dmg` that contains
the given App. (the filename automatically includes the name and version).

Thats it.

(NOTE: On authorization errors try prefixing the command with `sudo`!)

## Contributing

Thanks for your help! Please contact me via Github or check the open
issues. Then:

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


## Copyright

Copyright (c) 2013 Björn Albers

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wrapp-0.2.3 README.md