diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-06 21:05:14 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-06 21:05:14 (GMT) |
commit | 0930c14b0415b5c2503c8713e9bbac19e6fb0d4b (patch) | |
tree | 89e5f65b2821cd6a4a32cef8e6b89da5d9cc207f /Templates | |
parent | b99b9e5eac714217d534e7586f542246c025629d (diff) | |
download | CMake-0930c14b0415b5c2503c8713e9bbac19e6fb0d4b.zip CMake-0930c14b0415b5c2503c8713e9bbac19e6fb0d4b.tar.gz CMake-0930c14b0415b5c2503c8713e9bbac19e6fb0d4b.tar.bz2 |
Use CMake icon on Mac
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/AppleInfo.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/AppleInfo.plist b/Templates/AppleInfo.plist index fe86f40..1f68ccf 100644 --- a/Templates/AppleInfo.plist +++ b/Templates/AppleInfo.plist @@ -9,7 +9,7 @@ <key>CFBundleGetInfoString</key> <string>${APPLE_GUI_INFO_STRING}</string> <key>CFBundleIconFile</key> - <string>wxmac.icns</string> + <string>${APPLE_GUI_ICON}</string> <key>CFBundleIdentifier</key> <string>${APPLE_GUI_IDENTIFIER}</string> <key>CFBundleInfoDictionaryVersion</key> |