facebookarchive / pop

An extensible iOS and OS X animation library, useful for physics-based interactions.
Other
19.66k stars 2.88k forks source link

Create fat framework target #307

Closed ghost closed 8 years ago

ghost commented 8 years ago

Adds a new target to the project which builds the iphone and apple tv frameworks for both device and simulator. It then uses the lipo tool to combine these into a single "fat" framework which will work with both device and simulator.

ghost commented 8 years ago

Build failing for the same reason as: https://github.com/facebook/pop/pull/301

grp commented 8 years ago

I'd suggest using CocoaPods which doesn't require maintaining an opaque and non-human-readable Xcode project for Pop. This adds significant complexity to the project and it's hard to force correctness via review.

Feel free to maintain a fork adding this target if it's useful for you. If the goal is to use Pop as a binary framework, though, that's not recommended — Pop doesn't have a stable ABI between versions.