Skip to content

taodongl/xcodeprojectParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCode Project File Parser

I tried the project: xcode-project-parser to parse xcode project file. But it is too slow because String objects are created/destroyed constantly. So I implement a parser using antlr4. And the project also contains a demo.

Gradle Project Structure

| 
|--build.gradle
|--settings.gradle
|--demo 
|       | 
|       |--build.gradle
|       |--src/main/java
|       |--src/main/resources
|--antlr4-xcode 
|       | 
|       |--build.gradle
|       |--src/main/antlr 

Build

  • cd to project folder
  • perform gradlew.bat build in terminal
  • open project using Intellij Idea

About

parse xcodeproject file (project.pbxproj) using antlr4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors