You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/iOS Test App/README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,14 @@ This is a test app for iOS using the curl, openssl and nghttp2 libraries.
7
7
Build the libraries with Mac Catalyst support:
8
8
9
9
```bash
10
+
# For x86-64 Build Nodes
10
11
./build.sh -m
12
+
13
+
# For arm64 (m1) Build nodes
14
+
./build.sh
11
15
```
12
16
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.
0 commit comments