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 -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -