Skip to content

Commit

Permalink
Fix formatting of list of macOS software requirements (#10412)
Browse files Browse the repository at this point in the history
Fixes #10411
  • Loading branch information
parlough authored and sfshaza2 committed Apr 16, 2024
1 parent 8530233 commit 8c373ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/_includes/docs/install/reqs/macos/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

{% assign xcode = '[Xcode][] ' | append: site.appnow.xcode | append: ' to debug and compile native Swift or ObjectiveC code.' %}
{% assign cocoapods = '[CocoaPods][] ' | append: site.appnow.cocoapods | append: ' to compile enable Flutter plugins in your native apps.' %}
{% capture android %}
[Android Studio][] {{site.appmin.android_studio}} to debug and compile
Java or Kotlin code for Android.
{% capture android -%}
[Android Studio][] {{site.appmin.android_studio}} or later to
debug and compile Java or Kotlin code for Android.
Flutter requires the full version of Android Studio.
{% endcapture %}
{% assign chrome = "[Google Chrome][] to debug JavaScript code for web apps." %}
{% assign git-main = '[Git][] ' | append: site.appmin.git_mac | append: ' or later to manage source code.' %}
{% assign git-xcode = "The Xcode installation includes " %}
{% capture git-other %}
{% capture git-other -%}
To check if you have `git` installed,
type `git version` in your Terminal.
If you need to install `git`, type `brew install git`.
Expand Down

0 comments on commit 8c373ce

Please sign in to comment.