Skip to content

Commit

Permalink
Merge pull request #282 from davidglassborow/master
Browse files Browse the repository at this point in the history
Document how to create a macOS version
  • Loading branch information
TimLariviere authored Jan 17, 2019
2 parents 6d41855 + 4dca844 commit 82a7bcc
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 82a7bcc

Please sign in to comment.