File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / lib / libcurl.plist
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 1 month ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <?xml version="1.0" encoding="UTF-8"?>
    2: <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
    3: <plist version="0.9">
    4: <dict>
    5: 	<key>CFBundleInfoDictionaryVersion</key>
    6: 	<string>6.0</string>
    7: 
    8: 	<key>CFBundleDevelopmentRegion</key>
    9: 	<string>English</string>
   10: 
   11: 	<key>CFBundleExecutable</key>
   12: 	<string>curl</string>
   13: 
   14: 	<key>CFBundleIdentifier</key>
   15: 	<string>se.haxx.curl.libcurl</string>
   16: 
   17: 	<key>CFBundleVersion</key>
   18: 	<string>7.70.0</string>
   19: 
   20: 	<key>CFBundleName</key>
   21: 	<string>libcurl</string>
   22: 
   23: 	<key>CFBundlePackageType</key>
   24: 	<string>FMWK</string>
   25: 
   26: 	<key>CFBundleSignature</key>
   27: 	<string>????</string>
   28: 
   29: 	<key>CFBundleShortVersionString</key>
   30: 	<string>libcurl 7.70.0</string>
   31: 
   32: 	<key>CFBundleGetInfoString</key>
   33: 	<string>libcurl.plist 7.70.0</string>
   34: </dict>
   35: </plist>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>