diff options
| author | Greg Clayton <gclayton@apple.com> | 2011-08-25 04:13:59 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2011-08-25 04:13:59 +0000 |
| commit | 447ff1bfdc853f11ff2e13349a8f308609fae5a5 (patch) | |
| tree | 53a945dabd6107a790bee87ed7ce99c0c9303fbe | |
| parent | 88e6d5945f75841090ede3dfeddea37d10d2fecd (diff) | |
| download | bcm5719-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.plist | 4 |
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> |

