VersionInfo.plist.in 568 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <!-- This plist file is merged with the application's Info.plist to set its version info. -->
  6. <key>CFBundleShortVersionString</key>
  7. <string>${DOLPHIN_WC_DESCRIBE}</string>
  8. <key>CFBundleLongVersionString</key>
  9. <string>${DOLPHIN_WC_REVISION}</string>
  10. <key>CFBundleVersion</key>
  11. <string>${DOLPHIN_VERSION_MAJOR}.${DOLPHIN_VERSION_MINOR}</string>
  12. </dict>
  13. </plist>