Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 513 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 513 Bytes

xcodeproj-parser

Parses .xcodeproj files, without any external dependency. It only uses regular expression searches and string comparison for the parsing.

pbxproj objects

  • PBXBuildFile
  • PBXContainerItemProxy
  • PBXFileReference
  • PBXFrameworksBuildPhase
  • PBXGroup
  • PBXNativeTarget
  • PBXProject
  • PBXResourcesBuildPhase
  • PBXSourcesBuildPhase
  • PBXTargetDependency
  • PBXVariantGroup
  • XCBuildConfiguration
  • XCConfigurationList
  • XCVersionGroup