Hi,
I recently finished development of a game I wanted to publish in the mac app store. The problem is, that I can’t find instructions on how to ready a game for the mac app store in the unity documentation. I only know that it works, because there are unity games in the app store but I don’t know how. The only thing I can find is this http://unity3d.com/support/documentation/ScriptReference/PlayerSettings-useMacAppStoreValidation.html but apple still rejects builds created with Unity. Changing the icon isn’t much of a problem, but Apple complains about the code not being signed properly. I published a unity game for iOS before and it worked fine, but that was because unity created an Xcode project. The problem is that for mac games, Unity doesn’t create an Xcode project where these tasks can be accomplished and trying to sign the code via terminal is kludgy and has been unsuccessful so far.
Could anyone please provide step-by-strep instructions on how to make a unity game meet the mac platform requirements?