Repository: flex-utilities Updated Branches: refs/heads/develop b3f5ddc8f -> 3d7aa9190
Added support for retina resolution Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/3d7aa919 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/3d7aa919 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/3d7aa919 Branch: refs/heads/develop Commit: 3d7aa919034d3f38416a083c3c03644bbaa433c2 Parents: b3f5ddc Author: Harbs <[email protected]> Authored: Mon Apr 4 14:27:58 2016 -0700 Committer: Harbs <[email protected]> Committed: Mon Apr 4 14:27:58 2016 -0700 ---------------------------------------------------------------------- flex-installer/installer/src/InstallApacheFlex-app.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3d7aa919/flex-installer/installer/src/InstallApacheFlex-app.xml ---------------------------------------------------------------------- diff --git a/flex-installer/installer/src/InstallApacheFlex-app.xml b/flex-installer/installer/src/InstallApacheFlex-app.xml index 995ee94..06c1281 100644 --- a/flex-installer/installer/src/InstallApacheFlex-app.xml +++ b/flex-installer/installer/src/InstallApacheFlex-app.xml @@ -221,7 +221,7 @@ ]]> </Entitlements> --> <!-- Display Resolution for the app (either "standard" or "high"). Optional. Default "standard" --> - <!-- <requestedDisplayResolution></requestedDisplayResolution> --> + <requestedDisplayResolution>high</requestedDisplayResolution> <!-- </iPhone> --> <!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->
