hg pull
hg update
cmake -G Xcode
Add tos.img to project root
Create build phase copying tos.img into Resources
Select Product-->Scheme->Edit Scheme and change Build Configuration to Release
Build
Works fine. OS X Mavericks, 64 bit mode, Macbook Pro Retina 13" with Intel i7
(I've already installed the SDL Framework manually and thus it's not done by my Hatari build - should be done by those who create distributions though)
Caveat: In windowed mode Hatari runs way too slow (non-realtime), using a lot of CPU. Full screen mode works fine. I _don't know_ why and whether this has anything to do with v1.8, me using Xcode to build with which I've never done before or something completely different.. Others should verify.
/Troed