Skip to content

Commit

Permalink
Update Flutter and CocoaPods dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsRefsgaard committed Jan 25, 2024
1 parent 48f2b36 commit a6b233c
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 207 deletions.
10 changes: 5 additions & 5 deletions ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ export PATH="$PATH:$HOME/flutter/bin"
# Install Flutter artifacts for iOS (--ios), or macOS (--macos) platforms.
flutter precache --ios

# Change working directory to the root of your cloned repo.
cd $CI_PRIMARY_REPOSITORY_PATH

# Install Flutter dependencies.
flutter pub get

# Install CocoaPods using Homebrew.
HOMEBREW_NO_AUTO_UPDATE=1 # disable homebrew's automatic updates.
brew install cocoapods

#
echo "DOING STUFF 2"
ls -la $CI_PRIMARY_REPOSITORY_PATH/ios

cd $CI_PRIMARY_REPOSITORY_PATH/ios
# cd ios
cd ios

# Install CocoaPods dependencies.
pod install # run `pod install` in the `ios` directory.
Expand Down
Loading

0 comments on commit a6b233c

Please sign in to comment.