Skip to main content
2 of 2
moved raw URL to in text link
Pikalek
  • 13.4k
  • 5
  • 49
  • 54

Generate Xcode project for macOS via the Unity command line

I am trying to export an Xcode project targeting macOS via the Unity3D command line in Continuous Integration.

However, I cannot figure out the right build setting to export an XCode project for macOS through the command line. The Android build target has a specific setting in EditorUserBuildSettings to export an Android Studio project, but I am unable to figure out how to do this for macOS.

Has anyone done this before and can help me out?