Compilation for Mac OS X using Delphi XE2

1) I can only add 64-bit version of Windows as the target platform.
How to compile for Mac OS X?

2) I want the application to view files on the hard drive and copy them.

Do I need Apple permission to do this? Some kind of license or something else? If so, how do I get it?

+5
source share
1 answer

You can compile Firemonkey projects for OSX.
If you start a VCL project, it will only be associated with Windows, because the VCL is bound to the Windows API, while Firemonkey is cross-platform.

Run a new project:

File → New → FireMonkey HD Application

Right click

( ...)

Choose OS X

OS X.

Apple ? - - ? , ?

: http://docwiki.embarcadero.com/RADStudio/XE2/en/Mac_OS_X_Application_Development

0

All Articles