Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 7bc202f

Browse files
committed
Removed support for building MacOS 32bit standalones
1 parent 3ea09ff commit 7bc202f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
-368 Bytes
Binary file not shown.

Toolset/palettes/standalone settings/revstandalonesettingsmacbehavior.livecodescript

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ on preOpenCard
1515
put true into tStandaloneSettingsA["MacOSX x86-64"]
1616
end if
1717

18+
if tStandaloneSettingsA["MacOSX x86-32"] then
19+
delete variable tStandaloneSettingsA["MacOSX x86-32"]
20+
put true into tStandaloneSettingsA["MacOSX x86-64"]
21+
end if
22+
1823
setSettings tStandaloneSettingsA
1924

2025
set the enabled of group "OSX" to false

0 commit comments

Comments
 (0)