Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.14 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.14 KB

#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.