Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e70aaad

Browse files
author
Greg Clayton
committedMar 1, 2012
Hardcode the identifier and the execution name in debugserver since we put this into a section and not Xcode variable expansion happens.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151835 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 41ce4f1 commit e70aaad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tools/debugserver/resources/lldb-debugserver-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>English</string>
77
<key>CFBundleIdentifier</key>
8-
<string>com.apple.${PRODUCT_NAME:rfc1034identifier}</string>
8+
<string>com.apple.debugserver</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundleName</key>
12-
<string>${EXECUTABLE_NAME}</string>
12+
<string>debugserver</string>
1313
<key>CFBundleVersion</key>
1414
<string>2</string>
1515
<key>SecTaskAccess</key>

0 commit comments

Comments
 (0)
This repository has been archived.