diff options
Diffstat (limited to 'UnixPkg/Xcode/xcode_project/XcodeBuild.sh')
-rwxr-xr-x | UnixPkg/Xcode/xcode_project/XcodeBuild.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/UnixPkg/Xcode/xcode_project/XcodeBuild.sh b/UnixPkg/Xcode/xcode_project/XcodeBuild.sh deleted file mode 100755 index 453aac1896..0000000000 --- a/UnixPkg/Xcode/xcode_project/XcodeBuild.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -# -# External makefile Xcode project project uses this script to build and clean from the Xcode GUI -# - -# force exit on error -set -e - -# -# Source the workspace and set up the environment variables we need -# -cd ../.. -./build.sh $1 $2 $3 $4 $5 $6 $8 |