Hi Brian, I have not tried manually running lipo on the file.
I figure I will have to resign the app anyway so not a huge deal if it works. I’m not a big unix user so if you have some additional suggested lipo code for me to look at I’d appreciate it. All I found on the web was the following really old example: For example if you wanted to thin the “Stickies” application to only contain intel (i386) code: cd /Applications lipo Stickies.app/Contents/MacOS/Stickies -thin i386 -output Stickies.app/Contents/MacOS/Stickies.i386 cd Stickies.app/Contents/MacOS/ rm Stickies mv Stickies.i386 Stickies I assume I want something like this but I want to thin it for x86_64 or something similar? Thanks for the suggestion, I will also take a look at > __revSBCopyFile which is a part of > revsblibrary.livecodescript. Rick > On Nov 27, 2018, at 9:08 PM, Brian Milby via use-livecode > <use-livecode@lists.runrev.com> wrote: > > LC already has code to run lipo when building the app. It currently just > operates on externals. The code is in __revSBCopyFile which is a part of > revsblibrary.livecodescript. From my initial look, I'm guessing that it > also needs to work on revsecurity.dylib as well. > > Have you tried manually running lipo on the file? Doing so would also > require that it be resigned though. > > On Tue, Nov 27, 2018 at 6:49 PM JB via use-livecode < > use-livecode@lists.runrev.com> wrote: > _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode