Skip to content

Commit

Permalink
Added fix for flutter#10040
Browse files Browse the repository at this point in the history
  • Loading branch information
atsansone committed Jan 18, 2024
1 parent 02a1e6b commit 7d9215f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/_includes/docs/install/reqs/macos/base.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{% assign target = include.target %}
{% case target %}
{% when 'mobile-ios' %}
{% assign v-target = "iOS" %}
{% when 'mobile-android' %}
{% assign v-target = "Android" %}
{% else %}
{% assign v-target = target %}
{% endcase %}
{% assign os = include.os %}

## System requirements
Expand All @@ -18,7 +26,7 @@ minimal hardware requirements.
<div class="table-wrapper" markdown="1">
| Requirement | Minimum | Recommended |
|:-----------------------------|:------------------------------------------------------------------------:|:-------------------:|
| x86_64 CPU Cores | 4 | 8 |
| CPU Cores | 4 | 8 |
| Memory in GB | 8 | 16 |
| Display resolution in pixels | WXGA (1366 x 768) | FHD (1920 x 1080) |
| Free disk space in GB | {% include docs/install/reqs/macos/storage.md target=target %}
Expand Down

0 comments on commit 7d9215f

Please sign in to comment.