Skip to content

Commit

Permalink
nix-update-cocoapods-version
Browse files Browse the repository at this point in the history
maybe we need a sudo in there

hmmm we cant sudo

update nix-update-cocoapods-version command
  • Loading branch information
siddarthkay committed Mar 15, 2023
1 parent 1679491 commit ae7f2cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ nix-update-pods: export TARGET := ios
nix-update-pods: ##@nix Update CocoaPods in ios/Podfile.lock
cd ios && pod update

nix-update-cocoapods-version: export TARGET := ios
nix-update-cocoapods-version: ##@nix Update CocoaPods Version to latest
cd ios && gem uninstall cocoapods && gem install cocoapods

#----------------
# General targets
#----------------
Expand Down
1 change: 1 addition & 0 deletions ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pipeline {
utils.doGitRebasePR()
utils.symlinkEnv()
println("Build Number: ${utils.genBuildNumber()}")
sh 'make nix-update-cocoapods-version'
sh 'npx react-native info'
}
}
Expand Down

0 comments on commit ae7f2cc

Please sign in to comment.