diff options
author | jbrjake <[email protected]> | 2008-05-09 15:08:11 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-05-09 15:08:11 +0000 |
commit | 868a1f9add7181412cdeb521135422f2325cd70f (patch) | |
tree | 3fbc2b884832128b6d460272eed50a0daec88275 /macosx/HandBrake.plist | |
parent | 7b26952e91f56c839fc2bd2f668d59f9ae0a55c1 (diff) |
- Use a separate Sparkle appcast feed for unstable (snapshot) releases.
- Use variables in the macosx/HandBrake.plist so SVN doesn't flag it as modified every time the dynamically generated build date/version changes. (Thanks, blindjimmy!)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1456 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HandBrake.plist')
-rw-r--r-- | macosx/HandBrake.plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/HandBrake.plist b/macosx/HandBrake.plist index 1dc46b0e5..8217aa787 100644 --- a/macosx/HandBrake.plist +++ b/macosx/HandBrake.plist @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>HandBrake</string> <key>CFBundleGetInfoString</key> - <string>0.9.2</string> + <string>$(HB_VERSION)</string> <key>CFBundleIconFile</key> <string>HandBrake</string> <key>CFBundleIdentifier</key> @@ -21,11 +21,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.9.2</string> + <string>$(HB_VERSION)</string> <key>CFBundleSignature</key> <string>HB##</string> <key>CFBundleVersion</key> - <string>2008021900</string> + <string>$(HB_BUILD)</string> <key>NSHumanReadableCopyright</key> <string>HandBrake Devs</string> <key>NSMainNibFile</key> @@ -33,6 +33,6 @@ <key>NSPrincipalClass</key> <string>NSApplication</string> <key>SUFeedURL</key> - <string>http://handbrake.fr/appcast.xml</string> + <string>$(APPCAST_URL)</string> </dict> </plist> |