We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
iPhone 16
1 parent 6e515ac commit 3f9c90cCopy full SHA for 3f9c90c
tools/ios-doc
@@ -9,7 +9,7 @@ pushd swift
9
mkdir -p build && rm -rf build/*.doccarchive
10
11
export DOCC_JSON_PRETTYPRINT="YES"
12
-xcodebuild -workspace TrustWalletCore.xcworkspace -derivedDataPath build/docsData -scheme WalletCore -destination 'platform=iOS Simulator,name=iPhone 14' -parallelizeTargets docbuild | xcbeautify
+xcodebuild -workspace TrustWalletCore.xcworkspace -derivedDataPath build/docsData -scheme WalletCore -destination 'platform=iOS Simulator,name=iPhone 16' -parallelizeTargets docbuild | xcbeautify
13
14
pushd build
15
0 commit comments