diff options
Diffstat (limited to 'ide/Xcode4/plists/blocks-Info.plist')
| -rw-r--r-- | ide/Xcode4/plists/blocks-Info.plist | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ide/Xcode4/plists/blocks-Info.plist b/ide/Xcode4/plists/blocks-Info.plist index 9b6e72a0c..746b18403 100644 --- a/ide/Xcode4/plists/blocks-Info.plist +++ b/ide/Xcode4/plists/blocks-Info.plist @@ -6,6 +6,10 @@ <string>English</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> + <key>CFBundleIconFile</key> + <string>blocks.icns</string> <key>CFBundleIdentifier</key> <string>org.fltk.blocks</string> <key>CFBundleInfoDictionaryVersion</key> @@ -16,11 +20,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> <key>NSHighResolutionCapable</key> <true/> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1998-2010 by Bill Spitzak and others.</string> </dict> </plist> |
