build: remove MacOSX-Framework script

I don't think this is much used these days.

Also remove the libcurl.plist file used (only) by this script

Closes #13313
This commit is contained in:
Daniel Stenberg 2024-04-08 14:54:35 +02:00
parent fd6c16c345
commit 9eafc11552
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
10 changed files with 10 additions and 230 deletions

2
lib/.gitignore vendored
View file

@ -11,7 +11,5 @@
TAGS
curl_config.h
curl_config.h.in
libcurl.plist.dist
libcurl.plist
libcurl.vers
stamp-h1

View file

@ -25,11 +25,10 @@ AUTOMAKE_OPTIONS = foreign nostdinc
CMAKE_DIST = CMakeLists.txt curl_config.h.cmake
EXTRA_DIST = Makefile.mk config-win32.h config-win32ce.h config-plan9.h \
config-riscos.h config-mac.h curl_config.h.in config-dos.h \
libcurl.plist libcurl.rc config-amigaos.h config-win32ce.h \
config-os400.h setup-os400.h $(CMAKE_DIST) setup-win32.h .checksrc \
Makefile.soname
EXTRA_DIST = Makefile.mk config-win32.h config-win32ce.h config-plan9.h \
config-riscos.h config-mac.h curl_config.h.in config-dos.h libcurl.rc \
config-amigaos.h config-win32ce.h config-os400.h setup-os400.h \
$(CMAKE_DIST) setup-win32.h .checksrc Makefile.soname
lib_LTLIBRARIES = libcurl.la

View file

@ -1,35 +0,0 @@
<?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>se.curl.libcurl</string>
<key>CFBundleVersion</key>
<string>@CURL_PLIST_VERSION@</string>
<key>CFBundleName</key>
<string>libcurl</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>libcurl @CURL_PLIST_VERSION@</string>
<key>CFBundleGetInfoString</key>
<string>libcurl.plist @CURL_PLIST_VERSION@</string>
</dict>
</plist>