Commits

Anna Zaks committed 22b4dcda369
Create an overlay for ALAssetsLibrary:enumerateGroupsWithTypes which accepts ALAssetsGroup types. This is a case of type mismatch due to the parameter type not being a proper NS_OPTIONS enum. However, it crashes at runtime on 32 bit, so let's introduce an overlay while waiting for the proper fix. Addresses radar://18201112 Swift SVN r21957