summaryrefslogtreecommitdiff
path: root/ide/Xcode4/plists
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-04-09 11:42:31 +0000
committerManolo Gouy <Manolo>2015-04-09 11:42:31 +0000
commit130bbf6efaf56aa74fdf0ccf29956aea6c138ebc (patch)
tree11b9430b5103bf6d1325ed631d61a70ad000c54a /ide/Xcode4/plists
parent792cf70dafeb9f6af6e209ac4aa9e7cb7ea00dff (diff)
MacOS Xcode project: give proper icons to the blocks, checkers and sudoku test programs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10693 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode4/plists')
-rw-r--r--ide/Xcode4/plists/blocks-Info.plist10
-rw-r--r--ide/Xcode4/plists/checkers-Info.plist10
-rw-r--r--ide/Xcode4/plists/sudoku-Info.plist10
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>