Page 1 of 1

How to get a custom framework to end up in the standalone package?

Posted: Mon Aug 11, 2025 4:53 pm
by trevix
Hello. I am not vacationing (sigh) and it would be nice if I could receive some answer :D

A custom framework must be placed in the "Frameworks" folder on the package of a standalone, during the build process, in order to not disrupt the app signature in iOS (no standalone settings copy pane).
How, using Livecode Extension builder, can I accomplish this?
Using a .gyp file? If so, how?
Which rev stack is responsible for adding custom frameworks of LCB Extension to the iOS package? "revSaveAsStandalone"?
Thanks for any help

Re: How to get a custom framework to end up in the standalone package?

Posted: Mon Aug 11, 2025 7:05 pm
by trevix
I forgot to say: Monte created for me a LCB extension that actually load a custom framework on the standalone. So this should be possible...

Re: How to get a custom framework to end up in the standalone package? SOLVED

Posted: Thu Aug 21, 2025 4:29 pm
by trevix
The framework must be placed in "/YourExtensionName/code/universal-ios/

I think Livecode should post these informations...

Re: How to get a custom framework to end up in the standalone package?

Posted: Thu Aug 21, 2025 4:37 pm
by stam
Thanks for the info trevix