/PBXProjParser

解析pbxproj文件,并返回相应结构。

Primary LanguageSwiftApache License 2.0Apache-2.0

PBXProjParser

解析pbxproj文件,并返回相应结构。

文件已经支持全部解析,但处理后的结构只包含以下类型

  • PBXBuildFile section
  • PBXFileReference section
  • PBXGroup section
  • PBXProject section

Usage:

> ./PBXProjParser -f /path/to/project.pbxproj -s filename

/path/to/project.pbxproj
filename has been found. Searching...
../relative/path/to/filename

TODO:

  • PBXContainerItemProxy section
  • BXFrameworksBuildPhase section
  • PBXFileReference section
  • PBXHeadersBuildPhase section
  • PBXNativeTarget section
  • PBXResourcesBuildPhase section
  • PBXSourcesBuildPhase section
  • PBXTargetDependency section
  • XCBuildConfiguration section
  • XCConfigurationList section