pulsely / PulseModemA

"PulseModem A" is an iOS APRS client, that reads and reports APRS location and messages.
https://www.pulsemodem.com/
GNU General Public License v3.0
40 stars 6 forks source link

Updates for iOS13 #2

Open n8henrie opened 4 years ago

n8henrie commented 4 years ago

I'm new to iOS development, so no hard feelings if this doesn't fix things the "right way."

But with these changes I'm able to build and run on iOS13.

Fixes #1

NB: I use homebrew (not MacPorts), so I had to change the ao import path. It seems like homebrew is by far the more popular MacOS package manager these days; I think using it instead of MacPorts might help encourage contributions. Additionally, it doesn't require installing libao with elevated permissions.

pulsely commented 4 years ago

Have to agree switching to Homebrew makes a lot of sense.