Skip to content

This library provides a Java API for read and write access to an Xcode project file.

License

Notifications You must be signed in to change notification settings

marcusholl/XcodeProjectJavaAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Read Me

##Description

These classes implement a basic API for the Xcode project file (works also with Xcode 4.3.x).

Note: The low level classes in the com.sap.prd.mobile.ios.mios.xcodeprojreader.jaxb package can be used to load and save arbitrary property lists.

##Usage See UsageExamples.java.

##Known limitations

In order to use this library, you have to convert the Xcode project file to XML (see convert method in JAXBPlistParser.java. This step can only be done on Mac OS X. The project file cannot be converted back!

The remainder of the API uses standard Java features.

License

This project is copyrighted by SAP AG and made available under the Apache License 2.0. Please also confer to the text files "LICENSE" and "NOTICE" included with the project sources.

About

This library provides a Java API for read and write access to an Xcode project file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages