Skip to content

Commit

Permalink
fix(js/Makefile): update pods repos in dev
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@berty.tech>
  • Loading branch information
n0izn0iz committed Dec 23, 2020
1 parent 42b3883 commit c8dd837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ ios/Frameworks/Bertybridge.framework: $(bridge_src)

ios/Berty.xcworkspace: ios/Berty.xcodeproj ios/Podfile ios/vendor/bundle package.json ios/OpenSSL-Universal-Override.podspec
$(call check-program, bundle)
cd ios && bundle exec pod install
cd ios && bundle exec pod install $(if $(filter-out $(CI), true),--repo-update)
touch $@

ios/Berty.xcodeproj: ios/vendor/xcodegen $(xcodegen_yml) $(call rwildcard,ios/Berty/Source,*)
Expand Down

0 comments on commit c8dd837

Please sign in to comment.