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

c - Compilation of a code: unkown type name string -

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

Php operator `break` doesn't stop while -