Files
UnrealEngineUWP/Engine/Extras/Xcode/xcodecheckout.sh
Ryan Gerleve e88617b37e Merging //UE4/Dev-Main to Dev-Networking (//UE4/Dev-Networking)
#rb none
#rnx

[CL 4119306 by Ryan Gerleve in Dev-Networking branch]
2018-06-07 22:39:07 -04:00

10 lines
301 B
Bash
Executable File

#!/bin/bash
# This script can be specified in Xcode's behaviors to checkout files that are locked for editing.
# It assumes the P4 commandline tools are installed, and the active p4config points to a workspace
# that maps to the path of the file
/usr/local/bin/p4 edit ${XcodeAlertAffectedPaths}