Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.31 KB

File metadata and controls

34 lines (20 loc) · 1.31 KB

macOS Test App

This is a test app for macOS using the curl, openssl and nghttp2 libraries.

Screenshots

macOS Test Build

Image

Build Instructions

Build the libraries with macOS support:

# Standard Build
./build.sh

# Option: Build only macOS
./build.sh -p macos

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.

New Project Setup Details

If you are setting up a new Xcode project, there are few things you will need to set up. These are all set up for you already in the xcodeproj file:

  • You will also need to add the xcframework files (libs) and header files (include). You will also need to add libz.tbd, liblapd.tgb, CoreFoundation.framework, and SystemConfiguraiton.framework to the Xcode project ("General").
Image
  • You will need to allow "Outgoing Connection (Client)" in the "Signing & Capabilities" of the project target "Sandbox" settings.
Image