Issues with app delivery!
Rick Harrison
harrison at all-auctions.com
Tue Nov 27 22:14:14 EST 2018
Hi Brian,
I am assuming you are referring to the following:
-- Remove unneeded slices from the MacOS externals
if the platform is "macos" and pSettings is not empty then
local tRemove
if pSettings["MacOSX x86-64"] is true and pSettings["MacOSX x86-32"] is not true then
put "i386" into tRemove
else if pSettings["MacOSX x86-32"] is true and pSettings["MacOSX x86-64"] is not true then
put "x86_64" into tRemove
end if
if tRemove is not empty then
set the itemDel to slash
if pSettings["externals"] contains item -1 of pTargetFile then
replace " " with "\ " in pTargetFile
local tShell
put "lipo " & pTargetFile & " -remove " & tRemove & " -output " & pTargetFile into tShell
get shell(tShell)
end if
end if
end if
Rick
> On Nov 27, 2018, at 9:08 PM, Brian Milby via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> revSBCopyFile
More information about the use-livecode
mailing list