This introduces a local package that produces a framework called PiStatsKit. This framework contains all shared functionality previously achieved by building the same source files into multiple targets.
That strategy worked just fine, but since we'll need to share more code with the introduction of more powerful widgets in iOS 17, moving shared code into a library makes more sense.
This introduces a local package that produces a framework called
PiStatsKit
. This framework contains all shared functionality previously achieved by building the same source files into multiple targets.That strategy worked just fine, but since we'll need to share more code with the introduction of more powerful widgets in iOS 17, moving shared code into a library makes more sense.