]> git.saurik.com Git - apple/security.git/blob - SecurityFeatures/ExternalProject.sh
Security-57740.31.2.tar.gz
[apple/security.git] / SecurityFeatures / ExternalProject.sh
1 #!/bin/sh
2 #
3 # ExternalProject.sh
4 #
5
6 case $1 in
7 clean)
8 rm -f "${BUILT_PRODUCTS_DIR}"/include/Security/SecurityFeatures.h
9 ;;
10 *)
11 ;;
12 esac
13
14 exit 0