VeryGoodOpenSource / very_good_flame_game

A Very Good Flutter Starter Flame Game created by the Very Good Ventures Team 🦄
https://brickhub.dev/bricks/very_good_flame_game
MIT License
85 stars 11 forks source link

feat: add macOS platform support #125

Closed mxknt closed 11 months ago

mxknt commented 11 months ago

Description

This PR adds macOS as a supported platform, including the required XCode build configurations and run schemes to support the usual three Flutter flavors: production, staging and development. See VeryGoodOpenSource/very_good_cli#452

The process of adding macOS support took the following steps (roughly mapped to the included commits):

Type of Change