duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

fix "identity of the developer cannot be confirmed" for macOS apps #134

Closed DivineDominion closed 5 years ago

DivineDominion commented 5 years ago

When distributing my app, I got errors on Mojave. See https://stackoverflow.com/a/44439277/1460929 -- Async was a culprit in this.

duemunk commented 5 years ago

Sorry for not getting to this sooner. Should this still be merged @DivineDominion or maybe newer Xcode version has this fixed?

DivineDominion commented 5 years ago

I had to remove this from another lib in recent weeks, and from what I understand this is a faulty default project setting, aka a bug from Xcode's side. So yeah, I'd say merge it so others don't run into this in the future.

duemunk commented 5 years ago

Perfect! Thanks for the quick response 🥇