Context
The xcframework migration (PR #127) changed the automated build path from libTeak.a to Teak.xcframework and TeakExtension.xcframework. The manual integration docs still reference the old static library approach.
Spotted during final review of PR #127.
Files to Update
docs/modules/ROOT/pages/ios-extensions.adoc — references linking libTeak.a to extension targets
docs/modules/ROOT/pages/ios-dependencies.adoc — references libTeak.a in dependency lists
Task
Update manual integration instructions to reference xcframeworks instead of libTeak.a. Customers who disable build post-processing (JustShutUpIKnowWhatImDoing) and follow these docs manually will encounter broken instructions without this update.
Repo: teak-ios
Context
The xcframework migration (PR #127) changed the automated build path from
libTeak.atoTeak.xcframeworkandTeakExtension.xcframework. The manual integration docs still reference the old static library approach.Spotted during final review of PR #127.
Files to Update
docs/modules/ROOT/pages/ios-extensions.adoc— references linkinglibTeak.ato extension targetsdocs/modules/ROOT/pages/ios-dependencies.adoc— referenceslibTeak.ain dependency listsTask
Update manual integration instructions to reference xcframeworks instead of
libTeak.a. Customers who disable build post-processing (JustShutUpIKnowWhatImDoing) and follow these docs manually will encounter broken instructions without this update.Repo:
teak-ios