diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-08 21:13:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-08 21:13:42 (GMT) |
commit | 1dbcfd2a982f4fc22eecdcb53e44988b14a0ffec (patch) | |
tree | 2a80e6a36655374bbb10168f9f91bd60afe89ab0 /Modules | |
parent | df3205e873d4edf2f40c8f9e6d64d5e5aabaad16 (diff) | |
download | CMake-1dbcfd2a982f4fc22eecdcb53e44988b14a0ffec.zip CMake-1dbcfd2a982f4fc22eecdcb53e44988b14a0ffec.tar.gz CMake-1dbcfd2a982f4fc22eecdcb53e44988b14a0ffec.tar.bz2 |
ENH: Improve Mac OSX bundle support
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/MacOSXBundleInfo.plist.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Modules/MacOSXBundleInfo.plist.in b/Modules/MacOSXBundleInfo.plist.in index 1f68ccf..a466dc7 100644 --- a/Modules/MacOSXBundleInfo.plist.in +++ b/Modules/MacOSXBundleInfo.plist.in @@ -5,32 +5,32 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>${APPLE_GUI_EXECUTABLE}</string> + <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string> <key>CFBundleGetInfoString</key> - <string>${APPLE_GUI_INFO_STRING}</string> + <string>${MACOSX_BUNDLE_INFO_STRING}</string> <key>CFBundleIconFile</key> - <string>${APPLE_GUI_ICON}</string> + <string>${MACOSX_BUNDLE_ICON_FILE}</string> <key>CFBundleIdentifier</key> - <string>${APPLE_GUI_IDENTIFIER}</string> + <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLongVersionString</key> - <string>${APPLE_GUI_LONG_VERSION_STRING}</string> + <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string> <key>CFBundleName</key> - <string>${APPLE_GUI_BUNDLE_NAME}</string> + <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>${APPLE_GUI_SHORT_VERSION_STRING}</string> + <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>${APPLE_GUI_BUNDLE_VERSION}</string> + <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string> <key>CSResourcesFileMapped</key> <true/> <key>LSRequiresCarbon</key> <true/> <key>NSHumanReadableCopyright</key> - <string>${APPLE_GUI_COPYRIGHT}</string> + <string>${MACOSX_BUNDLE_COPYRIGHT}</string> </dict> </plist> |