Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

feat: add macOS platform support #125

Merged
merged 7 commits into from
Oct 30, 2023

Conversation

mxknt
Copy link
Contributor

@mxknt mxknt commented Oct 29, 2023

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):

  • add the basic macOS project scaffold using flutter create --platforms=macos ., removing the new main.dart and other unneeded files that the command added.
  • add the required xcode build configurations for each flavor, Debug-development, Release-staging etc.
  • update the bundle id for the development and staging build configurations, adding a .dev and .stg suffix respectively.
  • add icon assets for each flavor
  • add xcode run schemes for each flavor

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@renancaraujo renancaraujo changed the title Add macOS platform support feat: add macOS platform support Oct 30, 2023
@renancaraujo renancaraujo merged commit d18a6d8 into VeryGoodOpenSource:main Oct 30, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants