2014-05-27
01:04 PM
- last edited on
2023-08-01
02:49 PM
by
Doreena Deng
2014-05-31 11:58 AM
stefan wrote:The primary difference between a Mac and Windows development is the project file. The Mac version will be built with Xcode and the Windows version with Visual Studio. We follow the conventions in the GS Style Guide where the Mac project is in
I know the Devkit contains a set of examples, but I'm struggling to make a Windows/OSX ready add-on project.
Is there a template possible to have a single folder with the add-on ready for Windows and OSX? Or how would you best manage a cross-platform add-on? I failed in adding the necessary files and scripts to an existing add-on from the Visual Studio example, to also contain the necessary OSX add-on files.
I guess that it should be possible to share the same source files mostly.