<?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>
  <!-- Modify these properties as desired -->
  <key>Width</key>
  <integer>1024</integer>
  <key>Height</key>
  <integer>768</integer>
  <key>MainHTML</key>
  <string>main.html</string>

  <!-- These are required, but have no user-facing effect -->
  <key>CFBundleDevelopmentRegion</key>
  <string>English</string>
  <key>CFBundleIdentifier</key>
  <string>com.trevorburnham.widgetboilerplate</string>
  <key>CFBundleName</key>
  <string>iBooks HTML Widget Boilerplate</string>
</dict>
</plist>
