Allowing us to Export LiveCode Stacks to XCode .iproj.
So we can make little adjustments in XCode and then Deploy.
Exporting LiveCode Projects
Moderator: Klaus
-
- Livecode Opensource Backer
- Posts: 10078
- Joined: Fri Feb 19, 2010 10:17 am
Re: Exporting LiveCode Projects
I think that is expecting "a bit much".
Re: Exporting LiveCode Projects
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?
It has to be translated at some point into objective-c for making the application.
Assuming LiveCode translates to Objective-C then deploys?
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Exporting LiveCode Projects
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.Jon0149 wrote:Assuming LiveCode translates to Objective-C then deploys?
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
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- Livecode Opensource Backer
- Posts: 10078
- Joined: Fri Feb 19, 2010 10:17 am
Re: Exporting LiveCode Projects
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).
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).
-
- Livecode Opensource Backer
- Posts: 10078
- Joined: Fri Feb 19, 2010 10:17 am
Re: Exporting LiveCode Projects
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.
This SHOULD mean one does not need to fiddle around with standalones post-build in anything else at all.