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

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -