├── .gitignore ├── Clover ├── 4825.zip └── booter.plist ├── LICENSE.md ├── README.md ├── Updates ├── Appcast.xml ├── CCP_v1.3.9.zip ├── CCP_v1.4.0.zip ├── CCP_v1.4.1.zip ├── CCP_v2.0.1.zip └── ReleaseNote.html └── pict ├── CCP.png ├── CloverInstaller1.png ├── CloverInstaller2.png ├── CloverManager.png ├── CloverManagerExpanded.png ├── beplisteditoronly.png ├── clean_logo.svg ├── editexitingSMBIOS1.png ├── editexitingSMBIOS2.png ├── localeid.png ├── logo.svg ├── nav_logo.svg ├── rightclickroot.png ├── selectConfig.png ├── trytoloadconfig.png └── vibrantLight.png /.gitignore: -------------------------------------------------------------------------------- 1 | # See http://help.github.com/ignore-files/ for more about ignoring files. 2 | 3 | # compiled output 4 | /dist 5 | /tmp 6 | /out-tsc 7 | 8 | # dependencies 9 | /node_modules 10 | 11 | # IDEs and editors 12 | /.idea 13 | .project 14 | .classpath 15 | .c9/ 16 | *.launch 17 | .settings/ 18 | *.sublime-workspace 19 | 20 | # IDE - VSCode 21 | .vscode/* 22 | !.vscode/settings.json 23 | !.vscode/tasks.json 24 | !.vscode/launch.json 25 | !.vscode/extensions.json 26 | 27 | # misc 28 | package-lock.json 29 | /.sass-cache 30 | /connect.lock 31 | /coverage 32 | /libpeerconnection.log 33 | npm-debug.log 34 | testem.log 35 | /typings 36 | 37 | # e2e 38 | /e2e/*.js 39 | /e2e/*.map 40 | 41 | # System Files 42 | .DS_Store 43 | Thumbs.db 44 | -------------------------------------------------------------------------------- /Clover/4825.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/Clover/4825.zip -------------------------------------------------------------------------------- /Clover/booter.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LastRevision 6 | 4825 7 | Link 8 | https://github.com/Micky1979/Clover-Configurator-Pro/blob/master/Clover/4825.zip?raw=true 9 | 10 | 11 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | Copyright (c) 2018 Micky1979. 2 | All rights reserved. 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining a copy of 5 | this software and associated documentation files (the "Software"), to deal in 6 | the Software with restriction: 7 | you have the rights to use, publish, host, distribute. You cannot sell copies of 8 | the Software and you are subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in all 11 | copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 15 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 16 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/CCP.png) 2 | 3 | 4 | # Clover Configurator Pro [Download here](https://github.com/Micky1979/Clover-Configurator-Pro/blob/master/Updates/CCP_v2.0.1.zip?raw=true) 5 | 6 | A full configurator for [Clover V2](https://sourceforge.net/p/cloverefiboot/code/HEAD/tree) bootloader. 7 | Made with latest Swift 5, has its own parser (each entry will remains sorted as you leave it before closing the file). 8 | All the code comes from me, with the only exception of the handy Sparkle.framenwork to keep the app up-to date (and off course Clover), so that giving credit is pretty easy unlike my competitors that have the bad habit of silently include third party software in their application w/o mention them (use class-dump and take a look). 9 | Run in macOS 10.11 + 10 | 11 | p.s. (I use "competitors" word here to underline what I think my "competitors" think of me, but this app doesn't even have a donate button) 12 | 13 | Why this name? Ok, "Clover" is an opensource bootloader, 14 | whould say also that my name is among the Clover's credit (at boot time push the info button) because I wrote the MatchOS set of functions (and other minor things here and there in the build system), unlike my competitors. 15 | "Configurator" is a common word, 16 | "Pro" stand for "Professional" since this is a real Plist Editor like Xcode has or any other commercial app.... but this is totally free! 17 | 18 | Seem strange anyway? Take a look [here](http://www.insanelymac.com/forum/topic/322443-clover-configurator-loves-ares/). 19 | ...it seems that all this is continued, copying a lot of my ideas (also descriptions about any ha ha.. just they was in Pandora's Box): 20 | Hey, but me too I'm able to copy LoL! So now.. copy this if you can! 21 | (consider that [PXSourceList](https://github.com/Perspx/PXSourceList) is now 4 years old and cannot be used to write a plist editor. 22 | Forgot that you should also give credit to the following (used class-dump): 23 | [Alamofire](https://github.com/Alamofire/Alamofire), 24 | [CNSplitView](https://github.com/phranck/CNSplitView), 25 | [NoodleKit](https://github.com/MrNoodle/NoodleKit), 26 | [DockProgressBar](https://github.com/hokein/DockProgressBar), 27 | [NSTextView+JSDExtensions](https://github.com/dvanarkel/Clyde/blob/master/NSTextView%2BJSDExtensions.h), 28 | 29 | I forgot something? where are their Copyright notice?? some infrigment? Ok understood, same story! 30 | ) 31 | 32 | 33 | 34 | ## Author 35 | Micky1979 36 | 37 | ## Other 38 | **Special thanks to the [Sparkle project](https://sparkle-project.org) that keeps Clover Configurator Pro.app up-to-date .** 39 | 40 | **App icon by Mirone.** 41 | 42 | ## What is? 43 | **Clover Configurator Pro is a professional Plist editor and is totally free! 44 | True, but what if you don't want all the Clover facilities to show up? go to the Preferences and mark as active the following: 45 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/beplisteditoronly.png)** 46 | 47 | **from now on, Clover Configurator Pro is only a Plist Editor!** 48 | 49 | ## Editing the config.plist 50 | Clover Configurator Pro can automatically load the config.plist used to boot the OS automatically, just ensure this option is enabled in the Preferences: 51 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/trytoloadconfig.png) 52 | 53 | What if you want to load another one? Simple, open the "Clover Manager" under the "View" menu: 54 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/selectConfig.png) 55 | 56 | right click on the desired disk and choose one (boot partition is green colored on dark appearance, red otherwise). The partition must be mounted. 57 | Or if the file is elsewhere just drag it to the applications icon, or right clik on the file you want to open. 58 | 59 | How to edit something for Clover? Well, that is the easy part, just right click with the mouse over any entry of the config.plist: 60 | 61 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/editexitingSMBIOS1.png) 62 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/editexitingSMBIOS2.png) 63 | 64 | if a key does not yet exist or your is a new empty document just right click on the root 65 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/rightclickroot.png) 66 | 67 | ## Installing Clover 68 | Depending on what's on your Preferences, you have two way: 69 | 70 | **1 - Download a precompiled binaries (default).** 71 | 72 | **2 - Use Clover source code by specifying the path to the src folder (~/src by default) and mark as active the relative option in the Preferences.** 73 | 74 | Open the "Clover Manager" under the "View" menu: 75 | 76 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/CloverInstaller1.png) 77 | 78 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/CloverInstaller2.png) 79 | 80 | ## Clover is out of date? 81 | Clover Configurator Pro keeps Build_Clover.command always up to date and you can use it to download and build 82 | always the latest Clover revision available. To do that take a look at the "Build_Clover" menu. 83 | Mind that Xcode must be installed and its clt selected. 84 | 85 | ## Wants some info about your disks or partitions? 86 | **The Clover Manager is expandable:** 87 | 88 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/CloverManagerExpanded.png) 89 | 90 | **all the info you wants are there. You can also apply filters for slices (partitions), mounted or ESPs if you have more than one.** 91 | 92 | ## Additions 93 | Under the view menu you will find confortable having a text to data encoder/decoder, a hex to base64 encoder/decoder 94 | The boot-log viewer and the NVRAM editor 95 | The NVRAM editor is cool and can help you editing or understand your NVRAM in a clear way. 96 | 97 | ## Clover Configurator Pro has a Dark appearance? 98 | Did not like it? Go to the Preferences and disable "Start in dark mode. Applied on next run.", restart the app, and everything will be different: 99 | 100 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/vibrantLight.png) 101 | 102 | 103 | ## How to translate 104 | **Clover Configurator Pro is multi language : 105 | actually Italian and English are available at 100%, Portoguese is at 90% (thanks to Mirone), 106 | but you can translate it easily by making a copy of Base.strings into your locale identifier suggested directly by Clover Configurator Pro in the upper right corner of the Preferences:** 107 | ![alt text](https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/pict/localeid.png) 108 | 109 | **You can find localization files at this dedicated repository [here](https://github.com/Micky1979/CCP-Locale-Bundle),** 110 | **Fork it edit the file, or as I said make a new one naming it as CCP suggested you. 111 | Open a pull request at the [CCP-Locale-Bundle](https://github.com/Micky1979/CCP-Locale-Bundle) repository with the translated file, so that We can keep track of changes** 112 | 113 | ## TODO 114 | **adding more functionalities after a good debugging.** 115 | 116 | ## Troubleshooting 117 | **For any possible bug open an issue here on github, I'll be happy to solve it** 118 | 119 | -------------------------------------------------------------------------------- /Updates/Appcast.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Clover Configurator Pro Changelog 5 | https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/master/Updates/Appcast.xml 6 | 7 | en 8 | 9 | 10 | 11 | 12 | v2.0.1 13 | 10.11.0 14 | 15 | https://rawgit.com/Micky1979/Clover-Configurator-Pro/master/Updates/ReleaseNote.html 16 | 17 | Wed Dec 27 13:14:58 CEST 2018 18 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Updates/CCP_v1.3.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/Updates/CCP_v1.3.9.zip -------------------------------------------------------------------------------- /Updates/CCP_v1.4.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/Updates/CCP_v1.4.0.zip -------------------------------------------------------------------------------- /Updates/CCP_v1.4.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/Updates/CCP_v1.4.1.zip -------------------------------------------------------------------------------- /Updates/CCP_v2.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/Updates/CCP_v2.0.1.zip -------------------------------------------------------------------------------- /Updates/ReleaseNote.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 44 |
45 |

