Skip to content

Instantly share code, notes, and snippets.

@themorgantown
Created January 19, 2013 01:31
Show Gist options
  • Save themorgantown/4570116 to your computer and use it in GitHub Desktop.
Save themorgantown/4570116 to your computer and use it in GitHub Desktop.
For iBooks author -- if the widget's html file is index.wdgt.html
<?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>AllowNetworkAccess</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>WooGrit23</string>
<key>CFBundleIdentifier</key>
<string>com.tumult.hype.widget.WooGrit23</string>
<key>CFBundleName</key>
<string>WooGrit23</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MainHTML</key>
<string>index.wdgt.html</string>
<key>IBNotifiesOnReady</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment