vimeo / VIMVideoPlayer

Deprecated: Please use [PlayerKit]( https://github.com/vimeo/PlayerKit) instead.
MIT License
281 stars 63 forks source link

Adds Framework Project to Workspace #46

Closed alfiehanssen closed 8 years ago

alfiehanssen commented 8 years ago

Ticket

No ticket

Ticket Summary

Source files were being compiled straight in the example project. Is there an alternative?

Implementation Summary

This pull request adds a framework project to the workspace so that the library can be compiled and worked on in the context of the framework project. And then consumed in the example project.

How to Test

Open the workspace.

Build the framework project. Confirm there are no warnings or errors.

Build and run the example project. Confirm there are no warnings or errors. Confirm it functions properly in the simulator and on device.

alfiehanssen commented 8 years ago

@ghking R4R

ghking commented 8 years ago

Looks good to me