Building xcode project from windows

Hi !
is it possible to make an APPEND-BUILD for xcode project on windows ?

from unity documentation: Is this only for mac !?

I don’t think that’s possible. I’ve heard of people installing OS X on a partition of their regular Windows box (likely in violation of Apple’s EULA), but you need XCode to build and that is Mac only.

No, it’s not possible. Building requires Xcode and that is only available on Mac. Also, Unity and Xcode talk using AppleScript, which, as you can guess, is not possible on Windows. From Windows all you can do in Unity is create the Xcode files on disk.

Thanks