I have made a GUI application using Squeak, which I want to make available to the public without them necessarily knowing that the program was made using Squeak. I want to disable all the Smalltalk development tools in the Squeak image that I release. How can I do this? Pharo has openWorldWithSpec. Is there something similar in Squeak 5.3?
How to disable access to development environment when releasing a GUI application
118 views Asked by Flux At
1
There was once a package called
Lockdownwhich is now impossible to download.However, it seems that it has been, at least partially, included in Squeak itself. To disable programming facilities you should run at Workspace or from the World menu (if you customize it):
Preferences disableProgrammerFacilitiesWhich does: