Commit 457758b5 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3733 from StevenPuttemans:fix_4004_master

parents b64b82a1 ea54c011
......@@ -51,3 +51,11 @@ Output
------
![](images/output.png)
Changes for XCode5+ and iOS8+
-----------------------------
With the newer XCode and iOS versions you need to watch out for some specific details
- The *.m file in your project should be renamed to *.mm.
- You have to manually include AssetsLibrary.framework into your project, which is not done anymore by default.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment