issue #191 - Update Kiwi Xcode template organization

This commit is contained in:
Allen Ding
2013-01-17 18:13:29 +08:00
parent 17adaf1cfd
commit 43cb92f039
3 changed files with 1 additions and 2 deletions

View File

@@ -5,8 +5,7 @@ TEMPLATES_DIR="$HOME/Library/Developer/Xcode/Templates"
FILE_TEMPLATES_DIR="$TEMPLATES_DIR/File Templates"
KIWI_TEMPLATES_DIR="$FILE_TEMPLATES_DIR/Kiwi"
echo "Installing templates to $KIWI_TEMPLATES_DIR"
mkdir -p "$KIWI_TEMPLATES_DIR"
cp -R "$SOURCE_DIR/Templates/" "$KIWI_TEMPLATES_DIR"
cp "$SOURCE_DIR/Kiwi Spec.xctemplate" "$KIWI_TEMPLATES_DIR"
echo "Finished"