Skip to content

fishg/XcodeProjectModifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#XcodeProjectModifier

Overview

XcodeProjectModifier can assist in automatically adding files and frameworks to your Xcode 4+ project after it is generated by Unity 3D.

###Changes

  1. Allow all settings to be optional.

  2. Fix system path issue when building Xcode project from Windows.

  3. Allow per-file compiler settings.

Installation

Add all files of the repo to your Unity project Editor Folder.

Usage

Example modifications are contained in the 'XcodeProjectMods' folder, but please refer to the original/modified repos for more meaningful examples.

To specify per-file compiler flags:

"files": ["path/filename:-flag"]

XcodeProjectMods has been tested with Unity 4.5+ and Xcode 5+.

Contributor

Original version by Daniele Cariola. (https://github.com/dcariola/XCodeEditor-for-Unity)

This version is a modification of 'XUPorter' - which is based on the original. (https://github.com/onevcat/XUPorter)

From 'XUPorter': Thanks for all contributors of this project. Especially @pronebird and @MatthewMaker's great effort!

LICENSE

This code is distributed under the terms and conditions of the MIT license.

Original version: Copyright (c) 2012 Daniele Cariola

Modified versions: Copyright (c) 2012 Wei Wang @onevcat Copyright (c) 2014 Gary J. Foreman @fearmyjargon

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Unity Xcode project mofidier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%