diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-04-14 20:17:44 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-04-14 20:17:44 +0000 |
| commit | 30d00ceb075adaa945a5176a3272982a856f0a9b (patch) | |
| tree | 8eb8bcd198f8166516bb36b81c7ccf2a9c2091ff /ide/Xcode3/plists | |
| parent | 79b2c201a0d36651e97140ddff215a3b1bbde93e (diff) | |
Fludi IDE: now supporting header files for OS X. If those are included for a library, the resulting framework will receive a copy of the headers, allowing Xcode to simply include the file into any new project. frameworks must be installed in /Library?Frameworks to be found automatically. A little more fixing is required.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7504 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3/plists')
75 files changed, 314 insertions, 14 deletions
diff --git a/ide/Xcode3/plists/CubeView-Info.plist b/ide/Xcode3/plists/CubeView-Info.plist index 488b40ea5..2afa6087e 100644 --- a/ide/Xcode3/plists/CubeView-Info.plist +++ b/ide/Xcode3/plists/CubeView-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/Demo-Info.plist b/ide/Xcode3/plists/Demo-Info.plist index 69900c18d..e5b26e86d 100644 --- a/ide/Xcode3/plists/Demo-Info.plist +++ b/ide/Xcode3/plists/Demo-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/Fluid-Info.plist b/ide/Xcode3/plists/Fluid-Info.plist index a4e31de33..89174a694 100644 --- a/ide/Xcode3/plists/Fluid-Info.plist +++ b/ide/Xcode3/plists/Fluid-Info.plist @@ -40,5 +40,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/adjuster-Info.plist b/ide/Xcode3/plists/adjuster-Info.plist index 92a4e6311..9b605183d 100644 --- a/ide/Xcode3/plists/adjuster-Info.plist +++ b/ide/Xcode3/plists/adjuster-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/arc-Info.plist b/ide/Xcode3/plists/arc-Info.plist index 9a8cc66dd..933ef09f5 100644 --- a/ide/Xcode3/plists/arc-Info.plist +++ b/ide/Xcode3/plists/arc-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/ask-Info.plist b/ide/Xcode3/plists/ask-Info.plist index d8dcb4324..650a92cd9 100644 --- a/ide/Xcode3/plists/ask-Info.plist +++ b/ide/Xcode3/plists/ask-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/bitmap-Info.plist b/ide/Xcode3/plists/bitmap-Info.plist index 8141398df..5cdc24fd2 100644 --- a/ide/Xcode3/plists/bitmap-Info.plist +++ b/ide/Xcode3/plists/bitmap-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/blocks-Info.plist b/ide/Xcode3/plists/blocks-Info.plist index 2c645d2cf..f1af7e352 100644 --- a/ide/Xcode3/plists/blocks-Info.plist +++ b/ide/Xcode3/plists/blocks-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/boxtype-Info.plist b/ide/Xcode3/plists/boxtype-Info.plist index bdf3fabe4..79b46aadf 100644 --- a/ide/Xcode3/plists/boxtype-Info.plist +++ b/ide/Xcode3/plists/boxtype-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/browser-Info.plist b/ide/Xcode3/plists/browser-Info.plist index 6287079ab..9a7261ade 100644 --- a/ide/Xcode3/plists/browser-Info.plist +++ b/ide/Xcode3/plists/browser-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/button-Info.plist b/ide/Xcode3/plists/button-Info.plist index e936d1b1d..246042631 100644 --- a/ide/Xcode3/plists/button-Info.plist +++ b/ide/Xcode3/plists/button-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/buttons-Info.plist b/ide/Xcode3/plists/buttons-Info.plist index 9fa1c3ffa..f76fed7a6 100644 --- a/ide/Xcode3/plists/buttons-Info.plist +++ b/ide/Xcode3/plists/buttons-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/checkers-Info.plist b/ide/Xcode3/plists/checkers-Info.plist index c99f93578..960f342e5 100644 --- a/ide/Xcode3/plists/checkers-Info.plist +++ b/ide/Xcode3/plists/checkers-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/clock-Info.plist b/ide/Xcode3/plists/clock-Info.plist index 1bde25cbd..8c17ec51c 100644 --- a/ide/Xcode3/plists/clock-Info.plist +++ b/ide/Xcode3/plists/clock-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/colbrowser-Info.plist b/ide/Xcode3/plists/colbrowser-Info.plist index e9f9a20f3..f816401a0 100644 --- a/ide/Xcode3/plists/colbrowser-Info.plist +++ b/ide/Xcode3/plists/colbrowser-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/color_chooser-Info.plist b/ide/Xcode3/plists/color_chooser-Info.plist index 2637d7995..1193873c1 100644 --- a/ide/Xcode3/plists/color_chooser-Info.plist +++ b/ide/Xcode3/plists/color_chooser-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/cube-Info.plist b/ide/Xcode3/plists/cube-Info.plist index 1ee828ac4..67640ad2c 100644 --- a/ide/Xcode3/plists/cube-Info.plist +++ b/ide/Xcode3/plists/cube-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/cursor-Info.plist b/ide/Xcode3/plists/cursor-Info.plist index 35adafe42..b903c5f49 100644 --- a/ide/Xcode3/plists/cursor-Info.plist +++ b/ide/Xcode3/plists/cursor-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/curve-Info.plist b/ide/Xcode3/plists/curve-Info.plist index 07a53a4ab..44777f877 100644 --- a/ide/Xcode3/plists/curve-Info.plist +++ b/ide/Xcode3/plists/curve-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/doublebuffer-Info.plist b/ide/Xcode3/plists/doublebuffer-Info.plist index 5440586e3..b76e1c2eb 100644 --- a/ide/Xcode3/plists/doublebuffer-Info.plist +++ b/ide/Xcode3/plists/doublebuffer-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/editor-Info.plist b/ide/Xcode3/plists/editor-Info.plist index 837af8314..3e59bff2f 100644 --- a/ide/Xcode3/plists/editor-Info.plist +++ b/ide/Xcode3/plists/editor-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/fast_slow-Info.plist b/ide/Xcode3/plists/fast_slow-Info.plist index f1d1ea8c1..604122819 100644 --- a/ide/Xcode3/plists/fast_slow-Info.plist +++ b/ide/Xcode3/plists/fast_slow-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/file_chooser-Info.plist b/ide/Xcode3/plists/file_chooser-Info.plist index df552fd9d..7910e7c4a 100644 --- a/ide/Xcode3/plists/file_chooser-Info.plist +++ b/ide/Xcode3/plists/file_chooser-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/fltk-Info.plist b/ide/Xcode3/plists/fltk-Info.plist index df47d478b..9a0eaa3c7 100644 --- a/ide/Xcode3/plists/fltk-Info.plist +++ b/ide/Xcode3/plists/fltk-Info.plist @@ -4,8 +4,8 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> - <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> <string>org.fltk.fltk</string> <key>CFBundleInfoDictionaryVersion</key> @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/fltkforms-Info.plist b/ide/Xcode3/plists/fltkforms-Info.plist index ad67b4b23..0ad8fce55 100644 --- a/ide/Xcode3/plists/fltkforms-Info.plist +++ b/ide/Xcode3/plists/fltkforms-Info.plist @@ -4,8 +4,8 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> - <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> <string>org.fltk.fltkforms</string> <key>CFBundleInfoDictionaryVersion</key> @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/fltkgl-Info.plist b/ide/Xcode3/plists/fltkgl-Info.plist index b0cf6e998..e0714a907 100644 --- a/ide/Xcode3/plists/fltkgl-Info.plist +++ b/ide/Xcode3/plists/fltkgl-Info.plist @@ -4,8 +4,8 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> - <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> <string>org.fltk.fltkgl</string> <key>CFBundleInfoDictionaryVersion</key> @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/fltkimages-Info.plist b/ide/Xcode3/plists/fltkimages-Info.plist index abe29476a..b2bf4a0e3 100644 --- a/ide/Xcode3/plists/fltkimages-Info.plist +++ b/ide/Xcode3/plists/fltkimages-Info.plist @@ -4,8 +4,8 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> - <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> <string>org.fltk.fltkimages</string> <key>CFBundleInfoDictionaryVersion</key> @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/fltkjpeg-Info.plist b/ide/Xcode3/plists/fltkjpeg-Info.plist index 556215360..b812bfca3 100644 --- a/ide/Xcode3/plists/fltkjpeg-Info.plist +++ b/ide/Xcode3/plists/fltkjpeg-Info.plist @@ -4,8 +4,8 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> - <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> <string>org.fltk.fltkjpeg</string> <key>CFBundleInfoDictionaryVersion</key> @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/fltkpng-Info.plist b/ide/Xcode3/plists/fltkpng-Info.plist index ef7a17821..420139305 100644 --- a/ide/Xcode3/plists/fltkpng-Info.plist +++ b/ide/Xcode3/plists/fltkpng-Info.plist @@ -4,8 +4,8 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> - <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> <string>org.fltk.fltkpng</string> <key>CFBundleInfoDictionaryVersion</key> @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/fonts-Info.plist b/ide/Xcode3/plists/fonts-Info.plist index 07891a237..0b64fcd9d 100644 --- a/ide/Xcode3/plists/fonts-Info.plist +++ b/ide/Xcode3/plists/fonts-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/forms-Info.plist b/ide/Xcode3/plists/forms-Info.plist index a5dbc38bc..3f48b5755 100644 --- a/ide/Xcode3/plists/forms-Info.plist +++ b/ide/Xcode3/plists/forms-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/fractals-Info.plist b/ide/Xcode3/plists/fractals-Info.plist index 460bf411e..b00f56f61 100644 --- a/ide/Xcode3/plists/fractals-Info.plist +++ b/ide/Xcode3/plists/fractals-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/fullscreen-Info.plist b/ide/Xcode3/plists/fullscreen-Info.plist index df964ad7b..cf281eb5f 100644 --- a/ide/Xcode3/plists/fullscreen-Info.plist +++ b/ide/Xcode3/plists/fullscreen-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/gl_overlay-Info.plist b/ide/Xcode3/plists/gl_overlay-Info.plist index 55072e67c..e1796a6c0 100644 --- a/ide/Xcode3/plists/gl_overlay-Info.plist +++ b/ide/Xcode3/plists/gl_overlay-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/glpuzzle-Info.plist b/ide/Xcode3/plists/glpuzzle-Info.plist index b8f288b84..9850197a5 100644 --- a/ide/Xcode3/plists/glpuzzle-Info.plist +++ b/ide/Xcode3/plists/glpuzzle-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/hello-Info.plist b/ide/Xcode3/plists/hello-Info.plist index 01ef4f9de..26028319b 100644 --- a/ide/Xcode3/plists/hello-Info.plist +++ b/ide/Xcode3/plists/hello-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/help-Info.plist b/ide/Xcode3/plists/help-Info.plist index 3a9ed20c1..7b1ead2c9 100644 --- a/ide/Xcode3/plists/help-Info.plist +++ b/ide/Xcode3/plists/help-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/iconize-Info.plist b/ide/Xcode3/plists/iconize-Info.plist index 975147047..c09b9bc7b 100644 --- a/ide/Xcode3/plists/iconize-Info.plist +++ b/ide/Xcode3/plists/iconize-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/image-Info.plist b/ide/Xcode3/plists/image-Info.plist index 109867d66..4f1e599b3 100644 --- a/ide/Xcode3/plists/image-Info.plist +++ b/ide/Xcode3/plists/image-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/inactive-Info.plist b/ide/Xcode3/plists/inactive-Info.plist index 73f832bab..fc24bfcdf 100644 --- a/ide/Xcode3/plists/inactive-Info.plist +++ b/ide/Xcode3/plists/inactive-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/input-Info.plist b/ide/Xcode3/plists/input-Info.plist index b98f9a1fd..135254d90 100644 --- a/ide/Xcode3/plists/input-Info.plist +++ b/ide/Xcode3/plists/input-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/input_choice-Info.plist b/ide/Xcode3/plists/input_choice-Info.plist index 57ba366d6..0567a89c8 100644 --- a/ide/Xcode3/plists/input_choice-Info.plist +++ b/ide/Xcode3/plists/input_choice-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/keyboard-Info.plist b/ide/Xcode3/plists/keyboard-Info.plist index dc55bf5bf..1a79d0bb7 100644 --- a/ide/Xcode3/plists/keyboard-Info.plist +++ b/ide/Xcode3/plists/keyboard-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/label-Info.plist b/ide/Xcode3/plists/label-Info.plist index 6ff1a4e3a..b9e6d2718 100644 --- a/ide/Xcode3/plists/label-Info.plist +++ b/ide/Xcode3/plists/label-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/line_style-Info.plist b/ide/Xcode3/plists/line_style-Info.plist index d0d950b49..88c647cc5 100644 --- a/ide/Xcode3/plists/line_style-Info.plist +++ b/ide/Xcode3/plists/line_style-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/list_visuals-Info.plist b/ide/Xcode3/plists/list_visuals-Info.plist index 37a57de15..d74166b7a 100644 --- a/ide/Xcode3/plists/list_visuals-Info.plist +++ b/ide/Xcode3/plists/list_visuals-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/mandelbrot-Info.plist b/ide/Xcode3/plists/mandelbrot-Info.plist index 0d495fcf9..39c7ff726 100644 --- a/ide/Xcode3/plists/mandelbrot-Info.plist +++ b/ide/Xcode3/plists/mandelbrot-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/menubar-Info.plist b/ide/Xcode3/plists/menubar-Info.plist index 7c542f902..9fe6aab74 100644 --- a/ide/Xcode3/plists/menubar-Info.plist +++ b/ide/Xcode3/plists/menubar-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/message-Info.plist b/ide/Xcode3/plists/message-Info.plist index 562c87941..a1f690fbd 100644 --- a/ide/Xcode3/plists/message-Info.plist +++ b/ide/Xcode3/plists/message-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/minimum-Info.plist b/ide/Xcode3/plists/minimum-Info.plist index aee9cbedc..bc0ac5d41 100644 --- a/ide/Xcode3/plists/minimum-Info.plist +++ b/ide/Xcode3/plists/minimum-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/native-filechooser-Info.plist b/ide/Xcode3/plists/native-filechooser-Info.plist index d093332e5..e57a1ce13 100644 --- a/ide/Xcode3/plists/native-filechooser-Info.plist +++ b/ide/Xcode3/plists/native-filechooser-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/navigation-Info.plist b/ide/Xcode3/plists/navigation-Info.plist index 58b117bd7..a1400afe2 100644 --- a/ide/Xcode3/plists/navigation-Info.plist +++ b/ide/Xcode3/plists/navigation-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/output-Info.plist b/ide/Xcode3/plists/output-Info.plist index 10677d874..6723e05c4 100644 --- a/ide/Xcode3/plists/output-Info.plist +++ b/ide/Xcode3/plists/output-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/overlay-Info.plist b/ide/Xcode3/plists/overlay-Info.plist index 2597aac8a..df5991fd2 100644 --- a/ide/Xcode3/plists/overlay-Info.plist +++ b/ide/Xcode3/plists/overlay-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/pack-Info.plist b/ide/Xcode3/plists/pack-Info.plist index e0df0e086..03599e3cc 100644 --- a/ide/Xcode3/plists/pack-Info.plist +++ b/ide/Xcode3/plists/pack-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/pixmap-Info.plist b/ide/Xcode3/plists/pixmap-Info.plist index 868808148..c10d9700d 100644 --- a/ide/Xcode3/plists/pixmap-Info.plist +++ b/ide/Xcode3/plists/pixmap-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/pixmap_browser-Info.plist b/ide/Xcode3/plists/pixmap_browser-Info.plist index b38662218..d77e5d5e1 100644 --- a/ide/Xcode3/plists/pixmap_browser-Info.plist +++ b/ide/Xcode3/plists/pixmap_browser-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/preferences-Info.plist b/ide/Xcode3/plists/preferences-Info.plist index 0f95d0245..506f82312 100644 --- a/ide/Xcode3/plists/preferences-Info.plist +++ b/ide/Xcode3/plists/preferences-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/radio-Info.plist b/ide/Xcode3/plists/radio-Info.plist index ecc325c28..5161c770b 100644 --- a/ide/Xcode3/plists/radio-Info.plist +++ b/ide/Xcode3/plists/radio-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/resize-Info.plist b/ide/Xcode3/plists/resize-Info.plist index 50e1de944..a3280613b 100644 --- a/ide/Xcode3/plists/resize-Info.plist +++ b/ide/Xcode3/plists/resize-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/resizebox-Info.plist b/ide/Xcode3/plists/resizebox-Info.plist index 513e5f85d..c3dbe492d 100644 --- a/ide/Xcode3/plists/resizebox-Info.plist +++ b/ide/Xcode3/plists/resizebox-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/scroll-Info.plist b/ide/Xcode3/plists/scroll-Info.plist index c3ff43bec..2603dac0b 100644 --- a/ide/Xcode3/plists/scroll-Info.plist +++ b/ide/Xcode3/plists/scroll-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/shape-Info.plist b/ide/Xcode3/plists/shape-Info.plist index f3beca27e..f6d1c888f 100644 --- a/ide/Xcode3/plists/shape-Info.plist +++ b/ide/Xcode3/plists/shape-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/subwindow-Info.plist b/ide/Xcode3/plists/subwindow-Info.plist index 28e3be4d4..8dacaf967 100644 --- a/ide/Xcode3/plists/subwindow-Info.plist +++ b/ide/Xcode3/plists/subwindow-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/sudoku-Info.plist b/ide/Xcode3/plists/sudoku-Info.plist index ec4e13291..c04b9011d 100644 --- a/ide/Xcode3/plists/sudoku-Info.plist +++ b/ide/Xcode3/plists/sudoku-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/symbols-Info.plist b/ide/Xcode3/plists/symbols-Info.plist index 39ec38e0c..2055d75ad 100644 --- a/ide/Xcode3/plists/symbols-Info.plist +++ b/ide/Xcode3/plists/symbols-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/table-Info.plist b/ide/Xcode3/plists/table-Info.plist index f0c1773f7..e68219ef3 100644 --- a/ide/Xcode3/plists/table-Info.plist +++ b/ide/Xcode3/plists/table-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/tabs-Info.plist b/ide/Xcode3/plists/tabs-Info.plist index 8094b0ec1..5827ed1e4 100644 --- a/ide/Xcode3/plists/tabs-Info.plist +++ b/ide/Xcode3/plists/tabs-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/threads-Info.plist b/ide/Xcode3/plists/threads-Info.plist index b6d243796..05010652c 100644 --- a/ide/Xcode3/plists/threads-Info.plist +++ b/ide/Xcode3/plists/threads-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/tile-Info.plist b/ide/Xcode3/plists/tile-Info.plist index 1c140ef8f..47dc1d4d0 100644 --- a/ide/Xcode3/plists/tile-Info.plist +++ b/ide/Xcode3/plists/tile-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/tiled_image-Info.plist b/ide/Xcode3/plists/tiled_image-Info.plist index d29d02bf0..fb82a582a 100644 --- a/ide/Xcode3/plists/tiled_image-Info.plist +++ b/ide/Xcode3/plists/tiled_image-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/tree-Info.plist b/ide/Xcode3/plists/tree-Info.plist index e0e2e50c8..e955a3a83 100644 --- a/ide/Xcode3/plists/tree-Info.plist +++ b/ide/Xcode3/plists/tree-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/utf8-Info.plist b/ide/Xcode3/plists/utf8-Info.plist index 2451efe00..ff8da58b9 100644 --- a/ide/Xcode3/plists/utf8-Info.plist +++ b/ide/Xcode3/plists/utf8-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/valuators-Info.plist b/ide/Xcode3/plists/valuators-Info.plist index dce24e6d4..88d6b4671 100644 --- a/ide/Xcode3/plists/valuators-Info.plist +++ b/ide/Xcode3/plists/valuators-Info.plist @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> diff --git a/ide/Xcode3/plists/zlib-Info.plist b/ide/Xcode3/plists/zlib-Info.plist index 836c7d03b..6bca93a99 100644 --- a/ide/Xcode3/plists/zlib-Info.plist +++ b/ide/Xcode3/plists/zlib-Info.plist @@ -4,8 +4,8 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> - <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> <string>org.fltk.zlib</string> <key>CFBundleInfoDictionaryVersion</key> @@ -16,5 +16,9 @@ <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> </plist> |
