Compile the plugin for iOS

  1. Plugin XCode Project File Lists

  1. Everything except the Curl framework can be found in the plugin repository. To install it, download the latest release (zip file) from https://github.com/greatfire/curl-apple or https://github.com/tls-inspector/curl-ios/

3. Unzip:

Release file content
  1. Incorporate Curl into the project as a framework (follow instructions from the source repository). The XCode project configuration should look like this:

  1. Add, for both Project and Target, in the “Header Search Paths” property the path where the downloaded curl files are located, checking the recursion option. For example: User/user/curl.framework/**

Last updated

Was this helpful?