Files
UnrealEngineUWP/Engine/Extras/Xcode/xcodecheckout.sh
Marc Audy d90da4ab1a Merge to Dev-Main for 4.20 @ 4090813
#rb
#rnx
#lockdown Nick.Penwarden

[CL 4091081 by Marc Audy in Main branch]
2018-05-23 21:04:31 -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}