Advertisement
Guest User

info.plist for dnassh

a guest
Mar 3rd, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleAllowMixedLocalizations</key>
  6.     <true/>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleExecutable</key>
  10.     <string>applet</string>
  11.     <key>CFBundleIconFile</key>
  12.     <string>applet</string>
  13.  
  14.     <key>CFBundleInfoDictionaryVersion</key>
  15.     <string>6.0</string>
  16.     <key>CFBundleName</key>
  17.     <string>dnassh</string>
  18.     <key>CFBundlePackageType</key>
  19.     <string>APPL</string>
  20.     <key>CFBundleSignature</key>
  21.     <string>aplt</string>
  22.     <key>CFBundleURLName</key>
  23.     <string>com.*OBFUSCATED*.dnassh</string>
  24.     <key>CFBundleIdentifier</key>
  25.     <string>com.*OBFUSCATED*.handlessh</string>
  26.     <key>CFBundleURLTypes</key>
  27.     <array>
  28.         <dict>
  29.  
  30.             <key>CFBundleURLSchemes</key>
  31.             <array>
  32.                 <string>ssh</string>
  33.             </array>
  34.         </dict>
  35.     </array>
  36.     <key>LSMinimumSystemVersionByArchitecture</key>
  37.     <dict>
  38.         <key>x86_64</key>
  39.         <string>10.6</string>
  40.     </dict>
  41.     <key>LSRequiresCarbon</key>
  42.     <true/>
  43.     <key>WindowState</key>
  44.     <dict>
  45.         <key>dividerCollapsed</key>
  46.         <false/>
  47.         <key>eventLogLevel</key>
  48.         <integer>-1</integer>
  49.         <key>name</key>
  50.         <string>ScriptWindowState</string>
  51.         <key>positionOfDivider</key>
  52.         <real>333</real>
  53.         <key>savedFrame</key>
  54.         <string>2402 155 602 597 1920 0 1920 1080 </string>
  55.         <key>selectedTabView</key>
  56.         <string>event log</string>
  57.     </dict>
  58. </dict>
  59. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement