You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by mmocny <gi...@git.apache.org> on 2012/09/07 16:01:21 UTC

incubator-cordova-ios pull request: [ios] fixing IsIPad() macro to not depe...

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 <mm...@gmail.com>
Date:   2012-09-07T06:58:49-07:00

    [ios] fixing IsIPad() macro to not depended on include order for correctness.

----