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/Library | |
| 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/Library')
4 files changed, 59 insertions, 0 deletions
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/Info.plist b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/Info.plist new file mode 100644 index 0000000..3201f00 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/Info.plist | |||
| @@ -0,0 +1,59 @@ | |||
| 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>CFBundleTypeRole</key> | ||
| 11 | <string>QLGenerator</string> | ||
| 12 | <key>LSItemContentTypes</key> | ||
| 13 | <array> | ||
| 14 | <string>org.squeak.project</string> | ||
| 15 | </array> | ||
| 16 | </dict> | ||
| 17 | </array> | ||
| 18 | <key>CFBundleExecutable</key> | ||
| 19 | <string>SqueakQL</string> | ||
| 20 | <key>CFBundleIdentifier</key> | ||
| 21 | <string>org.squeak.qlgenerator.SqueakQL</string> | ||
| 22 | <key>CFBundleInfoDictionaryVersion</key> | ||
| 23 | <string>6.0</string> | ||
| 24 | <key>CFBundleName</key> | ||
| 25 | <string>SqueakQL</string> | ||
| 26 | <key>CFBundleShortVersionString</key> | ||
| 27 | <string>1</string> | ||
| 28 | <key>CFBundleVersion</key> | ||
| 29 | <string>1.0</string> | ||
| 30 | <key>CFPlugInDynamicRegisterFunction</key> | ||
| 31 | <string></string> | ||
| 32 | <key>CFPlugInDynamicRegistration</key> | ||
| 33 | <string>NO</string> | ||
| 34 | <key>CFPlugInFactories</key> | ||
| 35 | <dict> | ||
| 36 | <key>FFD8E9C9-4777-4502-811C-15503F9D31EA</key> | ||
| 37 | <string>QuickLookGeneratorPluginFactory</string> | ||
| 38 | </dict> | ||
| 39 | <key>CFPlugInTypes</key> | ||
| 40 | <dict> | ||
| 41 | <key>5E2D9680-5022-40FA-B806-43349622E5B9</key> | ||
| 42 | <array> | ||
| 43 | <string>FFD8E9C9-4777-4502-811C-15503F9D31EA</string> | ||
| 44 | </array> | ||
| 45 | </dict> | ||
| 46 | <key>CFPlugInUnloadFunction</key> | ||
| 47 | <string></string> | ||
| 48 | <key>QLNeedsToBeRunInMainThread</key> | ||
| 49 | <false/> | ||
| 50 | <key>QLPreviewHeight</key> | ||
| 51 | <integer>0</integer> | ||
| 52 | <key>QLPreviewWidth</key> | ||
| 53 | <integer>0</integer> | ||
| 54 | <key>QLSupportsConcurrentRequests</key> | ||
| 55 | <false/> | ||
| 56 | <key>QLThumbnailMinimumSize</key> | ||
| 57 | <real>17</real> | ||
| 58 | </dict> | ||
| 59 | </plist> | ||
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/MacOS/SqueakQL b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/MacOS/SqueakQL new file mode 100755 index 0000000..79f3580 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/MacOS/SqueakQL | |||
| Binary files differ | |||
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/MacOS/SqueakQL.sig b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/MacOS/SqueakQL.sig new file mode 100644 index 0000000..6f1137d --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/MacOS/SqueakQL.sig | |||
| Binary files differ | |||
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/Resources/English.lproj/InfoPlist.strings b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..5333853 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Library/QuickLook/SqueakQL.qlgenerator/Contents/Resources/English.lproj/InfoPlist.strings | |||
| Binary files differ | |||
