framework

Installation
SKILL.md

Framework / build – Contentstack Utils Swift

When to use

  • Editing Package.swift, Modules/, or Sources/Kanna/.
  • Changing deployment targets or conditional libxml linking.
  • Updating ContentstackUtils.podspec or CI assumptions (scheme, destination).

Swift Package Manager

  • Product: ContentstackUtils.
  • Targets: ContentstackUtils (sources under Sources/), ContentstackUtilsTests, system library libxml2Modules/.
  • Apple vs Linux: Conditional libxml2 dependency and pkg-config as in Package.swift—preserve behavior when refactoring.

Vendored Kanna

  • Sources/Kanna/ is excluded from SwiftLint. Updates = intentional vendoring (license, diff, cross-platform build).

CocoaPods

Installs
1
GitHub Stars
1
First Seen
7 days ago
framework — contentstack/contentstack-utils-swift