Skip to content

Commit 6b8f4f2

Browse files
committed
Add instructions for build
1 parent 3d363eb commit 6b8f4f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

example/iOS Test App/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ This is a test app for iOS using the curl, openssl and nghttp2 libraries.
44

55
## Build Instructions
66

7-
Load project using Xcode (tested with version 8.2). Example lib binaries (xcframework)
7+
Build the libraries with Mac Catalyst support:
8+
9+
```bash
10+
./build.sh -m
11+
```
12+
13+
Load and build the project using Xcode (tested with version 8.2). Example lib binaries (xcframework)
814
and header files are included but should be replaced with new builds.
915

1016
## Screenshot

0 commit comments

Comments
 (0)