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

https://github.com/remirobert/rrgifalertpanel

:shipit: Xcode plugin for replace the AlertPanel build succeeded and failed by an animated GIF of your choice !
https://github.com/remirobert/rrgifalertpanel

objective-c xcode xcode-plugin xcode8 xcodebuild

Last synced: over 1 year ago
JSON representation

:shipit: Xcode plugin for replace the AlertPanel build succeeded and failed by an animated GIF of your choice !

Awesome Lists containing this project

README

          

# RRGIFAlertPanel
**Xcode plugin** for replace the AlertPanel build *succeeded* and *failed* by an animated GIF of your choice !
**RRGIFAlertPanel** uses some private API, and method swizzler to customise the **DVTBezelAlertPanel** object, in the runtime.
You can also find in the project the private Header of this class.

| Features
--------------------------|------------------------------------------------------------
:imp: | Replace the DVTBezelAlertPanel
:fireworks: | Add an animated image for succeeded and failed build
:wrench: | Allows you to configure and change the GIF
:floppy_disk: | Save configuration

# Usage

After installation, **RRGIFAlertPanel** is ready to use. You have two default images already setuped. Now, you can change it by your own, by selecting the menu in the **Edit** menu, then **RRAlertPanel configuration**.

![record](https://cloud.githubusercontent.com/assets/3276768/14404359/077ac0ea-fea6-11e5-890f-9ea5a1b5b677.gif)

## Prerequisites

- Xcode 5+

## Install

```
Install via [Alcatraz](http://alcatraz.io/)
```

OR

```
Clone and build the project, then restart Xcode.
```

## Uninstall

```
Uninstall via [Alcatraz](http://alcatraz.io/)
```

OR

```
Run `rm -r ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/RRGIFAlertPlugin.xcplugin/`
```

If you like it, please give me a :star: