http://php-note.com/article/749.html
http://www.macupdate.com/app/mac/55571/staruml/download
Revisar:https://blog.csdn.net/qq_33833327/article/details/78027431
npm install asar -g
cd /Applications/StarUML.app/Contents/Resources asar extract app.asar app
nano app/src/engine/license-manager.js
``
checkLicenseValidity () {
this.validate().then(() => {
setStatus(this, true)
}, () => {
// setStatus(this, false)
// UnregisteredDialog.showDialog()
setStatus(this, true)
})
}
``
asar pack app app.asar
Listo!!!
http://php-note.com/article/749.html here for starUML3.x