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

LiveCode Builder is a language for extending LiveCode's capabilities, creating new object types as Widgets, and libraries that access lower-level APIs in OSes, applications, and DLLs.

Moderators: LCMark, LCfraser

Post Reply
trevix
Posts: 1079
Joined: Sat Feb 24, 2007 11:25 pm
Contact:

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

Post by trevix » Mon Aug 11, 2025 4:53 pm

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
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>

trevix
Posts: 1079
Joined: Sat Feb 24, 2007 11:25 pm
Contact:

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

Post by trevix » Mon Aug 11, 2025 7:05 pm

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...
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>

Post Reply