Skip to content

Commit 65de106

Browse files
committed
Include build script instructions
1 parent 42f98cd commit 65de106

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

example/iOS Test App/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ This is a test app for iOS using the curl, openssl and nghttp2 libraries.
77
Build the libraries with Mac Catalyst support:
88

99
```bash
10+
# For x86-64 Build Nodes
1011
./build.sh -m
12+
13+
# For arm64 (m1) Build nodes
14+
./build.sh
1115
```
1216

13-
Load and build the project using Xcode (tested with version 8.2). Example lib binaries (xcframework)
14-
and header files are included but should be replaced with new builds.
17+
Load and build the project using Xcode (tested with version 8.2). Example lib binaries (xcframework)and header files are included but will be replaced when you run the build script.
1518

1619
## Screenshot
1720

0 commit comments

Comments
 (0)