<?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>CFBundleExecutable</key>
<string>TextSweep</string>
<key>CFBundleGetInfoString</key>
<string>TextSweep 3.0.0 (c) 2014 WordTech Communications LLC</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>i386</key>
<string>10.9</string>
<key>x86_64</key>
<string>10.9</string>
</dict>
<key>LSArchitecturePriority</key>
<array>
<string>x86_64</string>
<string>i386</string>
</array>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSHumanReadableCopyright</key>
<string>(c) 2014 WordTech Communications LLC</string>
<key>CFBundleIconFile</key>
<string>textsweep.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>File name</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.directory</string>
<string>com.apple.bundle</string>
<string>com.apple.resolvable</string>
</array>
</dict>
</array>
<key>CFBundleName</key>
<string>TextSweep</string>
<key>CFBundleDisplayName</key>
<string>TextSweep</string>
<key>CFBundleIdentifier</key>
<string>com.codebykevin.com.textsweep-cbk</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>3.0.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.9</string>
<key>LSRequiresCarbon</key>
<true/>
<key>NSSupportsAutomaticTermination</key>
<string>YES</string>
<key>NSSupportsSuddenTermination</key>
<string>YES</string>
<key>SUFeedURL</key>
<string>http://www.codebykevin.com/textsweep.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>
</plist>