freerdp: remove SetFormat from iOS rdpsnd entry points, fix const-ness of interface methods

This commit is contained in:
Richard Markiewicz
2021-12-15 20:23:54 -08:00
committed by akallabeth
parent d248b635a5
commit 49f9f5c265
2 changed files with 5 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ Building
Run the following commands in the top level FreeRDP directory:
cmake -DCMAKE_TOOLCHAIN_FILE=cmake/iOSToolchain.cmake -GXcode
cmake -DCMAKE_TOOLCHAIN_FILE=cmake/ios.toolchain.cmake -GXcode
This command will create a XCode project in the FreeRDP root folder called FreeRDP.xcodeproj.
Open the project in XCode and modify, build or run the app.
@@ -82,7 +82,7 @@ cmake variables
===============
CMAKE_TOOLCHAIN_FILE
* the toolchain file to use must be cmake/iOSToolchain.cmake
* the toolchain file to use must be cmake/ios.toolchain.cmake
IOS_PLATFORM (OS (default), SIMULATOR)
* the platform for which to build iFreeRDP. OS compiles for iOS devices (using armv7 and armv7s ABIs) and SIMULATOR compiles for the iOS Simulator (i386)