Files
GCDWebServer/.vscode
cuong mac mini m2 b84e6149d6 Clean up podspec: drop redundant libxml2 flag and requires_arc
- Remove `-I$(SDKROOT)/usr/include/libxml2` from the WebDAV subspec: the
  modern SDK ships a libxml2 module map that resolves <libxml/parser.h>
  with no extra header search path (verified via pod lib lint).
- Remove all `requires_arc = true` declarations: ARC is the CocoaPods
  default and the sources already enforce it with #error guards. They
  were leftovers from when GCDWebServer <= 3.1 supported MRC.
- Remove the leftover pod trunk template comment block.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 16:03:51 +07:00
..