Informazioni sulla posizione su un DM DMW

0

Sto seguendo un tutorial su come creare un DMG sulla riga di comando c'è un applescript che puoi trovare qui che ordina il layout del DMG. Il problema è che non riesco a farlo funzionare come voglio io e posizionare le app e scegliere correttamente le dimensioni della finestra all'interno del DMG, ma posso farlo manualmente su un DM DMW e quindi renderlo di sola lettura. Esiste comunque la possibilità di esportare queste posizioni in modo da non doverlo fare manualmente? Grazie.

    
posta maxisme 21.03.2017 - 22:28
fonte

1 risposta

1

Ho faticato parecchio costruendo il mio DMG proprio come voglio io, poi ho trovato dmgbuild . In pratica ti consente di configurare con facilità ogni impostazione possibile.

dmgbuild is a command line tool to create Mac OS X disk images (aka .dmg files). While it is possible to create disk images easily enough from the command line using the hdiutil program that ships with Mac OS X, there is no easy way to configure the appearance of the resulting disk image when the user opens it. Some people have used AppleScript to automate Finder to adjust the appearance, but since Finder saves its .DS_Store files asynchronously, it is hard to guarantee that the changes will actually be saved when you want them to be. It also means that you need a GUI session, with Finder running, in order to build your disk image.

dmgbuild does not rely on Finder; nor does it rely on deprecated APIs (like the Alias Manager functions). Instead, it uses the ds_store and mac_alias Python modules, which know how to construct the relevant data in Python code.

    
risposta data 25.03.2017 - 11:56
fonte

Leggi altre domande sui tag