|
| 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.NSComboBox</string> |
| 15 | + <key>CFBundleInfoDictionaryVersion</key> |
| 16 | + <string>6.0</string> |
| 17 | + <key>CFBundleName</key> |
| 18 | + <string>NSComboBox</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>LSMinimumSystemVersionByArchitecture</key> |
| 26 | + <dict> |
| 27 | + <key>x86_64</key> |
| 28 | + <string>10.6</string> |
| 29 | + </dict> |
| 30 | + <key>LSRequiresCarbon</key> |
| 31 | + <true/> |
| 32 | + <key>WindowState</key> |
| 33 | + <dict> |
| 34 | + <key>bundleDividerCollapsed</key> |
| 35 | + <true/> |
| 36 | + <key>bundlePositionOfDivider</key> |
| 37 | + <real>0.0</real> |
| 38 | + <key>dividerCollapsed</key> |
| 39 | + <false/> |
| 40 | + <key>eventLogLevel</key> |
| 41 | + <integer>-1</integer> |
| 42 | + <key>name</key> |
| 43 | + <string>ScriptWindowState</string> |
| 44 | + <key>positionOfDivider</key> |
| 45 | + <real>659</real> |
| 46 | + <key>savedFrame</key> |
| 47 | + <string>725 273 1185 904 0 0 1920 1177 </string> |
| 48 | + <key>selectedTabView</key> |
| 49 | + <string>result</string> |
| 50 | + </dict> |
| 51 | +</dict> |
| 52 | +</plist> |
0 commit comments