Just go for {$ifdef darwin} which means Mac OS X and also iOS (I think)

I find it extremely unlikely that you are going to compile for the old
Mac OS, but if you really want to, then:

{$if defined(darwin) or defined(macos)}
  {$define allmacosplatforms}
{$endif}

-- 
Felipe Monteiro de Carvalho

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to