Clover Configurator Pro

46 |

changelog

47 | 48 | 49 | 50 |
51 | 52 | 53 | 54 |
55 |
56 |

v2.0.0/2.0.1:
57 |

    58 | 89 |
    90 |
    91 |
92 | 93 | 94 | 95 | 96 | 97 | 98 |
99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 |
127 | 128 |
129 |

v1.4.1:

    Fixed a known bug with Security framenwork  and AppKit in Sierra/El Capitan  130 | (solved in 10.13) that was causing the Preferences' window to be blank. 131 | Solved by simply moving relevant code in viewDidAppear() to have a 132 | better timing setting constrains. Thanks to Philip Petev to show me the problem.
    133 |
    134 |
135 | 136 | 137 | 138 | 139 | 140 | 141 |
142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 |
169 | 170 |
171 |

v1.4.0:

    SMBIOS correction following latest Clover.
    172 |
    173 |
174 | 175 | 176 | 177 | 178 | 179 | 180 |
181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 |
207 | 208 |
209 |

v1.3.9:

    Added Russian translation.
    210 |
    211 |
212 | 213 | 214 | 215 | 216 | 217 | 218 |
219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 |
244 | 245 |
246 |

v1.3.8 (stable release):

    Fixed a bug selecting some options in ACPI->DSDT->Fixes.
    247 |
    RtVariables and SMBIOS editors are now always available, also for empty documents.
    248 |
    249 | Added two new options  in SystemParameters->CustomUUID to get the system uuid or to create a new one.
    250 |
    251 | Added the possibility to paste any text and insert it as a new node with String tag.
    252 |
    253 | Added new iMacPro1,1 available with a right click or in the SMBIOS Editor ("Edit SMBIOS"on top of the SMBIOS sub menu)
    254 |
    Graphics  improvements for the applications.
    255 |
    CCP is no longer in Beta stage and is promoted as stable release.
    256 |
    257 |
