You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
10 lines
301 B
Bash
Executable File
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}
|
|
|