Linux使いがMac始めました。
HTMLウィジェットの作り方
公式ヘルプが2つあるの、なんでだろう。
iBooks Author:HTML ウィジェット作成について
iBooks Author での HTML ウィジェット作成について
公式ヘルプに従ったInfo.plist
Info.plist.jade
doctype xml
doctype plist PUBLIC "-//Apple//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd"
plist(version="1.0")
dict
key CFBundleDevelopmentRegion
string English
key CFBundleDevelopmentRegion
string English
key CFBundleDisplayName
string Hello World
key CFBundleIdentifier
string com.apple.widget.HelloWorld
key CFBundleName
string Hello World
key CFBundleShortVersionString
string 1.0
key CFBundleVersion
string 1.0
key Height
integer 768
key MainHTML
string HelloWorld.html
key Width
integer 1024
key IBNotifiesOnReady
true/