Bunn / PiStatsMobile

Pi Stats for iOS
67 stars 3 forks source link

Moved shared code into PiStatsKit framework package #12

Closed insidegui closed 1 year ago

insidegui commented 1 year ago

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.