Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created September 19, 2013 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/6620260 to your computer and use it in GitHub Desktop.
Save jpluimers/6620260 to your computer and use it in GitHub Desktop.
Embarcadero Discussion Forums: Convert FMX to FMI ....
1) Replace FMX. with FMX_ in Demo.dpr file
2) Replace <FrameworkType>FMX</FrameworkType> with <FrameworkType>FMI</FrameworkType> in Demo.dproj
3) Replace <FormType>fmx</FormType> with <FormType>lfm</FormType> in Demo.dproj
4) Rename Formfile UDemo.fmx to UDemo.lfm
5) Replace FMX. with FMX_ in UDemo.pas
6) Replace {$R *.fmx} with {$R *.lfm} in UDemo.pas
7) Run Dos command dpr2xcode on Demo.dpr to create XCode compatible project files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment