What tools support editing project.pbxproj files?

前端 未结 3 637
广开言路
广开言路 2021-02-06 07:18

I want to edit project.pbxproj straight up using command line (for CI server script)

what tools can allow me to do this?

I used to use PlistBu

3条回答
  •  走了就别回头了
    2021-02-06 07:45

    Here are 3 open-source tools which implement .pbxproj file editing:

    • https://github.com/CocoaPods/Xcodeproj (Ruby based)
    • https://github.com/apache/cordova-node-xcode (NodeJS based)
    • https://github.com/kronenthaler/mod-pbxproj (Python based)

提交回复
热议问题