pivotal-legacy / PivotalCoreKit

Shared library and test code for iOS and macOS projects
http://pivotallabs.com
Other
168 stars 85 forks source link

Remove static frameworks? #169

Open younata opened 8 years ago

younata commented 8 years ago

We have dynamic frameworks for (as far as I can tell) every subproject in PCK. Anyone using iOS 7 or earlier (i.e. before dynamic frameworks are supported on iOS) can just use cocoapods.

This would ease the burden of maintaining this significantly.

Thanks.

briancroom commented 8 years ago

I would have no objection to removing the static framework targets, and agree that removing these non-standard configurations would simplify maintenance going forward.

Are any PCK users still relying on the static frameworks?

tjarratt commented 8 years ago

Might be nice to have one last release (possibly this week?) before we remove the static frameworks.

There are a lot of nice fixes in master that didn't make it into v0.3.0

tjarratt commented 8 years ago

Working on a release, hopeful for this week. Planning on merging this into master afterwards.