[Lldb-commits] [lldb] r151835 - /lldb/trunk/tools/debugserver/resources/lldb-debugserver-Info.plist

Greg Clayton gclayton at apple.com
Thu Mar 1 13:06:20 PST 2012


Author: gclayton
Date: Thu Mar  1 15:06:20 2012
New Revision: 151835

URL: http://llvm.org/viewvc/llvm-project?rev=151835&view=rev
Log:
Hardcode the identifier and the execution name in debugserver since we put this into a section and not Xcode variable expansion happens.


Modified:
    lldb/trunk/tools/debugserver/resources/lldb-debugserver-Info.plist

Modified: lldb/trunk/tools/debugserver/resources/lldb-debugserver-Info.plist
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/resources/lldb-debugserver-Info.plist?rev=151835&r1=151834&r2=151835&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/resources/lldb-debugserver-Info.plist (original)
+++ lldb/trunk/tools/debugserver/resources/lldb-debugserver-Info.plist Thu Mar  1 15:06:20 2012
@@ -5,11 +5,11 @@
     <key>CFBundleDevelopmentRegion</key>
     <string>English</string>
     <key>CFBundleIdentifier</key>
-    <string>com.apple.${PRODUCT_NAME:rfc1034identifier}</string>
+    <string>com.apple.debugserver</string>
     <key>CFBundleInfoDictionaryVersion</key>
     <string>6.0</string>
     <key>CFBundleName</key>
-    <string>${EXECUTABLE_NAME}</string>
+    <string>debugserver</string>
     <key>CFBundleVersion</key>
     <string>2</string>
 	<key>SecTaskAccess</key>





More information about the lldb-commits mailing list