aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/module.mk
AgeCommit message (Collapse)Author
2019-08-04IOS7: Move non-video related functions to a separate fileThierry Crozat
2016-01-07IOS7: Make filename style consistent in itself.Johannes Schickel
2016-01-06IOS: Avoid subclassing UIApplication, and handle multitaskingVincent Bénony
2016-01-06IOS: Renames iOS7 classes to avoid confusionVincent Bénony
2016-01-06IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)Vincent Bénony
The "iphone" backend is the support for the old iPhones. The "ios7" backend is for the new iPhones.