aboutsummaryrefslogtreecommitdiff
path: root/dists/ios7
AgeCommit message (Collapse)Author
2016-02-13IOS: Adds support for iPadVincent Bénony
These keys are automatically added by Xcode when one compiles a regular Xcode project, but are missing when compiling from the command line.
2016-02-05RELEASE: This is 1.9.0gitEugene Sandulenko
2016-01-07IOS: Updates the splash screensVincent Bénony
2016-01-06IOS: Update the autotools template filesVincent Bénony
2016-01-06IOS: Adds iPhone 6/6+ launch screensVincent Bénony
2016-01-06IOS: Recommanded settings for Xcode 7.2Vincent Bénony
2016-01-06IOS: Avoid subclassing UIApplication, and handle multitaskingVincent 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.