Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PulseCQTNC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PulseCQTNC/Pods-PulseCQTNC-resources.sh\"\n";
shellScript = "/bin/sh \"${PODS_ROOT}/Target Support Files/Pods-PulseCQTNC/Pods-PulseCQTNC-resources.sh\"\n";
showEnvVarsInLog = 0;
};
7A2C0700BD2CFCC7DB5354A5 /* [CP] Check Pods Manifest.lock */ = {
Expand Down Expand Up @@ -1692,7 +1692,7 @@
"${PODS_ROOT}/**",
);
INFOPLIST_FILE = PulseCQTNC/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1735,7 +1735,7 @@
"${PODS_ROOT}/**",
);
INFOPLIST_FILE = PulseCQTNC/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
2 changes: 1 addition & 1 deletion PulseCQTNC/APRSManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "APRSManager.h"
#include <ao/ao.h>
#include "ao.h"
#include <stdint.h>
#include <string.h>
#include <stdarg.h>
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ This app will be updated with better message handling.

## Dependencies

Please install **libao** with Mac Ports:
sudo port install libao
Please install **libao** with [homebrew](https://brew.sh/):

```console
$ brew install libao
```

## Authors

Expand Down