]> Dogcows Code - chaz/thecheat/blobdiff - Info.plist
The Cheat 1.2
[chaz/thecheat] / Info.plist
diff --git a/Info.plist b/Info.plist
new file mode 100644 (file)
index 0000000..21da35c
--- /dev/null
@@ -0,0 +1,68 @@
+<?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>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleDocumentTypes</key>
+       <array>
+               <dict>
+                       <key>CFBundleTypeExtensions</key>
+                       <array>
+                               <string>cheat</string>
+                       </array>
+                       <key>CFBundleTypeIconFile</key>
+                       <string>icondoc.icns</string>
+                       <key>CFBundleTypeName</key>
+                       <string>Cheat Document</string>
+                       <key>CFBundleTypeOSTypes</key>
+                       <array>
+                               <string>????</string>
+                       </array>
+                       <key>CFBundleTypeRole</key>
+                       <string>Editor</string>
+                       <key>LSTypeIsPackage</key>
+                       <false/>
+                       <key>NSDocumentClass</key>
+                       <string>CheatDocument</string>
+               </dict>
+       </array>
+       <key>CFBundleExecutable</key>
+       <string>The Cheat</string>
+       <key>CFBundleGetInfoString</key>
+       <string>The Cheat 1.2</string>
+       <key>CFBundleIconFile</key>
+       <string>icon.icns</string>
+       <key>CFBundleIdentifier</key>
+       <string>com.brokenzipper.TheCheat</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleName</key>
+       <string>The Cheat</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+       <string>1.2</string>
+       <key>CFBundleSignature</key>
+       <string>chœt</string>
+       <key>CFBundleURLTypes</key>
+       <array>
+               <dict>
+                       <key>CFBundleURLName</key>
+                       <string>The Cheat</string>
+                       <key>CFBundleURLSchemes</key>
+                       <array>
+                               <string>cheat</string>
+                       </array>
+               </dict>
+       </array>
+       <key>CFBundleVersion</key>
+       <string>1.2</string>
+       <key>NSAppleScriptEnabled</key>
+       <string>YES</string>
+       <key>NSMainNibFile</key>
+       <string>MainMenu</string>
+       <key>NSPrincipalClass</key>
+       <string>AppController</string>
+</dict>
+</plist>
This page took 0.0218 seconds and 4 git commands to generate.