Michael

Results 15 comments of Michael

The changes only affect the acknowledgements plist generating script, in case that wasn't apparent.

In regards to the failed checks - I made no changes to anything other than the script file.

Oh - I didn't realize I still had a PR waiting here... While I've since updated it to also include SPM support now.

Added support to the license generation to support multiple directory inputs so that both SPM and Carthage packages can get credit

@seanareed no - this is referring to using ssl to secure the connection between PMA and the sql server itself, you're referring to accessing PMA over a secure connection in...

Interesting... I had assumed it was related to running a `Process` command in the sandbox, but googling a bit about that, I haven't found anything to explicitly say that's not...

I tried both hardcoding ```private let toolchainDir = env("TOOLCHAIN_DIR")``` to ```private let toolchainDir = "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib"``` (and `/Applications/Xcode.app/Contents/Developer/Toolchains/` cuz I wasn't sure which was correct) and setting the scheme to set...

Unfortunately I have not had time to try the suggestion and the project has been sitting on the back burner. Some day though....

Sorry, I don't know how this slipped through my radar. I didn't notice a response until now. > Can you add code example of your PR please ? I'm not...

Hmm - Looks like there've been some substantial changes since this PR was made. Working on getting it to build and pass tests with the latest updates....