loading frames with their own JSCocoa OSX objects

This commit is contained in:
Corey Johnson
2011-08-23 17:25:02 -07:00
parent 3d8545bbb0
commit bae0ab2e6b
7 changed files with 52 additions and 42 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/sh
SOURCE_SCRIPTS_DIR="$PROJECT_DIR/HTML"
DESTINATION_SCRIPTS_DIR="$BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Resources/"
cp -r "$SOURCE_SCRIPTS_DIR" "$DESTINATION_SCRIPTS_DIR"
echo "$DESTINATION_SCRIPTS_DIR"