• Jack Jansen's avatar
    Mods by Donovan Preston (with changes by me to make them "go with the flow") · 998a40a6
    Jack Jansen yazdı
    that will detect an __main__.py or __rawmain__.py in the application bundle.
    This file is then exectued as the main script. We now have applets in
    MachO Python!!!
    
    The difference between __main__ and __rawmain__ is that the former gets a
    complete simulated argv (so you can drop files on the applet and the script
    sees them in sys.argv) while the latter skips the argv simulation and the
    <option>key dialog. This keeps the AppleEvent that started the app intact,
    as well as the funny "-psn_xxxx" argv[1] argument, so the script can do
    with these what it wants.
    998a40a6
Adı
Son kayıt (commit)
Son güncelleme
..
getapplbycreator.c Loading commit data...
gusiconfig.cpp Loading commit data...
macapplication.c Loading commit data...
macgetargv.c Loading commit data...
macgetcompiler.c Loading commit data...
macgetpath.c Loading commit data...
macgetplatform.c Loading commit data...
macglue.c Loading commit data...
macimport.c Loading commit data...
macmain.c Loading commit data...
macsetfiletype.c Loading commit data...
macshlglue.c Loading commit data...
missingtoolboxcalls.c Loading commit data...
pyGUSISIOUX.cp Loading commit data...