Sha256: 5ed7f2150db55399f8c902adf5f907c4ad9b0ba48f2d7fa3f16deca1352eb558

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

Contents

# Wrapp

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


## 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.2 README.md