<?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>CFBundleDevelopmentRegion</key>
       <string>English</string>
       <key>CFBundleDisplayName</key>
       <string>LaTable</string>
       <key>CFBundleDocumentTypes</key>
       <array>
               <dict>
                       <key>CFBundleTypeExtensions</key>
                       <array>
                               <string>*</string>
                               <string>exe</string>
                               <string>EXE</string>
                       </array>
               </dict>
       </array>
       <key>CFBundleExecutable</key>
       <string>LaTable</string>
       <key>CFBundleGetInfoString</key>
       <string>LaTable 1.1 Copyright 2008 Ramón Manuel</string>
       <key>CFBundleIconFile</key>
       <string>appIcon.icns</string>
       <key>CFBundleIdentifier</key>
       <string>org.ramon.LaTable</string>
       <key>CFBundleInfoDictionaryVersion</key>
       <string>6.0</string>
       <key>CFBundleName</key>
       <string>LaTable</string>
       <key>CFBundlePackageType</key>
       <string>APPL</string>
       <key>CFBundleShortVersionString</key>
       <string>1.1</string>
       <key>CFBundleSignature</key>
       <string>????</string>
       <key>LSEnvironment</key>
       <dict>
               <key>APP_BUNDLER</key>
               <string>Platypus-4.0</string>
       </dict>
       <key>LSHasLocalizedDisplayName</key>
       <false/>
       <key>LSMinimumSystemVersion</key>
       <string>10.4</string>
       <key>LSUIElement</key>
       <false/>
       <key>NSAppleScriptEnabled</key>
       <false/>
       <key>NSHumanReadableCopyright</key>
       <string>LaTable 1.1 Copyright 2008 Ramón Manuel</string>
       <key>NSMainNibFile</key>
       <string>MainMenu</string>
       <key>NSPrincipalClass</key>
       <string>NSApplication</string>
</dict>
</plist>