objective c - Run bash command in CocoaPod post_install step -



objective c - Run bash command in CocoaPod post_install step -

i create cocoapods run git submodule init in project root directory after it's done installing pods. there post_install hook, found little info how utilize it. can used run arbitrary bash commands?

well, easier expected...

post_install |installer| system("git submodule init") end

objective-c cocoapods

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -