Advertisement
Guest User

Info.plist

a guest
Jun 25th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.67 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.     <key>CFBundleIdentifier</key>
  14.     <string>com.apple.ScriptEditor.id.Browser-Loader</string>
  15.     <key>CFBundleInfoDictionaryVersion</key>
  16.     <string>6.0</string>
  17.     <key>CFBundleName</key>
  18.     <string>Browser Loader</string>
  19.     <key>CFBundlePackageType</key>
  20.     <string>APPL</string>
  21.     <key>CFBundleShortVersionString</key>
  22.     <string>1.0</string>
  23.     <key>CFBundleSignature</key>
  24.     <string>aplt</string>
  25.     <key>CFBundleURLTypes</key>
  26.     <array>
  27.         <dict>
  28.             <key>CFBundleURLName</key>
  29.             <string>Web site URL</string>
  30.             <key>CFBundleURLSchemes</key>
  31.             <array>
  32.                 <string>http</string>
  33.                 <string>https</string>
  34.             </array>
  35.         </dict>
  36.     </array>
  37.     <key>LSMinimumSystemVersionByArchitecture</key>
  38.     <dict>
  39.         <key>x86_64</key>
  40.         <string>10.6</string>
  41.     </dict>
  42.     <key>LSRequiresCarbon</key>
  43.     <true/>
  44.     <key>WindowState</key>
  45.     <dict>
  46.         <key>bundleDividerCollapsed</key>
  47.         <true/>
  48.         <key>bundlePositionOfDivider</key>
  49.         <real>0</real>
  50.         <key>dividerCollapsed</key>
  51.         <true/>
  52.         <key>eventLogLevel</key>
  53.         <integer>2</integer>
  54.         <key>name</key>
  55.         <string>ScriptWindowState</string>
  56.         <key>positionOfDivider</key>
  57.         <real>421</real>
  58.         <key>savedFrame</key>
  59.         <string>367 78 700 672 0 0 1280 777 </string>
  60.         <key>selectedTab</key>
  61.         <string>description</string>
  62.     </dict>
  63. </dict>
  64. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement