Initial empty browser.

This commit is contained in:
Cheng Zhao 2013-04-12 09:46:58 +08:00
parent 6ef8875b1e
commit a915cf2e81
25 changed files with 3770 additions and 3 deletions

12
script/build Executable file
View file

@ -0,0 +1,12 @@
#!/bin/sh
set -e
MODE=Release
if [ ! -z $1 ]; then
MODE=$1
fi
cd "$(dirname "$0")/.."
xcodebuild -configuration ${MODE} -target atom