Skip to content

iOS Simulator: remove support for the i386 slice

Felix Paul Kühne requested to merge fkuehne/VLCKit:remove-i386 into master

This removes support for the i386 slice that was still available to the iOS simulator. It was (very) rarely used and is no longer supported by current versions of Xcode, so it is removed. Additionally, it solves low level threading issues caused by a work-around patch that is no longer needed.

Merge request reports