Testing web application on Mac/Safari when I don't own a Mac

前端 未结 12 606
梦毁少年i
梦毁少年i 2021-01-29 21:38

Having been caught out recently when a web site I launched displayed perfectly on IE, Firefox, Chrome and Safari on Windows but was corrupted when viewed using Safari on the Mac

12条回答
  •  广开言路
    2021-01-29 22:00

    A) Install VirtualBox and download free MacOS High Sierra image

    See tutorial here: https://www.wikigain.com/install-macos-high-sierra-virtualbox-windows/

    You will get the latest Safari.

    You don't need to pay for those online services!!!

    Use these vbox settings to increase resolution and memory, but it is still very laggy and slow:

    cd "C:\Program Files\Oracle\VirtualBox\"
    VBoxManage setextradata "macOS" VBoxInternal2/EfiGraphicsResolution 1920x1080
    VBoxManage modifyvm "macOS" --vram 256
    

    B) Alternatively try VMware

提交回复
热议问题