diff options
| author | Michael <mr.michael.racz@gmail.com> | 2011-05-15 18:31:34 +0200 |
|---|---|---|
| committer | Michael <mr.michael.racz@gmail.com> | 2011-05-15 18:31:34 +0200 |
| commit | a1a9f4f1b9f837d71cbe871925437bd7fd2db7ec (patch) | |
| tree | c608a09cf1b2e52f49eb0df62646779d15ada620 /pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Info.plist | |
| parent | b0d63dc95ab5ed4496e0c4b888af06edace456d4 (diff) | |
| download | foop-a1a9f4f1b9f837d71cbe871925437bd7fd2db7ec.tar.gz foop-a1a9f4f1b9f837d71cbe871925437bd7fd2db7ec.tar.bz2 foop-a1a9f4f1b9f837d71cbe871925437bd7fd2db7ec.zip | |
smalltalk pacman added
Diffstat (limited to 'pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Info.plist')
| -rw-r--r-- | pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Info.plist | 565 |
1 files changed, 565 insertions, 0 deletions
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Info.plist b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Info.plist new file mode 100644 index 0000000..39738b8 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Info.plist | |||
| @@ -0,0 +1,565 @@ | |||
| 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>CFBundleDevelopmentRegion</key> | ||
| 6 | <string>English</string> | ||
| 7 | <key>CFBundleDocumentTypes</key> | ||
| 8 | <array> | ||
| 9 | <dict> | ||
| 10 | <key>CFBundleTypeExtensions</key> | ||
| 11 | <array> | ||
| 12 | <string>image</string> | ||
| 13 | </array> | ||
| 14 | <key>CFBundleTypeIconFile</key> | ||
| 15 | <string>SqueakImage.icns</string> | ||
| 16 | <key>CFBundleTypeName</key> | ||
| 17 | <string>Squeak Image File</string> | ||
| 18 | <key>CFBundleTypeOSTypes</key> | ||
| 19 | <array> | ||
| 20 | <string>STim</string> | ||
| 21 | </array> | ||
| 22 | <key>CFBundleTypeRole</key> | ||
| 23 | <string>Editor</string> | ||
| 24 | </dict> | ||
| 25 | <dict> | ||
| 26 | <key>CFBundleTypeExtensions</key> | ||
| 27 | <array> | ||
| 28 | <string>sources</string> | ||
| 29 | </array> | ||
| 30 | <key>CFBundleTypeIconFile</key> | ||
| 31 | <string>SqueakSources.icns</string> | ||
| 32 | <key>CFBundleTypeName</key> | ||
| 33 | <string>Squeak Sources File</string> | ||
| 34 | <key>CFBundleTypeOSTypes</key> | ||
| 35 | <array> | ||
| 36 | <string>STso</string> | ||
| 37 | </array> | ||
| 38 | <key>CFBundleTypeRole</key> | ||
| 39 | <string>Editor</string> | ||
| 40 | </dict> | ||
| 41 | <dict> | ||
| 42 | <key>CFBundleTypeExtensions</key> | ||
| 43 | <array> | ||
| 44 | <string>changes</string> | ||
| 45 | </array> | ||
| 46 | <key>CFBundleTypeIconFile</key> | ||
| 47 | <string>SqueakChanges.icns</string> | ||
| 48 | <key>CFBundleTypeName</key> | ||
| 49 | <string>Squeak Changes File</string> | ||
| 50 | <key>CFBundleTypeOSTypes</key> | ||
| 51 | <array> | ||
| 52 | <string>STch</string> | ||
| 53 | </array> | ||
| 54 | <key>CFBundleTypeRole</key> | ||
| 55 | <string>Editor</string> | ||
| 56 | </dict> | ||
| 57 | <dict> | ||
| 58 | <key>CFBundleTypeExtensions</key> | ||
| 59 | <array> | ||
| 60 | <string>sobj</string> | ||
| 61 | </array> | ||
| 62 | <key>CFBundleTypeIconFile</key> | ||
| 63 | <string>SqueakScript.icns</string> | ||
| 64 | <key>CFBundleTypeName</key> | ||
| 65 | <string>Squeak Script File</string> | ||
| 66 | <key>CFBundleTypeOSTypes</key> | ||
| 67 | <array> | ||
| 68 | <string>SOBJ</string> | ||
| 69 | </array> | ||
| 70 | <key>CFBundleTypeRole</key> | ||
| 71 | <string>Editor</string> | ||
| 72 | </dict> | ||
| 73 | <dict> | ||
| 74 | <key>CFBundleTypeExtensions</key> | ||
| 75 | <array> | ||
| 76 | <string>pr</string> | ||
| 77 | </array> | ||
| 78 | <key>CFBundleTypeIconFile</key> | ||
| 79 | <string>SqueakProject.icns</string> | ||
| 80 | <key>CFBundleTypeName</key> | ||
| 81 | <string>Squeak Project File</string> | ||
| 82 | <key>CFBundleTypeOSTypes</key> | ||
| 83 | <array> | ||
| 84 | <string>STpr</string> | ||
| 85 | </array> | ||
| 86 | <key>CFBundleTypeRole</key> | ||
| 87 | <string>Editor</string> | ||
| 88 | </dict> | ||
| 89 | <dict> | ||
| 90 | <key>CFBundleTypeName</key> | ||
| 91 | <string>JPEG</string> | ||
| 92 | <key>CFBundleTypeOSTypes</key> | ||
| 93 | <array> | ||
| 94 | <string>JPEG</string> | ||
| 95 | </array> | ||
| 96 | <key>CFBundleTypeRole</key> | ||
| 97 | <string>Viewer</string> | ||
| 98 | </dict> | ||
| 99 | <dict> | ||
| 100 | <key>CFBundleTypeName</key> | ||
| 101 | <string>TEXT</string> | ||
| 102 | <key>CFBundleTypeOSTypes</key> | ||
| 103 | <array> | ||
| 104 | <string>TEXT</string> | ||
| 105 | </array> | ||
| 106 | <key>CFBundleTypeRole</key> | ||
| 107 | <string>Viewer</string> | ||
| 108 | </dict> | ||
| 109 | <dict> | ||
| 110 | <key>CFBundleTypeName</key> | ||
| 111 | <string>ttro</string> | ||
| 112 | <key>CFBundleTypeOSTypes</key> | ||
| 113 | <array> | ||
| 114 | <string>ttro</string> | ||
| 115 | </array> | ||
| 116 | <key>CFBundleTypeRole</key> | ||
| 117 | <string>Viewer</string> | ||
| 118 | </dict> | ||
| 119 | <dict> | ||
| 120 | <key>CFBundleTypeName</key> | ||
| 121 | <string>HTML</string> | ||
| 122 | <key>CFBundleTypeOSTypes</key> | ||
| 123 | <array> | ||
| 124 | <string>HTML</string> | ||
| 125 | </array> | ||
| 126 | <key>CFBundleTypeRole</key> | ||
| 127 | <string>Viewer</string> | ||
| 128 | </dict> | ||
| 129 | <dict> | ||
| 130 | <key>CFBundleTypeName</key> | ||
| 131 | <string>RTF </string> | ||
| 132 | <key>CFBundleTypeOSTypes</key> | ||
| 133 | <array> | ||
| 134 | <string>RTF</string> | ||
| 135 | </array> | ||
| 136 | <key>CFBundleTypeRole</key> | ||
| 137 | <string>Viewer</string> | ||
| 138 | </dict> | ||
| 139 | <dict> | ||
| 140 | <key>CFBundleTypeName</key> | ||
| 141 | <string>TIFF </string> | ||
| 142 | <key>CFBundleTypeOSTypes</key> | ||
| 143 | <array> | ||
| 144 | <string>TIFF</string> | ||
| 145 | </array> | ||
| 146 | <key>CFBundleTypeRole</key> | ||
| 147 | <string>Viewer</string> | ||
| 148 | </dict> | ||
| 149 | <dict> | ||
| 150 | <key>CFBundleTypeName</key> | ||
| 151 | <string>PICT </string> | ||
| 152 | <key>CFBundleTypeOSTypes</key> | ||
| 153 | <array> | ||
| 154 | <string>PICT</string> | ||
| 155 | </array> | ||
| 156 | <key>CFBundleTypeRole</key> | ||
| 157 | <string>Viewer</string> | ||
| 158 | </dict> | ||
| 159 | <dict> | ||
| 160 | <key>CFBundleTypeName</key> | ||
| 161 | <string>URL </string> | ||
| 162 | <key>CFBundleTypeOSTypes</key> | ||
| 163 | <array> | ||
| 164 | <string>URL</string> | ||
| 165 | </array> | ||
| 166 | <key>CFBundleTypeRole</key> | ||
| 167 | <string>Viewer</string> | ||
| 168 | </dict> | ||
| 169 | <dict> | ||
| 170 | <key>CFBundleTypeName</key> | ||
| 171 | <string>ZIP </string> | ||
| 172 | <key>CFBundleTypeOSTypes</key> | ||
| 173 | <array> | ||
| 174 | <string>ZIP</string> | ||
| 175 | </array> | ||
| 176 | <key>CFBundleTypeRole</key> | ||
| 177 | <string>Viewer</string> | ||
| 178 | </dict> | ||
| 179 | <dict> | ||
| 180 | <key>CFBundleTypeName</key> | ||
| 181 | <string>zip </string> | ||
| 182 | <key>CFBundleTypeOSTypes</key> | ||
| 183 | <array> | ||
| 184 | <string>zip</string> | ||
| 185 | </array> | ||
| 186 | <key>CFBundleTypeRole</key> | ||
| 187 | <string>Viewer</string> | ||
| 188 | </dict> | ||
| 189 | <dict> | ||
| 190 | <key>CFBundleTypeName</key> | ||
| 191 | <string>BINA</string> | ||
| 192 | <key>CFBundleTypeOSTypes</key> | ||
| 193 | <array> | ||
| 194 | <string>BINA</string> | ||
| 195 | </array> | ||
| 196 | <key>CFBundleTypeRole</key> | ||
| 197 | <string>Viewer</string> | ||
| 198 | </dict> | ||
| 199 | <dict> | ||
| 200 | <key>CFBundleTypeName</key> | ||
| 201 | <string>GIFf</string> | ||
| 202 | <key>CFBundleTypeOSTypes</key> | ||
| 203 | <array> | ||
| 204 | <string>GIFf</string> | ||
| 205 | </array> | ||
| 206 | <key>CFBundleTypeRole</key> | ||
| 207 | <string>Viewer</string> | ||
| 208 | </dict> | ||
| 209 | <dict> | ||
| 210 | <key>CFBundleTypeName</key> | ||
| 211 | <string>PNGf</string> | ||
| 212 | <key>CFBundleTypeOSTypes</key> | ||
| 213 | <array> | ||
| 214 | <string>PNGf</string> | ||
| 215 | </array> | ||
| 216 | <key>CFBundleTypeRole</key> | ||
| 217 | <string>Viewer</string> | ||
| 218 | </dict> | ||
| 219 | <dict> | ||
| 220 | <key>CFBundleTypeName</key> | ||
| 221 | <string>MP3 </string> | ||
| 222 | <key>CFBundleTypeOSTypes</key> | ||
| 223 | <array> | ||
| 224 | <string>MP3</string> | ||
| 225 | </array> | ||
| 226 | <key>CFBundleTypeRole</key> | ||
| 227 | <string>Viewer</string> | ||
| 228 | </dict> | ||
| 229 | <dict> | ||
| 230 | <key>CFBundleTypeName</key> | ||
| 231 | <string>MP3!</string> | ||
| 232 | <key>CFBundleTypeOSTypes</key> | ||
| 233 | <array> | ||
| 234 | <string>MP3!</string> | ||
| 235 | </array> | ||
| 236 | <key>CFBundleTypeRole</key> | ||
| 237 | <string>Viewer</string> | ||
| 238 | </dict> | ||
| 239 | <dict> | ||
| 240 | <key>CFBundleTypeName</key> | ||
| 241 | <string>MP3U</string> | ||
| 242 | <key>CFBundleTypeOSTypes</key> | ||
| 243 | <array> | ||
| 244 | <string>MP3U</string> | ||
| 245 | </array> | ||
| 246 | <key>CFBundleTypeRole</key> | ||
| 247 | <string>Viewer</string> | ||
| 248 | </dict> | ||
| 249 | <dict> | ||
| 250 | <key>CFBundleTypeName</key> | ||
| 251 | <string>MPEG</string> | ||
| 252 | <key>CFBundleTypeOSTypes</key> | ||
| 253 | <array> | ||
| 254 | <string>MPEG</string> | ||
| 255 | </array> | ||
| 256 | <key>CFBundleTypeRole</key> | ||
| 257 | <string>Viewer</string> | ||
| 258 | </dict> | ||
| 259 | <dict> | ||
| 260 | <key>CFBundleTypeName</key> | ||
| 261 | <string>mp3!</string> | ||
| 262 | <key>CFBundleTypeOSTypes</key> | ||
| 263 | <array> | ||
| 264 | <string>mp3!</string> | ||
| 265 | </array> | ||
| 266 | <key>CFBundleTypeRole</key> | ||
| 267 | <string>Viewer</string> | ||
| 268 | </dict> | ||
| 269 | <dict> | ||
| 270 | <key>CFBundleTypeName</key> | ||
| 271 | <string>MPG2</string> | ||
| 272 | <key>CFBundleTypeOSTypes</key> | ||
| 273 | <array> | ||
| 274 | <string>MPG2</string> | ||
| 275 | </array> | ||
| 276 | <key>CFBundleTypeRole</key> | ||
| 277 | <string>Viewer</string> | ||
| 278 | </dict> | ||
| 279 | <dict> | ||
| 280 | <key>CFBundleTypeName</key> | ||
| 281 | <string>MPG3</string> | ||
| 282 | <key>CFBundleTypeOSTypes</key> | ||
| 283 | <array> | ||
| 284 | <string>MPG3</string> | ||
| 285 | </array> | ||
| 286 | <key>CFBundleTypeRole</key> | ||
| 287 | <string>Viewer</string> | ||
| 288 | </dict> | ||
| 289 | <dict> | ||
| 290 | <key>CFBundleTypeName</key> | ||
| 291 | <string>MPG </string> | ||
| 292 | <key>CFBundleTypeOSTypes</key> | ||
| 293 | <array> | ||
| 294 | <string>MPG</string> | ||
| 295 | </array> | ||
| 296 | <key>CFBundleTypeRole</key> | ||
| 297 | <string>Viewer</string> | ||
| 298 | </dict> | ||
| 299 | <dict> | ||
| 300 | <key>CFBundleTypeName</key> | ||
| 301 | <string>Mp3</string> | ||
| 302 | <key>CFBundleTypeOSTypes</key> | ||
| 303 | <array> | ||
| 304 | <string>mp3</string> | ||
| 305 | </array> | ||
| 306 | <key>CFBundleTypeRole</key> | ||
| 307 | <string>Viewer</string> | ||
| 308 | </dict> | ||
| 309 | <dict> | ||
| 310 | <key>CFBundleTypeName</key> | ||
| 311 | <string>M3U</string> | ||
| 312 | <key>CFBundleTypeOSTypes</key> | ||
| 313 | <array> | ||
| 314 | <string>M3U</string> | ||
| 315 | </array> | ||
| 316 | <key>CFBundleTypeRole</key> | ||
| 317 | <string>Viewer</string> | ||
| 318 | </dict> | ||
| 319 | <dict> | ||
| 320 | <key>CFBundleTypeName</key> | ||
| 321 | <string>SRCS</string> | ||
| 322 | <key>CFBundleTypeOSTypes</key> | ||
| 323 | <array> | ||
| 324 | <string>SRCS</string> | ||
| 325 | </array> | ||
| 326 | <key>CFBundleTypeRole</key> | ||
| 327 | <string>Viewer</string> | ||
| 328 | </dict> | ||
| 329 | <dict> | ||
| 330 | <key>CFBundleTypeName</key> | ||
| 331 | <string>Chng</string> | ||
| 332 | <key>CFBundleTypeOSTypes</key> | ||
| 333 | <array> | ||
| 334 | <string>Chng</string> | ||
| 335 | </array> | ||
| 336 | <key>CFBundleTypeRole</key> | ||
| 337 | <string>Viewer</string> | ||
| 338 | </dict> | ||
| 339 | <dict> | ||
| 340 | <key>CFBundleTypeName</key> | ||
| 341 | <string>HPS5</string> | ||
| 342 | <key>CFBundleTypeOSTypes</key> | ||
| 343 | <array> | ||
| 344 | <string>HPS5</string> | ||
| 345 | </array> | ||
| 346 | <key>CFBundleTypeRole</key> | ||
| 347 | <string>Viewer</string> | ||
| 348 | </dict> | ||
| 349 | </array> | ||
| 350 | <key>UTExportedTypeDeclarations</key> | ||
| 351 | <array> | ||
| 352 | <dict> | ||
| 353 | <key>UTTypeConformsTo</key> | ||
| 354 | <array> | ||
| 355 | <string>public.data</string> | ||
| 356 | </array> | ||
| 357 | <key>UTTypeDescription</key> | ||
| 358 | <string>Squeak Image File</string> | ||
| 359 | <key>UTTypeIdentifier</key> | ||
| 360 | <string>org.squeak.image</string> | ||
| 361 | <key>UTTypeTagSpecification</key> | ||
| 362 | <dict> | ||
| 363 | <key>com.apple.ostype</key> | ||
| 364 | <string>STim</string> | ||
| 365 | <key>public.filename-extension</key> | ||
| 366 | <array> | ||
| 367 | <string>image</string> | ||
| 368 | </array> | ||
| 369 | <key>public.mime-type</key> | ||
| 370 | <string>application/squeak-image</string> | ||
| 371 | </dict> | ||
| 372 | </dict> | ||
| 373 | <dict> | ||
| 374 | <key>UTTypeConformsTo</key> | ||
| 375 | <array> | ||
| 376 | <string>public.utf8-plain-text</string> | ||
| 377 | </array> | ||
| 378 | <key>UTTypeDescription</key> | ||
| 379 | <string>Squeak Sources File</string> | ||
| 380 | <key>UTTypeIdentifier</key> | ||
| 381 | <string>org.squeak.sources</string> | ||
| 382 | <key>UTTypeTagSpecification</key> | ||
| 383 | <dict> | ||
| 384 | <key>com.apple.ostype</key> | ||
| 385 | <string>STso</string> | ||
| 386 | <key>public.filename-extension</key> | ||
| 387 | <array> | ||
| 388 | <string>sources</string> | ||
| 389 | </array> | ||
| 390 | <key>public.mime-type</key> | ||
| 391 | <string>application/squeak-sources</string> | ||
| 392 | </dict> | ||
| 393 | </dict> | ||
| 394 | <dict> | ||
| 395 | <key>UTTypeConformsTo</key> | ||
| 396 | <array> | ||
| 397 | <string>public.utf8-plain-text</string> | ||
| 398 | </array> | ||
| 399 | <key>UTTypeDescription</key> | ||
| 400 | <string>Squeak Changes File</string> | ||
| 401 | <key>UTTypeIdentifier</key> | ||
| 402 | <string>org.squeak.changes</string> | ||
| 403 | <key>UTTypeTagSpecification</key> | ||
| 404 | <dict> | ||
| 405 | <key>com.apple.ostype</key> | ||
| 406 | <string>STch</string> | ||
| 407 | <key>public.filename-extension</key> | ||
| 408 | <array> | ||
| 409 | <string>changes</string> | ||
| 410 | </array> | ||
| 411 | <key>public.mime-type</key> | ||
| 412 | <string>application/squeak-changes</string> | ||
| 413 | </dict> | ||
| 414 | </dict> | ||
| 415 | <dict> | ||
| 416 | <key>UTTypeConformsTo</key> | ||
| 417 | <array> | ||
| 418 | <string>public.data</string> | ||
| 419 | </array> | ||
| 420 | <key>UTTypeDescription</key> | ||
| 421 | <string>Squeak Script File</string> | ||
| 422 | <key>UTTypeIdentifier</key> | ||
| 423 | <string>org.squeak.script</string> | ||
| 424 | <key>UTTypeTagSpecification</key> | ||
| 425 | <dict> | ||
| 426 | <key>com.apple.ostype</key> | ||
| 427 | <string>SOBJ</string> | ||
| 428 | <key>public.filename-extension</key> | ||
| 429 | <array> | ||
| 430 | <string>sobj</string> | ||
| 431 | </array> | ||
| 432 | <key>public.mime-type</key> | ||
| 433 | <string>application/squeak-script</string> | ||
| 434 | </dict> | ||
| 435 | </dict> | ||
| 436 | <dict> | ||
| 437 | <key>UTTypeConformsTo</key> | ||
| 438 | <array> | ||
| 439 | <string>public.data</string> | ||
| 440 | </array> | ||
| 441 | <key>UTTypeDescription</key> | ||
| 442 | <string>Squeak Project File</string> | ||
| 443 | <key>UTTypeIdentifier</key> | ||
| 444 | <string>org.squeak.project</string> | ||
| 445 | <key>UTTypeTagSpecification</key> | ||
| 446 | <dict> | ||
| 447 | <key>com.apple.ostype</key> | ||
| 448 | <string>STpr</string> | ||
| 449 | <key>public.filename-extension</key> | ||
| 450 | <array> | ||
| 451 | <string>pr</string> | ||
| 452 | </array> | ||
| 453 | <key>public.mime-type</key> | ||
| 454 | <string>application/x-squeak-project</string> | ||
| 455 | </dict> | ||
| 456 | </dict> | ||
| 457 | </array> | ||
| 458 | <key>CFBundleExecutable</key> | ||
| 459 | <string>Squeak VM Opt</string> | ||
| 460 | <key>CFBundleGetInfoString</key> | ||
| 461 | <string>Squeak All-in-One 4.1, VM 4.2.3b1u</string> | ||
| 462 | <key>CFBundleShortVersionString</key> | ||
| 463 | <string>4.1</string> | ||
| 464 | <key>CFBundleIconFile</key> | ||
| 465 | <string>Squeak.icns</string> | ||
| 466 | <key>CFBundleIdentifier</key> | ||
| 467 | <string>org.squeak.SqueakAllInOne41</string> | ||
| 468 | <key>CFBundleInfoDictionaryVersion</key> | ||
| 469 | <string>6.0</string> | ||
| 470 | <key>CFBundleName</key> | ||
| 471 | <string>Squeak All-in-One 4.1</string> | ||
| 472 | <key>CFBundlePackageType</key> | ||
| 473 | <string>APPL</string> | ||
| 474 | <key>CFBundleSignature</key> | ||
| 475 | <string>FAST</string> | ||
| 476 | <key>CFBundleVersion</key> | ||
| 477 | <string>1</string> | ||
| 478 | <key>CGDisableCoalescedUpdates</key> | ||
| 479 | <true/> | ||
| 480 | <key>LSBackgroundOnly</key> | ||
| 481 | <false/> | ||
| 482 | <key>SqueakBrowserMouseCmdButton1</key> | ||
| 483 | <integer>3</integer> | ||
| 484 | <key>SqueakBrowserMouseCmdButton2</key> | ||
| 485 | <integer>3</integer> | ||
| 486 | <key>SqueakBrowserMouseCmdButton3</key> | ||
| 487 | <integer>2</integer> | ||
| 488 | <key>SqueakBrowserMouseControlButton1</key> | ||
| 489 | <integer>1</integer> | ||
| 490 | <key>SqueakBrowserMouseControlButton2</key> | ||
| 491 | <integer>3</integer> | ||
| 492 | <key>SqueakBrowserMouseControlButton3</key> | ||
| 493 | <integer>2</integer> | ||
| 494 | <key>SqueakBrowserMouseNoneButton1</key> | ||
| 495 | <integer>1</integer> | ||
| 496 | <key>SqueakBrowserMouseNoneButton2</key> | ||
| 497 | <integer>3</integer> | ||
| 498 | <key>SqueakBrowserMouseNoneButton3</key> | ||
| 499 | <integer>2</integer> | ||
| 500 | <key>SqueakBrowserMouseOptionButton1</key> | ||
| 501 | <integer>2</integer> | ||
| 502 | <key>SqueakBrowserMouseOptionButton2</key> | ||
| 503 | <integer>3</integer> | ||
| 504 | <key>SqueakBrowserMouseOptionButton3</key> | ||
| 505 | <integer>2</integer> | ||
| 506 | <key>SqueakDebug</key> | ||
| 507 | <integer>0</integer> | ||
| 508 | <key>SqueakEncodingType</key> | ||
| 509 | <string>UTF-8</string> | ||
| 510 | <key>SqueakExplicitWindowOpenNeeded</key> | ||
| 511 | <false/> | ||
| 512 | <key>SqueakFloatingWindowGetsFocus</key> | ||
| 513 | <true/> | ||
| 514 | <key>SqueakImageName</key> | ||
| 515 | <string>Squeak4.1.image</string> | ||
| 516 | <key>SqueakMaxHeapSize</key> | ||
| 517 | <integer>536870912</integer> | ||
| 518 | <key>SqueakMouseCmdButton1</key> | ||
| 519 | <integer>3</integer> | ||
| 520 | <key>SqueakMouseCmdButton2</key> | ||
| 521 | <integer>3</integer> | ||
| 522 | <key>SqueakMouseCmdButton3</key> | ||
| 523 | <integer>2</integer> | ||
| 524 | <key>SqueakMouseControlButton1</key> | ||
| 525 | <integer>1</integer> | ||
| 526 | <key>SqueakMouseControlButton2</key> | ||
| 527 | <integer>3</integer> | ||
| 528 | <key>SqueakMouseControlButton3</key> | ||
| 529 | <integer>2</integer> | ||
| 530 | <key>SqueakMouseNoneButton1</key> | ||
| 531 | <integer>1</integer> | ||
| 532 | <key>SqueakMouseNoneButton2</key> | ||
| 533 | <integer>3</integer> | ||
| 534 | <key>SqueakMouseNoneButton3</key> | ||
| 535 | <integer>2</integer> | ||
| 536 | <key>SqueakMouseOptionButton1</key> | ||
| 537 | <integer>2</integer> | ||
| 538 | <key>SqueakMouseOptionButton2</key> | ||
| 539 | <integer>3</integer> | ||
| 540 | <key>SqueakMouseOptionButton3</key> | ||
| 541 | <integer>2</integer> | ||
| 542 | <key>SqueakPluginsBuiltInOrLocalOnly</key> | ||
| 543 | <true/> | ||
| 544 | <key>SqueakQuitOnQuitAppleEvent</key> | ||
| 545 | <false/> | ||
| 546 | <key>SqueakTrustedDirectory</key> | ||
| 547 | <string>/foobar/tooBar/forSqueak/bogus/</string> | ||
| 548 | <key>SqueakUIFlushPrimaryDeferNMilliseconds</key> | ||
| 549 | <integer>20</integer> | ||
| 550 | <key>SqueakUIFlushSecondaryCheckForPossibleNeedEveryNMilliseconds</key> | ||
| 551 | <integer>20</integer> | ||
| 552 | <key>SqueakUIFlushSecondaryCleanupDelayMilliseconds</key> | ||
| 553 | <integer>25</integer> | ||
| 554 | <key>SqueakUIFlushUseHighPercisionClock</key> | ||
| 555 | <false/> | ||
| 556 | <key>SqueakUnTrustedDirectory</key> | ||
| 557 | <string>~/Library/Preferences/Squeak/Internet/My Squeak/</string> | ||
| 558 | <key>SqueakWindowAttribute</key> | ||
| 559 | <data>ggAAHw==</data> | ||
| 560 | <key>SqueakWindowHasTitle</key> | ||
| 561 | <true/> | ||
| 562 | <key>SqueakWindowType</key> | ||
| 563 | <integer>6</integer> | ||
| 564 | </dict> | ||
| 565 | </plist> | ||
