diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-11-25 20:40:16 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-11-25 20:40:16 +0000 |
| commit | 9e8a88e66cb9e7739542d61e09c803cecc7e6248 (patch) | |
| tree | 77e793b1f28568c3fc8b8b2cd146f34c66cd89d8 /test/sudoku.app/Contents | |
| parent | fe286dfe7b0ae6827942d40586906431c1d97287 (diff) | |
Fix mousewheel handler bug (using wrong variable in initial check)
Add sudoku game app (fun for the holidays! :)
Use "-Os -g" as the default optimization settings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4652 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/sudoku.app/Contents')
| -rw-r--r-- | test/sudoku.app/Contents/Info.plist | 44 | ||||
| -rw-r--r-- | test/sudoku.app/Contents/PkgInfo | 1 | ||||
| -rw-r--r-- | test/sudoku.app/Contents/Resources/sudoku.icns | bin | 0 -> 31835 bytes |
3 files changed, 45 insertions, 0 deletions
diff --git a/test/sudoku.app/Contents/Info.plist b/test/sudoku.app/Contents/Info.plist new file mode 100644 index 000000000..55e42690a --- /dev/null +++ b/test/sudoku.app/Contents/Info.plist @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plist version="0.9"> + <dict> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + + <key>CFBundleExecutable</key> + <string>sudoku</string> + + <key>CFBundleIdentifier</key> + <string>org.fltk.sudoku</string> + + <key>CFBundleVersion</key> + <string>1.0</string> + + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + + <key>NSHumanReadableCopyright</key> + <string>Copyright 2005 by Michael Sweet</string> + + <key>CFAppleHelpAnchor</key> + <string>help</string> + + <key>CFBundleName</key> + <string>sudoku</string> + + <key>CFBundlePackageType</key> + <string>APPL</string> + + <key>CFBundleSignature</key> + <string>FLSU</string> + + <key>CFBundleIconFile</key> + <string>sudoku.icns</string> + + <key>CFBundleShortVersionString</key> + <string>1.0</string> + + <key>CFBundleGetInfoString</key> + <string>1.0, Copyright 2005 by Michael Sweet</string> + + </dict> +</plist> diff --git a/test/sudoku.app/Contents/PkgInfo b/test/sudoku.app/Contents/PkgInfo new file mode 100644 index 000000000..5af7226a1 --- /dev/null +++ b/test/sudoku.app/Contents/PkgInfo @@ -0,0 +1 @@ +FLSUFlsu diff --git a/test/sudoku.app/Contents/Resources/sudoku.icns b/test/sudoku.app/Contents/Resources/sudoku.icns Binary files differnew file mode 100644 index 000000000..a8a151ae4 --- /dev/null +++ b/test/sudoku.app/Contents/Resources/sudoku.icns |
