From c4959edeeb19976354e9cc3e5288970f272ea030 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 13 Jun 2020 01:12:13 +0200 Subject: [PATCH] Fix jazzy YAML OpenSSL fails to compile without explicit SDK. --- .jazzy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.jazzy.yaml b/.jazzy.yaml index f72b297..dda7f04 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -10,6 +10,8 @@ xcodebuild_arguments: - "TunnelKit.xcworkspace" - "-scheme" - "TunnelKit-iOS" + - "-sdk" + - "iphonesimulator" custom_categories: - name: Core