macos work

This commit is contained in:
John Smith
2022-01-29 21:25:21 -05:00
parent a5e4e5c908
commit 3262468a92
20 changed files with 309 additions and 19 deletions

View File

@@ -69,8 +69,9 @@ elif [ "$OS" == "macos" ]; then
fi
sudo -H -u $BREW_USER brew install llvm
echo "Must sudo to root to install CocoaPods gem:"
sudo gem install cocoapods
sudo arch -x86_64 gem install ffi
sudo arch -x86_64 gem install cocoapods
# ensure platforms are enabled in flutter
flutter config --enable-macos-desktop --enable-ios --no-enable-android
fi