Exporting LiveCode Projects

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
Jon0149
Posts: 5
Joined: Fri Jun 07, 2013 12:08 pm

Exporting LiveCode Projects

Post by Jon0149 » Sat Jun 08, 2013 4:18 pm

Allowing us to Export LiveCode Stacks to XCode .iproj.
So we can make little adjustments in XCode and then Deploy.

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10078
Joined: Fri Feb 19, 2010 10:17 am

Re: Exporting LiveCode Projects

Post by richmond62 » Sat Jun 08, 2013 4:35 pm

I think that is expecting "a bit much".

Jon0149
Posts: 5
Joined: Fri Jun 07, 2013 12:08 pm

Re: Exporting LiveCode Projects

Post by Jon0149 » Sat Jun 08, 2013 4:46 pm

If you can export it to a standalone application in Mac OSX or iOS why not into an Objective-C.
It has to be translated at some point into objective-c for making the application.
Assuming LiveCode translates to Objective-C then deploys?

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Exporting LiveCode Projects

Post by FourthWorld » Sat Jun 08, 2013 5:12 pm

Jon0149 wrote:Assuming LiveCode translates to Objective-C then deploys?
That assumption would be incorrect. LiveCode statically binds its own compiled engine with your scripts, talking to the OS directly in object code. No Objective-C translation happens.

There was a brief period many years ago in which Apple had required that all iOS apps be made with only four languages (C, C++, Objective-C, and JavaScript), but even then translation was not allowed (the "originally written in" clause), and thankfully once the gaming world reminded Apple that most of their products rely on runtime-compiled scripting engines Apple eventually backpedaled on that, opening the door to any system that uses the public APIs regardless of source language.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10078
Joined: Fri Feb 19, 2010 10:17 am

Re: Exporting LiveCode Projects

Post by richmond62 » Sat Jun 08, 2013 5:18 pm

If one trusts Livecode one should not need to make "little adjustments" with another set of coding tools.

Currently all I have to do is open the App folder and change the development number (which for some reason is left as that of the IDE in standalones).

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10078
Joined: Fri Feb 19, 2010 10:17 am

Re: Exporting LiveCode Projects

Post by richmond62 » Sun Jun 09, 2013 2:42 pm

Having just exported a standalone with 6.0.2 for Mac I can report that the thing I wrote about in the previous message is no longer a problem.

This SHOULD mean one does not need to fiddle around with standalones post-build in anything else at all.

Post Reply