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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -