Pedro Osório Silva
Pedro Osório Silva
I tested the master branch on a MacOS High Sierra with a AMD Radeon HD 6750M and is working fine (after setting decorations off). ![screen shot 2018-03-28 at 17 26...
Thanks for the answer @kornelski ! I lost the creds for the former Apple Dev account, so i must sign with new certs in some point in time because i...
@kornelski i have also a couple of questions: 1 - I'm distributing the app as a dmg. I've signed the app and the dmg with my apple dev cert. Do...
@kornelski i'm now building the app with all the info i got from the docs, setting up the SUFeedURL and SUPublicDSAKeyFile in the app's plist. Then i'll zip it (instead...
No, the current live app has no dsa. We will release a major version, so thats not worrying. The first production version to be released (for the new major version)...
Another question !! Can i make a delta from dmg's or i have to use the app ?
Thanks @kornelski , there is no app copy in public domain that we want to update, we haven't released it yet and the first one to be released will have...
Thanks for all the help @kornelski. I created 2 apps with different versions, but adding the DSA made the update fail. I'm getting the following error: "Sparkle: DSA signature does...
It was indeed the DSA certificates. I generated the DSA certificate using a Sierra machine and it worked just fine. Already configured the app to support delta updated, although i...
I second @robzr. `optional()` without allowing other variables as defaults like: ``` variable "foo" { type = string default = "123" } variable "bar" { type = object({ baz =...