diff options
author | Filipp Lepalaan <filipp@mac.com> | 2010-03-02 12:20:02 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2010-03-02 12:20:02 +0200 |
commit | 4662c292aecd8df0c9977e9e80b9854f19f83ac4 (patch) | |
tree | 11686a2c0c4d0d23f036f559d536977a9c136167 /blooper/Blooper.app/Contents/Info.plist | |
parent | 1c9da510626dd90b88b49b6b3a2c3ddfbaafeea3 (diff) | |
download | mtk-4662c292aecd8df0c9977e9e80b9854f19f83ac4.tar.gz mtk-4662c292aecd8df0c9977e9e80b9854f19f83ac4.tar.bz2 mtk-4662c292aecd8df0c9977e9e80b9854f19f83ac4.zip |
Added blooper, modified README
Diffstat (limited to 'blooper/Blooper.app/Contents/Info.plist')
-rw-r--r-- | blooper/Blooper.app/Contents/Info.plist | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/blooper/Blooper.app/Contents/Info.plist b/blooper/Blooper.app/Contents/Info.plist new file mode 100644 index 0000000..82b055d --- /dev/null +++ b/blooper/Blooper.app/Contents/Info.plist @@ -0,0 +1,44 @@ +<?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>CFBundleAllowMixedLocalizations</key> + <true/> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>applet</string> + <key>CFBundleIconFile</key> + <string>applet</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Blooper2</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleSignature</key> + <string>aplt</string> + <key>LSMinimumSystemVersionByArchitecture</key> + <dict> + <key>x86_64</key> + <string>10.6</string> + </dict> + <key>LSRequiresCarbon</key> + <true/> + <key>WindowState</key> + <dict> + <key>dividerCollapsed</key> + <false/> + <key>eventLogLevel</key> + <integer>-1</integer> + <key>name</key> + <string>ScriptWindowState</string> + <key>positionOfDivider</key> + <real>465</real> + <key>savedFrame</key> + <string>45 226 787 617 0 0 1440 878 </string> + <key>selectedTabView</key> + <string>result</string> + </dict> +</dict> +</plist> |