From: Daniel Dunbar Date: Thu, 15 Jul 2010 20:26:56 +0000 (+0000) Subject: build/Darwin: Add missing Info.plist template. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c57b0ba341c52ac9f3e6410ca4d21eb28019c901;p=clang build/Darwin: Add missing Info.plist template. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108457 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/driver/Info.plist.in b/tools/driver/Info.plist.in new file mode 100644 index 0000000000..c938fb053d --- /dev/null +++ b/tools/driver/Info.plist.in @@ -0,0 +1,18 @@ + + + + + CFBundleIdentifier + @TOOL_INFO_UTI@ + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + @TOOL_INFO_NAME + CFBundleShortVersionString + @TOOL_INFO_VERSION@ + CFBundleVersion + @TOOL_INFO_BUILD_VERSION@ + CFBundleSignature + ???? + +