From 9b290db89b44e039738213bc65280f0d732286be Mon Sep 17 00:00:00 2001 From: Simon McLoughlin Date: Mon, 4 Dec 2023 14:48:31 +0000 Subject: [PATCH] update jazzy docs destination string --- .jazzy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index fb633062..243d3ec0 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -5,4 +5,4 @@ xcodebuild_arguments: - "-scheme" - "KukaiCoreSwift" - "-destination" - - "platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro" \ No newline at end of file + - "platform=iOS Simulator,OS=16.2,name=iPhone 14 Pro" \ No newline at end of file