summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-08-25 04:13:59 +0000
committerGreg Clayton <gclayton@apple.com>2011-08-25 04:13:59 +0000
commit447ff1bfdc853f11ff2e13349a8f308609fae5a5 (patch)
tree53a945dabd6107a790bee87ed7ce99c0c9303fbe
parent88e6d5945f75841090ede3dfeddea37d10d2fecd (diff)
downloadbcm5719-llvm-447ff1bfdc853f11ff2e13349a8f308609fae5a5.tar.gz
bcm5719-llvm-447ff1bfdc853f11ff2e13349a8f308609fae5a5.zip
Make the CFBundleShortVersionString and CFBundleVersion automatically track
the Apple Generic Version number from the Xcode project. llvm-svn: 138549
-rw-r--r--lldb/resources/LLDB-Info.plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/resources/LLDB-Info.plist b/lldb/resources/LLDB-Info.plist
index d81db5ab643..a8b66501731 100644
--- a/lldb/resources/LLDB-Info.plist
+++ b/lldb/resources/LLDB-Info.plist
@@ -13,11 +13,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>1.0</string>
+ <string>1.${CURRENT_PROJECT_VERSION}</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>73</string>
+ <string>${CURRENT_PROJECT_VERSION}</string>
<key>CFBundleName</key>
<string>${EXECUTABLE_NAME}</string>
</dict>
OpenPOWER on IntegriCloud