GitHub user mmocny opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/47
[ios] fixing IsIPad() macro to not depended on include order for correctness This was already suggested as a better implementation by @khawkins in the patch that added this macro (https://github.com/apache/incubator-cordova-ios/pull/45). You can merge this pull request into a Git repository by running: $ git pull https://github.com/mmocny/incubator-cordova-ios is_ipad_macro_fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-ios/pull/47.patch ---- commit 83c13fb4bfaf3430bbe7aefb281575dd8d943a19 Author: Michal Mocny <mmo...@gmail.com> Date: 2012-09-07T06:58:49-07:00 [ios] fixing IsIPad() macro to not depended on include order for correctness. ----