Transcode for IOS on Windows

Monkey Forums/Monkey Programming/Transcode for IOS on Windows

Raz(Posted 2014) [#1]
I understand I cannot build (compile) IOS apps on Windows. I would rather not get in to virtual machines, custom OSX roms or similar. However, I'd like to be able to create the necessary source code and pass it on to someone to compile.

I do not want them to require Monkey to do so.

Is that possible?

Ta!
-Chris


dawlane(Posted 2014) [#2]
Is that possible?
From what I've done so far it is possible, but before you pass on any code in that form you should check with Mark that it's OK to do so.


Raz(Posted 2014) [#3]
Cheers dawlane. Mark? How does that sit?


dawlane(Posted 2014) [#4]
but before you pass on any code in that form you should check with Mark that it's OK to do so
I'll rephrase that.
Before you pass on any project code in it's non-compiled state to a third party. It would be a good idea just to check with Mr Mark Sibly first that it's not violating your MonkeyPro license with it being the iOS target. I don't think it does, but it wouldn't hurt to check.
It should only take you five minutes to alter the one line of code and rebuild trans . Then you just update the monkey source with the target via the command line.

Edit: I should point out the I did build from Linux not Windows.