Skip to content

Commit

Permalink
document how to create a macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidglassborow committed Jan 17, 2019
1 parent 6d41855 commit 4dca844
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Getting started

SqueakyApp/SqueakyApp.sln

By default iOS and Android projects are created. For WPF apps use `--WPF`, for example:
By default iOS and Android projects are created. For WPF apps use `--WPF`, for macOS use `--macOS` for example:

Android only:

Expand All @@ -44,6 +44,14 @@ WPF only:

dotnet new fabulous-app -n SqueakyApp --WPF --Android=false --iOS=false

macOS only:

dotnet new fabulous-app -n SqueakyApp --macOS --Android=false --iOS=false

All 4 platforms:

dotnet new fabulous-app -n SqueakyApp --WPF --macOS

5. If you are using Visual Studio for Mac and you want to start with File -> New, make sure you target ".NET Standard" to add the references to Fabulous:

File -> New Solution
Expand Down

0 comments on commit 4dca844

Please sign in to comment.