diff options
Diffstat (limited to 'ide/Xcode4/plists')
| -rw-r--r-- | ide/Xcode4/plists/blocks-Info.plist | 10 | ||||
| -rw-r--r-- | ide/Xcode4/plists/checkers-Info.plist | 10 | ||||
| -rw-r--r-- | ide/Xcode4/plists/sudoku-Info.plist | 10 |
3 files changed, 18 insertions, 12 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> diff --git a/ide/Xcode4/plists/checkers-Info.plist b/ide/Xcode4/plists/checkers-Info.plist index 3da7b848b..b01d63252 100644 --- a/ide/Xcode4/plists/checkers-Info.plist +++ b/ide/Xcode4/plists/checkers-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>checkers.icns</string> <key>CFBundleIdentifier</key> <string>org.fltk.checkers</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> diff --git a/ide/Xcode4/plists/sudoku-Info.plist b/ide/Xcode4/plists/sudoku-Info.plist index 854cc6e09..6fc8e3885 100644 --- a/ide/Xcode4/plists/sudoku-Info.plist +++ b/ide/Xcode4/plists/sudoku-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>sudoku.icns</string> <key>CFBundleIdentifier</key> <string>org.fltk.sudoku</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> |
