Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to create a macOS version #282

Merged
merged 1 commit into from
Jan 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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