258 | 259 | 260 | 261 | 262 | 263 | 264 |
265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 |
285 | 286 |
287 |
288 |

v1.3.7 Beta6:

    Security bug fixed: preferences for Clover can be allowed only with an Administrative account.
    289 |
    Functionalities for Build_Clover.command are now deactivable.
    290 |
    291 | Added KernelAndKextPatches->KernelToPatch and KernelAndKextPatches->BootPatches.
    292 | Added some patch under ACPI->DSDT->Patches
    293 |
    294 | Minor fixes.
    295 |
    296 |
297 | 298 | 299 | 300 | 301 | 302 | 303 |
304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 |
323 | 324 |
325 |
326 |

v1.3 Beta5:

    Now 327 | Clover Configurator Pro ask you, before quitting, if you want un mount 328 | volumes such ESPs or Recovery partitions if any of it are mounted. 329 | Thanks ErmaC for the suggestion.
    330 |
    331 | The path to Build_Clover.command is now customizable in the Preferences. Thanks to HelmoHass for the suggestion.
    332 |
    333 | Minor fixes.
    334 |
    335 |
336 | 337 | 338 | 339 | 340 | 341 | 342 |
343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 |
361 | 362 |
363 |
364 |

v1.2 Beta4:

    Solved a cosmetic bug adding "New Items" under a Dictionary tag.
    365 |
    366 | Sparkle updater is on line and working.
    367 |
    368 | A new Document window is now bigger (thanks Philip Petev for the suggestion).
    369 |
    370 | The Document window now have the restoration in a working state (thanks 371 | Philip Petev for discover the problem). Anyway you have to decide that 372 | in the preferences using "disallowed" under the new option "Windows 373 | Tabbing mode" see below.
    374 |
    375 | Added new option to decide the window tabbing mode:
    376 | "automatic"
    377 | "preferred" (default)
    378 | "disallowed"
    379 | "none, cascade windows"
    380 | anyway tabbing mode is only avalable in macOS 10.12+.
    381 |
    382 | Added new option to reload last opened documents of a previous 383 | execution (this must be active to restore windows positions and size, 384 | tabbing mode must be set to "disallowed").
    385 |
    386 | BuildCloverConfig.txt will be now opened with the default editor (thanks Philip Petev for the suggestion)..
    387 |
    388 |
389 | 390 | 391 | 392 | 393 | 394 | 395 |
396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 |
413 | 414 |
415 |
416 |

v1.1 Beta3:

    Solved 417 | a problem loading stupid plist where the root isn't a Dictionary nor an 418 | Array (i.e. root is String/Number/Bool/Date/Data).
    419 | Solved a bug that was causing Devices->FakeID->ATI to show a wrong description.
    420 |
    421 |
422 | 423 | 424 | 425 | 426 | 427 | 428 |
429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 |
445 | 446 |
447 |
448 |

v1.1 Beta 2:
449 |

450 | 451 |
    452 | 453 | Bug fix loading plist with Array as root node
    454 |
    455 | 456 |
457 | 458 | 459 | 460 | 461 | 462 | 463 |
464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 |
479 | 480 |
481 |
482 |

v1.0 Beta 1:
483 |

484 | 485 |
    First public release
    486 |
    487 |
488 | 489 | 490 | 491 | 492 |
493 | 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 502 | 503 | 504 | 505 | 506 |

507 |
508 |
509 |

510 | 511 | More info at the official repository here.
512 | If you have problem with auto-update download the file from  Github
513 | 514 | -------------------------------------------------------------------------------- /pict/CCP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/CCP.png -------------------------------------------------------------------------------- /pict/CloverInstaller1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/CloverInstaller1.png -------------------------------------------------------------------------------- /pict/CloverInstaller2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/CloverInstaller2.png -------------------------------------------------------------------------------- /pict/CloverManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/CloverManager.png -------------------------------------------------------------------------------- /pict/CloverManagerExpanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/CloverManagerExpanded.png -------------------------------------------------------------------------------- /pict/beplisteditoronly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/beplisteditoronly.png -------------------------------------------------------------------------------- /pict/clean_logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /pict/editexitingSMBIOS1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/editexitingSMBIOS1.png -------------------------------------------------------------------------------- /pict/editexitingSMBIOS2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/editexitingSMBIOS2.png -------------------------------------------------------------------------------- /pict/localeid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/localeid.png -------------------------------------------------------------------------------- /pict/rightclickroot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/rightclickroot.png -------------------------------------------------------------------------------- /pict/selectConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/selectConfig.png -------------------------------------------------------------------------------- /pict/trytoloadconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/trytoloadconfig.png -------------------------------------------------------------------------------- /pict/vibrantLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micky1979/Clover-Configurator-Pro/28414651d574650afb8ff511b28e1ca1fe86eaea/pict/vibrantLight.png --------------------------------------------------------------------------------