applescript - How CocoaPods' install command works behind the scene to add files to my Xcode project? -
applescript - How CocoaPods' install command works behind the scene to add files to my Xcode project? -
i've started using cocoapods. way adds files xcode project i'm curious writing own applescript able add together files xcode project. how can that? reference appreciated?
the xcode project file format tough. there 2 tools cocoapods can utilize edit them. xcodeproj ruby gem first. lot of other projects such slather depend on gem deal project files. if have installed cocoapods can utilize xcproj add together things project. can installed homebrew with
brew install xcproj
it has recompiled each time update xcode. if you'd create tool manipulates project i'd recommend these starting point.
xcode applescript cocoapods
Comments
Post a Comment