16 lines
489 B
Text
Executable file
16 lines
489 B
Text
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>AllowNetworkAccess</key>
|
|
<true/>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Legacy Worlds</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.apple.widget.legacyworlds</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>MainHTML</key>
|
|
<string>LW.html</string>
|
|
</dict>
|
|
</plist>
|