mirror of
https://github.com/zhigang1992/Kiwi.git
synced 2026-04-29 20:46:13 +08:00
issue #191 - Update Kiwi Xcode template organization
This commit is contained in:
3
install-templates.sh → Xcode Templates/install-templates.sh
Normal file → Executable file
3
install-templates.sh → Xcode Templates/install-templates.sh
Normal file → Executable 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"
|
||||
Reference in New Issue
Block a user