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/Resources/KedamaPlugin2.bundle | |
| 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/Resources/KedamaPlugin2.bundle')
7 files changed, 64 insertions, 0 deletions
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Info.plist b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Info.plist new file mode 100644 index 0000000..9fef3c8 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Info.plist | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleExecutable</key> | ||
| 8 | <string>KedamaPlugin2</string> | ||
| 9 | <key>CFBundleGetInfoString</key> | ||
| 10 | <string>KedamaPlugin2 V1.0.0 for Squeak, see http://www.squeak.org</string> | ||
| 11 | <key>CFBundleIconFile</key> | ||
| 12 | <string>SqueakPlugin.icns</string> | ||
| 13 | <key>CFBundleIdentifier</key> | ||
| 14 | <string>org.squeak.KedamaPlugin2</string> | ||
| 15 | <key>CFBundleInfoDictionaryVersion</key> | ||
| 16 | <string>6.0</string> | ||
| 17 | <key>CFBundleName</key> | ||
| 18 | <string>KedamaPlugin2 V1.0.0 for Squeak</string> | ||
| 19 | <key>CFBundlePackageType</key> | ||
| 20 | <string>BNDL</string> | ||
| 21 | <key>CFBundleShortVersionString</key> | ||
| 22 | <string>1.0.0</string> | ||
| 23 | <key>CFBundleSignature</key> | ||
| 24 | <string>FAST</string> | ||
| 25 | <key>CFBundleVersion</key> | ||
| 26 | <string>1.0.0</string> | ||
| 27 | </dict> | ||
| 28 | </plist> | ||
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/MacOS/KedamaPlugin2 b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/MacOS/KedamaPlugin2 new file mode 100755 index 0000000..378d03e --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/MacOS/KedamaPlugin2 | |||
| Binary files differ | |||
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/PkgInfo b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/PkgInfo new file mode 100644 index 0000000..aa0cd13 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/PkgInfo | |||
| @@ -0,0 +1 @@ | |||
| BNDLFAST \ No newline at end of file | |||
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/English.lproj/InfoPlist.strings b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..6beeffc --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/English.lproj/InfoPlist.strings | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | /* Localized versions of Info.plist keys */ | ||
| 2 | |||
| 3 | CFBundleName = "KedamaPlugin2"; | ||
| 4 | CFBundleShortVersionString = "KedamaPlugin2 version 1.0.0"; | ||
| 5 | CFBundleGetInfoString = "KedamaPlugin2 version 1.0.0"; | ||
| 6 | NSHumanReadableCopyright = "http://www.squeak.org"; | ||
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/Info-KedamaPlugin__Upgraded_.plist b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/Info-KedamaPlugin__Upgraded_.plist new file mode 100644 index 0000000..9fef3c8 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/Info-KedamaPlugin__Upgraded_.plist | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleExecutable</key> | ||
| 8 | <string>KedamaPlugin2</string> | ||
| 9 | <key>CFBundleGetInfoString</key> | ||
| 10 | <string>KedamaPlugin2 V1.0.0 for Squeak, see http://www.squeak.org</string> | ||
| 11 | <key>CFBundleIconFile</key> | ||
| 12 | <string>SqueakPlugin.icns</string> | ||
| 13 | <key>CFBundleIdentifier</key> | ||
| 14 | <string>org.squeak.KedamaPlugin2</string> | ||
| 15 | <key>CFBundleInfoDictionaryVersion</key> | ||
| 16 | <string>6.0</string> | ||
| 17 | <key>CFBundleName</key> | ||
| 18 | <string>KedamaPlugin2 V1.0.0 for Squeak</string> | ||
| 19 | <key>CFBundlePackageType</key> | ||
| 20 | <string>BNDL</string> | ||
| 21 | <key>CFBundleShortVersionString</key> | ||
| 22 | <string>1.0.0</string> | ||
| 23 | <key>CFBundleSignature</key> | ||
| 24 | <string>FAST</string> | ||
| 25 | <key>CFBundleVersion</key> | ||
| 26 | <string>1.0.0</string> | ||
| 27 | </dict> | ||
| 28 | </plist> | ||
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/PkgInfo b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/PkgInfo new file mode 100644 index 0000000..aa0cd13 --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/PkgInfo | |||
| @@ -0,0 +1 @@ | |||
| BNDLFAST \ No newline at end of file | |||
diff --git a/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/SqueakPlugin.icns b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/SqueakPlugin.icns new file mode 100644 index 0000000..e9bcc1d --- /dev/null +++ b/pacman-smalltalk/Squeak 4.1 All-in-One.app/Contents/Resources/KedamaPlugin2.bundle/Contents/Resources/SqueakPlugin.icns | |||
| Binary files differ | |||
