mirror of
https://github.com/curl/curl.git
synced 2026-08-09 01:26:04 +03:00
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:
parent
fd6c16c345
commit
9eafc11552
10 changed files with 10 additions and 230 deletions
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
|
@ -24,7 +24,7 @@ appleOS:
|
|||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-all-files:
|
||||
- '{.github/workflows/macos.yml,lib/config-mac.h,lib/macos*,lib/vtls/sectransp*,m4/curl-sectransp.m4,MacOSX-Framework}'
|
||||
- '{.github/workflows/macos.yml,lib/config-mac.h,lib/macos*,lib/vtls/sectransp*,m4/curl-sectransp.m4}'
|
||||
|
||||
authentication:
|
||||
- all:
|
||||
|
|
@ -36,7 +36,7 @@ build:
|
|||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-all-files:
|
||||
- '{**/CMakeLists.txt,**/Makefile.am,**/Makefile.inc,**/Makefile.mk,**/*.m4,**/*.mk,*.m4,docs/INSTALL.cmake,lib/curl_config.h.cmake,lib/libcurl*.in,CMake/**,CMakeLists.txt,configure.ac,m4/**,MacOSX-Framework,Makefile.*,packages/**,plan9/**,projects/**,winbuild/**,libcurl.def}'
|
||||
- '{**/CMakeLists.txt,**/Makefile.am,**/Makefile.inc,**/Makefile.mk,**/*.m4,**/*.mk,*.m4,docs/INSTALL.cmake,lib/curl_config.h.cmake,lib/libcurl*.in,CMake/**,CMakeLists.txt,configure.ac,m4/**,Makefile.*,packages/**,plan9/**,projects/**,winbuild/**,libcurl.def}'
|
||||
|
||||
CI:
|
||||
- all:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue