Skip to content

Commit 2c284a1

Browse files
committed
Clarify build instructions for iOS, macOS, and tvOS test applications
1 parent fd4a96a commit 2c284a1

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

example/iOS Test App/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ This is a test app for iOS using the curl, openssl and nghttp2 libraries.
44

55
## Build Instructions
66

7-
Build the libraries with Mac Catalyst support:
7+
The `libs` and `include` folders will be created during the build. These are required to build and run the Test application in Xcode. Build the libraries with this command:
88

99
```bash
1010
# Build Mac Catalyst Support for iOS Target 15.0
1111
./build.sh -m -u 15.0
12+
13+
# Minimum build support
14+
./build.sh -p ios
1215
```
1316

1417
Load and build the project using Xcode. Example lib binaries (xcframework)and header files are included but will be replaced when you run the build script.

example/macOS Test App/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ macOS Test Build
1010

1111
## Build Instructions
1212

13-
Build the libraries with macOS support:
13+
The `libs` and `include` folders will be created during the build. These are required to build and run the Test application in Xcode. Build the libraries with this command:
1414

1515
```bash
16-
# Standard Build
16+
# Build for all platforms
1717
./build.sh
1818

1919
# Option: Build only macOS

example/tvOS Test App/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ tvOS Test Build
1010

1111
## Build Instructions
1212

13-
Build the libraries with tvOS support:
13+
The `libs` and `include` folders will be created during the build. These are required to build and run the Test application in Xcode. Build the libraries with this command:
1414

1515
```bash
16-
# Standard Build
16+
# Build for all platforms
1717
./build.sh
1818

1919
# Option: Build only tvOS

0 commit comments

Comments
 (0)