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
renderer/mac/Info.plist Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>com.github.atom.helper</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>LSUIElement</key>
<true/>
</dict>
</plist>