├── Dell XPS 15 9550 EFI ├── EFI │ ├── Microsoft │ │ ├── Boot │ │ │ ├── BCD.LOG1 │ │ │ ├── BCD.LOG2 │ │ │ ├── BCD │ │ │ ├── BCD.LOG │ │ │ ├── boot.stl │ │ │ ├── bootmgr.efi │ │ │ ├── kdstub.dll │ │ │ ├── memtest.efi │ │ │ ├── BOOTSTAT.DAT │ │ │ ├── bootmgfw.efi │ │ │ ├── kd_02_10df.dll │ │ │ ├── kd_02_10ec.dll │ │ │ ├── kd_02_1137.dll │ │ │ ├── kd_02_14e4.dll │ │ │ ├── kd_02_15b3.dll │ │ │ ├── kd_02_1969.dll │ │ │ ├── kd_02_19a2.dll │ │ │ ├── kd_02_1af4.dll │ │ │ ├── kd_02_8086.dll │ │ │ ├── kd_07_1415.dll │ │ │ ├── kd_0C_8086.dll │ │ │ ├── winsipolicy.p7b │ │ │ ├── Fonts │ │ │ │ ├── chs_boot.ttf │ │ │ │ ├── cht_boot.ttf │ │ │ │ ├── jpn_boot.ttf │ │ │ │ ├── kor_boot.ttf │ │ │ │ ├── msjh_boot.ttf │ │ │ │ ├── msyh_boot.ttf │ │ │ │ ├── wgl4_boot.ttf │ │ │ │ ├── malgun_boot.ttf │ │ │ │ ├── meiryo_boot.ttf │ │ │ │ ├── msjhn_boot.ttf │ │ │ │ ├── msyhn_boot.ttf │ │ │ │ ├── malgunn_boot.ttf │ │ │ │ ├── meiryon_boot.ttf │ │ │ │ ├── segmono_boot.ttf │ │ │ │ ├── segoe_slboot.ttf │ │ │ │ └── segoen_slboot.ttf │ │ │ ├── kdnet_uart16550.dll │ │ │ ├── Resources │ │ │ │ ├── bootres.dll │ │ │ │ └── en-US │ │ │ │ │ └── bootres.dll.mui │ │ │ ├── bg-BG │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── cs-CZ │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── da-DK │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── de-DE │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── el-GR │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── en-GB │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── en-US │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── es-ES │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── es-MX │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── et-EE │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── fi-FI │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── fr-CA │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── fr-FR │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── hr-HR │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── hu-HU │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── it-IT │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── ja-JP │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── ko-KR │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── lt-LT │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── lv-LV │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── nb-NO │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── nl-NL │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── pl-PL │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── pt-BR │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── pt-PT │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── ro-RO │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── ru-RU │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── sk-SK │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── sl-SI │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── sv-SE │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── tr-TR │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── uk-UA │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── zh-CN │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── zh-TW │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ ├── memtest.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ │ ├── qps-ploc │ │ │ │ └── memtest.efi.mui │ │ │ └── sr-Latn-RS │ │ │ │ ├── bootmgr.efi.mui │ │ │ │ └── bootmgfw.efi.mui │ │ └── Recovery │ │ │ ├── BCD.LOG1 │ │ │ ├── BCD.LOG2 │ │ │ ├── BCD │ │ │ └── BCD.LOG │ ├── CLOVER │ │ ├── themes │ │ │ ├── Minimalism │ │ │ │ ├── _config.yml │ │ │ │ ├── icons │ │ │ │ │ ├── README.MD │ │ │ │ │ ├── func_help.png │ │ │ │ │ ├── os_lion.icns │ │ │ │ │ ├── os_mac.icns │ │ │ │ │ ├── os_mav.icns │ │ │ │ │ ├── os_vista.icns │ │ │ │ │ ├── os_yos.icns │ │ │ │ │ ├── pointer.icns │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── func_about.png │ │ │ │ │ ├── func_clover.png │ │ │ │ │ ├── func_reset.png │ │ │ │ │ ├── os_cougar.icns │ │ │ │ │ ├── os_legacy.icns │ │ │ │ │ ├── os_ubuntu.icns │ │ │ │ │ ├── tool_shell.png │ │ │ │ │ ├── vol_clover.icns │ │ │ │ │ ├── func_options.png │ │ │ │ │ ├── func_shutdown.png │ │ │ │ │ ├── vol_external.icns │ │ │ │ │ ├── vol_firewire.icns │ │ │ │ │ ├── vol_internal.icns │ │ │ │ │ ├── vol_optical.icns │ │ │ │ │ ├── vol_recovery.icns │ │ │ │ │ ├── func_secureboot.png │ │ │ │ │ ├── vol_internal_ext3.icns │ │ │ │ │ ├── vol_internal_hfs.icns │ │ │ │ │ ├── vol_internal_ntfs.icns │ │ │ │ │ └── func_secureboot_config.png │ │ │ │ ├── .DS_Store │ │ │ │ ├── font.png │ │ │ │ ├── banner.png │ │ │ │ ├── background.png │ │ │ │ ├── background.psd │ │ │ │ ├── screenshot.png │ │ │ │ ├── selection.png │ │ │ │ ├── selection_small.png │ │ │ │ ├── background-black.png │ │ │ │ ├── background-razerlogo.png │ │ │ │ ├── README.md │ │ │ │ └── theme.plist │ │ │ ├── .DS_Store │ │ │ ├── logo_main.png │ │ │ ├── pointer-metal.png │ │ │ ├── Nightwish │ │ │ │ ├── logo.png │ │ │ │ ├── sound.wav │ │ │ │ ├── checkbox.png │ │ │ │ ├── background.png │ │ │ │ ├── icons │ │ │ │ │ ├── cd.icns │ │ │ │ │ ├── cd_lin.icns │ │ │ │ │ ├── cd_mac.icns │ │ │ │ │ ├── cd_win.icns │ │ │ │ │ ├── os_bsd.icns │ │ │ │ │ ├── os_cap.icns │ │ │ │ │ ├── os_eos.icns │ │ │ │ │ ├── os_leo.icns │ │ │ │ │ ├── os_mac.icns │ │ │ │ │ ├── os_mav.icns │ │ │ │ │ ├── os_mx.icns │ │ │ │ │ ├── os_win.icns │ │ │ │ │ ├── os_yos.icns │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── func_about.png │ │ │ │ │ ├── func_help.png │ │ │ │ │ ├── func_reset.png │ │ │ │ │ ├── os_arch.icns │ │ │ │ │ ├── os_cata.icns │ │ │ │ │ ├── os_centos.icns │ │ │ │ │ ├── os_chrome.icns │ │ │ │ │ ├── os_clover.icns │ │ │ │ │ ├── os_cougar.icns │ │ │ │ │ ├── os_debian.icns │ │ │ │ │ ├── os_deepin.icns │ │ │ │ │ ├── os_fedora.icns │ │ │ │ │ ├── os_gentoo.icns │ │ │ │ │ ├── os_grub.icns │ │ │ │ │ ├── os_kali.icns │ │ │ │ │ ├── os_legacy.icns │ │ │ │ │ ├── os_linux.icns │ │ │ │ │ ├── os_lion.icns │ │ │ │ │ ├── os_mint.icns │ │ │ │ │ ├── os_moja.icns │ │ │ │ │ ├── os_neon.icns │ │ │ │ │ ├── os_netbsd.icns │ │ │ │ │ ├── os_parrot.icns │ │ │ │ │ ├── os_puppy.icns │ │ │ │ │ ├── os_react.icns │ │ │ │ │ ├── os_redhat.icns │ │ │ │ │ ├── os_remix.icns │ │ │ │ │ ├── os_sierra.icns │ │ │ │ │ ├── os_snow.icns │ │ │ │ │ ├── os_solus.icns │ │ │ │ │ ├── os_suse.icns │ │ │ │ │ ├── os_tiger.icns │ │ │ │ │ ├── os_ubuntu.icns │ │ │ │ │ ├── os_vista.icns │ │ │ │ │ ├── os_zorin.icns │ │ │ │ │ ├── tool_shell.png │ │ │ │ │ ├── func_clover.png │ │ │ │ │ ├── func_options.png │ │ │ │ │ ├── os_endless.icns │ │ │ │ │ ├── os_freebsd.icns │ │ │ │ │ ├── os_freedos.icns │ │ │ │ │ ├── os_ghostbsd.icns │ │ │ │ │ ├── os_hsierra.icns │ │ │ │ │ ├── os_knoppix.icns │ │ │ │ │ ├── os_kubuntu.icns │ │ │ │ │ ├── os_manjaro.icns │ │ │ │ │ ├── os_openbsd.icns │ │ │ │ │ ├── os_pclinux.icns │ │ │ │ │ ├── os_phoenix.icns │ │ │ │ │ ├── os_recovery.icns │ │ │ │ │ ├── os_solaris.icns │ │ │ │ │ ├── os_unknown.icns │ │ │ │ │ ├── os_xubuntu.icns │ │ │ │ │ ├── vol_clover.icns │ │ │ │ │ ├── vol_optical.icns │ │ │ │ │ ├── func_shutdown.png │ │ │ │ │ ├── os_ecomstation.icns │ │ │ │ │ ├── os_slackware.icns │ │ │ │ │ ├── vol_external.icns │ │ │ │ │ ├── vol_firewire.icns │ │ │ │ │ ├── vol_internal.icns │ │ │ │ │ ├── vol_recovery.icns │ │ │ │ │ ├── vol_internal_hfs.icns │ │ │ │ │ ├── vol_internal_apfs.icns │ │ │ │ │ ├── vol_internal_ext3.icns │ │ │ │ │ └── vol_internal_ntfs.icns │ │ │ │ ├── screenshot.png │ │ │ │ ├── Selection_big.png │ │ │ │ ├── radio_button.png │ │ │ │ ├── Selection_small.png │ │ │ │ ├── checkbox_checked.png │ │ │ │ ├── scrollbar │ │ │ │ │ ├── bar_end.png │ │ │ │ │ ├── bar_fill.png │ │ │ │ │ ├── bar_start.png │ │ │ │ │ ├── down_button.png │ │ │ │ │ ├── scroll_end.png │ │ │ │ │ ├── scroll_fill.png │ │ │ │ │ ├── up_button.png │ │ │ │ │ └── scroll_start.png │ │ │ │ ├── radio_button_selected.png │ │ │ │ ├── Font_DroidSans_16pt_WhiteFx.png │ │ │ │ └── theme.plist │ │ │ ├── embedded │ │ │ │ ├── screenshot.png │ │ │ │ └── theme.plist │ │ │ └── random │ │ │ │ └── theme.plist │ │ ├── .DS_Store │ │ ├── ACPI │ │ │ ├── .DS_Store │ │ │ └── patched │ │ │ │ ├── SSDT-ADP1.aml │ │ │ │ ├── SSDT-ALS0.aml │ │ │ │ ├── SSDT-BRT6.aml │ │ │ │ ├── SSDT-DMAC.aml │ │ │ │ ├── SSDT-FANS.aml │ │ │ │ ├── SSDT-HDEF.aml │ │ │ │ ├── SSDT-HPET.aml │ │ │ │ ├── SSDT-LPC.aml │ │ │ │ ├── SSDT-MCHC.aml │ │ │ │ ├── SSDT-MEM2.aml │ │ │ │ ├── SSDT-PMCR.aml │ │ │ │ ├── SSDT-PNLF.aml │ │ │ │ ├── SSDT-PS2K.aml │ │ │ │ ├── SSDT-RMNE.aml │ │ │ │ ├── SSDT-SATA.aml │ │ │ │ ├── SSDT-SLPB.aml │ │ │ │ ├── SSDT-TPDX.aml │ │ │ │ ├── SSDT-TYPC.aml │ │ │ │ ├── SSDT-UIAC.aml │ │ │ │ ├── SSDT-UPRW.aml │ │ │ │ ├── SSDT-USBX.aml │ │ │ │ ├── SSDT-XOSI.aml │ │ │ │ ├── SSDT-XWAK.aml │ │ │ │ ├── SSDT-YTBT.aml │ │ │ │ ├── SSDT-Config.aml │ │ │ │ ├── SSDT-PTSWAK.aml │ │ │ │ ├── SSDT-Deep-Idle.aml │ │ │ │ ├── SSDT-Disable_DGPU.aml │ │ │ │ └── SSDT-XHCI_Syspref.aml │ │ ├── CLOVERX64.efi │ │ ├── drivers │ │ │ ├── .DS_Store │ │ │ └── UEFI │ │ │ │ ├── HfsPlus.efi │ │ │ │ ├── Off │ │ │ │ ├── Fat.efi │ │ │ │ ├── VBoxHfs.efi │ │ │ │ ├── EnglishDxe.efi │ │ │ │ ├── HFSPlus-64.efi │ │ │ │ ├── UsbMouseDxe.efi │ │ │ │ ├── AptioInputFix.efi │ │ │ │ ├── AppleImageLoader.efi │ │ │ │ ├── AppleUiSupport.efi │ │ │ │ ├── AptioMemoryFix.efi │ │ │ │ └── EmuVariableUefi.efi │ │ │ │ ├── AllocFix.efi │ │ │ │ ├── AudioDxe.efi │ │ │ │ ├── DataHubDxe.efi │ │ │ │ ├── FSInject.efi │ │ │ │ ├── VirtualSmc.efi │ │ │ │ ├── AppleKeyFeeder.efi │ │ │ │ ├── FirmwareVolume.efi │ │ │ │ ├── NvmExpressDxe.efi │ │ │ │ ├── OsxAptioFix3Drv.efi │ │ │ │ ├── OsxFatBinaryDrv.efi │ │ │ │ └── ApfsDriverLoader.efi │ │ ├── kexts │ │ │ ├── .DS_Store │ │ │ ├── Other │ │ │ │ ├── .DS_Store │ │ │ │ ├── Lilu.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── Lilu │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── AppleALC.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ └── MacOS │ │ │ │ │ │ └── AppleALC │ │ │ │ ├── VerbStub.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── VerbStub │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── CPUFriend.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── CPUFriend │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── FakePCIID.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── FakePCIID │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── NoTouchID.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── NoTouchID │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ └── CodeResources │ │ │ │ ├── VoodooI2C.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── VoodooI2C │ │ │ │ │ │ └── PlugIns │ │ │ │ │ │ ├── VoodooGPIO.kext │ │ │ │ │ │ └── Contents │ │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ │ └── VoodooGPIO │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ ├── VoodooInput.kext │ │ │ │ │ │ └── Contents │ │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ │ └── VoodooInput │ │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ │ └── CodeResources │ │ │ │ │ │ ├── VoodooI2CServices.kext │ │ │ │ │ │ └── Contents │ │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ │ └── VoodooI2CServices │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── VoodooInput.kext.dSYM │ │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ └── DWARF │ │ │ │ │ │ │ └── VoodooInput │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── SMCSuperIO.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── SMCSuperIO │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── VirtualSMC.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ └── MacOS │ │ │ │ │ │ └── VirtualSMC │ │ │ │ ├── SMCProcessor.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── SMCProcessor │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── VoodooI2CHID.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ └── MacOS │ │ │ │ │ │ └── VoodooI2CHID │ │ │ │ ├── BrcmPatchRAM3.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ └── MacOS │ │ │ │ │ │ └── BrcmPatchRAM3 │ │ │ │ ├── WhateverGreen.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── WhateverGreen │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── SMCLightSensor.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── SMCLightSensor │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── AirportBrcmFixup.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── AirportBrcmFixup │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── BrcmFirmwareData.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── BrcmFirmwareData │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── SMCBatteryManager.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── SMCBatteryManager │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── VoodooPS2Controller.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── VoodooPS2Controller │ │ │ │ │ │ ├── PlugIns │ │ │ │ │ │ ├── VoodooInput.kext │ │ │ │ │ │ │ └── Contents │ │ │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ │ │ └── VoodooInput │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ ├── VoodooPS2Mouse.kext │ │ │ │ │ │ │ └── Contents │ │ │ │ │ │ │ │ └── MacOS │ │ │ │ │ │ │ │ └── VoodooPS2Mouse │ │ │ │ │ │ ├── VoodooPS2Keyboard.kext │ │ │ │ │ │ │ └── Contents │ │ │ │ │ │ │ │ └── MacOS │ │ │ │ │ │ │ │ └── VoodooPS2Keyboard │ │ │ │ │ │ └── VoodooPS2Trackpad.kext │ │ │ │ │ │ │ └── Contents │ │ │ │ │ │ │ └── MacOS │ │ │ │ │ │ │ └── VoodooPS2Trackpad │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── SATA-100-series-unsupported.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── USBPorts.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ └── Info.plist │ │ │ │ └── FakePCIID_Intel_HDMI_Audio.kext │ │ │ │ │ └── Contents │ │ │ │ │ └── Info.plist │ │ │ └── Off │ │ │ │ └── BT4LEContinuityFixup.kext │ │ │ │ └── Contents │ │ │ │ ├── MacOS │ │ │ │ └── BT4LEContinuityFixup │ │ │ │ └── Info.plist │ │ └── tools │ │ │ ├── Shell32.efi │ │ │ ├── Shell64.efi │ │ │ ├── bdmesg.efi │ │ │ └── Shell64U.efi │ ├── .DS_Store │ ├── BOOT │ │ └── BOOTX64.efi │ └── Dell │ │ └── logs │ │ ├── diags_previous.xml │ │ └── diags_current.xml ├── boot ├── .DS_Store └── nvram.plist ├── resources └── icon.png ├── .gitattributes └── README.md /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/BCD.LOG1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/BCD.LOG2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Recovery/BCD.LOG1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Recovery/BCD.LOG2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-slate -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/README.MD: -------------------------------------------------------------------------------- 1 | Icons for the theme. 2 | -------------------------------------------------------------------------------- /resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/resources/icon.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/boot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/boot -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/.DS_Store -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/.DS_Store -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/BOOT/BOOTX64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/BOOT/BOOTX64.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/.DS_Store -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/BCD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/BCD -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/.DS_Store -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/CLOVERX64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/CLOVERX64.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/.DS_Store -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/.DS_Store -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/.DS_Store -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/tools/Shell32.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/tools/Shell32.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/tools/Shell64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/tools/Shell64.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/tools/bdmesg.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/tools/bdmesg.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/BCD.LOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/BCD.LOG -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/boot.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/boot.stl -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Recovery/BCD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Recovery/BCD -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/tools/Shell64U.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/tools/Shell64U.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/bootmgr.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/bootmgr.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kdstub.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kdstub.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/memtest.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/memtest.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Recovery/BCD.LOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Recovery/BCD.LOG -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/.DS_Store -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/logo_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/logo_main.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/BOOTSTAT.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/BOOTSTAT.DAT -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/bootmgfw.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/bootmgfw.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_10df.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_10df.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_10ec.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_10ec.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_1137.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_1137.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_14e4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_14e4.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_15b3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_15b3.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_1969.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_1969.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_19a2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_19a2.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_1af4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_1af4.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_8086.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_02_8086.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_07_1415.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_07_1415.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_0C_8086.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kd_0C_8086.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/HfsPlus.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/HfsPlus.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/Fat.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/Fat.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/pointer-metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/pointer-metal.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/winsipolicy.p7b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/winsipolicy.p7b -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-ADP1.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-ADP1.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-ALS0.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-ALS0.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-BRT6.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-BRT6.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-DMAC.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-DMAC.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-FANS.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-FANS.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-HDEF.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-HDEF.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-HPET.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-HPET.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-LPC.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-LPC.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-MCHC.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-MCHC.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-MEM2.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-MEM2.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-PMCR.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-PMCR.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-PNLF.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-PNLF.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-PS2K.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-PS2K.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-RMNE.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-RMNE.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-SATA.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-SATA.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-SLPB.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-SLPB.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-TPDX.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-TPDX.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-TYPC.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-TYPC.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-UIAC.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-UIAC.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-UPRW.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-UPRW.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-USBX.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-USBX.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-XOSI.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-XOSI.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-XWAK.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-XWAK.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-YTBT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-YTBT.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/AllocFix.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/AllocFix.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/AudioDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/AudioDxe.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/DataHubDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/DataHubDxe.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/FSInject.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/FSInject.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/VirtualSmc.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/VirtualSmc.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/.DS_Store -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/font.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/logo.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/sound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/sound.wav -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/chs_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/chs_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/cht_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/cht_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/jpn_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/jpn_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/kor_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/kor_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/msjh_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/msjh_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/msyh_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/msyh_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kdnet_uart16550.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/kdnet_uart16550.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-Config.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-Config.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-PTSWAK.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-PTSWAK.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/VBoxHfs.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/VBoxHfs.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/banner.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/checkbox.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/malgun_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/malgun_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/meiryo_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/meiryo_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/msjhn_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/msjhn_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/msyhn_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/msyhn_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Resources/bootres.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Resources/bootres.dll -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/bg-BG/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/bg-BG/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/cs-CZ/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/cs-CZ/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/da-DK/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/da-DK/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/de-DE/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/de-DE/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/el-GR/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/el-GR/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/en-GB/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/en-GB/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/en-US/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/en-US/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/en-US/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/en-US/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/es-ES/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/es-ES/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/es-MX/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/es-MX/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/et-EE/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/et-EE/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fi-FI/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fi-FI/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fr-CA/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fr-CA/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fr-FR/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fr-FR/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/hr-HR/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/hr-HR/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/hu-HU/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/hu-HU/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/it-IT/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/it-IT/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ja-JP/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ja-JP/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ko-KR/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ko-KR/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/lt-LT/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/lt-LT/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/lv-LV/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/lv-LV/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nb-NO/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nb-NO/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nl-NL/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nl-NL/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pl-PL/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pl-PL/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-BR/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-BR/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-PT/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-PT/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ro-RO/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ro-RO/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ru-RU/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ru-RU/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sk-SK/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sk-SK/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sl-SI/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sl-SI/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sv-SE/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sv-SE/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/tr-TR/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/tr-TR/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/uk-UA/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/uk-UA/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-CN/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-CN/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-TW/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-TW/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-Deep-Idle.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-Deep-Idle.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/AppleKeyFeeder.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/AppleKeyFeeder.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/FirmwareVolume.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/FirmwareVolume.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/NvmExpressDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/NvmExpressDxe.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/EnglishDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/EnglishDxe.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/HFSPlus-64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/HFSPlus-64.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/UsbMouseDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/UsbMouseDxe.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/OsxAptioFix3Drv.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/OsxAptioFix3Drv.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/OsxFatBinaryDrv.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/OsxFatBinaryDrv.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/background.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/background.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/background.psd -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/screenshot.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/selection.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/background.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/cd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/cd.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/screenshot.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/embedded/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/embedded/screenshot.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/malgunn_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/malgunn_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/meiryon_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/meiryon_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/segmono_boot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/segmono_boot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/segoe_slboot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/segoe_slboot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/segoen_slboot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Fonts/segoen_slboot.ttf -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/bg-BG/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/bg-BG/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/en-GB/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/en-GB/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/es-MX/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/es-MX/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/et-EE/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/et-EE/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fr-CA/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fr-CA/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/hr-HR/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/hr-HR/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/lt-LT/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/lt-LT/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/lv-LV/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/lv-LV/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/qps-ploc/memtest.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/qps-ploc/memtest.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ro-RO/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ro-RO/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sk-SK/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sk-SK/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sl-SI/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sl-SI/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/uk-UA/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/uk-UA/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-Disable_DGPU.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-Disable_DGPU.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-XHCI_Syspref.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/ACPI/patched/SSDT-XHCI_Syspref.aml -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/ApfsDriverLoader.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/ApfsDriverLoader.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/AptioInputFix.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/AptioInputFix.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/Selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/Selection_big.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/cd_lin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/cd_lin.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/cd_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/cd_mac.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/cd_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/cd_win.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_bsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_bsd.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_cap.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_cap.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_eos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_eos.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_leo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_leo.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_mac.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_mav.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_mav.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_mx.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_mx.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_win.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_yos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_yos.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/pointer.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/radio_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/radio_button.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sr-Latn-RS/bootmgr.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sr-Latn-RS/bootmgr.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/AppleImageLoader.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/AppleImageLoader.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/AppleUiSupport.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/AppleUiSupport.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/AptioMemoryFix.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/AptioMemoryFix.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/EmuVariableUefi.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/drivers/UEFI/Off/EmuVariableUefi.efi -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_help.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_lion.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_lion.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_mac.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_mav.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_mav.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_vista.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_vista.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_yos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_yos.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/pointer.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/pointer.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/pointer.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/selection_small.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/Selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/Selection_small.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/checkbox_checked.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_about.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_help.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_reset.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_arch.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_arch.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_cata.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_cata.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_centos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_centos.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_chrome.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_chrome.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_clover.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_cougar.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_cougar.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_debian.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_debian.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_deepin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_deepin.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_fedora.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_fedora.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_gentoo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_gentoo.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_grub.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_grub.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_kali.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_kali.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_legacy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_legacy.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_linux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_linux.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_lion.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_lion.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_mint.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_mint.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_moja.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_moja.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_neon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_neon.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_netbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_netbsd.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_parrot.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_parrot.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_puppy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_puppy.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_react.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_react.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_redhat.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_redhat.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_remix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_remix.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_sierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_sierra.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_snow.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_snow.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_solus.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_solus.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_suse.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_suse.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_tiger.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_tiger.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_ubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_ubuntu.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_vista.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_vista.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_zorin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_zorin.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/tool_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/tool_shell.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sr-Latn-RS/bootmgfw.efi.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/sr-Latn-RS/bootmgfw.efi.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/background-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/background-black.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_about.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_clover.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_reset.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_cougar.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_cougar.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_legacy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_legacy.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_ubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/os_ubuntu.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/tool_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/tool_shell.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_clover.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_clover.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_options.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_endless.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_endless.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_freebsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_freebsd.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_freedos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_freedos.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_ghostbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_ghostbsd.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_hsierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_hsierra.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_knoppix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_knoppix.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_kubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_kubuntu.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_manjaro.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_manjaro.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_openbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_openbsd.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_pclinux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_pclinux.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_phoenix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_phoenix.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_recovery.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_solaris.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_solaris.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_unknown.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_unknown.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_xubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_xubuntu.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_clover.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_optical.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_optical.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/bar_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/bar_end.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/bar_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/bar_fill.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Resources/en-US/bootres.dll.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/Microsoft/Boot/Resources/en-US/bootres.dll.mui -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/Lilu.kext/Contents/MacOS/Lilu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/Lilu.kext/Contents/MacOS/Lilu -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/background-razerlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/background-razerlogo.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_options.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_shutdown.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_external.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_external.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_firewire.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_firewire.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_internal.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_internal.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_optical.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_optical.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_recovery.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/func_shutdown.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_ecomstation.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_ecomstation.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_slackware.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/os_slackware.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_external.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_external.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_firewire.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_firewire.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_internal.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_internal.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_recovery.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/radio_button_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/radio_button_selected.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/bar_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/bar_start.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/down_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/down_button.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/scroll_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/scroll_end.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/scroll_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/scroll_fill.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/up_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/up_button.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_secureboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_secureboot.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_internal_hfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_internal_hfs.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/scroll_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/scrollbar/scroll_start.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_internal_ext3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_internal_ext3.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_internal_hfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_internal_hfs.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_internal_ntfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/vol_internal_ntfs.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_internal_apfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_internal_apfs.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_internal_ext3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_internal_ext3.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_internal_ntfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/icons/vol_internal_ntfs.icns -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VerbStub.kext/Contents/MacOS/VerbStub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VerbStub.kext/Contents/MacOS/VerbStub -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/Font_DroidSans_16pt_WhiteFx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/Font_DroidSans_16pt_WhiteFx.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/CPUFriend.kext/Contents/MacOS/CPUFriend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/CPUFriend.kext/Contents/MacOS/CPUFriend -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/FakePCIID.kext/Contents/MacOS/FakePCIID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/FakePCIID.kext/Contents/MacOS/FakePCIID -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/NoTouchID.kext/Contents/MacOS/NoTouchID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/NoTouchID.kext/Contents/MacOS/NoTouchID -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/MacOS/VoodooI2C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/MacOS/VoodooI2C -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_secureboot_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/icons/func_secureboot_config.png -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/MacOS/VirtualSMC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/MacOS/VirtualSMC -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/MacOS/SMCProcessor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/MacOS/SMCProcessor -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/BrcmPatchRAM3.kext/Contents/MacOS/BrcmPatchRAM3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/BrcmPatchRAM3.kext/Contents/MacOS/BrcmPatchRAM3 -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/WhateverGreen.kext/Contents/MacOS/WhateverGreen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/WhateverGreen.kext/Contents/MacOS/WhateverGreen -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/BrcmFirmwareData.kext/Contents/MacOS/BrcmFirmwareData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/BrcmFirmwareData.kext/Contents/MacOS/BrcmFirmwareData -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Off/BT4LEContinuityFixup.kext/Contents/MacOS/BT4LEContinuityFixup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Off/BT4LEContinuityFixup.kext/Contents/MacOS/BT4LEContinuityFixup -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | *.css linguist-detectable=true 5 | *.js linguist-detectable=true 6 | *.java linguist-detectable=true 7 | *.python linguist-detectable=true 8 | *.html linguist-detectable=true 9 | *.shell linguist-detectable=true 10 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext.dSYM/Contents/Resources/DWARF/VoodooInput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext.dSYM/Contents/Resources/DWARF/VoodooInput -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnguyen390/Dell-XPS-15-9550-Hackintosh-macOS-10.15-Catalina/HEAD/Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/embedded/theme.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Author 6 | blackosx, clovy 7 | Description 8 | Embedded Theme 9 | Year 10 | 2018 11 | 12 | 13 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/random/theme.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Author 6 | Slice 7 | Description 8 | random choose a theme from others 9 | Year 10 | 2014 11 | 12 | 13 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Dell/logs/diags_previous.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1.0.0 4 | 43 5 | 02/25/2019 01:15:23 6 | 7 | Not Reported 8 | BOOT_F2 9 | 4304.07 10 | 2 11 | 12 | 13 | DISPLAY_ONLY 14 | 16 | FALSE 17 | 0 18 | 19 | 20 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/README.md: -------------------------------------------------------------------------------- 1 | # Hackintosh-Minimalism 2 | * Download is avaliable here by checking out the release of this project: [Release](https://github.com/Errrneist/Hackintosh-Minimalism/releases/tag/1.0). 3 | * Basically, it is a Minimalistic black and white theme for Clover boot loader when booting up. 4 | ## User Guide 5 | * To fire it up, unzip the release and add the folder 'Minimalism' under EFI/CLOVER/themes. 6 | * Also change the 'theme' in config.plist under Root/GUI/Theme to 'Minimalism'. 7 | * The recommended screen resolution for this theme is FHD, change the 'ScreenResolution' to '1920x1080'. 8 | * Although after testing I found out that UHD works fine as well. 9 | Screenshot 10 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.me.kishorprins.VoodooInput 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 1.0.5 17 | CFBundleVersion 18 | 1.0.5 19 | 20 | 21 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/Dell/logs/diags_current.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1.0.0 4 | 44 5 | 02/25/2119 03:52:03 6 | 7 | Not Reported 8 | BOOT_F2 9 | 4304.07 10 | 1 11 | 12 | 13 | POWER_SUPPLY 14 | 21 | DISABLE_IN_SETUP 22 | FALSE 23 | 0 24 | 25 | 26 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Minimalism/theme.plist: -------------------------------------------------------------------------------- 1 | Author Errneist Description Black and white minimalistic theme Theme Background Path background.png Type Tile 2 | Sharp 3 | 0xFF Dark Badges Inline Show Swap Banner banner.png Font CharWidth 10 Path font.png Type Load Selection Big selection.png Color 0xFFFFFF80 4 | Small 5 | selection_small.png Components Banner Functions Label Revision MenuTitle Year 2016 -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SATA-100-series-unsupported.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleGetInfoString 6 | Version 0.5.1, Copyright 2016, RehabMan (GPLv2) 7 | CFBundleIdentifier 8 | org.rehabman.injector.SATA-100-series-unsupported 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundleName 12 | SATA-100-series-unsupported 13 | CFBundlePackageType 14 | KEXT 15 | CFBundleShortVersionString 16 | 0.5.1 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | 0.5.1 21 | IOKitPersonalities 22 | 23 | Intel10SeriesAHCI-unsupported 24 | 25 | CFBundleIdentifier 26 | com.apple.driver.AppleAHCIPort 27 | Chipset Name 28 | 10 Series Chipset 29 | IOClass 30 | AppleIntelPchSeriesAHCI 31 | IONameMatch 32 | 33 | pci8086,a103 34 | pci8086,9d03 35 | 36 | IOProbeScore 37 | 2000 38 | IOProviderClass 39 | IOPCIDevice 40 | Vendor Name 41 | Intel 42 | 43 | 44 | OSBundleRequired 45 | Local-Root 46 | 47 | 48 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/FakePCIID.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18A391 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | FakePCIID 11 | CFBundleIdentifier 12 | org.rehabman.driver.FakePCIID 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | FakePCIID 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.3.15 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.3.15 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 9F2000 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 10M2518 37 | DTSDKName 38 | macosx10.6 39 | DTXcode 40 | 0941 41 | DTXcodeBuild 42 | 9F2000 43 | OSBundleCompatibleVersion 44 | 1.3.15 45 | OSBundleLibraries 46 | 47 | com.apple.iokit.IOPCIFamily 48 | 1.0.0b1 49 | com.apple.kpi.bsd 50 | 8.0.0 51 | com.apple.kpi.iokit 52 | 8.0.0 53 | com.apple.kpi.libkern 54 | 8.0.0 55 | com.apple.kpi.mach 56 | 8.0.0 57 | com.apple.kpi.unsupported 58 | 8.0.0 59 | 60 | OSBundleRequired 61 | Root 62 | Source Code 63 | https://github.com/RehabMan/FakePCIID 64 | 65 | 66 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/BrcmFirmwareData.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleExecutable 8 | BrcmFirmwareData 9 | CFBundleIdentifier 10 | as.acidanthera.BrcmFirmwareStore 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | BrcmFirmwareData 15 | CFBundlePackageType 16 | KEXT 17 | CFBundleShortVersionString 18 | 2.5.3 19 | CFBundleSignature 20 | ???? 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 2.5.3 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10E1001 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18E219 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1020 39 | DTXcodeBuild 40 | 10E1001 41 | IOKitPersonalities 42 | 43 | BrcmFirmwareStore 44 | 45 | CFBundleIdentifier 46 | as.acidanthera.BrcmFirmwareStore 47 | IOClass 48 | BrcmFirmwareStore 49 | IOMatchCategory 50 | BrcmFirmwareStore 51 | IOProviderClass 52 | IOResources 53 | 54 | 55 | OSBundleCompatibleVersion 56 | 2.5.3 57 | OSBundleLibraries 58 | 59 | com.apple.kpi.iokit 60 | 9.0 61 | com.apple.kpi.libkern 62 | 9.0 63 | com.apple.kpi.mach 64 | 9.0 65 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/themes/Nightwish/theme.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Author 6 | Badruzeus 7 | Description 8 | A dark Clover theme with light selection effect (was Darkness). Version: 2.7 9 | Theme 10 | 11 | Background 12 | 13 | Dark 14 | 15 | Path 16 | background.png 17 | Type 18 | Tile 19 | 20 | Badges 21 | 22 | Inline 23 | 24 | Scale 25 | 16 26 | Show 27 | 28 | Swap 29 | 30 | 31 | Banner 32 | logo.png 33 | BootCampStyle 34 | 35 | Components 36 | 37 | Banner 38 | 39 | Functions 40 | 41 | Help 42 | 43 | Label 44 | 45 | MenuTitle 46 | 47 | MenuTitleImage 48 | 49 | Revision 50 | 51 | 52 | Font 53 | 54 | CharWidth 55 | 10 56 | Path 57 | Font_DroidSans_16pt_WhiteFx.png 58 | Proportional 59 | 60 | Type 61 | Load 62 | 63 | Origination 64 | 65 | DesignHeight 66 | 1080 67 | DesignWidth 68 | 1920 69 | 70 | Selection 71 | 72 | Big 73 | Selection_big.png 74 | ChangeNonSelectedGrey 75 | 76 | Color 77 | 0xFFFFFF24 78 | OnTop 79 | 80 | Small 81 | Selection_small.png 82 | 83 | 84 | Version 85 | 2.7 86 | Year 87 | 2019 88 | 89 | 90 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | VoodooInput 11 | CFBundleIdentifier 12 | me.kishorprins.VoodooInput 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VoodooInput 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0.5 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1.0.5 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10E1001 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18E219 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1020 39 | DTXcodeBuild 40 | 10E1001 41 | IOKitPersonalities 42 | 43 | Voodoo Input 44 | 45 | CFBundleIdentifier 46 | me.kishorprins.VoodooInput 47 | IOClass 48 | VoodooInput 49 | IOProbeScore 50 | 200 51 | IOPropertyMatch 52 | 53 | VoodooInputSupported 54 | 55 | 56 | IOProviderClass 57 | IOService 58 | 59 | 60 | NSHumanReadableCopyright 61 | Copyright © 2019 Kishor Prins. All rights reserved. 62 | OSBundleLibraries 63 | 64 | com.apple.iokit.IOHIDFamily 65 | 2.0 66 | com.apple.kpi.iokit 67 | 14 68 | com.apple.kpi.libkern 69 | 14 70 | com.apple.kpi.mach 71 | 13.0 72 | 73 | OSBundleRequired 74 | Root 75 | 76 | 77 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 19E266 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | VoodooInput 11 | CFBundleIdentifier 12 | me.kishorprins.VoodooInput 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VoodooInput 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0.5 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1.0.5 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 11E146 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 19E258 35 | DTSDKName 36 | macosx10.15 37 | DTXcode 38 | 1140 39 | DTXcodeBuild 40 | 11E146 41 | IOKitPersonalities 42 | 43 | Voodoo Input 44 | 45 | CFBundleIdentifier 46 | me.kishorprins.VoodooInput 47 | IOClass 48 | VoodooInput 49 | IOProbeScore 50 | 200 51 | IOPropertyMatch 52 | 53 | VoodooInputSupported 54 | 55 | 56 | IOProviderClass 57 | IOService 58 | 59 | 60 | LSMinimumSystemVersion 61 | 10.11 62 | NSHumanReadableCopyright 63 | Copyright © 2019 Kishor Prins. All rights reserved. 64 | OSBundleLibraries 65 | 66 | com.apple.iokit.IOHIDFamily 67 | 2.0 68 | com.apple.kpi.iokit 69 | 14 70 | com.apple.kpi.libkern 71 | 14 72 | com.apple.kpi.mach 73 | 13.0 74 | 75 | OSBundleRequired 76 | Root 77 | 78 | 79 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/NoTouchID.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18G1012 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | NoTouchID 11 | CFBundleIdentifier 12 | xyz.racermaster.NoTouchID 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | NoTouchID 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0.3 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1.0.3 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 11B500 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 19B89 35 | DTSDKName 36 | macosx10.15 37 | DTXcode 38 | 1120 39 | DTXcodeBuild 40 | 11B500 41 | IOKitPersonalities 42 | 43 | NoTouchID 44 | 45 | CFBundleIdentifier 46 | xyz.racermaster.NoTouchID 47 | IOClass 48 | NoTouchID 49 | IOMatchCategory 50 | NoTouchID 51 | IOProviderClass 52 | IOResources 53 | IOResourceMatch 54 | IOKit 55 | 56 | 57 | LSMinimumSystemVersion 58 | 10.13 59 | OSBundleCompatibleVersion 60 | 1.0 61 | OSBundleLibraries 62 | 63 | as.vit9696.Lilu 64 | 1.2.0 65 | com.apple.kpi.bsd 66 | 12.0.0 67 | com.apple.kpi.dsep 68 | 12.0.0 69 | com.apple.kpi.iokit 70 | 12.0.0 71 | com.apple.kpi.libkern 72 | 12.0.0 73 | com.apple.kpi.mach 74 | 12.0.0 75 | com.apple.kpi.unsupported 76 | 12.0.0 77 | 78 | OSBundleRequired 79 | Root 80 | 81 | 82 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/Lilu.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Lilu 11 | CFBundleIdentifier 12 | as.vit9696.Lilu 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Lilu 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.4.4 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.4.4 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | as.vit9696.Lilu 46 | 47 | CFBundleIdentifier 48 | as.vit9696.Lilu 49 | IOClass 50 | Lilu 51 | IOMatchCategory 52 | Lilu 53 | IOProviderClass 54 | IOResources 55 | IOResourceMatch 56 | IOKit 57 | 58 | 59 | NSHumanReadableCopyright 60 | Copyright © 2016-2020 vit9696. All rights reserved. 61 | OSBundleCompatibleVersion 62 | 1.2.0 63 | OSBundleLibraries 64 | 65 | com.apple.kpi.bsd 66 | 12.0.0 67 | com.apple.kpi.dsep 68 | 12.0.0 69 | com.apple.kpi.iokit 70 | 12.0.0 71 | com.apple.kpi.libkern 72 | 12.0.0 73 | com.apple.kpi.mach 74 | 12.0.0 75 | com.apple.kpi.unsupported 76 | 12.0.0 77 | 78 | OSBundleRequired 79 | Root 80 | 81 | 82 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VerbStub.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18B75 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | VerbStub 11 | CFBundleIdentifier 12 | com.XPS.VerbStub 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VerbStub 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0.3 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1.0.3 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10B61 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18B71 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1010 39 | DTXcodeBuild 40 | 10B61 41 | IOKitPersonalities 42 | 43 | VerbStub 44 | 45 | CFBundleIdentifier 46 | com.XPS.VerbStub 47 | IOClass 48 | com_XPS_VerbStub 49 | IOMatchCategory 50 | com_XPS_VerbStub 51 | IOProviderClass 52 | IOHDACodecFunction 53 | IOUserClientClass 54 | VerbStubUserClient 55 | 56 | VerbStubResidency 57 | 58 | CFBundleIdentifier 59 | com.XPS.VerbStub 60 | IOClass 61 | VerbStubResidency 62 | IOMatchCategory 63 | VerbStubResidency 64 | IOProviderClass 65 | IOResources 66 | 67 | 68 | NSHumanReadableCopyright 69 | Copyright © 2017 VerbStub. All rights reserved. 70 | OSBundleLibraries 71 | 72 | com.apple.iokit.IOPCIFamily 73 | 2.9 74 | com.apple.kpi.iokit 75 | 16.6 76 | com.apple.kpi.libkern 77 | 16.6 78 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SMCLightSensor 11 | CFBundleIdentifier 12 | ru.usrsse2.SMCLightSensor 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SMCLightSensor 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10E1001 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18E219 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1020 39 | DTXcodeBuild 40 | 10E1001 41 | IOKitPersonalities 42 | 43 | SMCLightSensor 44 | 45 | CFBundleIdentifier 46 | ru.usrsse2.SMCLightSensor 47 | IOClass 48 | SMCLightSensor 49 | IOMatchCategory 50 | SMCLightSensor 51 | IOProviderClass 52 | IOResources 53 | IOResourceMatch 54 | IOKit 55 | 56 | 57 | NSHumanReadableCopyright 58 | Copyright © 2018 vit9696. All rights reserved. 59 | OSBundleCompatibleVersion 60 | 1.0.0 61 | OSBundleLibraries 62 | 63 | as.vit9696.Lilu 64 | 1.2.0 65 | as.vit9696.VirtualSMC 66 | 1.0.0 67 | com.apple.iokit.IOACPIFamily 68 | 1.0.0d1 69 | com.apple.kpi.bsd 70 | 12.0.0 71 | com.apple.kpi.dsep 72 | 12.0.0 73 | com.apple.kpi.iokit 74 | 12.0.0 75 | com.apple.kpi.libkern 76 | 12.0.0 77 | com.apple.kpi.mach 78 | 12.0.0 79 | com.apple.kpi.unsupported 80 | 12.0.0 81 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 19E266 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | VoodooI2CServices 11 | CFBundleIdentifier 12 | com.alexandred.VoodooI2CServices 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VoodooI2CServices 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 11E146 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 16E185 35 | DTSDKName 36 | macosx10.12 37 | DTXcode 38 | 1140 39 | DTXcodeBuild 40 | 11E146 41 | IOKitPersonalities 42 | 43 | VoodooI2CLogger 44 | 45 | CFBundleIdentifier 46 | com.alexandred.VoodooI2CServices 47 | IOClass 48 | VoodooI2CLogger 49 | IOMatchCategory 50 | VoodooI2CLogger 51 | IOProviderClass 52 | VoodooI2CServices 53 | 54 | VoodooI2CServices 55 | 56 | CFBundleIdentifier 57 | com.alexandred.VoodooI2CServices 58 | IOClass 59 | VoodooI2CServices 60 | IOMatchCategory 61 | VoodooI2CServices 62 | IOProviderClass 63 | IOResources 64 | 65 | 66 | LSMinimumSystemVersion 67 | 10.11 68 | NSHumanReadableCopyright 69 | Copyright © 2017 Alexandre Daoud. All rights reserved. 70 | OSBundleCompatibleVersion 71 | 1.0.0 72 | OSBundleLibraries 73 | 74 | com.apple.kpi.iokit 75 | 14 76 | com.apple.kpi.libkern 77 | 14 78 | 79 | OSBundleRequired 80 | Root 81 | 82 | 83 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Off/BT4LEContinuityFixup.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17D102 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | BT4LEContinuityFixup 11 | CFBundleIdentifier 12 | as.lvs1974.BT4LEContinuityFixup 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | BT4LEContinuityFixup 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.1.4 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.1.4 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 9F2000 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 17E189 37 | DTSDKName 38 | macosx10.13 39 | DTXcode 40 | 0941 41 | DTXcodeBuild 42 | 9F2000 43 | IOKitPersonalities 44 | 45 | as.lvs1974.BT4LEContinuityFixup 46 | 47 | CFBundleIdentifier 48 | as.lvs1974.BT4LEContinuityFixup 49 | IOClass 50 | BT4LEContinuityFixup 51 | IOMatchCategory 52 | BT4LEContinuityFixup 53 | IOProviderClass 54 | IOResources 55 | IOResourceMatch 56 | IOKit 57 | 58 | 59 | NSHumanReadableCopyright 60 | Copyright © 2017 lvs1974. All rights reserved. 61 | OSBundleCompatibleVersion 62 | 1.0 63 | OSBundleLibraries 64 | 65 | as.vit9696.Lilu 66 | 1.2.0 67 | com.apple.kpi.bsd 68 | 12.0.0 69 | com.apple.kpi.dsep 70 | 12.0.0 71 | com.apple.kpi.iokit 72 | 12.0.0 73 | com.apple.kpi.libkern 74 | 12.0.0 75 | com.apple.kpi.mach 76 | 12.0.0 77 | com.apple.kpi.unsupported 78 | 12.0.0 79 | 80 | OSBundleRequired 81 | Root 82 | 83 | 84 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/NoTouchID.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | files2 8 | 9 | rules 10 | 11 | ^Resources/ 12 | 13 | ^Resources/.*\.lproj/ 14 | 15 | optional 16 | 17 | weight 18 | 1000 19 | 20 | ^Resources/.*\.lproj/locversion.plist$ 21 | 22 | omit 23 | 24 | weight 25 | 1100 26 | 27 | ^Resources/Base\.lproj/ 28 | 29 | weight 30 | 1010 31 | 32 | ^version.plist$ 33 | 34 | 35 | rules2 36 | 37 | .*\.dSYM($|/) 38 | 39 | weight 40 | 11 41 | 42 | ^(.*/)?\.DS_Store$ 43 | 44 | omit 45 | 46 | weight 47 | 2000 48 | 49 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ 50 | 51 | nested 52 | 53 | weight 54 | 10 55 | 56 | ^.* 57 | 58 | ^Info\.plist$ 59 | 60 | omit 61 | 62 | weight 63 | 20 64 | 65 | ^PkgInfo$ 66 | 67 | omit 68 | 69 | weight 70 | 20 71 | 72 | ^Resources/ 73 | 74 | weight 75 | 20 76 | 77 | ^Resources/.*\.lproj/ 78 | 79 | optional 80 | 81 | weight 82 | 1000 83 | 84 | ^Resources/.*\.lproj/locversion.plist$ 85 | 86 | omit 87 | 88 | weight 89 | 1100 90 | 91 | ^Resources/Base\.lproj/ 92 | 93 | weight 94 | 1010 95 | 96 | ^[^/]+$ 97 | 98 | nested 99 | 100 | weight 101 | 10 102 | 103 | ^embedded\.provisionprofile$ 104 | 105 | weight 106 | 20 107 | 108 | ^version\.plist$ 109 | 110 | weight 111 | 20 112 | 113 | 114 | 115 | 116 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | files2 8 | 9 | rules 10 | 11 | ^Resources/ 12 | 13 | ^Resources/.*\.lproj/ 14 | 15 | optional 16 | 17 | weight 18 | 1000 19 | 20 | ^Resources/.*\.lproj/locversion.plist$ 21 | 22 | omit 23 | 24 | weight 25 | 1100 26 | 27 | ^Resources/Base\.lproj/ 28 | 29 | weight 30 | 1010 31 | 32 | ^version.plist$ 33 | 34 | 35 | rules2 36 | 37 | .*\.dSYM($|/) 38 | 39 | weight 40 | 11 41 | 42 | ^(.*/)?\.DS_Store$ 43 | 44 | omit 45 | 46 | weight 47 | 2000 48 | 49 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ 50 | 51 | nested 52 | 53 | weight 54 | 10 55 | 56 | ^.* 57 | 58 | ^Info\.plist$ 59 | 60 | omit 61 | 62 | weight 63 | 20 64 | 65 | ^PkgInfo$ 66 | 67 | omit 68 | 69 | weight 70 | 20 71 | 72 | ^Resources/ 73 | 74 | weight 75 | 20 76 | 77 | ^Resources/.*\.lproj/ 78 | 79 | optional 80 | 81 | weight 82 | 1000 83 | 84 | ^Resources/.*\.lproj/locversion.plist$ 85 | 86 | omit 87 | 88 | weight 89 | 1100 90 | 91 | ^Resources/Base\.lproj/ 92 | 93 | weight 94 | 1010 95 | 96 | ^[^/]+$ 97 | 98 | nested 99 | 100 | weight 101 | 10 102 | 103 | ^embedded\.provisionprofile$ 104 | 105 | weight 106 | 20 107 | 108 | ^version\.plist$ 109 | 110 | weight 111 | 20 112 | 113 | 114 | 115 | 116 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SMCSuperIO 11 | CFBundleIdentifier 12 | ru.joedm.SMCSuperIO 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SMCSuperIO 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.1.3 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.1.3 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | ru.joedm.SMCSuperIO 46 | 47 | CFBundleIdentifier 48 | ru.joedm.SMCSuperIO 49 | IOClass 50 | SMCSuperIO 51 | IOMatchCategory 52 | SMCSuperIO 53 | IOPCIClassMatch 54 | 0x06010000&0xffff0000 55 | IOProviderClass 56 | IOPCIDevice 57 | IOResourceMatch 58 | ACPI 59 | 60 | 61 | NSHumanReadableCopyright 62 | Copyright © 2018 joedm. All rights reserved. 63 | OSBundleCompatibleVersion 64 | 1.0 65 | OSBundleLibraries 66 | 67 | as.vit9696.Lilu 68 | 1.2.0 69 | as.vit9696.VirtualSMC 70 | 1.0.0 71 | com.apple.iokit.IOACPIFamily 72 | 1.0.0d1 73 | com.apple.kpi.bsd 74 | 12.0.0 75 | com.apple.kpi.dsep 76 | 12.0.0 77 | com.apple.kpi.iokit 78 | 12.0.0 79 | com.apple.kpi.libkern 80 | 12.0.0 81 | com.apple.kpi.mach 82 | 12.0.0 83 | com.apple.kpi.unsupported 84 | 12.0.0 85 | 86 | OSBundleRequired 87 | Root 88 | 89 | 90 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SMCProcessor 11 | CFBundleIdentifier 12 | as.vit9696.SMCProcessor 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SMCProcessor 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.1.3 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.1.3 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | as.vit9696.SMCProcessor 46 | 47 | CFBundleIdentifier 48 | as.vit9696.SMCProcessor 49 | IOClass 50 | SMCProcessor 51 | IOMatchCategory 52 | SMCProcessor 53 | IONameMatch 54 | processor 55 | IOPropertyMatch 56 | 57 | processor-index 58 | 0 59 | 60 | IOProviderClass 61 | IOACPIPlatformDevice 62 | IOResourceMatch 63 | ACPI 64 | 65 | 66 | NSHumanReadableCopyright 67 | Copyright © 2018 vit9696. All rights reserved. 68 | OSBundleCompatibleVersion 69 | 1.0 70 | OSBundleLibraries 71 | 72 | as.vit9696.Lilu 73 | 1.2.0 74 | as.vit9696.VirtualSMC 75 | 1.0.0 76 | com.apple.iokit.IOACPIFamily 77 | 1.0.0d1 78 | com.apple.kpi.bsd 79 | 12.0.0 80 | com.apple.kpi.dsep 81 | 12.0.0 82 | com.apple.kpi.iokit 83 | 12.0.0 84 | com.apple.kpi.libkern 85 | 12.0.0 86 | com.apple.kpi.mach 87 | 12.0.0 88 | com.apple.kpi.unsupported 89 | 12.0.0 90 | 91 | OSBundleRequired 92 | Root 93 | 94 | 95 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Introduction 2 | This repository contains my own hackintosh EFI configuration, using the clover bootloader. It is specifically built for the Dell XPS 15 9550 laptop, but may work with the Percision 5510 laptop with some minor tweaks and adjustments. It supports macOS Catalina 10.15.6. Up to two 4K@60Hz display connections are supported via type C with an adapter, and HDMI can also be connected. However, the internal display will turn off if three external displays are connected. This is a hardware limitation of the Intel iGPU, as it only has 3 pipelines for driving displays, one per display. Thunderbolt devices, such as external GPUs will have to be cold booted in order to properly work, and cannot be hot plugged. The existing Dell DW1830 wireless card is used to support WLAN and Airdop via Bluetooth. Nearly all native macOS touchpad gestures work, with the exception of Force Click not working. Sleep and wake functions work as they should. 3 | 4 | Battery life is about 5-8% worse on macOS compared to Windows 10. However, I am still getting around 7 hours of runtime with more than 12 chrome tabs open, and some applications running in the background. 5 | 6 | 7 | 8 | 9 | 10 | # Tested Configuration 11 | ## Hardware 12 | 13 | * Model: Dell XPS 15 9550 14 | * CPU: Intel Core i7-6700HQ 15 | * Intel Graphic: HD 530 16 | * Memory: Micron DDR4 2400MHz 16GB* 1 SK Hynix DDR4 2400MHz 8GB* 1 17 | * Display: 4K Infinity Edge Touch Screen 18 | * SSD: Samsung 970 Evo 250GB SSD 19 | * Trackpad: Synaptics SYNA2393 20 | * Battery: Dell 6GTPY 97Wh from the XPS 15 9570 21 | * Audio: Realtek ALC298 22 | * Touchscreen: Wacom WCOM488F 23 | * WLAN + Bluetooth : DW1830 24 | 25 | ## Software 26 | 27 | * BIOS: `1.5.0 - 1.11.2` 28 | * Clover Boot Loader: `Build 5122` 29 | * macOS Catalina: `10.15.0 - 10.15.6` 30 | * Windows 10 Pro: `Version 1909` 31 | 32 | # What Works 33 | - [x] Wifi 34 | - [x] Airdrop 35 | - [x] FaceTime 36 | - [x] iMessage 37 | - [x] Handoff 38 | - [x] Siri 39 | - [x] iCloud 40 | - [x] Find My Mac 41 | - [x] App Store 42 | - [x] 4K Touch Screen 43 | - [x] Trackpad Gestures 44 | - [x] Keyboard Shortcuts (Volume, Brightness, Play/Pause, Backlight, Print) 45 | - [x] HDMI Port (4k@30Hz hot pluggable) 46 | - [x] USB Type C Port (supports charging at 60w using Apple 87w USB C Power Adapter) 47 | - [x] Thunderbolt 3 Devices (Tested with a Sonnet Breakaway Box Developer Edition, AMD RX 580 8GB) 48 | - [x] Headphone Jack 49 | 50 | # What Doesn't Work :( 51 | - [ ] Killer 1535 (Must use Dell DW1830 in order to have WiFI, Bluetooth, and Airdrop support under macOS) 52 | - [ ] Nvidia Geforce GTX 960m 53 | - [ ] SD Card Reader (external USB ones work fine) 54 | - [ ] Force Click 55 | - [ ] FileVault (unable to boot on encypted volume, will get stuck on black screen) 56 | 57 | 58 | # Known Bugs/Issues 59 | 60 | * Trackpad very rarely will stop working. (fixed by rebooting the system.) 61 | * iGPU graphics can be slightly choppy on a scaled external 4k monitor. 62 | * Thunderbolt 3 Devices cannot be hot plugged, must be cold booted in order to work properly. 63 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/nvram.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | EFILoginHiDPI 6 | 7 | AQAAAA== 8 | 9 | EmuVariableUefiPresent 10 | 11 | WWVz 12 | 13 | LocationServicesEnabled 14 | 15 | AQ== 16 | 17 | OsxAptioFixDrv-RelocBase 18 | 19 | AKAeCwAAAAA= 20 | 21 | SystemAudioVolume 22 | 23 | QA== 24 | 25 | SystemAudioVolumeDB 26 | 27 | 9Q== 28 | 29 | backlight-level 30 | 31 | NwM= 32 | 33 | bluetoothActiveControllerInfo 34 | 35 | EGRcCgAAAAAwFEjiRPSrkg== 36 | 37 | csr-active-config 38 | 39 | ZwAAAA== 40 | 41 | efi-boot-device 42 | 43 | PGFycmF5PjxkaWN0PjxrZXk+SU9NYXRjaDwva2V5PjxkaWN0PjxrZXk+SU9Qcm92aWRl 44 | ckNsYXNzPC9rZXk+PHN0cmluZz5JT01lZGlhPC9zdHJpbmc+PGtleT5JT1Byb3BlcnR5 45 | TWF0Y2g8L2tleT48ZGljdD48a2V5PlVVSUQ8L2tleT48c3RyaW5nPkE5RjY4MTAyLTQw 46 | RjUtNDc5OS1CNzE3LTUxRkVBQkEzNDc5QTwvc3RyaW5nPjwvZGljdD48L2RpY3Q+PC9k 47 | aWN0PjwvYXJyYXk+ 48 | 49 | efi-boot-device-data 50 | 51 | AgEMANBBAwoAAAAAAQEGAAAdAQEGAAAAAxcQAAEAAAAAJThZgbBhYwQBKgACAAAAKEAG 52 | AAAAAACQDIsOAAAAAAKB9qn1QJlHtxdR/qujR5oCAgQDJAD3/HS+fAvzSZFHAfQELmhC 53 | wGLeAkXi/UKtC0YEhnFuNH//BAA= 54 | 55 | fmm-computer-name 56 | 57 | TWFjQm9vayBQcm8= 58 | 59 | fmm-mobileme-token-FMM 60 | 61 | YnBsaXN0MDDcAQIDBAUGBwgJCgsMDQ4QDRENEhMUFRYdXxAPdW5yZWdpc3RlclN0YXRl 62 | XxASZW5hYmxlZERhdGFjbGFzc2VzWWF1dGhUb2tlbl5kaXNhYmxlQ29udGV4dFZ1c2Vy 63 | aWRdZW5hYmxlQ29udGV4dFh1c2VybmFtZVhwZXJzb25JRFdhZGRUaW1lVGd1aWRYdXNl 64 | ckluZm9fEBNkYXRhY2xhc3NQcm9wZXJ0aWVzEAChD18QIWNvbS5hcHBsZS5EYXRhY2xh 65 | c3MuRGV2aWNlTG9jYXRvcl8QzEVBQUZBQUFBQkx3SUFBQUFBRjRVSERnUkRtZHpMbWxq 66 | Ykc5MVpDNWhkWFJvdlFBTGdkQ1g0UjZkV0dRa1hQa0FiR1ZORDRLU1V2c3JxUjVQajdx 67 | NFc4N1FyM0FEYVQ1Zy1IQnBNZjNjVm04UXlRUVk5MEJkU2tzMGtlU0VHYU9rSXA5Y3JH 68 | MkhyZWxNRWgxV2R3UVZaTjBILUNyeUVGdEpibDNKeVV0X3ZSVk16NUxMOUxkYV9ZLXR2 69 | X0pSVEpuekJOY1RBM3BPSGd+fhEB9V8QFGRuZ3V5ZW4zOTBAZ21haWwuY29tWjE3ODY1 70 | NTU1NjgjQdeFBw93InBfECRDMjExQjRCRi02RTY3LTQwQTktODU1RS01QUVFNDIyNzk1 71 | MEHTFxgZGhscXxAVSW5Vc2VPd25lckRpc3BsYXlOYW1lXxATSW5Vc2VPd25lckZpcnN0 72 | TmFtZV8QEkluVXNlT3duZXJMYXN0TmFtZVxEYXZpZCBOZ3V5ZW5VRGF2aWRWTmd1eWVu 73 | 0Q8e1R8gISIjJCUmJyhWYXBzRW52WGhvc3RuYW1lXWlkc0lkZW50aWZpZXJWc2NoZW1l 74 | XWF1dGhNZWNoYW5pc21aUHJvZHVjdGlvbl8QE3AyOS1mbWlwLmljbG91ZC5jb21fECQ4 75 | QUU5OTFCOS1FMjBELTQzQTYtQTU2Qi05QkUyRjA1RDhBNTNVaHR0cHNVdG9rZW4ACAAh 76 | ADMASABSAGEAaAB2AH8AiACQAJUAngC0ALYAuADcAasBrgHFAdAB2QIAAgcCHwI1AkoC 77 | VwJdAmQCZwJyAnkCggKQApcCpQKwAsYC7QLzAAAAAAAAAgEAAAAAAAAAKQAAAAAAAAAA 78 | AAAAAAAAAvk= 79 | 80 | fmm-mobileme-token-FMM-BridgeHasAccount 81 | 82 | QnJpZGdlSGFzQWNjb3VudFZhbHVl 83 | 84 | security-mode 85 | none 86 | specialbootdevice 87 | 88 | AgEMANBBAwoAAAAAAQEGAAAdAQEGAAAAAxcQAAEAAAAAJThZgbBhYwQBKgACAAAAKEAG 89 | AAAAAACQDIsOAAAAAAKB9qn1QJlHtxdR/qujR5oCAgQDJAD3/HS+fAvzSZFHAfQELmhC 90 | wGLeAkXi/UKtC0YEhnFuNH//BAA= 91 | 92 | 93 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/CPUFriend.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | CPUFriend 11 | CFBundleIdentifier 12 | org.vanilla.driver.CPUFriend 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | CPUFriend 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.2.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.2.0 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | CPUFriend 46 | 47 | CFBundleIdentifier 48 | org.vanilla.driver.CPUFriend 49 | IOClass 50 | CPUFriend 51 | IOMatchCategory 52 | CPUFriend 53 | IOProviderClass 54 | IOResources 55 | IOResourceMatch 56 | IOKit 57 | 58 | CPUFriendPlatform 59 | 60 | CFBundleIdentifier 61 | org.vanilla.driver.CPUFriend 62 | IOClass 63 | CPUFriendData 64 | IOProbeScore 65 | 6000 66 | IOPropertyMatch 67 | 68 | IOCPUNumber 69 | 0 70 | 71 | IOProviderClass 72 | AppleACPICPU 73 | IOResourceMatch 74 | ACPI 75 | 76 | 77 | NSHumanReadableCopyright 78 | Copyright © 2017 - 2019 PMheart. All rights reserved. 79 | OSBundleCompatibleVersion 80 | 1.0 81 | OSBundleLibraries 82 | 83 | as.vit9696.Lilu 84 | 1.2.0 85 | com.apple.iokit.IOACPIFamily 86 | 1.0.0d1 87 | com.apple.kpi.bsd 88 | 12.0.0 89 | com.apple.kpi.dsep 90 | 12.0.0 91 | com.apple.kpi.iokit 92 | 12.0.0 93 | com.apple.kpi.libkern 94 | 12.0.0 95 | com.apple.kpi.mach 96 | 12.0.0 97 | com.apple.kpi.unsupported 98 | 12.0.0 99 | 100 | OSBundleRequired 101 | Root 102 | 103 | 104 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SMCBatteryManager 11 | CFBundleIdentifier 12 | ru.usrsse2.SMCBatteryManager 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SMCBatteryManager 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10E1001 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18E219 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1020 39 | DTXcodeBuild 40 | 10E1001 41 | IOKitPersonalities 42 | 43 | IOSMBusController 44 | 45 | CFBundleIdentifier 46 | ru.usrsse2.SMCBatteryManager 47 | IOClass 48 | SMCSMBusController 49 | IOMatchCategory 50 | SMCSMBusController 51 | IOProviderClass 52 | IOResources 53 | IOResourceMatch 54 | IOKit 55 | 56 | SMCBatteryManager 57 | 58 | CFBundleIdentifier 59 | ru.usrsse2.SMCBatteryManager 60 | IOClass 61 | SMCBatteryManager 62 | IOMatchCategory 63 | SMCBatteryManager 64 | IOProviderClass 65 | IOResources 66 | IOResourceMatch 67 | IOKit 68 | 69 | 70 | NSHumanReadableCopyright 71 | Copyright © 2018 usrsse2. All rights reserved. 72 | OSBundleCompatibleVersion 73 | 1.0.0 74 | OSBundleLibraries 75 | 76 | as.vit9696.Lilu 77 | 1.2.0 78 | as.vit9696.VirtualSMC 79 | 1.0.0 80 | com.apple.iokit.IOACPIFamily 81 | 1.0.0d1 82 | com.apple.iokit.IOSMBusFamily 83 | 1.0.0 84 | com.apple.kpi.bsd 85 | 12.0.0 86 | com.apple.kpi.dsep 87 | 12.0.0 88 | com.apple.kpi.iokit 89 | 12.0.0 90 | com.apple.kpi.libkern 91 | 12.0.0 92 | com.apple.kpi.mach 93 | 12.0.0 94 | com.apple.kpi.unsupported 95 | 12.0.0 96 | 97 | OSBundleRequired 98 | Root 99 | 100 | 101 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/WhateverGreen.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | WhateverGreen 11 | CFBundleIdentifier 12 | as.vit9696.WhateverGreen 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | WhateverGreen 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.3.9 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.3.9 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | NVHDAEnabler 46 | 47 | CFBundleIdentifier 48 | as.vit9696.WhateverGreen 49 | IOClass 50 | NVHDAEnabler 51 | IOMatchCategory 52 | IOFramebuffer 53 | IOPCIClassMatch 54 | 0x03000000&0xff000000 55 | IOPCIMatch 56 | 0x000010de&0x0000ffff 57 | IOProbeScore 58 | 300000 59 | IOProviderClass 60 | IOPCIDevice 61 | 62 | as.vit9696.WhateverGreen 63 | 64 | CFBundleIdentifier 65 | as.vit9696.WhateverGreen 66 | IOClass 67 | WhateverGreen 68 | IOMatchCategory 69 | WhateverGreen 70 | IOProviderClass 71 | IOResources 72 | IOResourceMatch 73 | IOKit 74 | 75 | 76 | NSHumanReadableCopyright 77 | Copyright © 2018 vit9696. All rights reserved. 78 | OSBundleCompatibleVersion 79 | 1.0 80 | OSBundleLibraries 81 | 82 | as.vit9696.Lilu 83 | 1.2.0 84 | com.apple.iokit.IOPCIFamily 85 | 1.0.0b1 86 | com.apple.kpi.bsd 87 | 12.0.0 88 | com.apple.kpi.dsep 89 | 12.0.0 90 | com.apple.kpi.iokit 91 | 12.0.0 92 | com.apple.kpi.libkern 93 | 12.0.0 94 | com.apple.kpi.mach 95 | 12.0.0 96 | com.apple.kpi.unsupported 97 | 12.0.0 98 | 99 | OSBundleRequired 100 | Root 101 | 102 | 103 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 19E266 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | VoodooGPIO 11 | CFBundleIdentifier 12 | org.coolstar.VoodooGPIO 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VoodooGPIO 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.1 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1.1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 11E146 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 16E185 35 | DTSDKName 36 | macosx10.12 37 | DTXcode 38 | 1140 39 | DTXcodeBuild 40 | 11E146 41 | IOKitPersonalities 42 | 43 | VoodooGPIOCannonLakeH 44 | 45 | CFBundleIdentifier 46 | org.coolstar.VoodooGPIO 47 | IOClass 48 | VoodooGPIOCannonLakeH 49 | IONameMatch 50 | 51 | INT3450 52 | 53 | IOProviderClass 54 | IOService 55 | 56 | VoodooGPIOCannonLakeLP 57 | 58 | CFBundleIdentifier 59 | org.coolstar.VoodooGPIO 60 | IOClass 61 | VoodooGPIOCannonLakeLP 62 | IONameMatch 63 | 64 | INT34BB 65 | 66 | IOProviderClass 67 | IOService 68 | 69 | VoodooGPIOSunrisePointH 70 | 71 | CFBundleIdentifier 72 | org.coolstar.VoodooGPIO 73 | IOClass 74 | VoodooGPIOSunrisePointH 75 | IONameMatch 76 | 77 | INT345D 78 | 79 | IOProviderClass 80 | IOService 81 | 82 | VoodooGPIOSunrisePointLP 83 | 84 | CFBundleIdentifier 85 | org.coolstar.VoodooGPIO 86 | IOClass 87 | VoodooGPIOSunrisePointLP 88 | IONameMatch 89 | 90 | INT344B 91 | 92 | IOProviderClass 93 | IOService 94 | 95 | 96 | LSMinimumSystemVersion 97 | 10.12 98 | NSHumanReadableCopyright 99 | Copyright © 2017 CoolStar. All rights reserved. 100 | OSBundleCompatibleVersion 101 | 1.1 102 | OSBundleLibraries 103 | 104 | com.apple.iokit.IOACPIFamily 105 | 1.4 106 | com.apple.kpi.iokit 107 | 13.0 108 | com.apple.kpi.libkern 109 | 13.0 110 | com.apple.kpi.mach 111 | 13.0 112 | 113 | OSBundleRequired 114 | Root 115 | 116 | 117 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/USBPorts.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleGetInfoString 8 | 1.0 Copyright © 2018 Headsoft. All rights reserved. 9 | CFBundleIdentifier 10 | com.Headsoft.USBPorts 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | USBPorts 15 | CFBundlePackageType 16 | KEXT 17 | CFBundleShortVersionString 18 | 1911 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | IOKitPersonalities 24 | 25 | MacBookPro13,3-XHC 26 | 27 | CFBundleIdentifier 28 | com.apple.driver.AppleUSBMergeNub 29 | IOClass 30 | AppleUSBMergeNub 31 | IONameMatch 32 | XHC 33 | IOProbeScore 34 | 5000 35 | IOProviderClass 36 | AppleUSBXHCIPCI 37 | IOProviderMergeProperties 38 | 39 | kUSBSleepPowerSupply 40 | 5100 41 | kUSBSleepPortCurrentLimit 42 | 2100 43 | kUSBWakePowerSupply 44 | 5100 45 | kUSBWakePortCurrentLimit 46 | 2100 47 | port-count 48 | 49 | EgAAAA== 50 | 51 | ports 52 | 53 | HS01 54 | 55 | DevSpeed 56 | 2 57 | UsbConnector 58 | 3 59 | port 60 | 61 | AQAAAA== 62 | 63 | 64 | HS02 65 | 66 | DevSpeed 67 | 2 68 | UsbConnector 69 | 3 70 | port 71 | 72 | AgAAAA== 73 | 74 | 75 | HS04 76 | 77 | DevSpeed 78 | 1 79 | UsbConnector 80 | 255 81 | port 82 | 83 | BAAAAA== 84 | 85 | 86 | HS09 87 | 88 | UsbConnector 89 | 255 90 | port 91 | 92 | CQAAAA== 93 | 94 | 95 | HS12 96 | 97 | DevSpeed 98 | 2 99 | UsbConnector 100 | 255 101 | port 102 | 103 | DAAAAA== 104 | 105 | 106 | SS01 107 | 108 | DevSpeed 109 | 3 110 | UsbConnector 111 | 3 112 | port 113 | 114 | EQAAAA== 115 | 116 | 117 | SS02 118 | 119 | DevSpeed 120 | 3 121 | UsbConnector 122 | 3 123 | port 124 | 125 | EgAAAA== 126 | 127 | 128 | 129 | 130 | model 131 | MacBookPro13,3 132 | 133 | 134 | OSBundleRequired 135 | Root 136 | 137 | 138 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/FakePCIID_Intel_HDMI_Audio.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18A391 7 | CFBundleIdentifier 8 | org.rehabman.injector.FakePCIID-Intel-HDMI-Audio 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundleName 12 | FakePCIID_Intel_HDMI_Audio 13 | CFBundlePackageType 14 | KEXT 15 | CFBundleShortVersionString 16 | 1.3.15 17 | CFBundleSupportedPlatforms 18 | 19 | MacOSX 20 | 21 | CFBundleVersion 22 | 1.3.15 23 | DTCompiler 24 | com.apple.compilers.llvm.clang.1_0 25 | DTPlatformBuild 26 | 9F2000 27 | DTPlatformVersion 28 | GM 29 | DTSDKBuild 30 | 10M2518 31 | DTSDKName 32 | macosx10.6 33 | DTXcode 34 | 0941 35 | DTXcodeBuild 36 | 9F2000 37 | IOKitPersonalities 38 | 39 | Intel HDMI Audio - 100-series 0x9d74 0x9d71 0x9d70 0xa171 40 | 41 | CFBundleIdentifier 42 | org.rehabman.driver.FakePCIID 43 | FakeProperties 44 | 45 | RM,device-id 46 | 47 | cKEAAA== 48 | 49 | 50 | IOClass 51 | FakePCIID 52 | IOMatchCategory 53 | FakePCIID 54 | IOPCIPrimaryMatch 55 | 0x9d748086 0x9d718086 0x9d708086 0xa1718086 56 | IOProviderClass 57 | IOPCIDevice 58 | 59 | Intel HDMI Audio - 100-series 0xa170 60 | 61 | CFBundleIdentifier 62 | org.rehabman.driver.FakePCIID 63 | FakeProperties 64 | 65 | RM,device-id 66 | 67 | cJ0AAA== 68 | 69 | 70 | IOClass 71 | FakePCIID 72 | IOMatchCategory 73 | FakePCIID 74 | IOPCIPrimaryMatch 75 | 0xa1708086 76 | IOProviderClass 77 | IOPCIDevice 78 | 79 | Intel HDMI Audio - 200-series 0xa2f0 80 | 81 | CFBundleIdentifier 82 | org.rehabman.driver.FakePCIID 83 | FakeProperties 84 | 85 | RM,device-id 86 | 87 | cKEAAA== 88 | 89 | 90 | IOClass 91 | FakePCIID 92 | IOMatchCategory 93 | FakePCIID 94 | IOPCIPrimaryMatch 95 | 0xa2f08086 96 | IOProviderClass 97 | IOPCIDevice 98 | 99 | Intel HDMI Audio - 300-series 0xa348 0x9dc8 100 | 101 | CFBundleIdentifier 102 | org.rehabman.driver.FakePCIID 103 | FakeProperties 104 | 105 | RM,device-id 106 | 107 | cKEAAA== 108 | 109 | 110 | IOClass 111 | FakePCIID 112 | IOMatchCategory 113 | FakePCIID 114 | IOPCIPrimaryMatch 115 | 0xa3488086 0x9dc88086 116 | IOProviderClass 117 | IOPCIDevice 118 | 119 | Intel HDMI Audio - Haswell 120 | 121 | CFBundleIdentifier 122 | org.rehabman.driver.FakePCIID 123 | FakeProperties 124 | 125 | RM,device-id 126 | 127 | DAoAAA== 128 | 129 | 130 | IOClass 131 | FakePCIID 132 | IOMatchCategory 133 | FakePCIID 134 | IOPCIPrimaryMatch 135 | 0x0c0c8086 136 | IOProviderClass 137 | IOPCIDevice 138 | 139 | 140 | OSBundleRequired 141 | Root 142 | Source Code 143 | https://github.com/RehabMan/FakePCIID 144 | 145 | 146 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleExecutable 8 | VoodooPS2Controller 9 | CFBundleGetInfoString 10 | 2.1.4, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013 11 | CFBundleIdentifier 12 | as.acidanthera.voodoo.driver.PS2Controller 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Voodoo PS/2 Controller 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.1.4 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.1.4 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | ACPI PS/2 Nub 46 | 47 | CFBundleIdentifier 48 | as.acidanthera.voodoo.driver.PS2Controller 49 | FindMouseDelay 50 | 100 51 | IOClass 52 | AppleACPIPS2Nub 53 | IONameMatch 54 | 55 | PNP0303 56 | PNP030B 57 | PNP0320 58 | 59 | IOProviderClass 60 | IOACPIPlatformDevice 61 | MouseNameMatch 62 | 63 | PNP0F03 64 | PNP0F0B 65 | PNP0F0E 66 | PNP0F13 67 | 68 | 69 | ApplePS2Controller 70 | 71 | CFBundleIdentifier 72 | as.acidanthera.voodoo.driver.PS2Controller 73 | IOClass 74 | ApplePS2Controller 75 | IONameMatch 76 | ps2controller 77 | IOProviderClass 78 | IOPlatformDevice 79 | Platform Profile 80 | 81 | Default 82 | 83 | MouseWakeFirst 84 | 85 | WakeDelay 86 | 10 87 | 88 | HPQOEM 89 | 90 | 1411 91 | ProBook 92 | 1619 93 | ProBook 94 | 161C 95 | ProBook 96 | 164F 97 | ProBook 98 | 167C 99 | ProBook 100 | 167E 101 | ProBook 102 | 1680 103 | ProBook 104 | 179B 105 | ProBook 106 | 179C 107 | ProBook 108 | 17A9 109 | ProBook 110 | 17F0 111 | ProBook 112 | 17F3 113 | ProBook 114 | 17F6 115 | ProBook 116 | 1942 117 | ProBook 118 | 1949 119 | ProBook 120 | 198F 121 | ProBook 122 | ProBook 123 | 124 | WakeDelay 125 | 0 126 | 127 | ProBook-102 128 | ProBook 129 | ProBook-87 130 | ProBook 131 | 132 | 133 | RM,deliverNotifications 134 | 135 | 136 | 137 | OSBundleCompatibleVersion 138 | 2.1.4 139 | OSBundleLibraries 140 | 141 | com.apple.iokit.IOACPIFamily 142 | 1.0.0d1 143 | com.apple.kpi.bsd 144 | 8.0.0 145 | com.apple.kpi.iokit 146 | 8.0.0 147 | com.apple.kpi.libkern 148 | 8.0.0 149 | com.apple.kpi.mach 150 | 8.0.0 151 | com.apple.kpi.unsupported 152 | 8.0.0 153 | 154 | OSBundleRequired 155 | Console 156 | 157 | 158 | -------------------------------------------------------------------------------- /Dell XPS 15 9550 EFI/EFI/CLOVER/kexts/Other/AirportBrcmFixup.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | AirportBrcmFixup 11 | CFBundleIdentifier 12 | as.lvs1974.AirportBrcmFixup 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | AirportBrcmFixup 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.0.7 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.0.7 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | Airport_Brcm4360 46 | 47 | CFBundleIdentifier 48 | com.apple.driver.AirPort.Brcm4360 49 | IOClass 50 | AirPort_Brcm4360 51 | IOMatchCategory 52 | IODefaultMatchCategory 53 | IONameMatch 54 | 55 | pci14e4,4331 56 | pci14e4,4353 57 | pci14e4,4357 58 | pci14e4,43a3 59 | pci14e4,43b1 60 | pci14e4,43b2 61 | 62 | IOProbeScore 63 | 1110 64 | IOProviderClass 65 | IOPCIDevice 66 | TruePowerOff 67 | 68 | 69 | Airport_BrcmNIC 70 | 71 | CFBundleIdentifier 72 | com.apple.driver.AirPort.BrcmNIC 73 | IOClass 74 | AirPort_BrcmNIC 75 | IOMatchCategory 76 | IODefaultMatchCategory 77 | IONameMatch 78 | 79 | pci14e4,43ba 80 | pci14e4,43a3 81 | pci14e4,43a0 82 | pci14e4,43b1 83 | pci14e4,43b2 84 | 85 | IOProbeScore 86 | 2048 87 | IOProviderClass 88 | IOPCIDevice 89 | TruePowerOff 90 | 91 | 92 | Broadcom 802.11 PCI 93 | 94 | CFBundleIdentifier 95 | as.lvs1974.AirportBrcmFixup 96 | IOClass 97 | FakeBrcm 98 | IOMatchCategory 99 | IODefaultMatchCategory 100 | IONameMatch 101 | 102 | pci14e4,43ba 103 | pci14e4,43a3 104 | pci14e4,43a0 105 | pci14e4,4331 106 | pci14e4,4353 107 | pci14e4,43b1 108 | pci14e4,43b2 109 | pci14e4,4357 110 | pci14e4,432b 111 | pci14e4,4311 112 | pci14e4,4312 113 | pci14e4,4313 114 | pci14e4,4318 115 | pci14e4,4319 116 | pci14e4,431a 117 | pci14e4,4320 118 | pci14e4,4324 119 | pci14e4,4325 120 | pci14e4,4328 121 | pci14e4,432c 122 | pci14e4,432d 123 | 124 | IOProbeScore 125 | 6000 126 | IOProviderClass 127 | IOPCIDevice 128 | TruePowerOff 129 | 130 | 131 | as.lvs1974.AirportBrcmFixup 132 | 133 | CFBundleIdentifier 134 | as.lvs1974.AirportBrcmFixup 135 | IOClass 136 | AirportBrcmFixup 137 | IOMatchCategory 138 | AirportBrcmFixup 139 | IOProviderClass 140 | IOResources 141 | IOResourceMatch 142 | IOKit 143 | 144 | 145 | NSHumanReadableCopyright 146 | Copyright © 2017 lvs1974. All rights reserved. 147 | OSBundleCompatibleVersion 148 | 1.0 149 | OSBundleLibraries 150 | 151 | as.vit9696.Lilu 152 | 1.2.6 153 | com.apple.iokit.IONetworkingFamily 154 | 1.5 155 | com.apple.iokit.IOPCIFamily 156 | 2.7 157 | com.apple.kpi.bsd 158 | 12.0.0 159 | com.apple.kpi.dsep 160 | 12.0.0 161 | com.apple.kpi.iokit 162 | 12.0.0 163 | com.apple.kpi.libkern 164 | 12.0.0 165 | com.apple.kpi.mach 166 | 12.0.0 167 | com.apple.kpi.unsupported 168 | 12.0.0 169 | 170 | OSBundleRequired 171 | Network-Root 172 | 173 | 174 | --------------------------------------------------------------------------------