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 !
- Host: GitHub
- URL: https://github.com/remirobert/rrgifalertpanel
- Owner: remirobert
- License: mit
- Created: 2016-04-09T14:47:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T15:34:01.000Z (about 10 years ago)
- Last Synced: 2025-01-11T06:13:19.646Z (over 1 year ago)
- Topics: objective-c, xcode, xcode-plugin, xcode8, xcodebuild
- Language: Objective-C
- Homepage:
- Size: 1.12 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.

## 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: