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
Post a Comment