Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 788 Bytes

File metadata and controls

21 lines (14 loc) · 788 Bytes

Xcode Manipulation API

This is an Xcode Manipulation API maintained by the Unity iOS team.

The API is bundled with Unity 5.x. The documentation of the version bundled with Unity is provided here http://docs.unity3d.com/ScriptReference/iOS.Xcode.PBXProject.html.

In order to use this API instead of the dll bundled with a particular Unity release, users need to change the namespace of the API to something different to avoid conflicts.

The above caveat applies to Unity 4.6 too, because it uses an older version of the API internally.

Contribution

Please use name your branch other than 'stable' or 'dev' for pull requests.

By doing a pull request to this repository you accept to release your code under the MIT license (see the LICENSE file).