I want to port my Game(allready running fine on MacOSX) to MacAppStore(Not iOS) but I have absolutely no clue how to work with Xcode!
Now I´am searching for a “Unity to Xcode to MacAppStore” guide or some tutorials that will help with things like where to put my MacOSX Build, just a few basic advises for a Xcodenoob. What I found was all beyond Unity to Xcode.
My Software(read about some problems in the Unity forum, maybe someone can help here too, to clarify):
Unity Pro 3.3.0f4
Mac OSX 10.6.8
Xcode 4.2
To build a package to put on the MacAppStore you need a couple of things. You need a developer certificate for Mac applications (basically join the Mac developer program) from Apple first which is 99$ a year. I can agree if you don’t want to pay that but there is no other option if you want your game to be distributed on the MacAppStore. Basically you need to sign your executable with your certificate in order to submit something to the MacAppStore. If you do want to pay that check the following link on how to build your game for MacOS (which I figure you’e already done since it’s running). The main thing to be careful about is the IntelOnly option when you build the game, commands are also there for singing the code.
http://technology.blurst.com/unity-games-and-mac-app-store/
It’s a great manual on how to build for the MacAppStore out of Unity.
The other option is just to distribute the game yourself (which is probably the cheapest, but of course people will have to get to know over time, which is the advantage of using the MacAppStore since that takes care of it for you more or less.
Anyway I hope a clarified some things for you now. What Xcode is concerned: all the tools mentioned in the “manual” are from xcode but you don’t need to open Xcode itself, they are command line tools that come with the package. If all goes well out of unity you don’t need to worry about that.
cheers!