diff --git a/xcode.sh b/scripts/xcode.sh similarity index 96% rename from xcode.sh rename to scripts/xcode.sh index eebfed050..f86faa95a 100755 --- a/xcode.sh +++ b/scripts/xcode.sh @@ -1,4 +1,7 @@ #!/bin/bash + +# may now be legacy; 2 stage cmake no longer needed + # Xcode generated files directory XCODE_PROJ_DIR=xcode # MacFreeRDP client directory @@ -68,4 +71,4 @@ else echo -n "NOTE: Dragging FreeRDP project from finder onto the MacFreeRDP project in Xcode will enable code stepping from MacFreeRDP into FreeRDP. " -fi \ No newline at end of file +fi