Thank you Martin,
With some small modification of CMakelist files I generated Xcode projects
from FreeRDP/libfreerdp folder and from FreeRDP/winpr. After that I changed
some setting for both project files for all target to compile as static
libraries and run iFreeRDP on my iPad.
Thanks.
On Thu,
Hi Eugene,
the iOS port currently doesn't generate a XCode project for the FreeRDP
libraries.
After using cmake for the configuration you will have to call make and
it will create
all the FreeRDP and iOS binaries for you (you can enable/disable making
the iOS
binaries using -DIOS_BUILD_OBJC=ON/
Hello FreeRDP-Team,
I am Eugene. I am very happy to see a support of iOS and Android platform.
I am trying to compile FreeRDP client for iOS platform using CMake and
generation of Xcode projects from latest FreeRDP source code.
I generated Xcode project for iFreeRDP, but I am not able to generate