diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-11-15 17:22:21 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-11-15 17:22:21 +0000 |
| commit | 906549e4f9ff7436a16341c26b569c9195a08f77 (patch) | |
| tree | 4454e1b7e8afcf2d16a42e49095bf00da07f07be /ide/Xcode3/plists | |
| parent | a0d364d76083b518217dd5fd2a63ecaa9f9aa7a6 (diff) | |
Added unittests to the Xcode IDE.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7843 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3/plists')
| -rw-r--r-- | ide/Xcode3/plists/utf8-Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ide/Xcode3/plists/utf8-Info.plist b/ide/Xcode3/plists/utf8-Info.plist index ff8da58b9..cffb74de0 100644 --- a/ide/Xcode3/plists/utf8-Info.plist +++ b/ide/Xcode3/plists/utf8-Info.plist @@ -6,6 +6,8 @@ <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>CFBundleIdentifier</key> <string>org.fltk.utf8</string> <key>CFBundleInfoDictionaryVersion</key> @@ -18,7 +20,5 @@ <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> +</plist> |
