Category Archives: Mac OS X

Backing up with Time Machine on MacOS

Plugged an external HDD:

(more…)

I have MacBook

And it is even Pro:

System Version: macOS 11.6 (20G165)
Kernel Version: Darwin 20.6.0

(more…)

How to backup entire disk on MacOS

Open Disk Utility, select View->Show All Devices, select the disk and then Image from … :

To restore the disk from backup create a boot USB flash, boot from it and use Recovery option.

Publishing QT application in Apple App Store

I succeeded with building my app for iOS and my first step in publishing the app in App Store was opening generated .xcodeproj file in XCode, but XCode froze displaying rotating progress indicator and wait cursor.

(more…)

Binding NumPad arrows on MacOS with Karabiner

I created the following key bindings in Karabiner:

(more…)

Running a QT app on MacOS

I was able to compile and debug my app on MacOS with QT Creator:

All C++ code compiled successfully, but something went wrong with OpenGLES shaders. It is probably because I included OpenGLES headers from a wrong place.

(more…)

Running Mac OS X with Virtual Box

I successfully installed Mac OS X Snow Leopard on Virtual Box using iBoot. iBoot requires “Enable EFI …” to be unchecked:

(more…)