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...