Skip to content

Commit

Permalink
fix: Build for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Jan 29, 2025
1 parent 5d93d86 commit 6a659cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions macos/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ flutter pub get
HOMEBREW_NO_AUTO_UPDATE=1 # disable homebrew's automatic updates.
brew install cocoapods

# Build for macos
flutter build macos

# Install CocoaPods dependencies.
cd macos && pod install # run `pod install` in the `macos` directory.

Expand Down

0 comments on commit 6a659cb

Please sign in to comment.