diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-06 07:42:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-06 07:42:02 +0000 |
commit | 927e392b310e165f8f03ede87995b2ac5f71bb0f (patch) | |
tree | 9d032739e76e07d03371c8ee1028a30555bdb8f5 /lib/libcurl.plist | |
parent | aeb5edbf07748ab3a12730301530b035f51ae1b6 (diff) | |
download | curl-927e392b310e165f8f03ede87995b2ac5f71bb0f.tar.gz |
Mac OS X framework build files, contributed by Matt Veenstra
Diffstat (limited to 'lib/libcurl.plist')
-rw-r--r-- | lib/libcurl.plist | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/libcurl.plist b/lib/libcurl.plist new file mode 100644 index 000000000..9b0fa0720 --- /dev/null +++ b/lib/libcurl.plist @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> +<plist version="0.9"> +<dict> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + + <key>CFBundleExecutable</key> + <string>curl</string> + + <key>CFBundleIdentifier</key> + <string>com.libcurl.libcurl</string> + + <key>CFBundleVersion</key> + <string>7.10.8</string> + + <key>CFBundleName</key> + <string>libcurl</string> + + <key>CFBundlePackageType</key> + <string>FMWK</string> + + <key>CFBundleSignature</key> + <string>????</string> + + <key>CFBundleShortVersionString</key> + <string>libcurl 7.10.8</string> + + <key>CFBundleGetInfoString</key> + <string>libcurl.plist 7.10.8</string> +</dict> +</plist>
\ No newline at end of file |