mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
macos: set .plist version in autoconf
Set the libcurl version in libcurl.plist like how libcurl.vers is created. Closes: #8692 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Nick Zitzmann <nickzman@gmail.com>
This commit is contained in:
parent
a6cdfd24ee
commit
e498a9b1fe
7 changed files with 14 additions and 9 deletions
1
lib/.gitignore
vendored
1
lib/.gitignore
vendored
|
|
@ -8,5 +8,6 @@ TAGS
|
|||
curl_config.h
|
||||
curl_config.h.in
|
||||
libcurl.plist.dist
|
||||
libcurl.plist
|
||||
libcurl.vers
|
||||
stamp-h1
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<string>se.curl.libcurl</string>
|
||||
|
||||
<key>CFBundleVersion</key>
|
||||
<string>7.12.3</string>
|
||||
<string>@CURL_PLIST_VERSION@</string>
|
||||
|
||||
<key>CFBundleName</key>
|
||||
<string>libcurl</string>
|
||||
|
|
@ -27,9 +27,9 @@
|
|||
<string>????</string>
|
||||
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>libcurl 7.12.3</string>
|
||||
<string>libcurl @CURL_PLIST_VERSION@</string>
|
||||
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>libcurl.plist 7.12.3</string>
|
||||
<string>libcurl.plist @CURL_PLIST_VERSION@</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Loading…
Add table
Add a link
Reference in a new issue