Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanslikesocool/unityxcodeprojectsettings
Xcode build settings for Unity
https://github.com/ryanslikesocool/unityxcodeprojectsettings
Last synced: 7 days ago
JSON representation
Xcode build settings for Unity
- Host: GitHub
- URL: https://github.com/ryanslikesocool/unityxcodeprojectsettings
- Owner: ryanslikesocool
- License: mit
- Created: 2023-12-20T15:16:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T02:18:54.000Z (4 months ago)
- Last Synced: 2024-07-10T05:17:17.734Z (4 months ago)
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity Xcode Project Settings
Advanced Xcode project settings available in Unity's Project Settings panel.## NOTICE
**This package is under development and not considered production-ready.**\
Breaking changes are common, documentation is incomplete, and support is limited. Use at your own risk.## Installation (Unity Package Manager)
- Select "Add package from git URL..." from the plus (+) menu in the package manager window.
- Paste the package's git url.
```
https://github.com/ryanslikesocool/UnityXcodeProjectSettings.git
```## Dependencies
This package has two dependencies:
- [Foundation](https://github.com/ryanslikesocool/UnityFoundation)
- [Property Wrappers](https://github.com/ryanslikesocool/UnityFoundation-PropertyWrappers)